Commit Graph

191 Commits

Author SHA1 Message Date
Crack
53e8d75c0f Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts:
	libraries/db_links.inc.php
	libraries/tbl_links.inc.php
2010-08-01 23:19:21 +02:00
Marc Delisle
f9f987f544 Merge branch 'QA_3_3' 2010-07-31 14:54:34 -04:00
Marc Delisle
7951b2bacc bug #3034026 [confirmation] TRUNCATE queries get no confirmation request 2010-07-31 14:54:05 -04:00
Crack
ac3e9e323b keep selected tab after save
change pmadb to phpMyAdmin configuration storage in warning string
2010-07-27 22:12:53 +02:00
Crack
9d62971e11 clean up config JavaScript 2010-07-26 22:34:13 +02:00
Crack
edaf7ce86c translate "More" tab
cleanup code
2010-07-26 21:30:57 +02:00
Crack
8d24baad94 run submenu code only when #topmenu is present
todo update
2010-07-25 22:58:52 +02:00
Crack
5afd385f30 create menu for menu tabs which don't fit in one line
fix tooltip.js error when not in pma frame
2010-07-25 22:10:38 +02:00
Crack
2d67cb58c4 Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts:
	libraries/relation.lib.php
2010-07-24 18:34:52 +02:00
Crack
c8b6acdf59 remove debug
use proper function to cancel event
2010-07-22 17:02:17 +02:00
Crack
7399ce3e61 a few changes on preferences manage page
fix JS date generation on preferences export to localStorage
2010-07-22 12:37:51 +02:00
Crack
7b0135ed6a fix port number validation
correct naming mistake (authentication != authorization)
setup script: move server authentication settings to new tab
2010-07-21 16:11:02 +02:00
Michal Čihař
eeae8bec21 Get rid of inline javascript in login form. 2010-07-21 09:21:58 +02:00
Michal Čihař
4330ee3fd4 Whitespace cleanup. 2010-07-20 14:15:00 +02:00
Michal Čihař
29ccdfc1ff Focus SQL query area after dom is ready. 2010-07-20 14:14:44 +02:00
Crack
8c28b69aba Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-07-19 16:16:12 +02:00
Marc Delisle
4e5061d323 Generate password only available if JS is enabled 2010-07-19 10:03:17 -04:00
Crack
cf99d6511f fix restore-default not showing after page load
setup script comments for fields that set constraints on user preferences (MaxDbLost, MaxTableList)
2010-07-17 22:43:38 +02:00
Crack
a7fe3f362c allow multiple validators for one field
users can set MaxDbList and MaxTableList, values are bounded by the original value
2010-07-17 14:02:19 +02:00
Crack
afca401bc8 parametrized validators
valdiation by regular expressions
shorter text fields for numeric inputs
2010-07-17 11:39:30 +02:00
Crack
c5bef4d2da fix "restore default" button, should be visible only when field has custom value
added missing validations for setup script
added two field descriptions
added SkipLockedTables to user preferences
2010-07-16 20:28:11 +02:00
Crack
7a5fd62810 allow users to easily work with preferences stored in session (when pmadb is disabled): after logging in, user is presented with a message asking whether settings from localStorage should be loaded 2010-07-14 21:28:24 +02:00
Crack
b3ae73f2aa ui fixes 2010-07-12 19:24:07 +02:00
Crack
625b9edca8 show message when preferences are saved to localStorage 2010-07-12 14:02:45 +02:00
Crack
3137cc2f1d add date information when importing from localStorage 2010-07-10 00:06:50 +02:00
Crack
5717683ef1 basic import/export for localStorage, needs to be polished 2010-07-09 19:37:49 +02:00
Crack
104ac11c1d import and export for user preferences (currently JSON file only)
add preferences reset
2010-07-08 19:01:09 +02:00
Crack
93d49e8ca8 Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-07-05 19:37:03 +02:00
Marc Delisle
dbd813095a Merge branch 'QA_3_3' 2010-07-02 11:23:11 -04:00
Marc Delisle
1db012abc8 clarify code behavior 2010-07-02 11:22:36 -04:00
Crack
b13dee72f3 Import settings 2010-07-01 22:24:18 +02:00
Marc Delisle
9de870ce87 selecting a range of rows no longer worked 2010-07-01 07:30:29 -04: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