| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12286' into ↵ | Nils Adermann | 2014-04-10 | 1 | -69/+116 | |
| |\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12286: [ticket/12286] Reword section about plurals [ticket/12286] Fix spelling of elephant(s) in the sample [ticket/12286] Correctly capitalize PHP [ticket/12286] Fix nesting of ul inside li element [ticket/12286] Add note that goto should not be used [ticket/12286] Add section about plurals to the coding guidelines [ticket/12286] Classes must use the name space [ticket/12286] Remove section about utf8_normalize_nfc() [ticket/12286] Use $request->variable() instead of request_var() [ticket/12286] Function names should be prefixed with phpbb_ [ticket/12286] Add "Since" to template event docs [ticket/12286] style.php and imagesets dont exist anymore [ticket/12286] Styles have a phpbb_version and a style_version in 3.1 [ticket/12286] Use UTF8 (c) in style.cfg samples | |||||
| | * | | [ticket/12286] Reword section about plurals | Joas Schilling | 2014-03-28 | 1 | -4/+6 | |
| | | | | | | | | | | | | | PHPBB3-12286 | |||||
| | * | | [ticket/12286] Fix spelling of elephant(s) in the sample | Joas Schilling | 2014-03-28 | 1 | -5/+5 | |
| | | | | | | | | | | | | | PHPBB3-12286 | |||||
| | * | | [ticket/12286] Correctly capitalize PHP | Joas Schilling | 2014-03-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | PHPBB3-12286 | |||||
| | * | | [ticket/12286] Fix nesting of ul inside li element | Joas Schilling | 2014-03-28 | 1 | -7/+9 | |
| | | | | | | | | | | | | | PHPBB3-12286 | |||||
| | * | | [ticket/12286] Add note that goto should not be used | Joas Schilling | 2014-03-21 | 1 | -0/+8 | |
| | | | | | | | | | | | | | PHPBB3-12286 | |||||
| | * | | [ticket/12286] Add section about plurals to the coding guidelines | Joas Schilling | 2014-03-18 | 1 | -0/+52 | |
| | | | | | | | | | | | | | PHPBB3-12286 | |||||
| | * | | [ticket/12286] Classes must use the name space | Joas Schilling | 2014-03-18 | 1 | -23/+14 | |
| | | | | | | | | | | | | | PHPBB3-12286 | |||||
| | * | | [ticket/12286] Remove section about utf8_normalize_nfc() | Joas Schilling | 2014-03-18 | 1 | -13/+0 | |
| | | | | | | | | | | | | | | | | | | | The request class takes care of this PHPBB3-12286 | |||||
| | * | | [ticket/12286] Use $request->variable() instead of request_var() | Joas Schilling | 2014-03-18 | 1 | -15/+15 | |
| | | | | | | | | | | | | | PHPBB3-12286 | |||||
| | * | | [ticket/12286] Function names should be prefixed with phpbb_ | Joas Schilling | 2014-03-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | PHPBB3-12286 | |||||
| | * | | [ticket/12286] Add "Since" to template event docs | Joas Schilling | 2014-03-18 | 1 | -1/+6 | |
| | | | | | | | | | | | | | PHPBB3-12286 | |||||
| | * | | [ticket/12286] style.php and imagesets dont exist anymore | Joas Schilling | 2014-03-18 | 1 | -4/+2 | |
| | | | | | | | | | | | | | PHPBB3-12286 | |||||
| | * | | [ticket/12286] Styles have a phpbb_version and a style_version in 3.1 | Joas Schilling | 2014-03-18 | 1 | -2/+4 | |
| | | | | | | | | | | | | | PHPBB3-12286 | |||||
| | * | | [ticket/12286] Use UTF8 (c) in style.cfg samples | Joas Schilling | 2014-03-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | PHPBB3-12286 | |||||
| * | | | Merge remote-tracking branch 'paybas/ticket/12338' into develop-ascraeus | Joas Schilling | 2014-04-04 | 1 | -0/+8 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * paybas/ticket/12338: [ticket/12338] Add Template Event overall_footer_page_body_after Conflicts: phpBB/docs/events.md | |||||
| | * | | | [ticket/12338] Add Template Event overall_footer_page_body_after | PayBas | 2014-04-04 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | implement PHPBB3-12338 | |||||
| * | | | | Merge remote-tracking branch 'paybas/ticket/12333' into develop-ascraeus | Joas Schilling | 2014-04-04 | 1 | -0/+8 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | * paybas/ticket/12333: [ticket/12333] Change event name [ticket/12333] Add Template Event overall_header_body_after | |||||
| | * | | | | [ticket/12333] Change event name | PayBas | 2014-04-01 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12333 | |||||
| | * | | | | [ticket/12333] Add Template Event overall_header_body_after | PayBas | 2014-03-31 | 1 | -0/+8 | |
| | |/ / / | | | | | | | | | | | | | PHPBB3-12333 | |||||
| * | | | | Merge remote-tracking branch 'paybas/ticket/12328' into develop-ascraeus | Joas Schilling | 2014-04-01 | 1 | -0/+8 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | * paybas/ticket/12328: [ticket/12328] Change "since" to B3 [ticket/12328] Add Template Event index_body_stat_blocks_after | |||||
| | * | | | | [ticket/12328] Change "since" to B3 | PayBas | 2014-04-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12328 | |||||
| | * | | | | [ticket/12328] Add Template Event index_body_stat_blocks_after | PayBas | 2014-03-30 | 1 | -0/+8 | |
| | |/ / / | | | | | | | | | | | | | PHPBB3-12328 | |||||
| * | | | | [prep-release-3.1.0-b2] Add changelog for 3.1.0-b2 | Joas Schilling | 2014-03-30 | 1 | -0/+66 | |
| | | | | | ||||||
| * | | | | [prep-release-3.1.0-b2] Prepare Changelog | Joas Schilling | 2014-03-30 | 1 | -25/+28 | |
| | | | | | ||||||
| * | | | | Merge remote-tracking branch 'prosk8er/ticket/12298' into develop-ascraeus | Joas Schilling | 2014-03-29 | 1 | -0/+16 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | * prosk8er/ticket/12298: [ticket/12298] Template Event memberlist_view_contact_before/after | |||||
| | * | | | | [ticket/12298] Template Event memberlist_view_contact_before/after | Prosk8er | 2014-03-29 | 1 | -0/+16 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | add template event memberlist_view_contact_before and memberlist_view_contact_after PHPBB3-12298 | |||||
| * | | | | Merge remote-tracking branch 'prosk8er/ticket/12301' into develop-ascraeus | Joas Schilling | 2014-03-29 | 1 | -0/+28 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | * prosk8er/ticket/12301: [ticket/12301] Template Event overall_header_body_before | |||||
| | * | | | | [ticket/12301] Template Event overall_header_body_before | Prosk8er | 2014-03-29 | 1 | -0/+28 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | add template event overall_header_body_before PHPBB3-12301 | |||||
| * | | | | [ticket/12308] Template Event forumlist_body_last_row_after | PayBas | 2014-03-29 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12308 | |||||
| * | | | | [ticket/12309] Template Event quickreply_editor_panel_before/after | PayBas | 2014-03-29 | 1 | -0/+16 | |
| |/ / / | | | | | | | | | | PHPBB3-12309 | |||||
| * | | | [ticket/12289] Add viewtopic template events for posts specific custom notices | rxu | 2014-03-22 | 1 | -0/+16 | |
| |/ / | | | | | | | | | | | These events allow extensions to add own posts specific notices-alike info. PHPBB3-12289 | |||||
| * | | [ticket/12279] Add memberlist_view.html template event to add custom info | rxu | 2014-03-17 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | Template event to ddd custom content to the user profile view after the main content. PHPBB3-12279 | |||||
| * | | [prep-release-3.1.0-b1] Add changelog for 3.1.0-b1 | Joas Schilling | 2014-03-15 | 1 | -0/+145 | |
| | | | ||||||
| * | | [prep-release-3.1.0-b1] Prepare Changelog | Joas Schilling | 2014-03-15 | 1 | -24/+27 | |
| | | | ||||||
| * | | [ticket/11938] use sql_attr_string instead of sql_attr_str2ordinal | Dhruv | 2014-03-09 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-11938 | |||||
| * | | [ticket/12231] Add template events to forumlist_body.html | rxu | 2014-03-03 | 1 | -0/+32 | |
| | | | | | | | | | | | | | | | Add events before/after category header, before/after subforums list to allow add/modify content in respective places. PHPBB3-12231 | |||||
| * | | [ticket/12217] Add more template events to viewtopic_body.html | rxu | 2014-02-21 | 1 | -0/+24 | |
| | | | | | | | | | | | | | | | | | 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 | |||||
| * | | Merge pull request #2027 from lucifer4o/ticket/12177 | Nathan Guse | 2014-02-18 | 1 | -0/+16 | |
| |\ \ | | | | | | | [ticket/12177] Add ucp_friend_list_before/after | |||||
| | * | | [ticket/12177] Add ucp_friend_list_before/after | lucifer4o | 2014-02-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | Add events before and after list of friends in UCP template Change Since part from a3 to a4 PHPBB3-12177 | |||||
| | * | | [ticket/12177] Add ucp_friend_list_before/after | lucifer4o | 2014-02-13 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | Add events before and after list of friends in UCP template PHPBB3-12177 | |||||
| * | | | [ticket/12166] Add template events to quickreply_editor.html. | rxu | 2014-02-18 | 1 | -0/+16 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | Merge remote-tracking branch 'vinny/ticket/12134' into develop | Cesar G | 2014-02-12 | 1 | -0/+1 | |
| |\ \ | | | | | | | | | | | | | * vinny/ticket/12134: [ticket/12134] Add ucp_pm_viewmessage_print_head_append event to subsilver2 | |||||
| | * | | [ticket/12134] Add ucp_pm_viewmessage_print_head_append event to subsilver2 | Marcus Vinicius | 2014-01-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | | PHPBB3-12134 | |||||
| * | | | Merge remote-tracking branch 'vinny/ticket/12132' into develop | Cesar G | 2014-02-12 | 1 | -0/+1 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | * vinny/ticket/12132: [ticket/12132] Add the event to events.md doc [ticket/12132] Add viewtopic_print_head_append event to subsilver2 | |||||
| | * | | | [ticket/12132] Add the event to events.md doc | Marcus Vinicius | 2014-01-26 | 1 | -0/+1 | |
| | |/ / | | | | | | | | | | PHPBB3-12132 | |||||
| * | | | [prep-release-3.1.0-a3] Commit changelog for 3.1.0-a3 | Joas Schilling | 2014-02-05 | 1 | -0/+106 | |
| | | | | ||||||
| * | | | [prep-release-3.1.0-a3] Prepare Changelog | Joas Schilling | 2014-02-05 | 1 | -23/+26 | |
| |/ / | ||||||
| * | | Merge branch 'develop-olympus' into develop | Cesar G | 2014-01-23 | 1 | -1/+2 | |
| |\ \ | |/ | ||||||
| | * | [ticket/12120] Restore alphabetic order | Joas Schilling | 2014-01-23 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-12120 | |||||
