Commit Graph

25 Commits

Author SHA1 Message Date
Hugues Peccatte
0f80756fe6 Use pre-increment when possible.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-26 23:12:09 +02:00
Madhura Jayaratne
7118974b92 Remove spaces before opening parenthesis
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-28 16:20:48 +05:30
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
5e7dca6968 Fix spacing after param name
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-28 10:50:50 +05:30
Marc Delisle
3e8ed57470 Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-02-22 07:52:26 -05:00
Hugues Peccatte
93c86da700 Minor style modifications.
PHPDoc update.
Reduce nested levels.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-08 17:34:10 +01:00
Hugues Peccatte
f15e658b56 Fix wrong test in ImportMediawiki.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-03 19:38:04 +01:00
Hugues Peccatte
01ffac5f39 Refactor code in ImportMediawiki.class.php.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-02 15:18:06 +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
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
d4bbde9ec5 Make Scrutinizer happier.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06 17:05:00 +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ř
dca981481d Remove plugin manager and observer classes
We don't really need the observer pattern, so let's simplify the code.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-25 09:25:59 +02:00
Madhura Jayaratne
74aebe629b Spaces around . operator
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-08 18:06:02 +05:30
Dieter Adriaenssens
ccd9835347 offset is a global var 2013-09-17 15:40:51 +02:00
Michal Čihař
9310e76a0e Fix indentation 2013-07-30 13:23:51 +02:00
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Kasun Chathuranga
fbe4438628 PMA_DBI_fetch_result --> PMA_DBI_fetchResult 2013-05-01 00:05:16 +05:30
Madhura Jayaratne
c9f37be407 Add @subpackage tags 2012-10-28 18:27:38 +05:30
Michal Čihař
869d7c0e99 Use single quotes when we do not want to evaluate the string 2012-10-16 11:18:16 +02:00
Alex Marin
01ba929c94 oop: properties for ImportMediawiki 2012-07-30 14:51:31 +03:00
Alex Marin
02c37994c1 oop: properties for ImportCsv 2012-07-30 14:25:04 +03:00
Alex Marin
ab436a573c oop: fix display import plugins list bug 2012-06-19 14:53:04 +03:00
Alex Marin
7248bf87fa oop: ImportMediawiki 2012-06-18 19:49:00 +03:00