Commit Graph

17379 Commits

Author SHA1 Message Date
Kęstutis
e2188ef767 Translation update done using Pootle. 2010-08-19 22:16:04 +02:00
Michal Čihař
b337f45a0a Revert "Do not assume that DefaultLang is escaped."
This reverts commit 05ca00e0a2.

There does not seem to be bug here.
2010-08-19 15:37:06 +02:00
Michal Čihař
a590931896 Make mailing lists link translatable as well. 2010-08-19 14:18:53 +02:00
Michal Čihař
6aefc832ad Fixes for JSON plugin. 2010-08-19 14:05:04 +02:00
Michal Čihař
772d80787d Czech translation update. 2010-08-19 11:53:54 +02:00
Michal Čihař
c7815a8650 Fix typo. 2010-08-19 11:47:39 +02:00
Michal Čihař
08db8d1be8 Czech translation update. 2010-08-19 11:46:59 +02:00
Michal Čihař
10aba36287 Refresh po files. 2010-08-19 11:37:04 +02:00
Michal Čihař
d76fe3856b Remove some HTML from translatable strings. 2010-08-19 11:35:45 +02:00
Michal Čihař
660324620c No HTML for translators. 2010-08-19 11:32:26 +02:00
Michal Čihař
3f33397651 No need to translate SQL statements. 2010-08-19 11:31:28 +02:00
Michal Čihař
882892af23 Better translatable messages. 2010-08-19 11:30:44 +02:00
Michal Čihař
763aff5a6f Use format strings. 2010-08-19 11:30:32 +02:00
Michal Čihař
124ba18d03 Better to use format strings. 2010-08-19 11:26:34 +02:00
Michal Čihař
66ce9352c5 Update translations to match current code. 2010-08-19 11:14:21 +02:00
Michal Čihař
c5a3288396 Merge remote branch 'lori/gsoc' 2010-08-19 11:11:51 +02:00
Michal Čihař
26c79f55c5 Backward compatibility for language cookies. 2010-08-19 10:52:58 +02:00
Michal Čihař
1f248cc254 Simplify code to use native tcpdf functions. 2010-08-18 13:58:52 +02:00
Michal Čihař
05ca00e0a2 Do not assume that DefaultLang is escaped. 2010-08-18 12:37:20 +02:00
Michal Čihař
48e9096600 Properly check validity of sort parameter. 2010-08-18 12:31:54 +02:00
Michal Čihař
be0f47a931 Fix XSS on hostname. 2010-08-18 12:13:59 +02:00
Michal Čihař
cd205cc55a Fix XSS on username. 2010-08-18 12:12:09 +02:00
Michal Čihař
7dc6cea065 Fix XSS on tablename and pred_tablename. 2010-08-18 12:09:13 +02:00
Michal Čihař
6028221d97 Fix XSS on dbname. 2010-08-18 12:07:45 +02:00
Michal Čihař
2a1233b69c Fix XSS on checkprivs. 2010-08-18 12:05:32 +02:00
Michal Čihař
25ac7de38c Document PMA_sanitize. 2010-08-18 11:42:08 +02:00
Michal Čihař
fa30188dde Escape html chars in form values. 2010-08-18 11:38:19 +02:00
Michal Čihař
00add5c43f Add option to escape PMA_sanitize output.
This is required when it is used in form values.
2010-08-18 11:38:19 +02:00
Marc Delisle
c75e41d5d8 Limit list of correct values for sort order. 2010-08-18 11:30:19 +02:00
Michal Čihař
533e102135 Fix handling of unknown sort order. 2010-08-18 11:30:19 +02:00
Michal Čihař
ea3b718fc3 Secure handling of sort_by and sort_order in server_databases.php. 2010-08-18 11:30:19 +02:00
Michal Čihař
7f266483b8 Fix XSS on delimiter in tbl_sql.php. 2010-08-18 11:30:19 +02:00
Marc Delisle
5bcd95a42c Fix XSS on delimiter in db_sql.php. 2010-08-18 11:30:19 +02:00
Michal Čihař
6d548f7d44 Fix XSS on field_str in db_search.php. 2010-08-18 11:30:19 +02:00
Michal Čihař
d928804684 Fix string escaping. 2010-08-17 16:38:05 +02:00
Michal Čihař
0f39dc040a Merge branch 'QA_3_3' 2010-08-17 15:31:06 +02:00
Michal Čihař
e8cf1ac677 Generate new token on forcible generating of session id. 2010-08-17 15:30:47 +02:00
Michal Čihař
87fb4ea4ca Merge branch 'QA_3_3' 2010-08-17 13:40:55 +02:00
Michal Čihař
9e2a3f207b Ignore non default themes in git. 2010-08-17 13:38:37 +02:00
Michal Čihař
80cca2d68c Update translation based on current master branch. 2010-08-17 13:36:41 +02:00
Michal Čihař
2f6370050b Czech locales update. 2010-08-17 13:32:25 +02:00
lorilee
10ce6930d2 Don't hardcode the formats 2010-08-16 17:23:11 -07:00
lorilee
8fa03264e4 Added comments 2010-08-14 15:14:45 -07:00
lorilee
c424dbee38 Added documentation for quick/custom export 2010-08-14 14:52:12 -07:00
lorilee
e7ac520670 Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc 2010-08-14 14:40:42 -07:00
lorilee
ed918c070b Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-08-14 14:39:59 -07:00
lorilee
03fdce14c4 Checks if value is a string before calling urldecode() 2010-08-14 14:10:18 -07:00
lorilee
948abf11d4 Added back button on the top of the page as well 2010-08-14 14:09:09 -07:00
Michal Čihař
b51a217c36 Use html entities for utf-8. 2010-08-14 21:53:48 +02:00
Michal Čihař
a918991d86 Add closing HTML tags. 2010-08-14 21:52:38 +02:00