Oliver Schramm
7d31232846
[ticket/8708] Apply permission 'f_announce_global'
...
PHPBB3-8708
2015-07-19 21:26:47 +02:00
Richard McGirr
8b981f9ccd
[ticket/13815] Event parameters in posting have no effect
...
PHPBB3-13815
2015-07-19 06:25:59 -04:00
Marc Alexander
24625d3afc
Merge branch '3.1.x'
2015-07-17 16:08:31 +02:00
Marc Alexander
4262dfeaef
Merge pull request #3731 from marcovo/ticket/13971
...
[ticket/13971] Add draft_id var to core.posting_modify_template_vars
2015-07-17 16:08:28 +02:00
Tristan Darricau
d54aa190f1
Merge pull request #3623 from s9e/ticket/10620
...
[ticket/10620] Quote improvements
2015-07-07 09:46:36 +02:00
Joas Schilling
f81a2bc7c5
Merge branch '3.1.x'
2015-07-03 17:17:00 +02:00
Joas Schilling
60b4d5132f
Merge pull request #3734 from RMcGirr83/ticket/13759
...
[ticket/13759] Initial commit broke timestamps when quoting a post.
2015-07-03 17:16:28 +02:00
RMcGirr83
18a08e1af1
[ticket/13579] This commit corrects the regression.
...
PHPBB3-13759
2015-07-02 20:43:14 -04:00
Marco Kubuntu
6f18963636
[ticket/13971] Add draft_id var to event core.posting_modify_template_vars
...
Added draft_id to the core.posting_modify_template_vars event in posting.php,
to provide the ability to use the 'checked' draft_id in extensions,
in addition to the 'raw' draft_id provided in earlier events in posting.php
PHPBB3-13971
2015-06-27 12:38:31 +02:00
JoshyPHP
d9db021af4
[ticket/13880] Merge branch 'ticket/13880' into ticket/13880-fix-master
...
PHPBB3-13880
2015-06-27 04:34:12 +02:00
JoshyPHP
817db2f135
[ticket/13880] Automatically remove quotes that are nested too deep
...
PHPBB3-13880
2015-06-27 02:52:26 +02:00
JoshyPHP
f02cc27014
[ticket/10620] Implemented quote improvements
...
PHPBB3-10620
2015-06-25 03:11:55 +02:00
Tristan Darricau
d430acb568
Merge pull request #3669 from s9e/ticket/13901
...
[ticket/13901] Add more whitespace to long quotes for readability
2015-06-24 16:34:53 +02:00
Marc Alexander
58b40945b0
Merge branch '3.1.x'
2015-06-24 08:52:05 +02:00
Marc Alexander
11e312f41c
Merge pull request #3528 from RMcGirr83/ticket/13598
...
[ticket/13598] Allow topic lock on topic creation
2015-06-24 08:51:57 +02:00
Andreas Fischer
beb830df71
Merge pull request #3675 from s9e/ticket/13906
...
[ticket/13906] Fixed old signatures in post preview
* s9e/ticket/13906:
[ticket/13906] Renamed test
[ticket/13906] Added test
[ticket/13906] Fixed old signatures in post preview
2015-06-16 14:34:44 +02:00
Marc Alexander
d3e55a8290
Merge branch '3.1.x'
...
Conflicts:
phpBB/posting.php
2015-06-08 17:59:49 +02:00
Oliver Schramm
c2d254ea41
Merge branch 'ticket/13833-30x' into ticket/13833
...
Conflicts:
phpBB/posting.php
PHPBB3-13833
2015-06-08 17:19:11 +02:00
Oliver Schramm
2c6369c5d9
[ticket/13833] Prevent flooding if type=submit doesn't exist
...
PHPBB3-13833
2015-06-08 17:01:52 +02:00
Joas Schilling
a2643f8e67
Merge branch '3.1.x'
2015-06-04 17:51:09 +02:00
Joas Schilling
51831924c5
Merge pull request #3567 from javiexin/ticket/13795
...
[ticket/13795] Modify core event in posting to include poll data
2015-06-04 17:51:00 +02:00
JoshyPHP
eb227977d2
[ticket/13906] Fixed old signatures in post preview
...
PHPBB3-13906
2015-06-01 02:24:48 +02:00
JoshyPHP
2f0d11ba3c
[ticket/13901] Add more whitespace to long quotes for readability
...
PHPBB3-13901
2015-05-30 22:17:14 +02:00
Tristan Darricau
a3d46575c7
Merge pull request #3613 from nickvergessen/ticket/13844
...
Ticket/13844 Better FAQ language files
2015-05-29 15:44:39 +02:00
javiexin
e80bb565ce
[ticket/13795] Modify core event in posting to include poll data
...
Modified the core.posting_modify_template_vars event in posting.php
to extend the content of the page_data array to include poll data.
That required moving the event and merging the new set of template vars.
Also include the poll variable in the parameter list for event
core.posting_modify_submission_errors, as it was missing, and any
modification here on post_data for poll related data is silently
ignored. Added correct @change tags to both events.
PHPBB3-13795
2015-05-28 14:39:22 +02:00
JoshyPHP
8a077e0e94
[ticket/13847] Move quote generation to text_formatter.utils
...
PHPBB3-13847
2015-05-25 21:33:17 +02:00
JoshyPHP
c1777f4811
[ticket/11530] Remove extra quotes when depth limit is exceeded
...
PHPBB3-11530
2015-05-18 03:57:48 +02:00
Joas Schilling
07231e7943
[ticket/13844] FAQ in new controller format
...
PHPBB3-13844
2015-05-16 22:09:05 +02:00
javiexin
6e0d12094a
[ticket/13795] Modify core event in posting to include poll data
...
Modified the core.posting_modify_template_vars event in posting.php
to extend the content of the page_data array to include poll data.
That required moving the event and merging the new set of template vars.
Also include the poll variable in the parameter list for event
core.posting_modify_submission_errors, as it was missing, and any
modification here on post_data for poll related data is silently
ignored.
PHPBB3-13795
2015-05-04 20:34:54 +02:00
javiexin
34602037dc
[ticket/13795] Modify core event in posting to include poll data
...
Modified the core.posting_modify_template_vars event in posting.php
to extend the content of the page_data array to include poll data.
That required moving the event and merging the new set of template vars.
PHPBB3-13795
2015-04-29 20:15:20 +02:00
Richard McGirr
77c2b2a51d
[ticket/13598] Allow topic lock on topic creation
...
PHPBB3-13598
2015-04-09 08:44:40 -04:00
Joas Schilling
197369e3f9
Merge branch '3.1.x'
2015-04-06 10:59:46 +02:00
Joas Schilling
9ab27fe129
Merge pull request #3284 from Elsensee/ticket/13469
...
[ticket/13469] Fall back to soft_delete if no permissions for delete
2015-04-06 10:59:33 +02:00
Andreas Fischer
67d81a1ce6
Merge branch '3.1.x'
...
* 3.1.x:
[ticket/13555] Render poll options separately when previewing.
2015-03-26 11:15:37 +01:00
Andreas Fischer
499088b62f
Merge branch '3.0.x' into 3.1.x
...
* 3.0.x:
[ticket/13555] Render poll options separately when previewing.
2015-03-26 11:15:37 +01:00
JoshyPHP
1df97c205d
[ticket/13555] Render poll options separately when previewing.
...
This prevents an option from being split into two when a line break is present
inside of it.
PHPBB3-13555
2015-03-19 15:32:31 -07:00
Joas Schilling
19a236205f
[ticket/13647] Generate route links for faq
...
PHPBB3-13647
2015-02-22 22:44:50 +01:00
Gaëtan Muller
abcb2680ee
[ticket/13455] Remove unnecessary calls to utf8_normalize_nfc()
...
PHPBB3-13455
2015-02-03 20:50:40 +01:00
Gaëtan Muller
f6e06da4c6
[ticket/13455] Update calls to request_var()
...
PHPBB3-13455
2015-02-03 20:50:40 +01:00
Gaëtan Muller
7fc586080b
[ticket/13468] Update calls to add_log()
...
PHPBB3-13468
2015-01-27 18:34:33 +01:00
Tristan Darricau
98937a7a18
Merge pull request #3289 from MGaetan89/ticket/13450
...
[ticket/13450] Type-hint return value of $phpbb_container->get()
* MGaetan89/ticket/13450:
[ticket/13450] Type-hint return value of $phpbb_container->get()
2015-01-14 12:34:28 +01:00
Gaëtan Muller
b5544b2f47
[ticket/13450] Type-hint return value of $phpbb_container->get()
...
PHPBB3-13450
2015-01-12 20:19:07 +01:00
Oliver Schramm
53169b1303
[ticket/13469] Fall back to soft_delete if no permissions for delete
...
PHPBB3-13469
2015-01-11 20:46:32 +01:00
Oliver Schramm
f075fb78f6
[ticket/13490] Allow multibyte characters in edit reason
...
PHPBB3-13490
2015-01-11 19:29:33 +01:00
brunoais
96a734b012
[ticket/13158] Allow adding extra auth checks when the user is posting
...
PHPBB3-13158
2014-12-03 17:34:35 +00:00
Joas Schilling
2e2ab7b485
Merge pull request #3127 from omniError/ticket/13323
...
[ticket/13323] empty auth option in posting.php
2014-11-21 23:33:45 +01:00
rxu
bb75cd40f5
[ticket/13182] Add posting.php core event to allow modifying the message text
...
posting.php core event to allow modifying the message before parsing
would be needed for some extensions, like for adding topic title to the
topic URL etc.
Also removed 'delete' var from core.posting_modify_template_vars and
core.modify_posting_parameters as it does not exist.
PHPBB3-13182
2014-11-22 01:33:12 +07:00
omniError
2d0917c56e
[ticket/13323] empty auth option in posting.php
...
https://tracker.phpbb.com/browse/PHPBB3-13323
PHPBB3-13323
2014-11-10 17:23:23 -06:00
Joas Schilling
cb49a0c4cc
[ticket/13123] Add events to allow modifying post data
...
PHPBB3-13123
2014-10-01 00:13:37 +02:00
Cesar G
bf7041eeb9
[ticket/13019] Always accept a reason for deleting a post/topic.
...
PHPBB3-13019
2014-09-14 10:38:56 -07:00