|
2541f5ff58
|
Fix deprecated preg_replace with eval
|
2025-04-21 18:29:22 -07:00 |
|
Michal Čihař
|
b4296d6acb
|
Escape in correct places to avoid double escaping sometimes
|
2012-02-08 14:22:39 +01:00 |
|
Michal Čihař
|
0e707906e6
|
[security] Self-XSS in setup (host parameter), see PMASA-2011-19
|
2011-12-13 12:42:39 -05:00 |
|
Marc Delisle
|
1af420e223
|
[security] Fixed XSS in setup (verbose parameter)
|
2011-10-04 06:20:17 -04:00 |
|
Madhura Jayaratne
|
5511ae8fbc
|
bug #3410604 [config] Configuration storage incorrect suggested table name
|
2011-09-16 23:45:36 +05:30 |
|
Dieter Adriaenssens
|
556636457a
|
Remove library PHPExcel, due to license issues
Remove native Excel exportand import modules (xls and xlsx formats)
|
2011-08-10 20:53:51 +02:00 |
|
Yuichiro
|
2bdfe06982
|
patch #3304473 [setup] Redefine a lable that was wrong
|
2011-06-04 05:59:34 -04:00 |
|
Yuichiro
|
81f939f5df
|
patch #3303813 [setup] Define a label that was missing
|
2011-05-18 08:06:44 -04:00 |
|
Aris Feryanto
|
58ae4e7f1d
|
User prefs and Iconic settings - ID: 3216140
|
2011-03-24 14:40:25 +01:00 |
|
Piotr Przybylski
|
7adaa407d1
|
bug #3176391 User preference setting is lost
|
2011-02-11 18:14:39 +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 |
|
Marc Delisle
|
67d23c0c16
|
Clarify the meaning of these directives
|
2011-02-09 07:55:38 -05:00 |
|
Marc Delisle
|
0004198bca
|
The PropertiesIconic preference is not related to Tabs but to Browse mode
|
2011-02-09 05:58:49 -05:00 |
|
Michal Čihař
|
42c8e65139
|
Make version check configurable.
|
2011-02-02 14:32:46 +01:00 |
|
Michal Čihař
|
67e4994490
|
Single place to handle redirection.
|
2011-01-31 15:22:25 +01:00 |
|
Marc Delisle
|
b0fcd264a9
|
Conditional Ajax parameter in user preferences
|
2011-01-29 15:08:38 -05:00 |
|
Marc Delisle
|
0b7d8e5bf4
|
Conditional Ajax parameter in setup
|
2011-01-29 15:04:08 -05:00 |
|
Michal Čihař
|
dc0c6938b2
|
[security] Redirect external links to avoid Referer leakage.
|
2011-01-28 13:22:41 +01:00 |
|
Piotr Przybylski
|
51684a8362
|
Upper bounds for user prefs were read from already modified settings
|
2011-01-11 00:12:47 +01:00 |
|
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 |
|