aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12309] Template Event quickreply_editor_panel_before/afterPayBas2014-03-291-2/+2
| | | | PHPBB3-12309
* [ticket/11336] Changes "leaders"-mode to "team"-mode and so in test-fileCrizzo2014-03-281-0/+0
| | | | PHPBB3-11336
* Merge remote-tracking branch 'rxu/ticket/12289' into develop-ascraeusJoas Schilling2014-03-221-0/+2
|\ | | | | | | | | * rxu/ticket/12289: [ticket/12289] Add viewtopic template events for posts specific custom notices
| * [ticket/12289] Add viewtopic template events for posts specific custom noticesrxu2014-03-221-0/+2
| | | | | | | | | | | | These events allow extensions to add own posts specific notices-alike info. PHPBB3-12289
* | Merge pull request #2137 from geetakshi/ticket/8309Dhruv Goel2014-03-201-2/+2
|\ \ | |/ |/| [ticket/8309] Rename "Last visited" to "Last activity" on memberlist/viewprofile
| * [ticket/8309] Removing key with similar function to avoid redundancygeetakshi2014-03-171-2/+2
| | | | | | | | PHPBB3-8309
| * [ticket/8309] Renaming "Last visit" to "Last activity"geetakshi2014-03-161-2/+2
| | | | | | | | PHPBB3-8309
* | [ticket/12279] Add memberlist_view.html template event to add custom inforxu2014-03-171-0/+2
| | | | | | | | | | | | | | Template event to ddd custom content to the user profile view after the main content. PHPBB3-12279
* | [ticket/12272] Fix hardcoded colons in subforums.Maƫl Soucaze2014-03-151-1/+1
|/ | | | | | | In subforums list, under the parent forum description, there are two harcoded colons instead of {L_COLON}. PHPBB3-12272
* Merge pull request #2092 from nickvergessen/ticket/12090Nathan Guse2014-03-101-1/+1
|\ | | | | [ticket/12090] Pass route name to url() instead of the url itself
| * [ticket/12090] Fix pagination for routesJoas Schilling2014-03-081-1/+1
| | | | | | | | | | | | | | No clickable "jump to" at the moment, as we can not get the route url by the route name in js yet. Need to find another solution later. PHPBB3-12090
* | Merge pull request #2074 from Crizz0/ticket/12240Nathan Guse2014-03-081-13/+13
|\ \ | |/ |/| Ticket/12240 - Adds specific class to BBCode-Buttons in Template incl. Custom-BBCode support
| * [ticket/12240] fontsize => size; fontcolor => color and added bbcode- in96Crizzo2014-03-031-2/+2
| | | | | | | | PHPBB3-12240
| * [ticket/12240] Added template changes for subsilver2, tooCrizzo2014-03-021-13/+13
| | | | | | | | PHPBB3-12240
* | Merge pull request #2088 from nickvergessen/ticket/12236Nathan Guse2014-03-054-65/+22
|\ \ | | | | | | Ticket/12236 Convert AOL and Yahoo to custom profile fields
| * | [ticket/12236] Fix layout of memberlist searchJoas Schilling2014-03-051-26/+17
| | | | | | | | | | | | PHPBB3-12236
| * | [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-054-32/+7
| | | | | | | | | | | | PHPBB3-12236
| * | [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-053-10/+1
| | | | | | | | | | | | PHPBB3-12237
* | | Merge pull request #2061 from rxu/ticket/12231Nathan Guse2014-03-051-0/+4
|\ \ \ | | | | | | | | [ticket/12231] Add template events to forumlist_body.html
| * | | [ticket/12231] Add template events to forumlist_body.htmlrxu2014-03-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add events before/after category header, before/after subforums list to allow add/modify content in respective places. PHPBB3-12231
* | | | Merge pull request #2080 from nickvergessen/ticket/12243Nathan Guse2014-03-057-31/+26
|\ \ \ \ | |_|/ / |/| | | [Ticket/12243] subsilver2 is missing profile field files
| * | | [ticket/12243] Split custom_profile_fields.html into 1 file for each typeJoas Schilling2014-03-037-31/+26
| | |/ | |/| | | | | | | PHPBB3-12243
* | | Merge remote-tracking branch 'github-nickvergessen/ticket/12235' into developNils Adermann2014-03-057-115/+23
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-nickvergessen/ticket/12235: [ticket/12235] Convert WLM to custom profile field [ticket/12187] Do not make clickable when using as contact field [ticket/12187] Split generate_profile_fields_template() into 2 methods [ticket/12187] Remove user_website field [ticket/12187] Remove user_website functionality [ticket/12187] Convert website field data to custom profile field [ticket/12187] Add URL type for profile fields [ticket/12234] Replace ICQ with custom profile field [ticket/12233] Update schema file [ticket/12233] Add images back to subsilver2 [ticket/12233] Allow profile fields to be contact fields Conflicts: phpBB/adm/style/acp_prune_users.html
| * | [ticket/12235] Convert WLM to custom profile fieldJoas Schilling2014-03-044-96/+8
| | | | | | | | | | | | PHPBB3-12235
| * | [ticket/12187] Remove user_website functionalityJoas Schilling2014-03-033-10/+0
| | | | | | | | | | | | PHPBB3-12187
| * | [ticket/12187] Add URL type for profile fieldsJoas Schilling2014-03-031-0/+3
| | | | | | | | | | | | PHPBB3-12187
| * | [ticket/12234] Replace ICQ with custom profile fieldJoas Schilling2014-02-284-11/+2
| | | | | | | | | | | | PHPBB3-12234
| * | [ticket/12233] Add images back to subsilver2Joas Schilling2014-02-281-1/+1
| | | | | | | | | | | | PHPBB3-12233
| * | [ticket/12233] Allow profile fields to be contact fieldsJoas Schilling2014-02-282-0/+12
| |/ | | | | | | | | | | | | | | Contact fields are displayed with in the contact section of the user profile and are displayed differently in the mini profile next to posts and private messages PHPBB3-12233
* | Merge remote-tracking branch 'rxu3/ticket/12222' into developJoas Schilling2014-03-011-1/+1
|\ \ | | | | | | | | | | | | * rxu3/ticket/12222: [ticket/12222] Replace hardoded comma with translatable separator
| * | [ticket/12222] Replace hardoded comma with translatable separatorrxu2014-02-231-1/+1
| |/ | | | | | | | | | | | | Replace hardoded comma with translatable separator in forumlist_body.html. PHPBB3-12222
* | [ticket/12238] Remove defunct confirmation box template code.Cesar G2014-03-011-17/+0
|/ | | | | | Confirmation boxes are handled by confirm_body.html. PHPBB3-12238
* [ticket/12217] Add more template events to viewtopic_body.htmlrxu2014-02-211-0/+4
| | | | | | | | 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 #2002 from prototech/ticket/12153Nathan Guse2014-02-182-2/+2
|\ | | | | [ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination()
| * [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+1
| | | | | | | | PHPBB3-12153
| * [ticket/12153] Remove vars already assigned in generate_template_pagination().Cesar G2014-02-031-1/+1
| | | | | | | | PHPBB3-12153
* | Merge pull request #2027 from lucifer4o/ticket/12177Nathan Guse2014-02-181-0/+2
|\ \ | | | | | | [ticket/12177] Add ucp_friend_list_before/after
| * | [ticket/12177] Add ucp_friend_list_before/afterlucifer4o2014-02-131-0/+2
| | | | | | | | | | | | | | | | | | Add events before and after list of friends in UCP template PHPBB3-12177
* | | [ticket/12166] Add template events to quickreply_editor.html.rxu2014-02-181-0/+2
|/ / | | | | | | | | | | | | | | | | | | | | 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 developCesar G2014-02-121-1/+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 subsilver2Marcus Vinicius2014-01-261-1/+1
| | | | | | | | | | | | PHPBB3-12134
* | | Merge remote-tracking branch 'vinny/ticket/12132' into developCesar G2014-02-121-1/+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 viewtopic_print_head_append event to subsilver2Marcus Vinicius2014-01-261-1/+1
| |/ / | | | | | | | | | PHPBB3-12132
* | | [ticket/12169] Allow displaying profile fields on memberlistJoas Schilling2014-02-101-1/+0
| | | | | | | | | | | | | | | | | | | | | We can not sort by profile field values atm. And also I'm not sure whether this is possible at all. PHPBB3-12169
* | | [ticket/12169] Convert user_from to profile field locationJoas Schilling2014-02-102-8/+0
| | | | | | | | | | | | | | | | | | Missing changes on memberlist view due to missing functionality PHPBB3-12169
* | | [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-062-8/+0
| | | | | | | | | | | | PHPBB3-12115
* | | [ticket/12115] Remove occupation field from html filesJoas Schilling2014-02-062-8/+0
| |/ |/| | | | | PHPBB3-12115
* | Merge branch 'develop-olympus' into developAndreas Fischer2014-01-262-0/+2
|\ \ | |/ |/| | | | | | | | | | | | | * develop-olympus: [ticket/12118] Add noindex meta tag to subsilver2 view-print templates Conflicts: phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html phpBB/styles/subsilver2/template/viewtopic_print.html
| * [ticket/12118] Add noindex meta tag to subsilver2 view-print templatesMarcus Vinicius2014-01-262-0/+2
| | | | | | | | PHPBB3-12118
* | Adding 'forgot password' link to index pageSuhaib Khan2014-01-221-1/+1
| | | | | | | | | | | | PHPBB3-11950 Signed-off-by: Suhaib Khan <suhebjerk@gmail.com>