Commit Graph

31935 Commits

Author SHA1 Message Date
Michal Čihař
f92e77bcc9 Use utf-8 for this file as well, though it is not used right now 2011-02-08 16:30:59 +01:00
Michal Čihař
563143a9bc No need for require_once 2011-02-08 16:30:34 +01:00
Michal Čihař
715b0b86b5 Do not mark anything from 3.3 branch as testing 2011-02-08 16:25:40 +01:00
Michal Čihař
a4fda28f0c Merge branch 'QA_3_3' 2011-02-08 16:21:18 +01:00
Michal Čihař
e8ac45b724 Merge remote branch 'origin/MAINT_3_3_9' into QA_3_3 2011-02-08 16:20:34 +01:00
Michal Čihař
a5b6ca2a58 Optimize screenshots.
In some cases the image could be 40% size.
2011-02-08 15:55:37 +01:00
Michal Čihař
47a5cfe7c7 Add missing subheader 2011-02-08 15:30:15 +01:00
Michal Čihař
72165d9c9d Use same icon as is used in links 2011-02-08 15:30:15 +01:00
Marc Delisle
ae44d8b113 ChangeLog for 3.3.9.1 2011-02-08 08:23:30 -05:00
Herman van Rink
035d002db1 PMASA-2011-1 fixes 2011-02-08 08:22:29 -05:00
Marc Delisle
09b124c272 ChangeLog for 3.3.9.1 2011-02-08 08:20:20 -05:00
Herman van Rink
4c8c7080a7 PMASA-2011-1 fixes 2011-02-08 08:19:20 -05:00
Marc Delisle
06081b8f78 3.3.9.1 release 2011-02-08 08:17:36 -05:00
Herman van Rink
44ace60f77 PMASA-2011-1 fixes 2011-02-08 08:15:01 -05:00
Michal Čihař
3c7b1efa57 Czech translation update 2011-02-08 13:56:59 +01:00
Michal Čihař
8f25926174 Need to fill in all things as associative array, otherwise user prefs fail 2011-02-08 13:56:27 +01:00
Michal Čihař
885cb6f0fb Czech translation update 2011-02-08 13:33:13 +01:00
Michal Čihař
0282447583 Update po files 2011-02-08 13:32:27 +01:00
Michal Čihař
874e0ab8da Make some strings in preferences translatable 2011-02-08 13:30:58 +01:00
Michal Čihař
cd74e9fa5d bug #3175227 [auth] Reset user cache on login. 2011-02-08 13:15:01 +01:00
Michal Čihař
a6e6c3fcf1 Init sliders again after getting it using AJAX 2011-02-08 12:12:21 +01:00
Michal Čihař
a22f7aaf63 Make PMA_init_slider idempotent 2011-02-08 12:07:25 +01:00
Michal Čihař
5b8b8b5bba Move slider initialization to function 2011-02-08 12:03:50 +01:00
Michal Čihař
f2e9103f52 Drop not used function 2011-02-08 12:01:22 +01:00
Michal Čihař
f912476921 Czech translation update 2011-02-08 11:58:24 +01:00
Michal Čihař
51072e31ab Update po files 2011-02-08 11:56:50 +01:00
Michal Čihař
a8afc24b42 Changelog entry 2011-02-08 11:54:51 +01:00
Michal Čihař
143b830a7d Make copy separate column 2011-02-08 11:54:02 +01:00
Michal Čihař
92b179bf43 Whitespace cleanup 2011-02-08 11:53:28 +01:00
Jan Prachař
a63532c666 Add direct link to copy row of the displayed table. 2011-02-08 11:43:55 +01:00
Dieter Adriaenssens
f9ff30171a Merge branch 'master' of ssh://ruleant@phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2011-02-08 10:21:53 +01:00
Michal Čihař
41bea3b25d Simplify some CSS selectors 2011-02-08 10:20:10 +01:00
Dieter Adriaenssens
03cb652cef use correct variable name 2011-02-08 10:19:50 +01:00
Michal Čihař
9b7913e6e8 This calendar is not used, can safely remove CSS 2011-02-08 10:16:23 +01:00
Michal Čihař
5cf8508f83 Optimize 2011-02-08 10:12:43 +01:00
Michal Čihař
e8d1261001 Optimize images 2011-02-08 10:10:59 +01:00
Michal Čihař
ef6777a3b8 Optimize screenshot as well 2011-02-08 10:09:06 +01:00
Michal Čihař
1b6f4c076d Fix typo in path 2011-02-08 10:07:24 +01:00
Michal Čihař
a20062343e Optimize images even more. 2011-02-08 10:04:00 +01:00
Michal Čihař
7d599c14ba Ignore new themes as well 2011-02-08 09:45:32 +01:00
Michal Čihař
33b4d9fb5c Use correct arrow for rtl languages 2011-02-08 09:45:07 +01:00
Michal Čihař
394c6734d0 Use PMA_includeJS from top level page.
This prevents loading files twice, each time with different URL.
2011-02-08 09:27:40 +01:00
Michal Čihař
fca6631236 Replace manual <script> tag with common code. 2011-02-08 09:27:40 +01:00
Michal Čihař
1208ed935f Factor out code for generating JS inclusion. 2011-02-08 09:27:40 +01:00
Azhari Harahap
538cb2e7ce fix more button issue 2011-02-08 12:55:36 +07:00
Michal Čihař
23b807bd71 Icon for font size selection on main page 2011-02-07 22:08:44 +01:00
Michal Čihař
3cb6ec53a0 Icon for color selection on main page 2011-02-07 22:06:32 +01:00
Victor Volkov
b694a590dd Translation update done using Pootle. 2011-02-07 22:34:08 +02:00
Victor Volkov
e1a44c3e55 Translation update done using Pootle. 2011-02-07 22:33:39 +02:00
Victor Volkov
ab737f23cf Translation update done using Pootle. 2011-02-07 22:32:54 +02:00