aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [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
* | [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-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
| * | | [ticket/11879] Replace .live() with .on()Vjacheslav Trushkin2013-10-021-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11879
* | | | [ticket/12067] Remove double scrollbar from notifications dropdown.Cesar G2013-12-071-0/+1
| | | | | | | | | | | | | | | | PHPBB3-12067
* | | | [ticket/11241] Retain button gradient when menu is active.Cesar G2013-12-061-3/+2
| | | | | | | | | | | | | | | | PHPBB3-11241
* | | | [ticket/11241] Fix the disappearing dropdown when responsive changes take effectCesar G2013-12-062-12/+5
| | | | | | | | | | | | | | | | PHPBB3-11241
* | | | [ticket/11241] Add border to dropdown menu options.Cesar G2013-12-064-44/+64
| | | | | | | | | | | | | | | | PHPBB3-11241
* | | | [ticket/11241] Add events & var for extensions to dropdown.Cesar G2013-12-061-1/+3
| | | | | | | | | | | | | | | | PHPBB3-11241
* | | | [ticket/11241] Fix the dropdown in RTL languages.Cesar G2013-12-061-0/+15
| | | | | | | | | | | | | | | | PHPBB3-11241
* | | | [ticket/11241] Use DEFINE for the block.Cesar G2013-12-061-3/+4
| | | | | | | | | | | | | | | | PHPBB3-11241
* | | | [ticket/11241] Consolidate topic actions into "Topic tools" dropdown.Cesar G2013-12-062-13/+41
| | | | | | | | | | | | | | | | PHPBB3-11241
* | | | [ticket/11241] Add dropdown control button.Cesar G2013-12-065-7/+78
| | | | | | | | | | | | | | | | PHPBB3-11241
* | | | Merge remote-tracking branch 'cyberalien/ticket/11979' into developJoas Schilling2013-12-062-5/+56
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | * cyberalien/ticket/11979: [ticket/11979] Fix errors in dropdown [ticket/11979] Add ability to create dropdown menu to prosilver
| * | | [ticket/11979] Fix errors in dropdownVjacheslav Trushkin2013-11-202-2/+5
| | | | | | | | | | | | | | | | PHPBB3-11979
| * | | [ticket/11979] Add ability to create dropdown menu to prosilverVjacheslav Trushkin2013-11-142-5/+53
| | | | | | | | | | | | | | | | PHPBB3-11979
* | | | Merge remote-tracking branch 'cyberalien/ticket/11969' into developJoas Schilling2013-12-035-22/+50
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | * 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 prosilverVjacheslav Trushkin2013-10-255-22/+50
| | | | | | | | | | | | | | | | 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/11346] Hide "Mark topics read" link when forum is empty.Cesar G2013-12-011-16/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TOTAL_POSTS and TOTAL_USERS are not defined for viewforum.php. PHPBB3-11346
* | | | | [ticket/12042] Replace B with a more meaningful key nameJoas Schilling2013-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12042
* | | | | [ticket/12042] Add all language strings from PLUpload 2.0 to the language fileJoas Schilling2013-11-271-14/+31
| | | | | | | | | | | | | | | | | | | | PHPBB3-12042
* | | | | Merge remote-tracking branch 'Marc/ticket/11914' into developJoas Schilling2013-11-271-3/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Marc/ticket/11914: [ticket/11914] Add assets version to included plupload scripts [ticket/11914] Update plupload to 2.0.0 [ticket/11914] Use unix line endings in plupload queue css file
| * | | | | [ticket/11914] Add assets version to included plupload scriptsMarc Alexander2013-11-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11914
| * | | | | [ticket/11914] Update plupload to 2.0.0Marc Alexander2013-10-231-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are no longer seperate javascript files for each type of uploader. New filenames have been kept as used inside the plupload package. PHPBB3-11914
* | | | | | [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-25/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/12005] Remove code responsible for PM popup completely
| * | | | | | [ticket/12005] Delete templates filesLukasz2013-11-081-25/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12005
* | | | | | | Merge pull request #1856 from prototech/ticket/12001Nathan Guse2013-11-212-27/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/12001] Ensure that form data is sent to server in AJAX requests.
| * | | | | | | [ticket/12001] Ensure that form data is sent to server in AJAX requests.Cesar G2013-11-082-27/+30
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-12001
* | | | | | | Merge pull request #1860 from prototech/ticket/12010Nathan Guse2013-11-216-26/+35
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/12010] Make the navbar icons clickable.
| * | | | | | | [ticket/12010] Make the navbar icons clickable.Cesar G2013-11-086-26/+35
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-12010
* | | | | | | Merge pull request #1834 from cyberalien/ticket/11984Nathan Guse2013-11-211-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Move responsive design adjustments
| * | | | | | | [ticket/11984] Prevent AJAX background animation flicker in prosilverVjacheslav Trushkin2013-11-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11984
* | | | | | | | Merge pull request #1869 from prototech/ticket/10810Nathan Guse2013-11-214-7/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/10810] Move color swatches from popup windows to inline blocks.