Commit Graph

16 Commits

Author SHA1 Message Date
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
Dieter Adriaenssens
19a0a406b5 fix coding style : remove tab characters 2013-03-14 11:40:33 +01:00
Dirk-jan
eae3a030f7 Fix replication pages to use correct mysql config syntax 2013-03-13 13:28:36 +01: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
Marc Delisle
33635fbe19 Merge branch 'QA_3_4' into QA_3_5 2012-02-18 07:17:20 -05:00
Michal Čihař
86073d532a Do not put database names as html 2012-02-16 15:22:42 +01:00
Michal Čihař
1ec0b69e6b Coding style, function definitions 2011-08-05 14:49:23 +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
Michal Čihař
2142f5f70b Rewrite generating master configuration.
- Avoid code duplication.
- Fix case when user unselected all databases.
2010-04-09 16:09:29 +02:00
Marc Delisle
6b5f3b9962 finish conversion of Replication feature from Mootools to jQuery 2010-04-05 09:09:35 -04:00
Marc Delisle
5c26356379 start porting Replication to jQuery 2010-04-02 18:57:28 -04:00