Marc Delisle
55c2dcb664
bug #3137351 User preferences and hide_db
2010-12-14 12:30:40 -05:00
Marc Delisle
ce9b1f0b96
typo; improve message
2010-12-07 05:59:00 -05:00
Herman van Rink
8017a61253
patch #3055886 [config] update, changed boolean to integer for more precise control
2010-12-02 16:31:49 +01:00
Marc Delisle
60890fe042
use standard term for this
2010-11-18 06:20:38 -05:00
Marc Delisle
e1f019b2dc
Clarify the option about INSERT IGNORE
2010-11-10 05:50:59 -05:00
Marc Delisle
38334e4f91
CtrlArrowsMoving not really needed as an option, now always active
2010-10-04 08:07:48 -04:00
Michal Čihař
156c6d31e8
Add LoginCookieValidity to user preferences (rfe #2100078 ).
2010-09-16 15:48:48 +02:00
Marc Delisle
7a074671d0
this is now called phpMyAdmin configuration storage
2010-09-05 09:06:50 -04:00
Marc Delisle
eb3e105361
be consistent when talking about a column
2010-09-05 08:56:36 -04:00
Crack
b1aa4d72bb
add user preference for accepted patch #3055886 (LeftDisplayTableFilter)
2010-09-02 23:49:38 +02:00
Michal Čihař
7f1b1df69f
[core] Remove last remaining parts of profiling code which was removed in 2006.
2010-08-30 11:01:31 +02: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
b17a2e4a85
user preferences: improve styling of fieldset headers, change Export form layout
2010-08-29 12:35:02 +02:00
Crack
4c6310e349
add Export/quick_export_onserver and Export/quick_export_onserver_overwrite to user preferences
2010-08-29 02:18:04 +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
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
Michal Čihař
1b58bc993e
Fix description of config option.
2010-08-25 09:32:11 +02:00
Crack
e344696016
account for changes introduced when merging lori/gsoc branch
2010-08-19 16:36:41 +02:00
Crack
e6170b2dc2
comments
...
output escaping
2010-08-06 15:17:53 +02:00
Crack
bcaec73441
sort messages
2010-08-06 14:56:52 +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
1d265c5893
fix regular expression validation when phpMyAdmin custom error handler is set
2010-08-04 00:57:11 +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
9a73307003
allow users to set only_db and hide_db
2010-08-01 21:55:04 +02:00
Crack
30413def3e
bugfix: removed superfluous ob_end_clean() which caused page rendering to fail when OBGzip was enabled
2010-08-01 21:46:33 +02:00
Crack
23d74c9996
fix config download from index.php in setup script
2010-07-30 20:31:47 +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
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
5a3ec082d8
fix user preferences in phpmyadmin.css.php
...
fix css for LightTabs
fix values in <select> lists
2010-07-27 23:15:23 +02: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
65e0676ab4
remove SQL Validator from user preferences
2010-07-27 19:47:23 +02:00
Crack
812748a50d
Changes to conform to latest merge:
...
- use require instead if require_once for footer.inc.php
- rename pmadb to phpMyAdmin configuration storage
2010-07-26 20:34:31 +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
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
Crack
600bdbd57e
Setup script: AllowThirdPartyFraming
...
User preferences and setup script: new tab - Warnings, with options to disable mcrypt, Suhosin and pmadb warnings
2010-07-21 14:01:53 +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
a8ed8e6123
SQL Validator forms
2010-07-20 16:36:22 +02:00
Crack
c0ba57f040
add config options for charset in Import and Export
2010-07-20 12:42:18 +02:00
Crack
52550eff13
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
...
Resolved conflicts:
setup/lib/forms.inc.php
setup/lib/messages.inc.php
2010-07-20 12:19:21 +02:00
Crack
4376f6ce14
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2010-07-19 16:04:50 +02:00