Commit Graph

27 Commits

Author SHA1 Message Date
Michal Čihař
90e4325bcf Rewrite https in setup and messages handling
- The client side check is more reliable
- Does not depend on server setup
- Removed related inline javascript (see #12261)

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-12-13 10:31:25 +01:00
Hugues Peccatte
da525ae928 Remove useless variable.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-12-11 22:32:53 +01:00
Madhura Jayaratne
3e9b97ef6c These are local variables
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-02 22:27:46 +05:30
Madhura Jayaratne
410d1c32df .live() and .die() methods are deprecated. Use .on() and .off() methods instead
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-02 17:07:46 +05:30
Ann + J.M
c7b2ee28f3 Fix coding style in JS files
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-07-02 22:30:18 +02:00
Michal Čihař
5284882d3d Use native browser support for JSON
It's there in anything recent (only not supported in IE 6 and 7 which we
don't support anyway).

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-19 12:33:46 +01:00
Sampath Liyanage
58279d8bb9 bug fix 4285
Signed-off-by: Sampath Liyanage <plbsam@gmail.com>
2014-02-14 16:19:24 +05:30
Michal Čihař
decf20bdf4 Define validator before use 2013-07-30 15:12:07 +02:00
Michal Čihař
4c12a6ad16 Fixed indentation 2013-07-30 15:01:31 +02:00
Michal Čihař
e9f3e1c624 Various coding style improvements 2013-07-30 14:56:41 +02:00
Michal Čihař
5263a05169 Correct spacing of functions 2013-07-30 14:36:43 +02:00
Gemorroj
fc51a91713 many some minor fixes (sorry, see diff) 2013-01-26 15:35:29 +03:00
Marc Delisle
7c6fe60b35 Move code snippet to avoid binding events that we cannot unbind 2012-11-19 12:26:08 -05:00
Dieter Adriaenssens
3a3da2987e add vim directive for indenting with spaces 2012-04-11 16:18:53 +02:00
Michal Čihař
1ec0b69e6b Coding style, function definitions 2011-08-05 14:49:23 +02:00
Michal Čihař
d55306252b Replace tabs with spaces, cleanup identation 2011-07-22 10:15:08 +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
9c34a0eec9 Merged branch official/master. Resolved merge conflicts introduced due to merging of Piotr and Martynas's branches 2010-08-28 01:53:52 +05:30
Crack
7ac7e24d8c more styling for disabled options
new "Developer" tab (by default all options are disabled, users can't modify them)
fixed UserprefsDisallow export in setup script
2010-07-22 01:29:36 +02:00
Crack
e5238f3845 add $cfg['UserprefsDisallow'] and allow setting it in setup script
correct IE opacity issue for "restore default value" button
fix regressions introduced in previous commit
2010-06-21 19:12:25 +02:00
Crack
b2ecf17803 Split setup/scripts.js into generic and setup script specific parts 2010-06-12 12:42:29 +02:00
Crack
082604eed3 Fixed JSDoc 2010-06-11 23:42:36 +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ř
12b5d8d20b Convert end of lines. 2010-04-09 11:13:20 +02:00
Crack
5603e1a683 Setup script: migrate MooTools code to jQuery 2010-04-09 11:11:39 +02:00
Piotr Przybylski
737de47117 Setup script:
* allow for proper trusted proxies editing
* add trusted proxies validation
* pass field descriptions through PMA_lang(), broken when PMA_lang_desc() was addes
2008-09-04 13:50:10 +00:00
Piotr Przybylski
5c658310aa new setup script (Google Summer of Code 2008), work in progress 2008-08-28 18:02:18 +00:00