Commit Graph

39 Commits

Author SHA1 Message Date
Hugues Peccatte
a68ea85d4d Remove unused locale variables.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-10 23:26:57 +01:00
Hugues Peccatte
42e0bdd47a Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-02 18:32:42 +01:00
Hugues Peccatte
74f0beda8f Fix syntax error.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-20 20:56:12 +02:00
Madhura Jayaratne
3ac46455cf Revert "The DisableIS directive is removed"
This reverts commit d8fd82a9f5.

Conflicts:
	ChangeLog
	doc/config.rst
	libraries/config.default.php
	libraries/config/messages.inc.php

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-09 18:29:55 +05:30
Hugues Peccatte
bb85376b89 Minor PHPDoc modification.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-30 21:50:20 +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
Marc Delisle
c8e33b2a96 Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-03 12:59:55 -04:00
Michal Čihař
b485c6105c Remove blank lines from the end of PHP files (causing extra output)
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-24 10:57:21 +01:00
Marc Delisle
3d72b1cc87 Fix typos
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-24 08:24:14 -05:00
Marc Delisle
d8fd82a9f5 The DisableIS directive is removed 2013-11-05 12:44:04 -05:00
Madhura Jayaratne
f311c9c502 Remove trailing white spaces 2013-11-03 19:13:23 +05:30
adamgsoc2013
d3a87951de using a smaller test data to make it run more quick 2013-09-14 16:53:38 +08:00
adamgsoc2013
3d6f38223e move mock dbi code to setup function 2013-09-13 22:01:44 +08:00
adamgsoc2013
d9fe181553 add comment for DRIZZLE=false branch 2013-09-13 16:34:48 +08:00
adamgsoc2013
0e10ad4738 add Unit test case for import sharp files 2013-09-12 21:11:17 +08:00
ayushchd
b9a5bffaba Testsuite code-compliance fixes 2013-08-07 22:28:46 +05:30
Michal Čihař
d7c3b58337 Dropped MySQL manual type configuration
Nothing but default settings is really working now:

- most formats are no longer available on MySQL formats
- for downloadable doc our links are in most cases broken and nobody
  noticed this, so I assume nobody is using this
- anyway most current installations don't have troubles with internet
  access what was main motivation for this configuration directive
2013-08-07 08:32:01 +02:00
adamgsoc2013
09e4190073 using space instead of tab; fixing indention 2013-08-05 22:48:49 +08:00
adamgsoc2013
12a827abc4 add test cases to cover more issues on import and transformations 2013-08-05 22:43:33 +08:00
Madhura Jayaratne
c03661e950 Fix indentation 2013-07-27 22:34:04 +05:30
xmujay
3f358142cb fix the "Not support query" error by moving mock data to DBI Dummy class 2013-07-13 11:31:01 +08:00
Michal Čihař
b8be7d6285 Merge pull request #463 from adamgsoc2013/UT_pluginss
1. add UT for import ODS 2. fix warning in source code when import ODS file
2013-07-01 06:56:21 -07:00
adamgsoc2013
3138f18769 using OpenOffice ODS file for importing ods testing 2013-07-01 21:38:52 +08:00
adamgsoc2013
daa3a45ed8 add UT from LDI 2013-06-30 13:56:22 +08:00
adamgsoc2013
80ed9fea8d 1. add UT for import ODS 2. fix warning in source code when import ODS file 2013-06-29 22:16:52 +08:00
adamgsoc2013
99f9f6fa3b add test case for import CSV 2013-06-26 21:32:32 +08:00
adamgsoc2013
4cbdd7ce2d add test case for import SQL 2013-06-26 20:51:40 +08:00
adamgsoc2013
c6eed3f5b2 add real test case for import MediaWiki Database 2013-06-24 21:57:56 +08:00
adamgsoc2013
f8cc205285 using GLOBAL for code concurrency 2013-06-18 16:39:35 +08:00
adamgsoc2013
646329bdde using GLOBAL instead of global for code concurrency 2013-06-18 16:35:52 +08:00
adamgsoc2013
589f75976f change to assertion to import string but not all string since it will be changed frequently 2013-06-18 15:24:42 +08:00
adamgsoc2013
4b0abc1977 1. move test data to test_data dir
2. refactor the require_once
2013-06-17 23:35:07 +08:00
adamgsoc2013
98520eac29 keep code consistence 2013-06-16 13:09:34 +08:00
adamgsoc2013
336d18cdbc remove unneeded case 2013-06-16 12:20:00 +08:00
adamgsoc2013
82e361376c refactor the output format 2013-06-16 12:01:24 +08:00
adamgsoc2013
e0eccfbaf9 format the output html 2013-06-16 00:15:53 +08:00
adamgsoc2013
43a9886aa3 add doImport real case 2013-06-15 22:06:15 +08:00
adamgsoc2013
40356e9831 add test case for some import class 2013-06-13 21:34:35 +08:00