aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Collapse)AuthorAgeFilesLines
* [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
* | | Adding 'forgot password' link to index pageSuhaib Khan2014-01-222-1/+4
| | | | | | | | | | | | | | | | | | 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
| * | | [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-174-38/+120
| | | | | | | | | | | | | | | | PHPBB3-11915
| * | | [ticket/11915] Move some of the #cp-main table rules to separate class.Cesar G2014-01-174-15/+15
| | | | | | | | | | | | | | | | PHPBB3-11915
* | | | [ticket/12011] Correctly position the MCP minitabs.Cesar G2014-01-172-7/+16
| | | | | | | | | | | | | | | | PHPBB3-12011
* | | | [ticket/12011] Prevent the <dfn> from bumping the unapproved icon to second lineCesar G2014-01-171-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A RTL rule is not needed for this since the content is just moved out of view. PHPBB3-12011
* | | | [ticket/12011] Separate the navbar bullet points from the text.Cesar G2014-01-171-0/+7
| | | | | | | | | | | | | | | | PHPBB3-12011
* | | | [ticket/12011] Correctly align the posting options.Cesar G2014-01-171-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12011
* | | | [ticket/12011] Fix the overlapping unapproved post icon.Cesar G2014-01-171-2/+5
| | | | | | | | | | | | | | | | PHPBB3-12011
* | | | [ticket/12011] Align PM/post titles to the right.Cesar G2014-01-171-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12011
* | | | [ticket/12011] Correctly align the pagination icon in topic rows.Cesar G2014-01-171-1/+2
| | | | | | | | | | | | | | | | PHPBB3-12011
* | | | [ticket/12011] Stop the last post column from dropping to a second line.Cesar G2014-01-171-2/+2
|/ / / | | | | | | | | | PHPBB3-12011
* | | Merge pull request #1809 from VSEphpbb/ticket/11966Nathan Guse2014-01-171-0/+2
|\ \ \ | |_|/ |/| | [ticket/11966] Add header navigation template events to Subsilver2
| * | [ticket/11966] Merge branch 'develop' into ticket/11966Matt Friedman2013-12-1278-1633/+1430
| |\ \ | | | | | | | | | | | | PHPBB3-11966
| * | | [ticket/11966] Add header navigation template events to Subsilver2Matt Friedman2013-10-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the overall_header_navigation_append / prepend template events used in Prosilver to subsilver2 as well. This will allow extensions to add Nav Links to Subsilver2. http://tracker.phpbb.com/browse/PHPBB3-11966 PHPBB3-11966
* | | | [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-306-6/+86
| | | | | | | | | | | | | | | | PHPBB3-12034
* | | | Merge remote-tracking branch 'vsephpbb/ticket/12060' into developJoas Schilling2013-12-202-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Remove re-tabbing of html from subsilver2 filesMatt Friedman2013-12-121-38/+38
| | | | | | | | | | | | | | | | | | | | PHPBB3-12060
| * | | | [ticket/12060] Wrap subsilver2 posting buttons in div with id tagsMatt Friedman2013-12-041-32/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wrap the posting buttons in div tags with id attributes to allow needed ability to process them with CSS, for example, to hide them. PHPBB3-12060