aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | [ticket/12234] Replace ICQ with custom profile fieldJoas Schilling2014-02-2816-47/+12
| | | | | | | | | | | | | | | | | | | | | | | | 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-285-3/+40
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'Crizz0/ticket/9255' into developCesar G2014-03-021-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Crizz0/ticket/9255: [ticket/9255] Changed overflow-x to overflow-y [ticket/9255] Added max-height and overflow-x to cp-mini in cp.css
| * | | | | [ticket/9255] Changed overflow-x to overflow-yCrizzo2014-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9255
| * | | | | [ticket/9255] Added max-height and overflow-x to cp-mini in cp.cssCrizzo2014-03-021-0/+2
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-9255
* | | | | [ticket/12126] deleted left:0 and right:0 in responsive.css .phpbb_alertCrizzo2014-03-021-2/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12126
* | | | | [ticket/12126] left:0 and right: 0; admin.css --> width: autoCrizzo2014-03-021-2/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-12126
* | | | | [ticket/12126] Changed .phpbb_alert "max-width: 640px" to "width: 620px"Crizzo2014-03-022-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12126
* | | | | [ticket/12126] Fixed position of alert box in IECrizz02014-03-022-8/+7
|/ / / / | | | | | | | | | | | | PHPBB3-12126
* | | | Merge remote-tracking branch 'rxu3/ticket/12222' into developJoas Schilling2014-03-012-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * rxu3/ticket/12222: [ticket/12222] Replace hardoded comma with translatable separator
| * | | | [ticket/12222] Replace hardoded comma with translatable separatorrxu2014-02-232-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Replace hardoded comma with translatable separator in forumlist_body.html. PHPBB3-12222
* | | | [ticket/12238] Remove defunct confirmation box template code.Cesar G2014-03-012-33/+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-212-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-184-4/+4
|\ \ \ \ | | | | | | | | | | [ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination()
| * | | | [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-032-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12153
| * | | | [ticket/12153] Remove vars already assigned in generate_template_pagination().Cesar G2014-02-032-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12153
* | | | | Merge pull request #2027 from lucifer4o/ticket/12177Nathan Guse2014-02-182-0/+4
|\ \ \ \ \ | | | | | | | | | | | | [ticket/12177] Add ucp_friend_list_before/after
| * | | | | [ticket/12177] Add ucp_friend_list_before/afterlucifer4o2014-02-132-0/+4
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | 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-182-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Add template events before/after the textbox in quickreply_editor.html.
| * | | | | [ticket/12166] Add template events to quickreply_editor.html.rxu2014-02-182-0/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | 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-104-6/+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-104-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missing changes on memberlist view due to missing functionality PHPBB3-12169
* | | | | | [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-064-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12115
* | | | | | [ticket/12115] Remove occupation field from html filesJoas Schilling2014-02-064-13/+0
| |/ / / / |/| | | | | | | | | | | | | | PHPBB3-12115
* | | | | [prep-release-3.1.0-a3] Update version to 3.1.0-a3Joas Schilling2014-02-052-4/+4
| |/ / / |/| | |
* | | | 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
* | | | | 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
* | | [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