Commit Graph

20123 Commits

Author SHA1 Message Date
Marc Delisle
789d3a4131 Withdraw or edit FAQ entries related to older MySQL or PHP 2010-08-07 07:08:11 -04:00
Marc Delisle
75d5afd401 merge conflict 2010-08-07 06:30:13 -04:00
Marc Delisle
04c2f9d254 bug #3040226 [XHTML] LockFromUpdate checkbox not checked by default 2010-08-07 06:27:04 -04:00
ninadsp
2ca8e1eea2 Added the loading gif from the themes to the ajax notification 2010-08-06 20:29:09 +05:30
ninadsp
a69154b5c9 Removed the appendInlineAnchor call from ajaxSuccess event as it was also fired at a successful inline edit query. Instead, created a custom event appendAnchor on #sqlqueryresults which is triggered when necessary. Also got transformations working for application/octetstream mime type. 2010-08-06 19:23:17 +05:30
Crack
97c939f8df Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-08-06 15:24:15 +02:00
Crack
e6170b2dc2 comments
output escaping
2010-08-06 15:17:53 +02:00
Crack
bcaec73441 sort messages 2010-08-06 14:56:52 +02:00
Crack
4c39f5012e restore cache'ing in phpmyadmin.css.php 2010-08-06 14:46:01 +02:00
Crack
60329f14cb blacklist and settings debug code shown if $cfg['DBG']['php'] is true 2010-08-06 14:36:26 +02:00
Marc Delisle
3fd7bf2136 Translation update done using Pootle. 2010-08-06 14:16:26 +02:00
Marc Delisle
263a3d58dc Translation update done using Pootle. 2010-08-06 14:15:35 +02:00
Marc Delisle
15f9105e25 Translation update done using Pootle. 2010-08-06 14:13:45 +02:00
Marc Delisle
d91e896628 Translation update done using Pootle. 2010-08-06 14:13:12 +02:00
Marc Delisle
be32e9928c Translation update done using Pootle. 2010-08-06 14:11:58 +02:00
Marc Delisle
ce9c72ba7e Translation update done using Pootle. 2010-08-06 14:11:40 +02:00
Marc Delisle
0c083c221e Translation update done using Pootle. 2010-08-06 14:11:31 +02:00
Marc Delisle
b4625965e0 Translation update done using Pootle. 2010-08-06 14:11:12 +02:00
Marc Delisle
367f2f1eb2 Translation update done using Pootle. 2010-08-06 14:10:55 +02:00
Marc Delisle
f2c269ee0f Translation update done using Pootle. 2010-08-06 14:10:30 +02:00
Marc Delisle
161ad4c0f7 Translation update done using Pootle. 2010-08-06 14:09:59 +02:00
Marc Delisle
5eb635b251 Translation update done using Pootle. 2010-08-06 14:09:41 +02:00
Marc Delisle
f9595b9869 Translation update done using Pootle. 2010-08-06 14:09:34 +02:00
Marc Delisle
b8169bd9da Translation update done using Pootle. 2010-08-06 14:08:07 +02:00
Marc Delisle
bfd23546da Translation update done using Pootle. 2010-08-06 14:07:49 +02:00
Marc Delisle
f5f78dcceb Translation update done using Pootle. 2010-08-06 14:07:34 +02:00
Marc Delisle
c6f5adeb64 Translation update done using Pootle. 2010-08-06 14:07:15 +02:00
Marc Delisle
86081a24d9 Translation update done using Pootle. 2010-08-06 14:06:33 +02:00
Marc Delisle
c24571f826 refresh po files 2010-08-06 08:05:56 -04:00
Crack
f7c3ea158a info about setup script in "manage your settings", it seems many people still don't know it exists 2010-08-06 13:57:59 +02:00
Martynas Mickevicius
59f220eb13 added check for json encoder, cleaned up error handling a bit 2010-08-06 13:22:04 +03:00
Michal Čihař
cdf5c5ac76 Merge remote branch 'pootle/master'
Conflicts:
	po/de.po
	po/en_GB.po
	po/tr.po
	po/ug.po
2010-08-06 10:58:33 +02:00
lorilee
8b199f7e3a Replacing old tooltip with new jQuery plugin 2010-08-05 18:23:52 -07:00
lorilee
841fba88d5 Removing alt text since it interferes with tooltip 2010-08-05 18:23:18 -07:00
lorilee
d1ae3e348b Replacing old tooltip with new jQuery plugin 2010-08-05 18:11:48 -07:00
lorilee
646627b911 Updated tooltips using the new tooltip plugin; the code in js/functions.js was moved from js/tooltip.js (with new code appended); <sup> IDs not needed 2010-08-05 18:05:25 -07:00
lorilee
422e509078 Replacing old tooltip with new jQuery plugin 2010-08-05 17:31:02 -07:00
Crack
9d4c5409c6 fix import merge
fix <select> handling (hopefully this time for real)
2010-08-05 21:01:59 +02:00
ninadsp
a458147969 Merge from upstream. Resolved a conflict in js/functions.js 2010-08-05 23:51:14 +05:30
Marc Delisle
fd65dcdcd1 Merge branch 'QA_3_3' 2010-08-05 13:00:24 -04:00
Marc Delisle
d42dab9dd4 patch #3039269 [dbi] Wrong variable checked for nopassword option 2010-08-05 12:22:56 -04:00
Will Palmer
158517d764 bug [mysqli] non-global $cfg referenced where $GLOBAL['cfg'] expected 2010-08-05 12:19:14 -04:00
Martynas Mickevicius
47f67613a2 fixed a notice which was generated on non supported query result format 2010-08-05 16:47:28 +03:00
ninadsp
7acb4cb99d Finalised CSS rules for the Ajax notification division. It now centers correctly and handles not very large messages pretty well. 2010-08-04 22:58:05 +05:30
ninadsp
3d1a420a6f Moved the code that appends the inline edit anchor into a function and registered it to all Ajax events that complete successfully. The anchor is now appended even after retrieving results over Ajax. 2010-08-04 21:54:35 +05:30
Crack
5dc9f17d39 fix <select> value setting 2010-08-04 16:02:54 +02:00
Crack
a6b34a5977 fix generation of theme unique value
refresh session cache for config after save
2010-08-04 15:27:47 +02:00
Crack
8b78fcec26 remove unneeded file 2010-08-04 14:35:09 +02:00
Crack
1d265c5893 fix regular expression validation when phpMyAdmin custom error handler is set 2010-08-04 00:57:11 +02:00
Marc Delisle
d46bb6d877 remove custom MIME type change for BLOB streaming because in its current version it can be a very costly operation 2010-08-03 16:21:17 -04:00