aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [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
| * | | | [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-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
| * | | Adding 'forgot password' link to index pageSuhaib Khan2014-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11950 Signed-off-by: Suhaib Khan <suhebjerk@gmail.com>
| * | | 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-1221-462/+45
| | |\ \ \ | | | | | | | | | | | | | | | | | | 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
| * | | | | Merge remote-tracking branch 'vsephpbb/ticket/12060' into developJoas Schilling2013-12-201-0/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | * | | | | [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
| * \ \ \ \ \ 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
| * | | | | | | [ticket/12063] Use CSS to replace valign=topMatt Friedman2013-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12063
| * | | | | | | [ticket/12063] Remove obsolete valign attributes from tr tagsMatt Friedman2013-12-051-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-12063
| * | | | | | Merge remote-tracking branch 'cyberalien/ticket/11969' into developJoas Schilling2013-12-035-5/+6
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cyberalien/ticket/11969: [ticket/11969] Change topic link to unread post in subsilver2 [ticket/11969] Change topic link to unread post in prosilver [ticket/11969] New language strings for first and last post links
| | * | | | | [ticket/11969] Change topic link to unread post in subsilver2Vjacheslav Trushkin2013-10-255-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11969
| * | | | | | Merge remote-tracking branch 'vsephpbb/ticket/12014' into developJoas Schilling2013-12-031-0/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vsephpbb/ticket/12014: [ticket/12014] Change event date in docs [ticket/12014] Fix version number in event docs [ticket/12014] Template Event index_body.html before forumlist
| | * | | | | | [ticket/12014] Template Event index_body.html before forumlistMatt Friedman2013-11-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add content above the forums list (on forum index only) PHPBB3-12014
| * | | | | | | [ticket/12028] Replace L_COLON with literal colons9e2013-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace L_COLON with literal colon in JavaScript context. [ci skip] PHPBB3-12028
| * | | | | | | Merge pull request #1854 from Pico88/ticket/12005Nathan Guse2013-11-211-37/+0
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/12005] Remove code responsible for PM popup completely
| | * | | | | | | [ticket/12005] Delete templates filesLukasz2013-11-081-37/+0
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | PHPBB3-12005
| * | | | | | | Merge pull request #1869 from prototech/ticket/10810Nathan Guse2013-11-213-3/+7
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/10810] Move color swatches from popup windows to inline blocks.
| | * | | | | | | [ticket/10810] Update all palettes.Cesar G2013-11-133-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10810
| * | | | | | | | Merge pull request #1878 from blitze/ticket/12024Nathan Guse2013-11-212-0/+3
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [ticket/12024] Template event overall_header_content_before
| | * | | | | | | | [ticket/12024] Add new lineOpenShift guest2013-11-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12024
| | * | | | | | | | [ticket/12024] Replace newlineOpenShift guest2013-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12024
| | * | | | | | | | [ticket/12024] Template event overall_header_content_beforeOpenShift guest2013-11-182-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=44959 http://tracker.phpbb.com/browse/PHPBB3-12024 PHPBB3-12024
| * | | | | | | | | [prep-release-3.1.0-a2] Update version to 3.1.0-a2Joas Schilling2013-11-191-2/+2
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | [ticket/11472] Expand palette cell links to the full block size.Cesar G2013-11-124-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11472
| * | | | | | | | [ticket/11472] Use {T_ASSETS_PATH}.Cesar G2013-11-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11472
| * | | | | | | | [ticket/11472] Make the color swatch configurable and fix it in subsilver2Cesar G2013-11-124-18/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11472
| * | | | | | | | [ticket/11472] Make prosilver's editor.js an asset used by all styles.Cesar G2013-11-123-387/+2
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11472
| * | | | | | | [ticket/11975] Add ACP link next to MCP link in headerDavid King2013-11-025-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11975
| * | | | | | | [ticket/11972] Add posting_editor_message_after template eventDavid King2013-11-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11972
| * | | | | | | [ticket/11972] Add posting_editor_message_before template eventDavid King2013-11-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11972
| * | | | | | | [ticket/11972] Add posting_editor_subject_before template eventDavid King2013-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11972
| * | | | | | | [ticket/11972] Add posting_editor_subject_after template eventDavid King2013-11-021-0/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-11972
| * | | | | | [ticket/11872] Template syntax typos in oauth templatesVjacheslav Trushkin2013-10-231-1/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | PHPBB3-11872
| * | | | | [ticket/11936] Update color scheme of new no_avatar.gifMatt Friedman2013-10-201-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11936
| * | | | | [ticket/11936] Replace Notifications icon with a custom bell designMatt Friedman2013-10-181-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11936
| * | | | | [ticket/11936] Make UCP Notifications page look even betterMatt Friedman2013-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make only the Notification Title/Text the href link. Use a font family and size consistent with rest of phpBB. Make Notification date smaller too. PHPBB3-11936
| * | | | | [ticket/11936] Update no avatar image in Prosilver/Subsilver2Matt Friedman2013-10-181-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11936
| * | | | | [ticket/11936] Remove "px" from html syntaxMatt Friedman2013-10-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11936
| * | | | | [ticket/11936] Add no_avatars to UCP list Notifications tooMatt Friedman2013-10-161-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11936
| * | | | | [ticket/11936] Use "no_avatar.gif" if needed in Notification windowMatt Friedman2013-10-161-8/+4
| | | | | |
| * | | | | Merge pull request #1781 from VSEphpbb/ticket/11921Nathan Guse2013-10-163-6/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | Ticket/11921 - Streamline PMs and Notifications in Header Link List
| | * | | | | [ticket/11921] Move any HTML for Notifications to the templatesMatt Friedman2013-10-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11921