Commit Graph

157 Commits

Author SHA1 Message Date
Crack
b13dee72f3 Import settings 2010-07-01 22:24:18 +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
0dc5d2e2b1 markers for field errors 2010-06-21 16:24:34 +02:00
Crack
c7b304b6e6 improve js validators
add missing validations and language strings
2010-06-16 23:54:35 +02:00
Crack
3b3f8bff69 Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-06-13 15:03:58 +02:00
Crack
a90b0a21f2 removed some messages from messages.inc.php (validation, some other error messages)
User preferences:
added translations and values for some fields
validation for DefaultPropDisplay
2010-06-13 15:01:37 +02:00
Marc Delisle
485e1736b6 make inline editing work for all cases of fmtType 2010-06-12 08:45:24 -04:00
Crack
b2ecf17803 Split setup/scripts.js into generic and setup script specific parts 2010-06-12 12:42:29 +02:00
Marc Delisle
caa98445d8 conform to relational terminology regarding columns and rows 2010-05-31 14:33:21 -04:00
Michal Čihař
9bb46c6fb5 Load datepicker translations only if it is used. 2010-05-10 16:46:53 +02:00
Michal Čihař
8835c9249b Whitespace cleanup. 2010-05-10 16:46:41 +02:00
Marc Delisle
fde1269ac4 gettext conversion 2010-05-09 15:13:19 -04:00
Michal Čihař
93a0962864 Move function to js escaping library. 2010-05-04 09:06:30 +02:00
Michal Čihař
86b11a41ab Translate time control. 2010-05-03 15:05:23 +02:00
Michal Čihař
45b62e3620 Support for translating time part of datetime editor. 2010-05-03 15:02:33 +02:00
Michal Čihař
8d049f984d Use context to differentiate May and shortcut for May. 2010-05-03 14:46:30 +02:00
Michal Čihař
a5d56b2c2f Localize calendar using our translation system.
We don't want to use jQuery one to have all messages in one place.
2010-05-03 14:37:34 +02:00
Michal Čihař
928840f449 Whitespace fixups. 2010-04-21 15:06:53 +02:00
Michal Čihař
f984f0c888 Add seconds to time editor. 2010-04-21 15:04:37 +02:00
Michal Čihař
1cafc3a509 Remove old calendar code. 2010-04-20 10:10:15 +02:00
Muhammad Adnan
378094ac30 [interface] Use jQuery calendar dialog.
rfe #2983207, patch #2988715
2010-04-20 10:08:41 +02:00
Michal Čihař
980a3bb86c Use proper server selector.
We need to use the one who fired event, not the first one in document.
2010-04-20 08:13:27 +02:00
Michal Čihař
ccd8997f96 Remove testing code. 2010-04-20 08:11:29 +02:00
Michal Čihař
3366fcc187 Replace rest of custom messages handling in PMD. 2010-04-19 14:15:21 +02:00
Michal Čihař
d5da2590b5 Replace own string export in pmd with generic one. 2010-04-19 14:11:14 +02:00
Marc Delisle
5a75ca180a rfe #2988633 Improve ON DELETE/ON UPDATE drop-downs 2010-04-17 19:22:12 -04:00
Marc Delisle
f3f41cbe78 remove one instance of inline js 2010-04-17 13:51:08 -04:00
Michal Čihař
13b9403d74 rfe #2964518 [interface] Allow to choose servers from configuration for synchronisation. 2010-04-16 16:26:13 +02:00
Michal Čihař
67fd7e2567 CURRENT_TIMESTAMP is also valid for DATETIME. 2010-04-16 09:54:19 +02:00
Sutharshan Balachandren
e194beb978 [interface] Add javascript validation of datetime input.
patch #2983960
2010-04-16 09:53:44 +02:00
Michal Čihař
a384bef30b Let's remove mootools.
There still might be some uses of it, but I'm not aware of anything
right now and it's better to break things earlier so that somebody
notices and it can be fixed.
2010-04-15 10:47:50 +02:00
Michal Čihař
af8e31b5d6 mootools-more is no longer used. 2010-04-15 10:38:31 +02:00
Michal Čihař
c2de4dd8d9 Add full uncompressed version of jquery ui. 2010-04-15 09:34:52 +02:00
Michal Čihař
f7ffcf8975 Convert new column checks to jQuery. 2010-04-13 13:38:30 +02:00
Michal Čihař
37aca1ec06 Convert PDF pages designer to use jQuery. 2010-04-13 13:34:51 +02:00
Michal Čihař
4bc0c8aafe Convert to jQuery initialisation. 2010-04-13 11:57:42 +02:00
Michal Čihař
71ff89c2fe Include non minified version in Git.
The JS compression will happen on release.
2010-04-13 11:52:33 +02:00
Michal Čihař
6d05e375e8 Initialize variable in case first loop fails. 2010-04-12 16:56:13 +02:00
Michal Čihař
0310966ed2 Fix assignment. 2010-04-12 16:55:03 +02:00
Michal Čihař
7393ad7bea jQuery -> $ 2010-04-12 11:31:42 +02:00
Michal Čihař
2142f5f70b Rewrite generating master configuration.
- Avoid code duplication.
- Fix case when user unselected all databases.
2010-04-09 16:09:29 +02:00
Michal Čihař
f5a11a3f64 Bind event externally. 2010-04-09 15:08:05 +02:00
Michal Čihař
d2873126e1 patch #2984058 [edit] Buttons for quicky creating common SQL queries.
Thanks to sutharshan, but the patch was heavily modified.
2010-04-09 11:44:04 +02:00
Crack
5603e1a683 Setup script: migrate MooTools code to jQuery 2010-04-09 11:11:39 +02:00
Marc Delisle
8a1e599725 Mootools call for BLOB streaming converted to jQuery 2010-04-07 17:01:10 -04:00
Marc Delisle
11688d3bc5 dead code 2010-04-07 16:25:59 -04:00
Michal Čihař
00774b1405 Whitespace cleanup. 2010-04-06 09:33:07 +02:00
Philip Frank
18b435fed8 Use jQuery to bind click events on table rows
Patch #2982132
2010-04-06 09:32:57 +02:00
Marc Delisle
06bcb3ecfd author names removal 2010-04-05 17:00:42 -04:00
Marc Delisle
6b5f3b9962 finish conversion of Replication feature from Mootools to jQuery 2010-04-05 09:09:35 -04:00