J.M
|
529903e0dd
|
Fix bug #3907 undefined variables, function parameter problems
Thanks Rasmus Lerdorf for analyzing!
|
2013-05-13 11:27:56 +02:00 |
|
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 |
|
Michal Čihař
|
e57f27e50b
|
Remove @uses tags from docblocks
|
2011-06-27 11:20:20 +02:00 |
|
Michal Čihař
|
d17fba309c
|
Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
|
2010-08-30 09:53:37 +02:00 |
|
ninadsp
|
e646a2760c
|
Fixed conflict due to upstream merge
|
2010-07-23 21:59:15 +05:30 |
|
Michal Čihař
|
318dc4b650
|
Drop @version tag from docblocks.
|
2010-07-20 13:59:17 +02:00 |
|
ninadsp
|
bed1948d04
|
testing git setup - no major change made in code yet
only added a few comments
|
2010-05-23 01:22:01 +05:30 |
|
Marc Delisle
|
819324ede6
|
remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software
|
2010-03-06 18:04:17 +00:00 |
|
Marc Delisle
|
e67f4cbc54
|
clarify function name
|
2009-06-24 11:34:56 +00:00 |
|
Michal Čihař
|
84ae0420fe
|
Adding @package, third part.
|
2008-11-24 11:22:44 +00:00 |
|
Marc Delisle
|
166d0e181a
|
clarifications
|
2008-04-09 00:22:06 +00:00 |
|
Sebastian Mendel
|
46b110828b
|
no more .php3 files (3)
|
2007-10-16 13:34:33 +00:00 |
|
Sebastian Mendel
|
ecca20f1c0
|
PMA_transformation_getOptions(): do not return an element in option array if option string is empty
|
2007-03-27 13:07:49 +00:00 |
|
Sebastian Mendel
|
dadcb42f7e
|
documentation;
minor tweaks;
PMA_getMIME(), PMA_setMIME() now checks itself for $cfgRelation;
|
2007-03-26 12:48:11 +00:00 |
|
Sebastian Mendel
|
374abd5173
|
fixed/added page level docblock
|
2007-03-20 10:32:13 +00:00 |
|
Sebastian Mendel
|
817e790762
|
synced/fixed vim line
|
2007-03-19 17:55:39 +00:00 |
|
Michal Čihař
|
fb9a3a598e
|
Check before commit!
|
2006-11-17 08:49:30 +00:00 |
|