Commit Graph

34 Commits

Author SHA1 Message Date
Aris Feryanto
58ae4e7f1d User prefs and Iconic settings - ID: 3216140 2011-03-24 14:40:25 +01:00
Michal Čihař
6fb8505721 Use correct type when storing preferences.
We should not use the value, but the key. Value stores descriptions,
while key is actually the thing stored in settings.
2011-02-09 14:05:40 +01:00
Michal Čihař
67e4994490 Single place to handle redirection. 2011-01-31 15:22:25 +01:00
Michal Čihař
dc0c6938b2 [security] Redirect external links to avoid Referer leakage. 2011-01-28 13:22:41 +01:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
Crack
06f472ed51 allow proper nesting of option groups in user preferences 2010-08-29 01:49:18 +02:00
Crack
c0482e135b Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-08-28 12:12:52 +02:00
ninadsp
9c34a0eec9 Merged branch official/master. Resolved merge conflicts introduced due to merging of Piotr and Martynas's branches 2010-08-28 01:53:52 +05:30
Crack
a82b355fc9 simplified PMA_SETUP checks 2010-08-27 15:57:45 +02:00
Crack
9d4c5409c6 fix import merge
fix <select> handling (hopefully this time for real)
2010-08-05 21:01:59 +02:00
Crack
5dc9f17d39 fix <select> value setting 2010-08-04 16:02:54 +02:00
Crack
4a5ffa7a12 File comments:
- remove @license and @version from comments
- add vim settings
- change descriptions in form definition files
2010-08-03 00:55:57 +02:00
Crack
e3f6715c44 bugfix: use true/false for boolean values read from <select>s instead of 1/0 2010-08-03 00:37:39 +02:00
Crack
9adc2597c5 short comments for inputs:
- information whether SQL validator is enabled for Validate link
- information about required extensions (SOAP, compression)
- information for constrained values (eg. MaxDbList)
2010-07-30 00:47:20 +02:00
Crack
b39567f381 revert disable/* options 2010-07-25 22:58:14 +02:00
Crack
2e55d85ab5 Developers tab no longer depends on UserprefsDisallow, introduced UserprefsDeveloperTab setting 2010-07-22 20:04:16 +02:00
Crack
7ac7e24d8c more styling for disabled options
new "Developer" tab (by default all options are disabled, users can't modify them)
fixed UserprefsDisallow export in setup script
2010-07-22 01:29:36 +02:00
Crack
cc9b5c9028 mark fields that user can disable in setup script 2010-07-21 01:21:32 +02:00
Crack
43a7629da9 Users can disable: AllowUserDropDatabase, UseDbSearch, QueryHistoryDB, ShowPhpInfo, ShowChgPassword
Users can change: QueryHistoryMax (must be lower than value from file config)
2010-07-20 21:57:05 +02: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
b71edb5380 add missing @uses comments 2010-07-17 14:23:15 +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
030abc5114 add missing validation for TextareaRows
fix warning in FormDisplay while importing settings
2010-07-13 23:15:22 +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
9dc47ecc41 rename $strSetup* variables to $strConfig* 2010-07-04 00:04:55 +02:00
Crack
7c5a298f27 moved validate.lib.php 2010-07-03 23:27:02 +02:00
Crack
9130ebb7b6 allow to group fields in forms 2010-07-03 19:02:54 +02:00
Crack
49c2562eae more flexible <select> declaration
fix array export in ConfigFile
2010-07-03 13:45:48 +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
9f44d864b6 user preferences saving and integration 2010-06-20 21:34:13 +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
Crack
4572e3ec82 Fix paths in config templates 2010-06-11 22:00:52 +02:00
Crack
3ed3539958 Setup script refactoring: moved ConfigFile, Form, FormDisplay
Config db overrides and validation info stored in config.values.php
2010-06-05 19:25:54 +02:00