Commit Graph

26 Commits

Author SHA1 Message Date
Michal Čihař
31cfc4e34e Hook SQL highlighter to more places
Unfortunately there are quite many places where SQL query might appear,
hopefully I've made it correctly.
2013-05-24 09:59:38 +02:00
Michal Čihař
b5d3b8c7b8 Declare variables just once
Variables should be declared just once in a function.
2013-04-16 17:26:08 +02:00
Michal Čihař
27b213431c Reference javascript messages by dot notation instead of using ['strFoo'] 2013-04-16 13:32:51 +02:00
Michal Čihař
e2571c5628 Various javascript spacing fixes 2013-04-15 16:20:04 +02:00
Michal Čihař
a1b6f206b2 Various spacing and identation fixes 2013-04-15 15:13:14 +02:00
Michal Čihař
020a3e1ce4 Use type cast safe comparison
The values like true, '' or 0 could compare to lot of other stuff with
type casting.
2013-04-15 12:03:11 +02:00
Mohamed Ashraf
97deaa054c Fixed bug with refreshing the page in add/drop index 2013-03-21 21:16:12 +02:00
Mohamed Ashraf
c2004e35e3 Page no longer reloads on drop of index 2013-03-21 15:02:56 +02:00
Mohamed Ashraf
d019381903 Moved the event handlers for the index form to indexes.js 2013-03-21 14:37:11 +02:00
Rouslan Placella
3ca7d34240 Destroy registered jQuery events on page tear down 2012-10-30 20:07:01 +00:00
Rouslan Placella
5838a44339 Use AJAX.registerOnload() instead of $(document).ready() 2012-10-30 20:07:01 +00:00
Jo Michael
13644d8591 Short-hand notation for jQuery document.ready event 2012-04-21 02:44:18 +02:00
Gemorroj
8bdca339f6 Better compatibility with newer versions of jQuery.
Method of "attr" changed to "prop", method of "removeAttr" changed to "removeProp", attr("value" is replaced by the method of "val".
2012-04-07 14:27:28 +03:00
Madhura Jayaratne
da712fd263 Add more columns to index controllers are now in footer 2012-03-25 16:48:22 +05:30
Thilanka Kaushalya
ba6e1fc879 Moved checkIndexName function to functions js file and rewrite it using jquery 2011-07-07 23:52:22 +05:30
Thilanka Kaushalya
37641b3404 Fixed bugs in index edit 2011-07-06 19:55:57 +05:30
Rouslan Placella
064d399d87 Merge branch 'QA_3_4'
Conflicts:
	tbl_indexes.php
2011-07-04 13:03:14 +01:00
Rouslan Placella
2ec0de3a9f Fix for bug #3350790 - JS error in Table->Structure->Index->Edit 2011-07-04 12:51:17 +01:00
Madhura Jayaratne
f08f9bce7e On creation or alteration spatial indexes do not allow 1. Multiple columns 2. Specifying prefix 2011-05-25 23:52:28 +05:30
Marc Delisle
b95179c99c Duplicated code 2010-09-25 09:21:13 -04:00
Michal Čihař
0431042bd0 Drop $Id$ expansion, nobody complained so far it not working. 2010-09-07 15:00:44 +02:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Sebastian Mendel
ba662b78f6 use array for JavaScript messages 2007-10-04 15:03:44 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Michal Čihař
618f2d7408 Move javascript stuff out of libraries folder. 2005-11-23 19:10:30 +00:00