| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
PHPBB3-14747
|
|\ \
| |/ |
|
| |
| |
| |
| | |
PHPBB3-12925
|
|\ \
| |/
| |
| |
| | |
* 3.1.x:
[ticket/14559] Remove attachment BBCode tags from the quoted message
|
| |
| |
| |
| | |
PHPBB3-14559
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
* 3.1.x:
[ticket/14437] Make sure attachments array is properly ordered before processing
[ticket/14437] Preserve attachment ID order by ordering by attach_id
[ticket/14437] Sort attachments after assigning inline attachments
[ticket/14437] Correctly assume index from attachment display order
|
| |
| |
| |
| | |
PHPBB3-14437
|
| |
| |
| |
| | |
PHPBB3-13972
|
|\ \
| |/
| |
| |
| | |
* 3.1.x:
[ticket/14411] Permanently delete post if delete_permanent is set
|
| |
| |
| |
| | |
PHPBB3-14411
|
|\ \
| |/
| |
| |
| | |
* 3.1.x:
[ticket/13851] Fix ignore flood limit check
|
| |
| |
| |
| | |
PHPBB3-13851
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14234] Use replacement variables instead of references in events
* marc1706/ticket/14234:
[ticket/14234] Fix event doc blocks
[ticket/14234] Get rid of undefined variables
[ticket/14234] Fix change version and remove more references
[ticket/14234] Replace more references with variables
[ticket/14234] Use replacement variables instead of references in events
|
| | |
| | |
| | |
| | | |
PHPBB3-14234
|
|/ /
| |
| |
| | |
PHPBB3-14168
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/8708] Add extra permission for posting global announcements
* Elsensee/ticket/8708-2:
[ticket/8708] Apply permission 'f_announce_global'
[ticket/8708] Add f_announce_global permission
|
| | |
| | |
| | |
| | | |
PHPBB3-8708
|
|\ \ \
| |/ /
|/| /
| |/ |
|
| |
| |
| |
| | |
PHPBB3-13815
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | | |
[ticket/13971] Add draft_id var to 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
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/10620] Quote improvements
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10620
|
|\ \ \ \
| | |/ /
| |/| | |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13759] Initial commit broke timestamps when quoting a post.
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13759
|
|\ \ \ \ \
| |/ / / /
| | | / /
| |_|/ /
|/| | | |
PHPBB3-13880
|
| | |/
| |/|
| | |
| | | |
PHPBB3-13880
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/13901] Add more whitespace to long quotes for readability
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13901
|
|\ \ \ \
| | |/ /
| |/| | |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13598] Allow topic lock on topic creation
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13598
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[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
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
PHPBB3-13906
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Conflicts:
phpBB/posting.php
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
phpBB/posting.php
PHPBB3-13833
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13833
|
|\ \ \ \ \ \
| |/ / / / /
| | | / / /
| |_|/ / /
|/| | | | |
|
| |\ \ \ \
| | |_|_|/
| |/| | |
| | | | | |
[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
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Ticket/13844 Better FAQ language files
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13844
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13847
|
|/ / / /
| | | |
| | | |
| | | | |
PHPBB3-11530
|
|\ \ \ \
| |/ / / |
|