Commit Graph

109 Commits

Author SHA1 Message Date
Hugues Peccatte
bd707b871d Update PHPDoc.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-24 23:34:50 +02:00
Madhura Jayaratne
5857fe163d Fix spacing after opening brace
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-28 11:05:08 +05:30
Madhura Jayaratne
867aff9c18 Simplify the logic
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-14 12:25:50 +05:30
Hugues Peccatte
270b9e7a5d Add and update PHPDoc.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-02 14:44:46 +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
70a21ec25c Merge from master.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-08 21:49:37 +02:00
Madhura Jayaratne
2c8a3d21da Fix function name
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-07 14:24:55 +05:30
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
f9dd601397 Coding style modifications.
Refactoring.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-14 16:16:47 +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
9b77d746ab Mass modifications to use PMA_String.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06 10:44:03 +02:00
Hugues Peccatte
b55719206b Remove SQL format for multi-table queries.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-06-09 15:27:40 +02:00
Marc Delisle
a1f98d9c2e Fix merge conflicts
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-25 12:29:08 -04:00
Marc Delisle
d4c8bef2e6 bug #4326 Cannot find the import plugins which start with uppercase 'I'
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-25 12:25:48 -04:00
Madhura Jayaratne
84e9ce4946 Spaces around . operator
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-08 17:26:27 +05:30
Hugues Peccatte
efd206f1dc Reduce nested levels.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-21 00:06:04 +01:00
Hugues Peccatte
008b1fa8d3 Rewrite to decrease number of nested levels.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-07 22:16:16 +01:00
Hugues Peccatte
464ec23ad8 Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
J.M
ac05fec3fa Use input type=number 2013-08-18 15:39:51 +02:00
Michal Čihař
1a9edda119 Various coding style fixes 2013-08-07 11:06:41 +02:00
Michal Čihař
d1bb142e87 Remove unused param from PMA_Util::showMySQLDocu 2013-08-07 08:48:50 +02:00
Michal Čihař
c0ce163e05 Drop some unused local variables
Found by PMD on our CI server
2013-07-10 14:53:05 +02:00
Michal Čihař
61a601fc73 Implement linking to new documentation 2012-11-12 09:48:05 +01:00
Dieter Adriaenssens
fe6124a555 improve DocBlocks 2012-11-08 16:48:16 +01:00
Michal Čihař
b09538ed0c Check if properties do exist before using them 2012-10-15 12:00:12 +02:00
Michal Čihař
84ff489baf Use already retrieved return value 2012-10-15 12:00:12 +02:00
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Dieter Adriaenssens
1174ca3b4f fix coding style 2012-09-02 20:00:40 +02:00
Madhura Jayaratne
2e7af90c35 Fix multiline function calls 2012-08-23 22:42:12 +05:30
Madhura Jayaratne
cfccc97143 Fix indentation of the switch block 2012-08-23 22:38:21 +05:30
Madhura Jayaratne
64fe04c4bd Coding style fixes 2012-08-23 22:36:50 +05:30
Alex Marin
4b010454b4 oop: fix undefined variable 2012-08-14 12:36:53 +03:00
Alex Marin
c26356e9ca oop: fix properties object in plugin_interface 2012-08-13 09:36:29 +03:00
Alex Marin
ca21e5b5f4 oop: properties - fix getText() on a non-object 2012-08-07 16:23:46 +03:00
Alex Marin
72da3b8880 oop: properties - fix invalid argument for foreach 2012-08-07 14:58:29 +03:00
Alex Marin
b246878717 oop: check for undefined variables 2012-08-03 16:55:51 +03:00
Alex Marin
d82e1e2e9e oop: properties - show "This format has no options" message 2012-07-30 15:26:02 +03:00
Alex Marin
55c27dd333 oop: fix undefined method bug for import plug-ins 2012-07-30 14:27:14 +03:00
Alex Marin
e304e79032 oop: fix display for subgroups of properties 2012-07-25 14:05:36 +03:00
Alex Marin
aef3d70ac8 oop: fix properties for ExportMediawiki 2012-07-25 11:04:55 +03:00
Alex Marin
616228570b oop: check for hidden properties 2012-07-17 17:18:43 +03:00
Alex Marin
9458f9d062 oop: integrate the properties system for ExportXml 2012-07-17 13:32:13 +03:00
Chanaka Indrajith
106265a7f8 Resolve conflicts 2012-06-30 11:30:39 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Alex Marin
ab436a573c oop: fix display import plugins list bug 2012-06-19 14:53:04 +03:00
Alex Marin
4e764e76b8 oop: camel caps for import plugins 2012-06-08 11:52:27 +03:00
Alex Marin
683d7677b9 oop: export codegen; camel caps export naming convention 2012-06-08 11:47:36 +03:00
Alex Marin
a87f283a23 plugins and OOP: create general class structure and ExportXML 2012-05-28 00:21:14 +03:00
Michal Čihař
397b6fd00e Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
Alex Marin
6a7560d9c9 include import and export plugins only once 2012-04-16 12:43:35 +03:00