Commit Graph

29 Commits

Author SHA1 Message Date
Michal Čihař
8eaaad4826 Do not use HTML entities for quotes inside translatable messages
First of all there is no reason to HTML encode them, if the string
should be encoded, it has to be done after getting the translation from
gettext as they can contain something to quote as well.

Also using HTML entities is sometimes confusing for translators.
2014-02-02 10:06:23 +01:00
Madhura Jayaratne
0ba19339b2 Go to the database when checking privileges 2013-10-21 21:59:52 +05:30
Kasun Chathuranga
99c65f37e7 Table specific privileges 2013-08-30 18:49:03 +05:30
Michal Čihař
e9da696911 Various coding style fixes 2013-08-07 11:59:01 +02:00
xmujay
1b70534892 fix code style warnings 2013-06-27 22:35:09 +08:00
xmujay
6bb321670b refactor of server_databases.php 2013-06-24 01:13:14 +08:00
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Kasun Chathuranga
03fc9b9256 PMA_is_system_schema --> PMA_isSystemSchema 2013-05-12 08:51:54 +05:30
Rouslan Placella
7356b407ad Rewrite and integration of js/common.js 2012-10-30 20:23:59 +00:00
Rouslan Placella
1b69d0bf55 Drop the target attrbute from links and forms 2012-10-30 20:10:20 +00:00
Rouslan Placella
c24010362f Dropped references to index.php 2012-10-30 20:07:02 +00:00
Rouslan Placella
0d6c1fb175 Drop "Check All/Uncheck All" functionality in PHP, this is already handled in JS 2012-10-30 20:04:51 +00: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
39d37fafcc Resolved conflicts 2012-06-27 21:53:59 +05:30
J.M
8eb0f2f22b Use checkbox for checking/unchecking all rows in a table 2012-06-24 17:49:53 +02:00
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Madhura Jayaratne
e2e2bc47e6 Coding style improvements. Mostly wrapping long lines 2012-05-01 16:20:42 +05:30
Jo Michael
891abb9f86 Merge branch 'master' of git://github.com/phpmyadmin/phpmyadmin 2012-03-17 16:32:07 +01:00
Jo Michael
3b56f6a53b Leading ./ paths for links and favicons can be omitted, part 1 2012-03-16 23:04:12 +01:00
Madhura Jayaratne
ed219b5446 Coding style improvements 2012-03-17 01:13:00 +05:30
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
Piotr Przybylski
8cd8760256 Create PMA_is_system_schema() function which checks whether current database server treats it as a system schema 2011-08-23 22:48:14 +02:00
Piotr Przybylski
7f1fa1bab0 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	js/server_status.js
	libraries/database_interface.lib.php
	libraries/mysql_charsets.lib.php
2011-08-05 17:17:47 +02:00
Michal Čihař
1ec0b69e6b Coding style, function definitions 2011-08-05 14:49:23 +02:00
Piotr Przybylski
8259510361 Database list for Drizzle: treat 'mysql' as normal table, don't show 'Check Privileges' link 2011-05-25 18:54:09 +02:00
Piotr Przybylski
be748a7d84 Case insensitive comparisons to check for I_S, tread D_D as I_S 2011-05-17 00:00:21 +02:00
Marc Delisle
81d61125cc bug #3072495 Creating new database on Databases tab messed layout 2010-10-11 09:34:51 -04:00