aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12240] fontsize => size; fontcolor => color and added bbcode- in96Crizzo2014-03-031-3/+3
| | | | PHPBB3-12240
* [ticket/12240] Added class code for custom bbcodes based on bbcode_tagCrizzo2014-03-021-1/+1
| | | | PHPBB3-12240
* [ticket/12240] Added specific class name to posting buttonsCrizzo2014-03-021-13/+13
| | | | PHPBB3-12240
* 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-16/+0
|/ | | | | | Confirmation boxes are handled by confirm_body.html. PHPBB3-12238
* Merge pull request #2037 from prototech/ticket/12080Nathan Guse2014-02-201-4/+4
|\ | | | | [ticket/12080] Fix color palettes when responsive.
| * [ticket/12080] Reduce the palette options in all locations when responsive.Cesar G2014-02-161-4/+4
| | | | | | | | PHPBB3-12080
* | [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
* | | Merge pull request #2007 from rxu/ticket/12166Nathan Guse2014-02-181-0/+2
|\ \ \ | | | | | | | | Add template events before/after the textbox in quickreply_editor.html.
| * | | [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 'Zoddo/ticket/12207' into developCesar G2014-02-171-2/+0
|\ \ \ | |/ / |/| | | | | | | | * Zoddo/ticket/12207: [ticket/12207] Forum broken when error thrown
| * | [ticket/12207] Forum broken when error thrownZoddo2014-02-171-2/+0
| | | | | | | | | | | | | | | | | | Fix display of forum when error is outputted before <html> tag. PHPBB3-12207
* | | [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
* | [prep-release-3.1.0-a3] Update version to 3.1.0-a3Joas Schilling2014-02-051-2/+2
|/
* 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/12125] Specify nth-child selectors separately - IE8 does not like themCesar G2014-01-241-2/+10
| | | | | | | | | | | | PHPBB3-12125
* | | [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>
* | | Merge pull request #1866 from prototech/ticket/11915Nathan Guse2014-01-1712-68/+200
|\ \ \ | | | | | | | | [ticket/11915] Improve Plupload integration
| * | | [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-173-6/+3
| | | | | | | | | | | | | | | | 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-173-5/+24
| | | | | | | | | | | | | | | | PHPBB3-11915
| * | | [ticket/11915] Provide the URL to the attachment when it's uploaded.Cesar G2014-01-171-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11915
| * | | [ticket/11915] Do not display the "Place inline" button when JS is disabled.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