Hugues Peccatte
dffc8c34e9
Remove logic code in declaration files.
...
Move declaration out of logic file.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-10-27 18:56:39 +01:00
Hugues Peccatte
8ac9634c7a
Make PHPCS happy.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-10-24 13:30:22 +02:00
Hugues Peccatte
6f4676cdfc
Merge remote-tracking branch 'origin/master' into useNamespaces_master
2015-10-04 18:04:49 +02:00
Marc Delisle
fd7c8522ea
Clarify method name
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-10-03 10:14:29 -04:00
Hugues Peccatte
f0ba28fc1d
Set namespace on Advisor, Config, Console and Util classes.
...
Set namespace on DbQbe.
Set namespace to 'DbSearch'.
Split Advisor.class.php file.
Change Advisor namespace.
Rename DbQbe class and file.
Set namespace on DisplayResults.
Set namespace on Error.
Use namespace for ErrorHandler.
Add class autoloader.
Change ErrorHandler filename.
Remove some require.
Update Config namespace path.
Update PMA_Util to PMA\libraries\Util.
Rename Font and File classes files.
Use namespace for Footer.
Set namespace in all libraries classes.
Namespace OutputBuffering.
Export SubPartition.
Rename Partition file.
Namespace PDF.
Namespace RecentFavoriteTable.
Replace PMA_Response by Response and PMA_Message by Message.
Update uses and calls.
Fix unit tests.
Fix SqlParser autoload.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:22:52 +02:00
Michal Čihař
254fc8faa8
Fix typo
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-05-11 11:00:45 +02:00
Michal Čihař
de83138a89
Escape html chars in email
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-05-11 09:59:46 +02:00
Hugues Peccatte
f9cd1a1a22
Replace mb functions by standard string functions.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-05 11:31:50 +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
9b77d746ab
Mass modifications to use PMA_String.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06 10:44:03 +02:00
Michal Čihař
2fbb4cee0d
Consistently include colon in strings to translate
...
In some languages this makes difference in translating, so it's better
to give translators full context.
2013-04-25 14:22:31 +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
1e4d8fd6b4
Fixed ajax response for "display git revision"
2012-06-11 14:06:04 +01:00
Madhura Jayaratne
79e28ac708
Wrap some long lines and add missing return type
2012-05-12 23:08:39 +05:30
Madhura Jayaratne
67134da3d0
Fix style violations reported by CheckStyle
2012-04-22 20:10:19 +05:30
Michal Čihař
71c9defe4c
Allow parameter reordering
2012-04-19 11:34:26 +02:00
Alexander Filippov
ff455cc96a
fixed error: Parse error: syntax error, unexpected '[' in ./libraries/display_git_revision.lib.php on line 56
2012-04-15 12:40:14 +00:00
Jo Michael
d6c28d3923
Show Git revision asynchronously
2012-04-15 01:15:30 +02:00
Jo Michael
0a52239900
Add support for repos that are not on any branch
2012-04-15 00:22:17 +02:00
Jo Michael
06001a08e8
Use separate library file for displaying Git revision, minor fixes
2012-04-14 16:12:05 +02:00