luzpaz
a9a28859d4
[ticket/15424] Multiple typo fixes in docs & comments
...
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
2019-05-08 22:20:56 +02:00
Oliver Schramm
3d2c1b8f97
[ticket/15544] Delete cache through module manager
...
This might fix issues with migrations since the
sql cache will be purged as well. In general, this
puts all the logic in one place, so that's good.
PHPBB3-15544
2018-09-24 02:56:07 +02:00
Marc Alexander
ff171f3a3b
Merge pull request #5158 from kasimi/ticket/15586
...
[ticket/15586] Fixed adding module the automatic way without specifying modes
2018-06-17 11:35:08 +02:00
Matt Friedman
d7db5d366b
[ticket/15595] Fix module exists tool when parent is false
...
PHPBB3-15595
2018-03-19 16:45:44 -07:00
kasimi
2d5fe90ed5
[ticket/15586] Fixed adding module the automatic way without specifying modes
...
PHPBB3-15586
2018-03-11 15:28:49 +01:00
rxu
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
Oliver Schramm
2b16b7cada
[ticket/15339] Fix tests
...
PHPBB3-15339
2017-12-24 19:55:03 +01:00
Oliver Schramm
719a49d387
[ticket/15339] Free sql results in migration module tool
...
PHPBB3-15339
2017-11-17 01:31:31 +01:00
Oliver Schramm
aa961991fd
[ticket/15339] Allow a module to have multiple parents
...
Also restore old behaviour from Olympus regarding re-sorting modules
PHPBB3-15339
2017-11-17 01:29:38 +01:00
Tristan Darricau
b13910ee45
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14831] Optimize code construction
[ticket/14831] Add more tests against UCP modules
[ticket/14831] Add more tests, better name for $e placeholder
[ticket/14831] Do not throw exception on the module existence checking
[ticket/14831] Fix module migrator tool
2016-10-24 22:24:26 +02:00
rxu
77f1bac64b
[ticket/14831] Optimize code construction
...
PHPBB3-14831
2016-10-24 01:41:24 +07:00
rxu
51ef1ae346
[ticket/14831] Add more tests, better name for $e placeholder
...
PHPBB3-14831
2016-10-23 22:44:47 +07:00
rxu
a02b124dd0
[ticket/14831] Do not throw exception on the module existence checking
...
PHPBB3-14831
2016-10-23 21:58:29 +07:00
rxu
0cc0920734
[ticket/14831] Fix module migrator tool
...
PHPBB3-14831
2016-10-23 00:57:37 +07:00
Marc Alexander
dff950162c
Merge branch '3.1.x' into 3.2.x
...
Conflicts:
phpBB/phpbb/db/migration/tool/module.php
2016-08-31 21:41:17 +02:00
Marc Alexander
f008708d5c
Merge pull request #4377 from rxu/ticket/14703
...
[ticket/14703] Fix parent module selection for custom extension modules
2016-08-31 21:39:09 +02:00
Oliver Schramm
88384a1e63
Merge branch 'ticket/14742' into ticket/14742-32x
...
Conflicts:
phpBB/phpbb/db/migrator.php
2016-08-20 22:38:45 +02:00
Oliver Schramm
e050cf5c11
[ticket/14742] Fix comments in migrator
...
PHPBB3-14742
2016-08-20 03:35:38 +02:00
Oliver Schramm
4938887e5d
Merge branch 'ticket/14742' into ticket/14742-32x
2016-08-11 01:20:59 +02:00
Oliver Schramm
8e1461ca61
[ticket/14742] Avoid loop while reverting data
...
This combines reverted updata_data and revert_data into a single array.
PHPBB3-14742
2016-08-11 01:09:11 +02:00
rxu
8e8e25cc1f
[ticket/14703] Fix the docblock
...
PHPBB3-14703
2016-07-24 23:35:20 +07:00
rxu
5eb493fa86
[ticket/14703] Fix existance checking if multiple parent module_langname found
...
PHPBB3-14703
2016-07-24 21:22:37 +07:00
rxu
8cf2790d55
[ticket/14703] Add test for the case multiple parent module_langname found
...
PHPBB3-14703
2016-07-24 02:31:44 +07:00
rxu
eaafb758ce
[ticket/14703] Select the parent module id from the several found
...
PHPBB3-14703
2016-07-23 21:34:05 +07:00
rxu
652e3da28d
[ticket/14703] Refine the parent module selection for custom extension modules
...
PHPBB3-14703
2016-07-10 21:47:04 +07:00
rxu
a3c10f575b
[ticket/14703] Fix parent module selection for custom modules removal
...
PHPBB3-14703
2016-07-03 02:23:34 +07:00
rxu
2f53761eaf
[ticket/14703] Fix parent module selection for custom extension modules
...
PHPBB3-14703
2016-07-03 01:31:42 +07:00
Mate Bartus
d04c7687c0
[ticket/14277] Use user_id if available
...
PHPBB3-14277
2015-11-09 09:11:03 +01:00
Mate Bartus
e02432ec82
[ticket/14277] Fix undefined index error in migrations
...
PHPBB3-14277
2015-11-08 22:11:14 +01:00
MateBartus
4044b5df89
[ticket/13777] Reorder get_module_infos() method's arguments
...
PHPBB3-13777
2015-05-31 16:03:11 +02:00
MateBartus
77ee0e62ca
[ticket/13777] Use module manager in phpBB core files
...
PHPBB3-13777
2015-05-31 13:22:45 +02:00
Gaëtan Muller
7fc586080b
[ticket/13468] Update calls to add_log()
...
PHPBB3-13468
2015-01-27 18:34:33 +01:00
Marc Alexander
9d9c57f334
[ticket/13432] Make sure to add language file when including acp_modules
...
PHPBB3-13432
2015-01-09 13:47:36 +01:00
Tristan Darricau
3039d000c6
[ticket/12715] Cleanup comments in \phpbb\db\*
...
PHPBB3-12715
2014-06-15 19:14:35 +02:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Nils Adermann
7a947b247d
Merge remote-tracking branch 'github-nickvergessen/ticket/12282' into develop-ascraeus
...
* github-nickvergessen/ticket/12282:
[ticket/12282] Update new references
[ticket/12282] Update container db mock
[ticket/12282] Add new line at EOF of the interface
[ticket/12282] Use interface for type hinting
[ticket/12282] Use {@inheritDoc} for inherited methods
[ticket/12282] Add Interface for DBAL drivers
2014-04-10 14:04:43 -07:00
Joas Schilling
0a586258a2
[ticket/12349] Update license header in several new files
...
PHPBB3-12349
2014-04-03 15:42:36 +02:00
Joas Schilling
11a9104b8a
[ticket/12282] Use interface for type hinting
...
PHPBB3-12282
2014-04-01 19:17:41 +02:00
Matt Friedman
08165881f2
[ticket/12263] Add missing variable names to docblock fixes
...
PHPBB3-12263
2014-03-13 16:38:10 -07:00
Matt Friedman
c48fe65dfd
[ticket/12263] Remove invalid SQL query and unused variables
...
PHPBB3-12263
2014-03-13 16:20:38 -07:00
Matt Friedman
5df3e0a4ec
[ticket/12263] Remove unused argument in module add/remove
...
PHPBB3-12263
2014-03-13 16:10:08 -07:00
Matt Friedman
89b0ff1da8
[ticket/12263] Fix incorrect docblock commets
...
PHPBB3-12263
2014-03-13 16:09:32 -07:00
Joas Schilling
e0adb15074
[ticket/11871] Allow backslash in classnames for Modules
...
PHPBB3-11871
2013-09-27 18:14:58 +02:00
Nils Adermann
d626ebaf1e
[ticket/11700] Fix a few more comments
...
PHPBB3-11700
2013-09-16 04:45:58 +02:00
Nils Adermann
b95fdacdd3
[ticket/11700] Move all recent code to namespaces
...
PHPBB3-11700
2013-09-16 00:25:27 +02:00
Nils Adermann
da2752e400
[ticket/11700] Modify all code to use the new interface names
...
PHPBB3-11700
2013-07-14 13:30:52 -04:00
Nils Adermann
7030578bbe
[ticket/11698] Moving all autoloadable files to phpbb/
...
PHPBB3-11698
2013-07-14 01:32:34 -04:00