Commit Graph

95 Commits

Author SHA1 Message Date
Madhura Jayaratne
f805f09bc4 Fix failing test
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-09 21:52:24 +05:30
Madhura Jayaratne
a790c2cf33 rfe #347 allow table with transformed column anywhere in FROM clause
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-09 21:31:28 +05:30
Hugues Peccatte
42e0bdd47a Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-02 18:32:42 +01:00
Hugues Peccatte
fd7f02f929 Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-02 14:33:41 +01:00
Hugues Peccatte
80ced5fe8f Fix PHPCS issues.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-30 18:37:49 +01:00
Hugues Peccatte
48bd3b8ee5 Remove unused $pmaString.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-05 10:42:44 +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
Chirayu Chiripal
1f324be4b1 RFE-637: Custom field handlers (input transformations)
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-07-12 01:52:32 +05:30
Michal Čihař
5bc20f4e0f Ignore hidden files when looking up transformations
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-31 14:03:45 +02:00
Hugues Peccatte
c2c3da1c31 Rename variable.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-01-05 15:21:27 +01:00
Hugues Peccatte
6b01f835cb Rename too short variables.
Remove useless initializations.
Rename too long variables.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-01-04 20:46:18 +01:00
Hugues Peccatte
661db9ec47 Update PHPDoc. 2013-11-08 19:28:20 +01:00
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