Madhura Jayaratne
8dcb93c631
More server level Drizzle functions removed
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-10 01:02:35 +10:00
Madhura Jayaratne
4c968434e5
Use sentence case for these as well
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-25 21:41:27 +10:00
Hugues Peccatte
3f8dab6d33
Make PHPcs happy.
...
Add missing PHPDoc.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-06-14 00:49:19 +02:00
Deven Bansod
0709cb606b
Corrected small error in PR#1720
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-06-14 01:56:19 +05:30
Marc Delisle
775d1dca70
Best practice: remove PHP closing tag
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-04-24 11:33:29 -04:00
Madhura Jayaratne
acdb9dc52e
Another instance of double question marks
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-13 08:25:19 +05:30
Madhura Jayaratne
c4710c3e1d
Avoid notices related to replication
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-12 17:08:25 +05:30
Hugues Peccatte
e17de11c74
Improve multibytes string manipulation performances.
...
Review SQL import process.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-30 17:40:09 +01:00
Ann + J.M
a540e6ba87
More fixes to new PMA_URL_getCommon style
...
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-10-18 19:42:39 +02:00
Hugues Peccatte
3de88162ff
Replace PMA_String uses by mb_* calls.
...
Remove part of unused variables.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-28 20:53:01 +02:00
Hugues Peccatte
5985894160
Fix typos.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-07 00:31:45 +02:00
Hugues Peccatte
ff0011ac3f
Merge pull request #1353 from Tithugues/securityStringSquash
...
Mass modifications to use PMA_String.
2014-09-06 19:15:06 +02:00
Hugues Peccatte
9b77d746ab
Mass modifications to use PMA_String.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06 10:44:03 +02:00
Marc Delisle
582b02262b
Remove Overhead from Server > Databases > Enable Statistics. We cannot show
...
correct results in the case of InnoDB tables.
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-04 05:43:02 -04:00
Marc Delisle
6898ac0016
Initialize variable
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-07-11 07:13:12 -04:00
Michal Čihař
26df3b2ffb
Initialize array
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-06 13:20:23 +02:00
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