Commit Graph

20 Commits

Author SHA1 Message Date
Marc Delisle
1af420e223 [security] Fixed XSS in setup (verbose parameter) 2011-10-04 06:20:17 -04:00
Piotr Przybylski
7adaa407d1 bug #3176391 User preference setting is lost 2011-02-11 18:14:39 +01:00
Crack
1dba66c13f user cannot restore a setting to its default value if it's set in config.inc.php 2010-08-27 15:55:06 +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
9a73307003 allow users to set only_db and hide_db 2010-08-01 21:55:04 +02:00
Crack
dcc352a9dc refactor config file generation out of ConfigFile class 2010-07-30 20:25:22 +02:00
Crack
7f75e7515f improve formatting in generated config file 2010-07-30 19:45:53 +02:00
Crack
157c4fb775 fixed some fields not saving due to equality conversions (eg. 0 == 'auto')
fix user preferences menu display when tabs don't fit on screen
2010-07-30 19:44:59 +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
b71edb5380 add missing @uses comments 2010-07-17 14:23:15 +02:00
Crack
57a8d902f4 fix ThemeDefault and fontsize export 2010-07-13 22:17:19 +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
49c2562eae more flexible <select> declaration
fix array export in ConfigFile
2010-07-03 13:45:48 +02:00
Crack
e842432c7e User preferences:
- add icons to category tabs
- user overrides were unavailable in CSS files
- apply saved configuration immediately after save, reload navigation frame if it's affected
- disabled overrides marked in user preferences forms
2010-06-26 01:04:17 +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
d09c35f5a8 setup script - better config file generation 2010-06-21 18:46:23 +02:00
Crack
3a8de5a716 make form definition structure the same for setup script and user preferences 2010-06-21 15:24:07 +02:00
Crack
9f44d864b6 user preferences saving and integration 2010-06-20 21:34:13 +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