Hugues Peccatte
6bb56cf491
Make PHPCS happy.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-24 21:03:10 +02:00
Hugues Peccatte
6a93a350cc
Templating ul tag.
...
Templating li tag.
Use li template in getHtmlTab.
Use ul/li templates in libraries/user_preferences.inc.php.
Add/update PHPDoc of templates.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-09 14:24:44 +02:00
Nisarg Jhaveri
7d76949cec
Use stricter jQuery selectors in config.js
...
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-06-18 21:44:46 +05:30
Madhura Jayaratne
0f76d59e1e
Quit using filter_input since they bypass token check
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-15 07:45:09 +05:30
Michal Čihař
af3bfe6cfb
Consistently use comma at the end of notification messages
...
These are sentences and should be ended as such.
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-28 09:58:17 +01:00
Piotr Przybylski
a67e41a646
Refactored ConfigFile class so that it is no longer a singleton
...
Fixes bug #4123 Double config including
2013-11-03 12:54:20 +01:00
Marc Delisle
91a4ca445d
Replace "frame" with "panel" and "left" with "navi" or "navigation"
2012-11-03 07:27:17 -04:00
Chanaka Indrajith
6971295e96
Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::
2012-09-16 14:41:47 +05:30
Michal Čihař
371d420c21
Simplify linking to documentation
...
Now documentation can be simply linked using [doc@anchor]..[/doc]
2012-09-05 15:19:13 +02:00
Chanaka Indrajith
1cc49d32d9
Resolved conflicts
2012-06-27 07:06:34 +05:30
Chanaka Indrajith
766466135e
Implement class behavior of common.lib.php file
2012-06-22 23:38:33 +05:30
Marc Delisle
7510ba77f8
PMA_generateHtmlTab() becomes PMA_getHtmlTab()
2012-06-17 08:42:09 -04:00
Rouslan Placella
ec5322ed26
Fixed conflicting global variable names
2012-06-11 14:06:05 +01:00
Madhura Jayaratne
bff981f893
Wrap some long lines
2012-06-02 23:30:57 +05:30
Madhura Jayaratne
8e88a282af
Fix function names: PMA_generate_html_tab -> PMA_generateHtmlTab
2012-05-11 22:20:28 +05:30
Rouslan Placella
7b85c709a8
Dropped server_links.inc.php
2012-05-05 16:44:27 +01: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
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
Madhura Jayaratne
88db32fafd
More coding style improvements
2011-08-19 20:31:44 +05:30
Tyron Madlener
da943ecbf7
PMA Icons to sprites part 1
2011-07-14 15:37:08 +03:00
Marc Delisle
e6211f0c2f
Other replacements for easier reading
2011-05-09 12:57:28 -04:00
Marc Delisle
13b31956ae
For easier reading, replace "!isset" with "! isset"
2011-05-09 12:49:05 -04:00
Crack
171bd10394
restore debug code for user preferences (commented out)
2010-09-02 23:34:44 +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
Crack
e6170b2dc2
comments
...
output escaping
2010-08-06 15:17:53 +02:00
Crack
60329f14cb
blacklist and settings debug code shown if $cfg['DBG']['php'] is true
2010-08-06 14:36:26 +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
279724d6f8
bugfix: user preferences don't work correctly without output buffering
2010-08-01 22:52:15 +02:00
Crack
9a73307003
allow users to set only_db and hide_db
2010-08-01 21:55:04 +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
ac3e9e323b
keep selected tab after save
...
change pmadb to phpMyAdmin configuration storage in warning string
2010-07-27 22:12:53 +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
c5bef4d2da
fix "restore default" button, should be visible only when field has custom value
...
added missing validations for setup script
added two field descriptions
added SkipLockedTables to user preferences
2010-07-16 20:28:11 +02:00
Crack
7a5fd62810
allow users to easily work with preferences stored in session (when pmadb is disabled): after logging in, user is presented with a message asking whether settings from localStorage should be loaded
2010-07-14 21:28:24 +02:00
Crack
57a8d902f4
fix ThemeDefault and fontsize export
2010-07-13 22:17:19 +02:00
Crack
956315e0b2
bugfix: show warning only when pmadb is unavailable
2010-07-10 21:51:54 +02:00
Crack
3137cc2f1d
add date information when importing from localStorage
2010-07-10 00:06:50 +02:00
Crack
bcaecbf10a
allow user preferences to work without pmadb, but warn users about that
2010-07-09 20:37:04 +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