Michal Čihař
|
48df0d6d23
|
Another syntax error
|
2013-08-07 11:30:20 +02:00 |
|
Michal Čihař
|
ffae07abda
|
Wrap long lines
|
2013-08-07 10:54:51 +02:00 |
|
Michal Čihař
|
8e71b13ced
|
CS compliant transformation helper functions
|
2013-08-07 10:53:09 +02:00 |
|
Michal Čihař
|
9310e76a0e
|
Fix indentation
|
2013-07-30 13:23:51 +02:00 |
|
Michal Čihař
|
df39efd08b
|
Correctly call static method
|
2013-07-02 10:07:05 +02:00 |
|
Michal Čihař
|
0e02a35d2e
|
Revert "Temporary workaround for bug #3783 :"
This reverts commit 2683f32033.
|
2013-07-01 15:29:56 +02:00 |
|
Michal Čihař
|
37d142bc3f
|
Remove compatibility code for PHP 5.2
|
2013-07-01 15:29:56 +02:00 |
|
Madhura Jayaratne
|
3dd99512f0
|
These constants are better as a part of DatabaseInterface class
|
2013-05-26 21:15:24 +05:30 |
|
Madhura Jayaratne
|
650a8cdda3
|
Convert database interface to a class
|
2013-05-24 17:30:59 +05:30 |
|
Marc Delisle
|
d44367e4db
|
Fix merge conflicts
|
2013-05-15 13:07:22 -04:00 |
|
J.M
|
529903e0dd
|
Fix bug #3907 undefined variables, function parameter problems
Thanks Rasmus Lerdorf for analyzing!
|
2013-05-13 11:27:56 +02:00 |
|
Kasun Chathuranga
|
556bcb9f9d
|
PMA_DBI_num_rows --> PMA_DBI_numRows
|
2013-05-04 08:39:43 +05:30 |
|
Kasun Chathuranga
|
1c884f0cca
|
PMA_DBI_free_result --> PMA_DBI_freeResult
|
2013-05-04 08:33:49 +05:30 |
|
Kasun Chathuranga
|
5bcc32999f
|
PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc
|
2013-05-04 08:30:12 +05:30 |
|
Kasun Chathuranga
|
fbe4438628
|
PMA_DBI_fetch_result --> PMA_DBI_fetchResult
|
2013-05-01 00:05:16 +05:30 |
|
Kasun Chathuranga
|
d933575811
|
PMA_DBI_try_query --> PMA_DBI_tryQuery
|
2013-04-30 23:05:18 +05:30 |
|
J.M
|
c7bbde7a6b
|
Fix Notice: Undefined index: column_info in libraries\transformations.lib.php#386
|
2013-04-27 22:16:54 +02:00 |
|
Dieter Adriaenssens
|
2683f32033
|
Temporary workaround for bug #3783 :
Calling a method from a variable class is not possible before PHP 5.3.
|
2013-02-06 16:56:01 +01:00 |
|
Dieter Adriaenssens
|
b6c9389b86
|
Revert "fix bug #3783, instanciate class before calling static method"
This reverts commit 27148aa738.
-> fix does not work : methods of a class can't be called usçg a variable before PHP 5.3
|
2013-02-06 16:51:06 +01:00 |
|
Dieter Adriaenssens
|
27148aa738
|
fix bug #3783, instanciate class before calling static method
|
2013-01-27 17:19:51 +01:00 |
|
Marc Delisle
|
4e565265f7
|
Bug #3783 (PHP 5.2 incompability)
|
2013-01-26 05:56:49 -05: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 |
|
Dieter Adriaenssens
|
112f8b92e3
|
fix coding style : correct function parameter spacing
|
2012-08-30 17:56:11 +02:00 |
|
Dieter Adriaenssens
|
623de27ef2
|
use include(_once) in case of conditional including
|
2012-08-30 17:35:56 +02:00 |
|
Chanaka Indrajith
|
4beb0442ae
|
Clear tranformation information when deleting Columns, VIEWs, Tables and Databses
|
2012-08-06 06:43:16 +05:30 |
|
Alex Marin
|
f5989eb628
|
fix error from merge conflict in transformations
|
2012-07-02 23:01:03 +03:00 |
|
Alex Marin
|
e330544b91
|
merge master
|
2012-07-02 20:05:34 +03:00 |
|
Alex Marin
|
3754538e2c
|
Add neutral string for transformations in pma_column_info
|
2012-07-02 19:37:06 +03:00 |
|
Chanaka Indrajith
|
106265a7f8
|
Resolve conflicts
|
2012-06-30 11:30:39 +05:30 |
|
Alex Marin
|
3fa180b228
|
oop: merge master, fix commits
|
2012-06-27 19:52:37 +03:00 |
|
Chanaka Indrajith
|
39d37fafcc
|
Resolved conflicts
|
2012-06-27 21:53:59 +05:30 |
|
Madhura Jayaratne
|
ec046f7d11
|
Use camel case for function names (PMA_query_as_controluser => PMA_queryAsControlUser)
|
2012-06-23 23:06:29 +05:30 |
|
Chanaka Indrajith
|
766466135e
|
Implement class behavior of common.lib.php file
|
2012-06-22 23:38:33 +05:30 |
|
Alex Marin
|
1ad049d823
|
oop: transformations - fix classes, add interface and use descriptions
|
2012-06-19 23:59:47 +03:00 |
|
Madhura Jayaratne
|
bff981f893
|
Wrap some long lines
|
2012-06-02 23:30:57 +05:30 |
|
Michal Čihař
|
b2aba621ba
|
Compact code
|
2012-04-27 11:39:10 +02:00 |
|
Michal Čihař
|
397b6fd00e
|
Cleanup spacing after @return
|
2012-04-27 11:33:26 +02:00 |
|
Rouslan Placella
|
ff66fdbdf9
|
Remove stray trailing whitespaces
|
2012-04-22 00:12:30 +01:00 |
|
Dieter Adriaenssens
|
0f772aa173
|
check if PHPMYADMIN is set
|
2012-04-14 16:51:26 +02:00 |
|
Alex Marin
|
c5f9cafa97
|
deleted global.inc.php after moving its explanatory comments
|
2012-04-02 03:56:00 +03:00 |
|
Alex Marin
|
6a9eae6fb8
|
moved PMA_transformation_global_html_replace to another file and removed include paths
|
2012-04-02 03:56:00 +03:00 |
|
Madhura Jayaratne
|
28b5491fd8
|
Coding style improvements - multiline function definition
|
2012-03-15 00:37:28 +05:30 |
|
Madhura Jayaratne
|
33d1a8dce2
|
bug #3504567 [mime] Description of the transformation missing in the tooltip
|
2012-03-15 00:31:13 +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 |
|
Madhura Jayaratne
|
d5489c4432
|
Fix doc blocks and multi line if statements
|
2011-08-19 21:43:07 +05:30 |
|
Michal Čihař
|
9405dbb82a
|
Fix spacing after @param
|
2011-07-22 09:21:55 +02:00 |
|
Michal Čihař
|
25bda8e991
|
Fix spacing on opening code block
|
2011-07-22 09:18:02 +02:00 |
|
Michal Čihař
|
c9c9fdf49d
|
Consistent capitalisation of PMA_sqlAddSlashes
|
2011-06-27 14:48:15 +02:00 |
|