Commit Graph

63 Commits

Author SHA1 Message Date
Piotr Przybylski
858b20d26d Removed wiki links from setup script and user preferences 2013-11-03 13:07:22 +01:00
Alicja Cwierz
e748b7cd60 Replace wiki info icon #1457 2013-09-28 18:57:53 +10:00
J.M
ac05fec3fa Use input type=number 2013-08-18 15:39:51 +02:00
J.M
373d98a9fc [config] Use type="password" for server passwords 2013-08-18 15:35:07 +02:00
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
ayushchd
8ae544fd13 Validator names fix 2013-07-12 16:12:46 +05:45
ayushchd
b346c0fef8 Condition for testsuite 2013-07-11 14:31:32 +05:45
Michal Čihař
b77f50e610 Do not use "Save" label on setup/preferences forms
It is confusing as it looks like the configuration is actually saved,
but it's not the case. I believe "Apply" is more appropriate here.
2013-06-12 08:54:56 +02:00
Michal Čihař
6c69a9f31d End sentence with full stop 2013-05-24 10:54:54 +02:00
Michal Čihař
bee4a69a7b Merge remote-tracking branch 'origin/QA_4_0' 2013-04-22 14:04:02 +02:00
Kasun Chathuranga
9b9772c1fc Fix bug #3886 Documentation links broken in setup 2013-04-21 00:58:21 +05:30
Madhura Jayaratne
2007eb7ff7 Space after exclamation mark 2013-04-12 22:09:26 +05:30
Rouslan Placella
ae049d253b Disable the ajax page loader on user preferences forms 2012-10-30 20:16:58 +00:00
Edgaras
620c6e6db7 Fix typo 2012-09-25 17:40:40 +03:00
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Michal Čihař
18b55aae72 More readable code 2012-09-11 10:31:09 +02:00
Michal Čihař
6d674c44b6 Improve phpdoc blocks 2012-09-11 10:30:16 +02:00
Michal Čihař
0100bc2336 Replace inline html with echo statements 2012-09-11 10:25:46 +02:00
Michal Čihař
51b8557604 Better naming of functions 2012-09-11 10:14:42 +02:00
Dieter Adriaenssens
d9bef96b99 simplify code : remove mixed php and html 2012-09-02 20:26:42 +02:00
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Madhura Jayaratne
36644a8365 Arguments with default values must be at the end of the argument list 2012-05-10 21:38:32 +05:30
Madhura Jayaratne
bdc6714c75 Coding style improvements 2012-05-07 22:53:08 +05:30
Madhura Jayaratne
79c54fb2c8 Fix indentation 2012-05-07 22:46:21 +05:30
Jo Michael
cce4f2cd2f Fix checkstyle warnings 2012-04-29 03:33:44 +02:00
Jo Michael
ade270e2b5 Fix checkstyle ScopeClosingBrace warnings 2012-04-29 02:58:32 +02:00
Jo Michael
1923e13ee7 Fix new checkstyle LineLength warnings 2012-04-29 02:56:42 +02:00
Jo Michael
2466594cb7 Fix checkstyle ControlStructures warnings 2012-04-29 02:07:56 +02:00
Michal Čihař
b2243f08a8 Fix spacing around brackets 2012-04-27 11:30:47 +02:00
Michal Čihař
317b365baa Various coding style improvements 2012-04-24 14:06:15 +02:00
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Rouslan Placella
306901394e Fixed usage of undefined function PMA_getImage() in setup script 2011-10-04 19:51:02 +01:00
Rouslan Placella
d17814f463 Replaced use of hard coded images with the sprite-aware PMA_getImage() functions (both PHP and JS). 2011-09-26 20:54:59 +01:00
Piotr Przybylski
55d70a7fe1 This should be escaped 2011-09-20 13:02:54 +02:00
Tyron Madlener
3b3a9fc762 pma spritify part 2 2011-07-15 09:42:16 +03:00
Tyron Madlener
da943ecbf7 PMA Icons to sprites part 1 2011-07-14 15:37:08 +03:00
Tyron Madlener
2ee9f03cbb Merge remote-tracking branch 'origin/master' into tyronm 2011-07-05 18:09:55 +02:00
Crack
06f472ed51 allow proper nesting of option groups in user preferences 2010-08-29 01:49:18 +02:00
Crack
a82b355fc9 simplified PMA_SETUP checks 2010-08-27 15:57:45 +02:00
Crack
e6170b2dc2 comments
output escaping
2010-08-06 15:17:53 +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
23d74c9996 fix config download from index.php in setup script 2010-07-30 20:31:47 +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
ac3e9e323b keep selected tab after save
change pmadb to phpMyAdmin configuration storage in warning string
2010-07-27 22:12:53 +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