Marc Alexander
308329b547
[ticket/11896] Minor code improvements in phpbb_functional_test_case
...
Use assertContainsLang() and get rid of unnecessary logic in create_post()
and create_topic(). The docblocks were also slightly improved.
PHPBB3-11896
2013-11-14 15:09:49 +01:00
Joas Schilling
692fbf732f
Merge remote-tracking branch 'prototech/ticket/12008' into develop
...
* prototech/ticket/12008:
[ticket/12008] Update the run time value for the prune notifications cron task
[ticket/12008] The read_notification_last_gc config setting should be dynamic.
2013-11-14 12:38:06 +01:00
Cesar G
287c2550b8
[ticket/12008] Update the run time value for the prune notifications cron task
...
PHPBB3-12008
2013-11-14 01:05:58 -08:00
Cesar G
50896305fa
[ticket/12008] The read_notification_last_gc config setting should be dynamic.
...
PHPBB3-12008
2013-11-14 01:05:53 -08:00
David King
8fd1f90e5f
Merge pull request #1872 from nickvergessen/ticket/12017
...
Ticket/12017 Extension tests are broken on current develop
2013-11-13 16:34:32 -08:00
Joas Schilling
1e73e0c954
[ticket/12017] Fix phpbb requirement in composer.json
...
PHPBB3-12017
2013-11-14 00:15:23 +01:00
Joas Schilling
4e2bb6ef53
[ticket/12017] Copy config/ dir so events work
...
PHPBB3-12017
2013-11-14 00:14:53 +01:00
Joas Schilling
009a1303f5
[ticket/12017] Remove IN_PHPBB defined check
...
PHPBB3-12017
2013-11-14 00:14:04 +01:00
Joas Schilling
39be6ab521
[ticket/12015] Add some parameters to viewonline events
...
PHPBB3-12015
2013-11-13 23:44:57 +01:00
Nils Adermann
52845b22f2
Merge pull request #1815 from marc1706/ticket/11525
...
[ticket/11525] Only remove group or user prefix from given avatar data
2013-11-13 09:52:21 -08:00
Marc Alexander
13a4ceedb1
[ticket/11525] Use foreach instead of array_walk in method clean_row()
...
This approach is cleaner and probably even faster the previous ways that
included using array_walk() or array_map() and other helper functions
and methods.
PHPBB3-11525
2013-11-13 18:27:40 +01:00
Nils Adermann
e48b2c07eb
Merge pull request #1871 from nickvergessen/ticket/12016
...
Ticket/12016 Event listeners should be services
2013-11-13 08:45:48 -08:00
Joas Schilling
fbf5911ac5
[ticket/12016] Update functional tests to use service for event listeners
...
PHPBB3-12016
2013-11-13 17:38:58 +01:00
Joas Schilling
d3f9a51709
[ticket/12016] Use a service provider for event listeners
...
This allows them to use dependency injection
PHPBB3-12016
2013-11-13 17:34:06 +01:00
Joas Schilling
ecda590b86
[ticket/12015] Add @change to events that got changed
...
PHPBB3-12015
2013-11-13 17:13:18 +01:00
Joas Schilling
c2c976fe03
[ticket/12015] Add post counting information to event
...
PHPBB3-12015
2013-11-13 16:24:25 +01:00
Joas Schilling
1efab9ec77
[ticket/12015] Add an event after the post has been assigned to the template
...
PHPBB3-12015
2013-11-13 14:31:51 +01:00
Joas Schilling
e3b70c4c08
[ticket/12015] Add attachments to core.viewtopic_modify_post_row
...
PHPBB3-12015
2013-11-13 14:30:20 +01:00
Joas Schilling
f4cff08a19
[ticket/12015] Add more parameters to core.viewtopic_get_post_data
...
PHPBB3-12015
2013-11-13 14:29:24 +01:00
Cesar G
97915b467e
[ticket/10810] Remove obsolete swatch code.
...
PHPBB3-10810
2013-11-13 01:27:24 -08:00
Cesar G
c5680ca822
[ticket/10810] Update all palettes.
...
PHPBB3-10810
2013-11-13 01:24:37 -08:00
Cesar G
9a9669bebd
[ticket/10810] Make the color palette usable outside of the editor context.
...
PHPBB3-10810
2013-11-13 01:01:15 -08:00
Cesar G
0385d16364
[ticket/10810] Move the color palette code to core.js.
...
PHPBB3-10810
2013-11-12 23:57:27 -08:00
David King
37f73f86e2
Merge pull request #1800 from prototech/ticket/11472
...
[ticket/11472] Make prosilver's editor.js an asset used by all styles.
2013-11-12 18:16:41 -08:00
Cesar G
13d2d7d036
[ticket/11472] Expand palette cell links to the full block size.
...
PHPBB3-11472
2013-11-12 18:15:16 -08:00
Cesar G
1ea07e2270
[ticket/11472] Use {T_ASSETS_PATH}.
...
PHPBB3-11472
2013-11-12 18:15:16 -08:00
Cesar G
b99e87664d
[ticket/11472] Update the ACP user signature page.
...
PHPBB3-11472
2013-11-12 18:15:16 -08:00
Cesar G
79b5e96896
[ticket/11472] Make the color swatch configurable and fix it in subsilver2
...
PHPBB3-11472
2013-11-12 18:11:56 -08:00
Cesar G
c386bf7911
[ticket/11472] Make prosilver's editor.js an asset used by all styles.
...
PHPBB3-11472
2013-11-12 18:11:56 -08:00
Andreas Fischer
c19bf3d0d3
Merge remote-tracking branch 'naderman/ticket/11998' into develop
...
* naderman/ticket/11998:
[ticket/11998] Make phpbbcli executable and add shebang
2013-11-12 00:56:54 +01:00
Nils Adermann
e567f82d72
[ticket/11998] Make phpbbcli executable and add shebang
...
PHPBB3-11998
2013-11-12 00:12:34 +01:00
Nils Adermann
592c8b7566
Merge pull request #1849 from bantu/ticket/11998
...
[ticket/11998] Introduction of the phpBB Console
2013-11-11 15:02:03 -08:00
Nathan Guse
d69f35d450
Merge pull request #1853 from nickvergessen/ticket/11927
...
[ticket/11927] Correctly add new files on update
2013-11-11 09:40:50 -08:00
Joas Schilling
cfb0a41030
Merge remote-tracking branch 'EXreaction/ticket/11943' into develop
...
* EXreaction/ticket/11943:
[ticket/11943] New line at EOF for define_error.html
[ticket/11943] Forgot template file for test
[ticket/11943] Throw an exception if DEFINE is setup improperly
[ticket/11943] Split fix_inline_variable_tokens into 3 steps
[ticket/11943] Require stricter DEFINE statements for templates
[ticket/11943] Do not quote the value when it is exactly true, false, or null
[ticket/11943] Add test for DEFINE $VAR = false
2013-11-11 18:23:37 +01:00
Nathan Guse
4bd078e00f
Merge pull request #1862 from nickvergessen/ticket/11949
...
[ticket/11949] Do not prepend leading backslash to cache class name
2013-11-11 09:14:48 -08:00
Nathan Guse
fea933e2e9
Merge pull request #1855 from nickvergessen/ticket/12002
...
Ticket/12002 Add link hash to extension manager links
2013-11-11 09:08:32 -08:00
Nathan Guse
47e364ae68
[ticket/11943] New line at EOF for define_error.html
...
PHPBB3-11943
2013-11-11 10:59:17 -06:00
Marc Alexander
0ec644532d
Merge pull request #3 from nickvergessen/marc/ticket/11525
...
Marc/ticket/11525 Part 2
2013-11-10 15:05:59 -08:00
Joas Schilling
a74c560eca
[ticket/11525] Fix expected value of group avatar test
...
PHPBB3-11525
2013-11-11 00:02:12 +01:00
Joas Schilling
32ba402c34
[ticket/11525] Compare correct array to expected value
...
PHPBB3-11525
2013-11-11 00:01:31 +01:00
Marc Alexander
4468525ee3
Merge pull request #2 from nickvergessen/marc/ticket/11525
...
Marc/ticket/11525
2013-11-10 14:25:58 -08:00
Joas Schilling
aa84f7de04
[ticket/11525] Prefix id parameter with 'g' again when its a group avatar
...
PHPBB3-11525
2013-11-10 23:20:48 +01:00
Joas Schilling
47f2caff6b
[ticket/11525] Fix doc blocks
...
PHPBB3-11525
2013-11-10 22:20:15 +01:00
Marc Alexander
95c2b12bf7
[ticket/11896] Add functional tests for marking all notifications read
...
PHPBB3-11896
2013-11-09 20:35:37 +01:00
Marc Alexander
29d3b08d50
[ticket/11896] Add ability to define expected message after posting
...
This change will add the ability to define the expected message after a
topic or post has been submitted with the methods create_post() and
create_topic(). If the expected message is not 'POST_STORED', we will not
try to get the topic and post id.
PHPBB3-11896
2013-11-09 20:33:01 +01:00
Marc Alexander
252b5fe4f7
[ŧicket/11896] Set form_time with time() when marking all notifications read
...
form_time is only set if is passed via the form. Since the mark notifications
read link does not use the form, it will default to 0 causing the mark
notifications logic to only mark notifications read if their time is smaller
or equal to 0. This patch will change ucp_notifications to correctly set
form_time for the confirm_box.
PHPBB3-11896
2013-11-09 20:28:24 +01:00
Nathan Guse
64ed46e682
[ticket/11943] Forgot template file for test
...
PHPBB3-11943
2013-11-09 11:39:35 -06:00
Nathan Guse
2e5117a71e
[ticket/11943] Throw an exception if DEFINE is setup improperly
...
PHPBB3-11943
2013-11-09 11:14:55 -06:00
Joas Schilling
31e60f0c8d
[ticket/11949] Do not prepend leading backslash to cache class name
...
The container seems to prepend the leading \ itself, so we get an
InvalidArgumentException with message '"'\\phpbb\\cache\\driver\\file'" is
not a valid class name for the "cache.driver" service.'
PHPBB3-11949
2013-11-09 17:06:38 +01:00
Joas Schilling
7344024b10
Merge remote-tracking branch 'dhruv/ticket/12007' into develop
...
* dhruv/ticket/12007:
[ticket/12007] Default last_result to 0 instead of false
2013-11-09 15:53:29 +01:00