aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12238] Remove defunct confirmation box template code.Cesar G2014-03-011-16/+0
| | | | | | Confirmation boxes are handled by confirm_body.html. PHPBB3-12238
* [ticket/12217] Add more template events to viewtopic_body.htmlrxu2014-02-211-1/+3
| | | | | | | | 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
* | | Merge pull request #2038 from prototech/ticket/12206Nathan Guse2014-02-181-2/+2
|\ \ \ | | | | | | | | [ticket/12206] Fix mismatched Plupload language vars preventing localization.
| * | | [ticket/12206] Fix mismatched Plupload language vars preventing localization.Cesar G2014-02-171-2/+2
| |/ / | | | | | | | | | PHPBB3-12206
* | | [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
* | [ticket/12169] Allow displaying profile fields on memberlistJoas Schilling2014-02-103-5/+16
| | | | | | | | | | | | | | 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-5/+0
| | | | | | | | | | | | Missing changes on memberlist view due to missing functionality PHPBB3-12169
* | [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-062-5/+0
| | | | | | | | PHPBB3-12115
* | [ticket/12115] Remove occupation field from html filesJoas Schilling2014-02-062-5/+0
|/ | | | PHPBB3-12115
* Merge branch 'develop-olympus' into developAndreas Fischer2014-02-021-1/+1
|\ | | | | | | | | | | | | | | * develop-olympus: [ticket/12146] Added a missing # to inline css-style of <span> Conflicts: phpBB/styles/prosilver/template/ucp_groups_manage.html
| * [ticket/12146] Added a missing # to inline css-style of <span>Crizz02014-02-021-1/+1
| | | | | | | | PHPBB3-12146
* | Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into developNils Adermann2014-02-027-31/+26
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-nickvergessen/ticket/11201: (50 commits) [ticket/11201] Remove empty calls section from .yml [ticket/11201] Split template file into multiple files [ticket/11201] Remove dependency from types on the manager [ticket/11201] Rename profilefields class to manager [ticket/11201] Fix parameter description [ticket/11201] Use !== null, its faster [ticket/11201] Also translate profile fields in UCP and ACP [ticket/11201] Add parameters and variables to profile field class [ticket/11201] Add commas on last array entry [ticket/11201] Allow translation of profile field name and explanation [ticket/11201] Fix some variable names [ticket/11201] Add tables to constructor in tests [ticket/11201] Add a method to return the translated full name of the type [ticket/11201] Remove db depending code from field class [ticket/11201] Add variables to classes and add constructor doc blocks [ticket/11201] Update copyright in class file [ticket/11201] Add visibility and remove unused variable [ticket/11201] Add some commas at the last array entry [ticket/11201] Cast some variables to integer [ticket/11201] Inject table names rather then using constants ... Conflicts: phpBB/config/services.yml
| * | [ticket/11201] Split template file into multiple filesJoas Schilling2014-02-027-31/+26
| | | | | | | | | | | | PHPBB3-11201
| * | [ticket/11201] Allow translation of profile field name and explanationJoas Schilling2014-01-191-1/+1
| | | | | | | | | | | | PHPBB3-11201
* | | Merge pull request #1959 from prototech/ticket/12131Andreas Fischer2014-02-021-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12131] Remove invalid imageset var in viewtopic print view. * prototech/ticket/12131: [ticket/12131] Remove invalid imageset var in viewtopic print view.
| * | | [ticket/12131] Remove invalid imageset var in viewtopic print view.Cesar G2014-01-261-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12131
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2014-01-272-4/+0
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12119] Remove meta tags from view-print templates Conflicts: phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html phpBB/styles/prosilver/template/viewtopic_print.html
| * | | [ticket/12119] Remove meta tags from view-print templatesMarcus Vinicius2014-01-272-4/+0
| | | | | | | | | | | | | | | | PHPBB3-12119
* | | | [ticket/12137] Fix spacing in smiley block.Cesar G2014-01-261-1/+1
| |/ / |/| | | | | | | | PHPBB3-12137
* | | [ticket/11950] Fix prior commitNathan Guse2014-01-221-2/+2
| | | | | | | | | | | | PHPBB3-11950
* | | Adding 'forgot password' link to index pageSuhaib Khan2014-01-221-0/+3
| | | | | | | | | | | | | | | | | | PHPBB3-11950 Signed-off-by: Suhaib Khan <suhebjerk@gmail.com>
* | | [ticket/11915] Pass the data to the template instead of scraping HTML for it.Cesar G2014-01-171-0/+1
| | | | | | | | | | | | PHPBB3-11915
* | | [ticket/11915] Replace inline onclick event for inserting attachment bbcodes.Cesar G2014-01-171-1/+1
| | | | | | | | | | | | PHPBB3-11915
* | | [ticket/11915] Remove files that are no longer used.Cesar G2014-01-172-3/+0
| | | | | | | | | | | | PHPBB3-11915
* | | [ticket/11915] Remove unused language string.Cesar G2014-01-171-1/+0
| | | | | | | | | | | | PHPBB3-11915
* | | [ticket/11915] Make the user aware of the drag-and-drop zone.Cesar G2014-01-171-1/+1
| | | | | | | | | | | | PHPBB3-11915
* | | [ticket/11915] Fix various problems with responsive design.Cesar G2014-01-172-5/+15
| | | | | | | | | | | | PHPBB3-11915
* | | [ticket/11915] Provide the URL to the attachment when it's uploaded.Cesar G2014-01-171-1/+1
| | | | | | | | | | | | PHPBB3-11915
* | | [ticket/11915] Remove unnecessary JS file and include others using INCLUDEJS.Cesar G2014-01-172-4/+3
| | | | | | | | | | | | PHPBB3-11915
* | | [ticket/11915] Add the new uploader.Cesar G2014-01-172-5/+13
| | | | | | | | | | | | PHPBB3-11915
* | | [ticket/11915] Make it possible to display trigger_error() messages to user.Cesar G2014-01-171-1/+1
| | | | | | | | | | | | PHPBB3-11915
* | | [ticket/11915] Provide some additional info about limits to the uploader.Cesar G2014-01-171-0/+8
| | | | | | | | | | | | PHPBB3-11915
* | | [ticket/11915] Add row template for new attachments.Cesar G2014-01-171-0/+19
| | | | | | | | | | | | PHPBB3-11915
* | | [ticket/11915] Move the uploaded attachment list under the attachments tab.Cesar G2014-01-172-31/+42
| | | | | | | | | | | | PHPBB3-11915
* | | [ticket/11915] Move some of the #cp-main table rules to separate class.Cesar G2014-01-172-2/+2
| |/ |/| | | | | PHPBB3-11915
* | [ticket/12034] Move similar code in the two callbacks to separate function.Cesar G2013-12-301-31/+28
| | | | | | | | PHPBB3-12034
* | [ticket/12034] AJAXify notifications popup.Cesar G2013-12-302-6/+56
| | | | | | | | PHPBB3-12034
* | Merge remote-tracking branch 'vsephpbb/ticket/12060' into developJoas Schilling2013-12-201-0/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * | [ticket/12060] Add template events posting_editor_buttons_before/afterMatt Friedman2013-12-041-0/+2
| | | | | | | | | | | | PHPBB3-12060
* | | Merge branch 'develop-olympus' into developJoas Schilling2013-12-161-1/+1
|\ \ \ | | |/ | |/| | | | | | | * develop-olympus: [ticket/10023] Make password change notification more noticeable
| * | [ticket/10023] Make password change notification more noticeableOliver Schramm2013-12-121-2/+2
| | | | | | | | | | | | PHPBB3-10023
* | | Merge remote-tracking branch 'vsephpbb/ticket/12054' into developJoas Schilling2013-12-161-1/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | [ticket/12054] Update index_body_linklist_before/after template eventsMatt Friedman2013-12-031-1/+3
| | | | | | | | | | | | | | | | PHPBB3-12054
* | | | Merge branch 'develop-olympus' into developJoas Schilling2013-12-091-1/+1
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12061] Fix keyboard shortcut in firefox Conflicts: phpBB/styles/prosilver/template/overall_footer.html
| * | | [ticket/12061] Fix keyboard shortcut in firefoxOliver Schramm2013-12-061-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12061