Commit Graph

366 Commits

Author SHA1 Message Date
Michal Čihař
3538fd83c2 Safer compression
Always have working file in js/
2011-08-15 17:17:34 +02:00
Michal Čihař
aec113c7b7 Rename file to match standards 2011-08-15 10:36:01 +02:00
Michal Čihař
e7cc67a5f6 Always escape % for gettext
Otherwise it is treated like format string.
2011-08-15 09:18:18 +02:00
Aris Feryanto
3f10465d71 Fix merge conflict with origin/master 2011-08-12 15:56:26 +08:00
Aris Feryanto
fe7eadab72 Add configuration for maximum tbl_uiprefs records, as suggested by Piotr 2011-08-12 15:49:53 +08:00
Michal Čihař
7166723120 Update po generating scripts to include advisor rules 2011-08-11 13:48:07 +02:00
Michal Čihař
06bb1d9e9e Convertor of advisor rules to PHP for gettext use 2011-08-11 11:57:46 +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ř
b13d2a33ed Fix indentation 2011-07-21 11:41:31 +02:00
Michal Čihař
aa270ae62b Better title 2011-07-21 11:40:35 +02:00
Michal Čihař
6b06041f34 Merge remote-tracking branch 'origin/QA_3_4' 2011-06-27 13:41:38 +02:00
Michal Čihař
4bec3b3bee Lower threshold for translations
It looks like incomplete translations do attract new translators, so
let's include few more.
2011-06-27 13:40:15 +02:00
Michal Čihař
86906773f1 LC_ALL is the right one to override 2011-06-27 10:29:25 +02:00
Michal Čihař
cc28728cc3 Really use C locale in all cases 2011-06-17 15:01:49 +02:00
Michal Čihař
35385e307f Do not generate messages for tests 2011-06-17 15:01:06 +02:00
Michal Čihař
675dee3761 Add forgotted example for signon script 2011-06-07 13:28:13 +02:00
Michal Čihař
cf6312f527 Clarify documentation 2011-06-06 17:13:16 +02:00
Piotr Przybylski
12f1bb773e Restore 'DEFAULT CHARACTER SET utf8 COLLATE utf8_bin' for configuration storage tables 2011-06-02 15:37:34 +02:00
Piotr Przybylski
d489272845 Changed BLOB to TEXT in create_tables.sql (pma_recent, pma_table_uiprefs) 2011-06-02 00:55:51 +02:00
Piotr Przybylski
8cfc52c362 Remove unnecessary CHARSET/COLLATE declarations from create_tables.sql 2011-06-02 00:54:46 +02:00
Piotr Przybylski
a2f4717e0c SQL formatting in create_tables.sql 2011-06-01 19:23:44 +02:00
Aris Feryanto
e4ba1dc066 Add table pma_ui_prefs for remembering table sorting persistently 2011-05-27 18:52:00 +07:00
Aris Feryanto
8f99ac7a28 Merge remote-tracking branch 'origin/master' into browsemode 2011-05-24 08:42:32 +07:00
Michal Čihař
181705cbd1 Merge remote-tracking branch 'origin/QA_3_4' 2011-05-23 10:39:33 +02:00
Michal Čihař
adc6de0685 [auth] Fixed error handling for signon auth method.
The message is now stored in caller session data and properly displayed
in example script.
2011-05-23 10:33:14 +02:00
Michal Čihař
c95116a941 Merge branch 'QA_3_4' 2011-05-16 10:41:29 +02:00
Michal Čihař
aba316155b Do not use localised docs here 2011-05-16 10:38:52 +02:00
Michal Čihař
db48100cd1 Check for existence of a file 2011-05-16 10:37:59 +02:00
Michal Čihař
92d139d5f8 Add script for merging translations 2011-05-16 10:37:04 +02:00
Michal Čihař
a4ac8d6bec Merge branch 'QA_3_4' 2011-05-11 14:45:57 +02:00
Michal Čihař
072bc8de79 Also remove empty dirs when removing incomplete translations 2011-05-11 14:45:51 +02:00
Michal Čihař
8f49a1a642 Adjust STABLE/TESTING marking for new major release (in case there will ever be bugfix for 3.3). 2011-05-11 14:18:52 +02:00
Aris Feryanto
d5421a41f9 Recently used tables (add SQL in scripts/create_tables.sql) 2011-05-08 03:11:09 +07:00
Michal Čihař
5c38a10468 Write to temprorary file and rename when done.
This avoids problems with demo server when somebody accesses page while
this file is being generated.
2011-05-05 09:17:00 +02:00
Marc Delisle
c6be70e8a3 Use a variable for the generated file 2011-04-26 07:52:46 -04:00
Michal Čihař
6091d9b656 Override using LC_ALL, it overrides all LC_* variables. 2011-04-26 13:38:04 +02:00
Michal Čihař
864bf00d97 Fix typo 2011-04-06 15:13:29 +02:00
Michal Čihař
26a4a09c11 Display warning about incomplete translations 2011-04-06 09:48:20 +02:00
Michal Čihař
3289a49a6b Threshold configurable by parameter 2011-04-05 15:31:15 +02:00
Michal Čihař
e269e34a4f Do not fail on 0% 2011-04-05 15:23:49 +02:00
Michal Čihař
049e97e42a Make the script fail on error 2011-04-05 15:12:50 +02:00
Michal Čihař
297035b853 Do not include incomplete translations in release.
Currently the threshold is set to 50%, but the discussion is still open
on mailing list and it might change.
2011-04-05 12:05:15 +02:00
Dieter Adriaenssens
fecfe761f9 drop Devel: prefix in links to wiki 2011-03-29 10:02:02 +02:00
Michal Čihař
53ba93b02e Remove debug code.
This should never be commited.
2011-03-05 15:11:59 +01:00
Michal Čihař
614838a4e5 Update po files 2011-03-03 07:17:58 +01:00
Michal Čihař
659ab6eb52 Drop not needed requires 2011-03-02 13:59:43 +01:00
Michal Čihař
8149492cbe rfe #1640812 [auth] Add example for OpenID authentication using signon method. 2011-03-02 13:46:43 +01:00
Michal Čihař
c7abc97556 Fix typo 2011-03-02 13:39:17 +01:00
Michal Čihař
d0d236fd62 rfe #2936155 [auth] Allow to pass additional parameters using signon method. 2011-03-02 11:44:57 +01:00