Commit Graph

60 Commits

Author SHA1 Message Date
Marc Alexander
7dabf61f6b [ticket/416] Only allow adding module more than once on proper modules
B3P-416
2014-12-02 17:50:23 +01:00
Marc Alexander
cfa063cfc9 [ticket/416] Ignore migrations folder in coverage report
B3P-416
2014-12-01 15:07:12 +01:00
Marc Alexander
a2dd8671b6 [ticket/416] Add handler for module constraints
B3P-416
2014-12-01 15:07:12 +01:00
Marc Alexander
3a2782b578 [ticket/416] Add one method for moving modules horizontally
B3P-416
2014-12-01 15:07:12 +01:00
Marc Alexander
16c79dea35 [ticket/416] Use only one method for moving module vertically
B3P-416
2014-12-01 15:07:11 +01:00
Marc Alexander
8c0d537841 [ticket/416] Add method for handling ajax requests
B3P-416
2014-12-01 15:07:11 +01:00
Marc Alexander
c470ebe386 [ticket/416] Use modules manager in acp and tests
B3P-416
2014-12-01 15:07:11 +01:00
Marc Alexander
1a4e55c10d [ticket/416] Improve portal module and modify tests
B3P-416
2014-12-01 15:07:11 +01:00
Marc Alexander
dbb00ee558 [ticket/416] Add class for handling portal columns
B3P-416
2014-12-01 15:07:11 +01:00
Marc Alexander
791e15eb63 [ticket/416] Remove unused code
B3P-416
2014-12-01 15:07:11 +01:00
Marc Alexander
1a29cd4896 [ticket/416] Allow adding module no matter which column it is in
B3P-416
2014-12-01 15:07:10 +01:00
Marc Alexander
fa6c211a87 [ticket/429] Remove upload module
It is no longer functional and does not fit the idea of extensions.

B3P-429
2014-12-01 14:41:49 +01:00
Marc Alexander
333ee274b5 [ticket/334] Try to resolve functions for portal modules in acp
B3P-334
2014-11-26 14:49:57 +01:00
Marc Alexander
c80c412563 [ticket/243] Pass module_classname in confirm_box
B3P-243
2014-11-02 15:48:32 +01:00
Marc Alexander
099beb8153 [ticket/320] Remove setting for displaying phpBB menu from acp
B3P-320
2014-09-03 20:40:52 +02:00
Marc Alexander
c3366f746a [ticket/347] Rename services and controllers to be prefix with vendor & ext
B3P-347
2014-08-24 01:16:09 +02:00
Marc Alexander
3f87caf3f3 [ticket/346] Use phpBB log class instead of add_log()
B3P-346
2014-08-23 23:50:32 +02:00
Marc Alexander
ff26914f72 [ticket/346] Use $config->set() instead of set_config()
B3P-346
2014-08-23 22:27:02 +02:00
Marc Alexander
d41bd0eab9 [ticket/289] Move store_selected_forums to modules_helper 2014-07-24 19:18:25 +02:00
Marc Alexander
7f887b872c [ticket/289] Add method for generating forum select boxes 2014-07-24 17:42:51 +02:00
Marc Alexander
bf7b8eb99b [ticket/297] Rename version_check method to check to prevent 2nd constructor
B3P-297
2014-07-08 16:14:59 +02:00
Marc Alexander
830305267a [ticket/294] Handle incorrect check for module_classname
B3P-294
2014-07-07 22:54:30 +02:00
Marc Alexander
d7fadc322e [ticket/294] Remove scrutinizer issues introduced recently
B3P-294
2014-07-07 22:43:46 +02:00
Marc Alexander
5d9c9447f0 [ticket/289] Rename mod_version_check to just version_check
B3P-289
2014-07-07 00:24:09 +02:00
Marc Alexander
4390d9cf62 [ticket/289] Add a few more minor scrutinizer fixes
B3P-289
2014-07-07 00:00:20 +02:00
Marc Alexander
09c3898fad [ticket/289] Fix some scrutinizer issues
B3P-289
2014-07-06 23:43:09 +02:00
Marc Alexander
87bf71684d [ticket/269] Move definition of portal tables to services file
B3P-269
2014-06-27 17:38:43 +02:00
Marc Alexander
4a7f5e6ed8 [ticket/269] Fix codesniffer complaints
B3P-269
2014-06-27 17:38:00 +02:00
Marc Alexander
923574566b [ticket/239] Do not test access to the upload module
B3P-239
2014-06-09 15:11:12 +02:00
Marc Alexander
9712518f2b [ticket/239] Disable uploading portal modules for now
B3P-239
2014-06-09 15:05:33 +02:00
Marc Alexander
eb256a647d [ticket/249] Fix codesniffer complaints in portal files
B3P-249
2014-06-09 00:32:38 +02:00
Marc Alexander
767783027c [ticket/102] Ajaxify deleting module from acp
B3P-102
2014-04-08 18:16:31 +02:00
Marc Alexander
dc7e0adf5b [ticket/102] Use B3P_U_ACTION instead of U_ACTION
U_ACTION couldn't be changed for some reason. Therefore we are now using our
own template variable.

B3P-102
2014-04-08 17:13:53 +02:00
Marc Alexander
4da6d97653 [ticket/102] Add functional tests for deleting module and fix deleting module
B3P-102
2014-04-08 16:41:20 +02:00
Marc Alexander
e64f04b927 [ticket/102] Fix html validation issues in modules overview
B3P-102
2014-04-08 14:35:04 +02:00
Marc Alexander
6692d4f71e [ticket/102] Add possibility to move module up via ajax
B3P-102
2014-04-08 00:21:48 +02:00
Marc Alexander
2da97611a7 [ticket/102] Cover moving modules more and fix functional tests
B3P-102
2014-04-08 00:19:18 +02:00
Marc Alexander
d2b4cb35f8 [ticket/219] Load portal_acp.php in acp portal_module
B3P-219
2014-04-07 12:40:13 +02:00
Marc Alexander
4655544ed4 [ticket/216] Add method for checking if module can be moved
Also fixed minor issues with incorrect checks for module class 'custom'.

B3P-216
2014-02-18 00:44:41 +01:00
Marc Alexander
d9eaf2f2fd [ticket/216] Add error handling for incorrectly moving modules left & right
B3P-216
2014-02-12 18:26:58 +01:00
Marc Alexander
1e34c77459 [ticket/216] Fix non-existing array module_column in portal_module
B3P-216
2014-02-12 18:26:31 +01:00
Marc Alexander
c7b71f8c0a [ticket/216] Add move_module_left and move_module_right to unit tests
These methods are now covered by unit tests. They might need to be
stripped a little bit as the code coverage report currently states that
some part of the code is never hit.

B3P-216
2014-02-11 23:00:28 +01:00
Marc Alexander
817c89e26e [ticket/216] Use handle_after_move() in move_module_down()
B3P-216
2014-02-11 22:08:11 +01:00
Marc Alexander
feb2f52d4d [ticket/216] Methods for last module order and handle_after_move()
The method for getting the last module order will return the last module
order in a column. handle_after_move() will take care of return an error
to the user or redirecting if the move was successful.

B3P-216
2014-02-11 22:05:55 +01:00
Marc Alexander
2909976697 [ticket/216] Use get_move_module_data() for acquiring module data for moving
This will get rid of a query code that was duplicated over 4 methods in
portal_module.

B3P-216
2014-02-09 16:23:46 +01:00
marc1706
68cd966f3b [ticket/212] Add tests for moving modules
B3P-212
2014-02-06 22:50:56 +01:00
Marc Alexander
c873fd768c [ticket/208] Fix paths after moving includes files
B3P-208
2014-02-04 00:14:59 +01:00
Marc Alexander
838639ad10 [ajax/add_module] Make add module use ajax 2013-11-27 01:09:42 +01:00
Marc Alexander
87215fde46 [use/request_class] Use request class in acp module and fix minor issues 2013-11-26 14:37:25 +01:00
Marc Alexander
fd93ef9702 [move/language] Move language files out of mods folder use module folder
The standard language files are now in language/%language%/ and the module
language files have been moved to  language/%language%/modules/.
2013-11-25 20:48:18 +01:00