PayBas
0d84a42cd4
[ticket/12309] Template Event quickreply_editor_panel_before/after
...
PHPBB3-12309
2014-03-29 12:17:11 +01:00
rxu
4bb898a061
[ticket/12289] Add viewtopic template events for posts specific custom notices
...
These events allow extensions to add own posts specific notices-alike info.
PHPBB3-12289
2014-03-22 22:45:05 +08:00
rxu
1e1a54882c
[ticket/12279] Add memberlist_view.html template event to add custom info
...
Template event to ddd custom content
to the user profile view after the main content.
PHPBB3-12279
2014-03-17 21:01:16 +08:00
rxu
efe4393c91
[ticket/12231] Add template events to forumlist_body.html
...
Add events before/after category header, before/after subforums list
to allow add/modify content in respective places.
PHPBB3-12231
2014-03-03 20:51:06 +08:00
rxu
6d9afcd077
[ticket/12217] Add more template events to viewtopic_body.html
...
Add viewtopic template events before/after the posts,
after the sorting options to allow adding contents to
respective places (like advertisement and so on).
PHPBB3-12217
2014-02-21 00:27:47 +08:00
Nathan Guse
74d2d6c66a
Merge pull request #2027 from lucifer4o/ticket/12177
...
[ticket/12177] Add ucp_friend_list_before/after
2014-02-18 12:36:55 -06:00
rxu
cab8181af1
[ticket/12166] Add template events to quickreply_editor.html.
...
Add template event pair - quickreply_editor_message_before
and quickreply_editor_message_before to
quickreply_editor.html for both of prosilver and subsilver2 styles.
This allows extensions to modify quick reply
postform. For example, to add BBCode buttons and/or smilies
and so on.
PHPBB3-12166
2014-02-18 10:51:34 +08:00
lucifer4o
c20a313ab0
[ticket/12177] Add ucp_friend_list_before/after
...
Add events before and after list of friends in UCP template
Change Since part from a3 to a4
PHPBB3-12177
2014-02-13 16:23:42 +02:00
lucifer4o
89007db505
[ticket/12177] Add ucp_friend_list_before/after
...
Add events before and after list of friends in UCP template
PHPBB3-12177
2014-02-13 14:51:53 +02:00
Cesar G
13e7bd76a5
Merge remote-tracking branch 'vinny/ticket/12134' into develop
...
* vinny/ticket/12134:
[ticket/12134] Add ucp_pm_viewmessage_print_head_append event to subsilver2
2014-02-12 18:39:39 -08:00
Marcus Vinicius
19e2449525
[ticket/12134] Add ucp_pm_viewmessage_print_head_append event to subsilver2
...
PHPBB3-12134
2014-01-26 03:44:52 -03:00
Marcus Vinicius
525576eaed
[ticket/12132] Add the event to events.md doc
...
PHPBB3-12132
2014-01-26 03:36:24 -03:00
Nathan Guse
059880debf
Merge pull request #1809 from VSEphpbb/ticket/11966
...
[ticket/11966] Add header navigation template events to Subsilver2
2014-01-17 19:07:56 -08:00
Joas Schilling
558f3cd21c
Merge remote-tracking branch 'vsephpbb/ticket/12060' into develop
...
* vsephpbb/ticket/12060: (37 commits)
[ticket/12060] A little less verbose cleanup of event docblocks
[ticket/12060] Further clarifying new event docblocks as much as possible
[ticket/12060] More fixes to dockblock for acp_bbcodes_modify_create event
[ticket/12060] Remove whitespaces
[ticket/12060] Fix docblock for acp_bbcodes_modify_create event
[ticket/12060] Rename event in message parser to modify_format_display_text_after
[ticket/12060] Add num_predefined_bbcodes to display_custom_bbcodes_modify_sql
[ticket/12060] Further clarify/fix a var in acp_bbcodes_modify_create event doc block
[ticket/12060] Use separate template event for acp user signature posting buttons
[ticket/12060] Rename event from append to after in acp_bbcodes.html
[ticket/12060] Correctly label alpha versions in event docblocks
[ticket/12060] Fix u_action comments in docblocks
[ticket/12060] Change @since in event docblocks
[ticket/12060] Update the docblock comments in acp core events
[ticket/12060] Refactor u_action in the events that use it
[ticket/12060] Use $sql_ary instead of $sql
[ticket/12060] Update docblock for core event due to addition of another var
[ticket/12060] Remove re-tabbing of html from subsilver2 files
[ticket/12060] Add $update_this_message var to the core event
[ticket/12060] Adjust last item in array to use a comma instead of closing parenthesis
...
2013-12-20 16:11:02 +01:00
Matt Friedman
4665e3df21
[ticket/12060] Further clarifying new event docblocks as much as possible
...
PHPBB3-12060
2013-12-16 23:54:55 -08:00
Joas Schilling
8da2f349fe
Merge remote-tracking branch 'vsephpbb/ticket/12054' into develop
...
* vsephpbb/ticket/12054:
[ticket/12054] Re-word event documentation
[ticket/12054] Reword descriptions and resort events alphabetically
[ticket/12054] Update index_body_linklist_before/after template events
2013-12-16 10:08:19 +01:00
Matt Friedman
b13f64b5a9
[ticket/12054] Re-word event documentation
...
PHPBB3-12054
2013-12-14 12:59:52 -08:00
Matt Friedman
31eb759aa4
[ticket/12060] Use separate template event for acp user signature posting buttons
...
PHPBB3-12060
2013-12-13 13:36:59 -08:00
Matt Friedman
8864c601a2
[ticket/12060] Rename event from append to after in acp_bbcodes.html
...
PHPBB3-12060
2013-12-13 13:34:58 -08:00
Matt Friedman
a59bbeed2d
[ticket/11966] Merge branch 'develop' into ticket/11966
...
PHPBB3-11966
2013-12-12 10:28:10 -08:00
Matt Friedman
1be42e7ab2
[ticket/12054] Reword descriptions and resort events alphabetically
...
PHPBB3-12054
2013-12-12 10:11:53 -08:00
Cesar G
42a70154fa
[ticket/11241] Add border to dropdown menu options.
...
PHPBB3-11241
2013-12-06 00:56:31 -08:00
Cesar G
5579dc2412
[ticket/11241] Add events & var for extensions to dropdown.
...
PHPBB3-11241
2013-12-06 00:56:31 -08:00
Matt Friedman
35da9ab9cf
[ticket/12060] Add template events posting_editor_buttons_before/after
...
PHPBB3-12060
2013-12-04 16:35:11 -08:00
Matt Friedman
60a51eddd4
[ticket/12060] Add template event acp_bbcodes_actions_prepend/append
...
PHPBB3-12060
2013-12-04 16:32:47 -08:00
Matt Friedman
b3a96f0a70
[ticket/12060] Add template event acp_bbcodes_edit_form_append
...
PHPBB3-12060
2013-12-04 16:32:27 -08:00
Matt Friedman
186f3ecb7e
[ticket/12054] Update index_body_linklist_before/after template events
...
PHPBB3-12054
2013-12-03 17:20:32 -08:00
Joas Schilling
8a6d01591b
Merge remote-tracking branch 'vsephpbb/ticket/12014' into develop
...
* vsephpbb/ticket/12014:
[ticket/12014] Change event date in docs
[ticket/12014] Fix version number in event docs
[ticket/12014] Template Event index_body.html before forumlist
2013-12-03 18:18:09 +01:00
Matt Friedman
7f890ebed7
[ticket/12014] Change event date in docs
...
PHPBB3-12014
2013-11-21 14:31:43 -08:00
Nathan Guse
6403d6848e
Merge pull request #1878 from blitze/ticket/12024
...
[ticket/12024] Template event overall_header_content_before
2013-11-21 13:26:24 -08:00
OpenShift guest
77dc1ac09a
[ticket/12024] Correct the 'since' information in event list
...
PHPBB3-12024
2013-11-19 09:51:47 -05:00
OpenShift guest
122e95486c
[ticket/12024] Update events list
...
PHPBB3-12024
2013-11-18 23:44:59 -05:00
Matt Friedman
a7ba8d8993
[ticket/12014] Fix version number in event docs
...
PHPBB3-12014
2013-11-12 10:19:19 -08:00
Matt Friedman
e74f1c1790
[ticket/12014] Template Event index_body.html before forumlist
...
Add content above the forums list (on forum index only)
PHPBB3-12014
2013-11-11 15:28:18 -08:00
David King
37aff2077a
[ticket/11972] Fix the sinces
...
PHPBB3-11972
2013-11-02 15:27:53 -07:00
David King
567d4dab99
[ticket/11972] Add the sinces
...
PHPBB3-11972
2013-11-02 15:27:53 -07:00
David King
835900123e
[ticket/11972] Add posting_editor_message_after template event
...
PHPBB3-11972
2013-11-02 15:27:53 -07:00
David King
b8eeca7048
[ticket/11972] Add posting_editor_message_before template event
...
PHPBB3-11972
2013-11-02 15:27:53 -07:00
David King
3be5fe5354
[ticket/11972] Add posting_editor_subject_before template event
...
PHPBB3-11972
2013-11-02 15:27:53 -07:00
David King
069f806169
[ticket/11972] Add posting_editor_subject_after template event
...
PHPBB3-11972
2013-11-02 15:27:52 -07:00
Matt Friedman
2ae6f216f6
[ticket/11966] Add header navigation template events to Subsilver2
...
Add the overall_header_navigation_append / prepend template events
used in Prosilver to subsilver2 as well. This will allow extensions to
add Nav Links to Subsilver2.
http://tracker.phpbb.com/browse/PHPBB3-11966
PHPBB3-11966
2013-10-23 11:52:32 -07:00
Joas Schilling
fa5fdc53b6
[ticket/11924] Add version info of template events to events.md
...
PHPBB3-11924
2013-10-16 00:45:28 +02:00
Joas Schilling
5f788e40d8
[ticket/11924] Bring layout of events.md to one style
...
PHPBB3-11924
2013-10-16 00:37:54 +02:00
Nathan Guse
dd86e8d0ae
Merge pull request #1618 from VSEphpbb/ticket/11747
...
[ticket/11747] UCP Prefs Core and Template Events
2013-09-05 11:36:25 -07:00
rechosen
61fd61692b
[ticket/9550] Improve template event descriptions in phpBB/docs/events.md
...
Update the custom_fields template events descriptions according to
nickvergessen's suggestions.
PHPBB3-9550
2013-08-02 11:44:07 +02:00
rechosen
f61910c3f8
[ticket/9550] Improve template event descriptions in phpBB/docs/events.md
...
Per suggestion of nickvergessen, stick to "before" and "after" in the template
event descriptions instead of "at the top of" and "at the bottom of".
PHPBB3-9550
2013-08-02 11:38:25 +02:00
rechosen
8c565ea1a6
[ticket/9550] Add the new template events to phpBB/docs/events.md
...
The newly added template events weren't listed and described yet in events.md.
Fixed now.
PHPBB3-9550
2013-08-02 11:36:00 +02:00
Matt Friedman
8e636e4572
[ticket/11749] Template events for topic_list_row_pre/append
...
PHPBB3-11749
2013-07-27 10:48:40 -07:00
Matt Friedman
9ea9afd1c4
[ticket/11747] Tweak some of the wording in the events doc
...
PHPBB3-11747
2013-07-27 09:19:34 -07:00
Matt Friedman
dacca5657a
[ticket/11747] Use _prepend and _append for template events
...
PHPBB3-11747
2013-07-26 22:25:27 -07:00