6216007caa
[ticket/13740] Fix docblocks and comments
...
PHPBB3-13740
2015-07-20 18:47:10 +02:00
88bf1d7f58
[ticket/13740] Clean up install config file when installation has finished
...
PHPBB3-13740
2015-07-20 18:22:53 +02:00
b39b5d9e56
Merge pull request #3745 from s9e/ticket/13986
...
[ticket/13986] Add --resume option to reparser CLI
* s9e/ticket/13986:
[ticket/13986] Replaced hardcoded value
[ticket/13986] Fixed resume data to carry through multiple runs
[ticket/13986] Add --resume option to reparser CLI
2015-07-19 22:42:03 +02:00
df56b2ed36
[ticket/8708] Add f_announce_global permission
...
PHPBB3-8708
2015-07-19 21:26:47 +02:00
11256cd167
[ticket/13981] Add events to capture avatar deletion or overwriting
...
An event to capture overwriting, and another to capture deletion.
Includes better error processing. Replaced global by dependency injection.
Fix typo.
PHPBB3-13981
2015-07-17 23:03:19 +02:00
4d3188ba57
[ticket/13981] Add events to capture avatar deletion or overwriting
...
An event to capture overwriting, and another to capture deletion.
Includes better error processing. Replaced global by dependency injection.
PHPBB3-13981
2015-07-17 19:40:33 +02:00
c8e209a2de
[ticket/13986] Replaced hardcoded value
...
PHPBB3-13986
2015-07-17 16:52:52 +02:00
9274bc4e32
[ticket/13986] Fixed resume data to carry through multiple runs
...
Options restored from a previous execution should carry to the
next resumed execution
PHPBB3-13986
2015-07-17 14:02:19 +02:00
12f85a6a89
Merge branch '3.1.x'
2015-07-17 13:35:34 +02:00
100fd39c5e
Merge pull request #3593 from satanasov/ticket/13817
...
[ticket/13817] Add core.update_session event
2015-07-17 13:35:15 +02:00
903f100c51
[ticket/13986] Add --resume option to reparser CLI
...
PHPBB3-13986
2015-07-17 11:53:28 +02:00
04a8c3c0a4
Merge pull request #3776 from VSEphpbb/ticket/14033
...
[ticket/14033] Fix errors in docblocks
2015-07-17 09:50:15 +02:00
e7763cd273
[ticket/14034] Fix reparser names that contain "text_reparser" in the middle
...
PHPBB3-14034
2015-07-17 08:26:14 +02:00
af7872473d
[ticket/14033] Fix errors in docblocks
...
PHPBB3-14033
2015-07-16 22:52:25 -07:00
da7fc9e5da
[ticket/13935] Allow more admin-configurable schemes in post links
...
PHPBB3-13935
2015-07-15 22:05:06 +02:00
23f1b7d9c7
[ticket/13988] Use absolute path for image attachments in feeds
...
Previously, atom feeds use relative links for image attachments
PHPBB3-13988
2015-07-15 19:39:54 +02:00
f1df8e2688
Merge branch '3.1.x'
2015-07-15 13:44:24 +02:00
3768f7f2b8
Merge pull request #3737 from javiexin/ticket/13980
...
[ticket/13980] Uploaded avatar not removed when new is uploaded
2015-07-15 13:44:19 +02:00
c5c98b7ca2
[ticket/13740] Implement navigation sorting
...
PHPBB3-13740
2015-07-14 23:14:35 +02:00
1127f8bbf8
Merge pull request #3751 from Nicofuma/ticket/11444
...
[ticket/11444] Moving the in-board notifications to a method class
2015-07-14 12:19:52 +02:00
da0897323b
Merge pull request #3758 from s9e/ticket/14008
...
[ticket/14008] Do not add a user_id value to quotes from guests
2015-07-13 23:03:44 +02:00
c1deeab318
[ticket/11444] Fix services definition
...
PHPBB3-11444
2015-07-13 22:41:14 +02:00
fc34057f28
[ticket/11444] Update tests and cleanup types/methods
...
PHPBB3-11444
2015-07-13 22:41:14 +02:00
f29b12e353
[ticket/11444] Cleanup method constructors
...
PHPBB3-11444
2015-07-13 22:41:14 +02:00
06077d9970
[ticket/11444] BC layer
...
PHPBB3-11444
2015-07-13 22:41:14 +02:00
be0d4e20d4
[ticket/11444] Moving the in-board notifications to a method class
...
Currently the in-board method for the notifications is hardcoded and
cannot be disabled. This method should be in his own class extending
`phpbb\notification\method\method_interface`.
It also add the possibility, for each method, to be enabled by default (ie:
no entry in the DB => notification enabled).
https://tracker.phpbb.com/browse/PHPBB3-11444
https://tracker.phpbb.com/browse/PHPBB3-11967
PHPBB3-11444
2015-07-13 22:41:13 +02:00
675cf5e897
[ticket/14008] Do not add a user_id value to quotes from guests
...
PHPBB3-14008
2015-07-13 16:08:57 +02:00
ca671708cb
[ticket/14000] Added support for emoji
...
PHPBB3-14000
2015-07-12 18:55:23 +02:00
0d7f8ba8af
[ticket/13817] Fix target version
...
PHPBB3-13817
2015-07-12 19:28:45 +03:00
59d22eff49
[ticket/13740] Fix CS
...
PHPBB3-13740
2015-07-10 00:47:28 +02:00
e46689a0cd
[ticket/13740] Remove service container from modules
...
PHPBB3-13740
2015-07-09 23:23:40 +02:00
4d2212a3c2
[ticket/13740] Fix database version comparison
...
PHPBB3-13740
2015-07-09 21:52:36 +02:00
3309c89b05
[ticket/13740] Fix CS
...
PHPBB3-13740
2015-07-09 19:32:30 +02:00
e967f3c1a8
[ticket/13740] Fix itteration problems, implement class name aware collections
...
PHPBB3-13740
2015-07-09 19:08:28 +02:00
4b54df8d45
[ticket/13981] Add events to capture avatar deletion or overwriting
...
An event to capture overwriting, and another to capture deletion.
Includes better error processing.
PHPBB3-13981
2015-07-09 16:33:56 +02:00
d0cdc5553a
[ticket/13980] Uploaded avatar not removed when new is uploaded
...
Remove the previously uploaded avatar when a new one with a different
extension is uploaded, using existing delete method
PHPBB3-13980
2015-07-09 15:31:28 +02:00
b284e31a9e
[ticket/13740] Add option to have class names in service collections
...
PHPBB3-13740
2015-07-09 15:30:30 +02:00
62103cec30
[ticket/13740] Use service collection instead of array of task names
...
PHPBB3-13740
2015-07-09 15:30:30 +02:00
e3e293f5a6
[ticket/12692] Cleanup language file
...
PHPBB3-12692
2015-07-09 09:21:51 +02:00
0f789f4d5a
[ticket/12692] Fix languages files
...
PHPBB3-12692
2015-07-09 09:21:51 +02:00
24e39545ae
[ticket/12692] Add output
...
PHPBB3-12692
2015-07-09 09:21:51 +02:00
487fea8cff
[ticket/12692] Move the language strings to cli.php
...
PHPBB3-12692
2015-07-09 09:21:51 +02:00
54be6b1f62
[ticket/12692] Update the database regularly
...
PHPBB3-12692
2015-07-09 09:21:51 +02:00
c96cc2cb05
[ticket/12692] Cast the ids to int
...
PHPBB3-12692
2015-07-09 09:21:51 +02:00
6b5fdc730f
[ticket/12692] Remove a not and swap the blocks in the corresponding if
...
PHPBB3-12692
2015-07-09 09:21:51 +02:00
3f0fa70e3a
[ticket/12692] Update comments
...
PHPBB3-12692
2015-07-09 09:21:51 +02:00
ed0e159080
[ticket/12692] Fix coding style
...
PHPBB3-12692
2015-07-09 09:21:50 +02:00
3924428050
[ticket/12692] Use strict comparison in thumbnail:recreate
...
PHPBB3-12692
2015-07-09 09:21:50 +02:00
3a0883e93e
[ticket/12692] Use !empty() instead of sizeof()
...
PHPBB3-12692
2015-07-09 09:21:50 +02:00
074dfdbdfe
[ticket/12692] Update doc blocks
...
PHPBB3-12692
2015-07-09 09:21:50 +02:00