Hugues Peccatte
d27076392c
Fix PHPCS errors.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-11 20:44:12 +01:00
Madhura Jayaratne
184316d891
Coding style fixes
2013-11-03 19:00:41 +05:30
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
Michal Čihař
1dcd173555
No newlines inside query
2013-08-07 19:54:49 +02:00
Michal Čihař
686025b018
Missing space
2013-08-07 16:46:11 +02:00
Michal Čihař
bb03e612f0
Add missing space
2013-08-07 13:54:17 +02:00
Michal Čihař
7a70c0581a
Fix syntax error
2013-08-07 11:26:24 +02:00
Michal Čihař
0a3d1d5be8
Better names for URL generating functions
2013-08-07 10:58:17 +02:00
Michal Čihař
f301c26551
Various coding style fixes
2013-08-07 10:51:50 +02:00
ayushchd
4fc8d2b37e
Fix failing tests because of static variable
2013-07-12 13:07:01 +05:45
Madhura Jayaratne
650a8cdda3
Convert database interface to a class
2013-05-24 17:30:59 +05:30
Kasun Chathuranga
7f56c8504d
PMA_DBI_fetch_single_row --> PMA_DBI_fetchSingleRow
2013-05-01 00:03:03 +05:30
Kasun Chathuranga
bc4bfaa6d5
PMA_DBI_fetch_value --> PMA_DBI_fetchValue
2013-05-01 00:02:00 +05:30
Kasun Chathuranga
d933575811
PMA_DBI_try_query --> PMA_DBI_tryQuery
2013-04-30 23:05:18 +05:30
Rouslan Placella
9008ba42fa
Dropped server side functionality for reloading the left frame from user preferences forms
2012-10-30 20:23:59 +00:00
Madhura Jayaratne
1a177f10ae
Coding style: Fix some methods names
2012-10-28 17:08:27 +05:30
Michal Čihař
3e050ff9d9
Various docblocks improvements
2012-09-19 15:05:26 +02:00
Chanaka Indrajith
13208324d3
Removed unnecessary empty lines in functions
2012-09-19 00:15:15 +05:30
Chanaka Indrajith
e6894be57f
Renamed ->method() with PMA_Util::method()
2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064
Remove variable
2012-09-16 14:31:22 +05:30
Chanaka Indrajith
766466135e
Implement class behavior of common.lib.php file
2012-06-22 23:38:33 +05:30
Rouslan Placella
315fa0af04
Renamed PMA_userprefs_autoload_header() to PMA_userprefsAutoloadGetHeader()
2012-06-11 14:06:02 +01:00
Rouslan Placella
b598e40c1b
Return string from PMA_userprefs_autoload_header()
2012-06-11 14:06:02 +01:00
Madhura Jayaratne
0a595f1f54
Fix function name: PMA_array_write -> PMA_arrayWrite
2012-06-01 21:44:33 +05:30
Madhura Jayaratne
d95d403311
Coding style fixes
2012-05-10 20:39:40 +05:30
Dieter Adriaenssens
0f772aa173
check if PHPMYADMIN is set
2012-04-14 16:51:26 +02:00
Michal Čihař
5d54482c66
Drop $cfg['MainPageIconic'].
2012-04-11 15:34:27 +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
Madhura Jayaratne
388dfb0e5d
Coding style improvements
2011-08-19 20:29:47 +05:30
Michal Čihař
c9c9fdf49d
Consistent capitalisation of PMA_sqlAddSlashes
2011-06-27 14:48:15 +02:00
Michal Čihař
e57f27e50b
Remove @uses tags from docblocks
2011-06-27 11:20:20 +02: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
Piotr Przybylski
0515e1b03e
store userprefs using JSON instead of serialized PHP array
2011-02-16 21:51:53 +01: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
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
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
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
c67340d023
save lang and collation_connection to user preferences
2010-07-19 23:57:12 +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
e6b551dc71
bugfixes: allow to work with multiple servers, fix boolean values in select fields
2010-07-10 12:09:34 +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
Crack
a9f39a92e7
saving of theme and font size
2010-07-06 18:20:33 +02:00
Crack
68d9c40113
moved Import by LOAD DATA settings to CSV category
...
moved PMA_array_* functions to core.lib.php
moved PMA_read_userprefs_fieldnames() to user_preferences.lib.php
server/database/table filename templates are saved to pmadb when "remember template" is checked
2010-07-04 21:56:46 +02:00