aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11103] Clean up some notifications CSSMatt Friedman2013-01-152-7/+6
* [ticket/11103] Fix notifications link to handle non-JS fallbackMatt Friedman2013-01-152-2/+2
* [ticket/11103-VSE] Updated notification AJAX stylingMatt Friedman2012-12-253-15/+61
* Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-12-093-4/+6
|\
| * Merge remote-tracking branch 'p/ticket/11095-develop' into developAndreas Fischer2012-12-083-4/+6
| |\
| | * [ticket/11095] Forward GET parameters into hidden fields for jumpbox.Oleg Pudeyev2012-11-293-1/+3
| | * [ticket/11095] Use get method in jumpboxes.Oleg Pudeyev2012-11-293-3/+3
* | | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-12-072-23/+27
|\ \ \ | |/ /
| * | Merge PR #1053 branch 'develop-olympus' into developOleg Pudeyev2012-12-052-6/+10
| |\ \ | | |/ | |/|
| | * [ticket/10841] Revert more whitespace changes.Oleg Pudeyev2012-12-051-2/+2
| | * [ticket/10841] Revert whitespace changes.Oleg Pudeyev2012-12-052-20/+20
| | * [ticket/10841] Modifying style and language selectors in UCPSenky2012-12-052-28/+32
* | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-11-203-2/+6
|\ \ \ | |/ /
| * | Merge PR #1041 branch 'cyberalien/ticket/11175' into developOleg Pudeyev2012-11-153-2/+6
| |\ \
| | * | [ticket/11175] Add microdata to prosilverVjacheslav Trushkin2012-11-111-1/+2
| | * | [ticket/11175] Add microdata to subsilver2Vjacheslav Trushkin2012-11-112-1/+4
* | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-11-1420-58/+58
|\ \ \ \ | |/ / /
| * | | [ticket/11197] Prefix the css classes for the small arrow with "arrow"Marc Alexander2012-11-1319-57/+57
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2012-11-131-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | [ticket/10879] Remove arrow icon from attachment link in editorMarc Alexander2012-11-131-1/+1
* | | | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathaniel Guse2012-11-10150-683/+694
|\ \ \ \ | |/ / /
| * | | [ticket/10780] Use L_COLON for "download all attachments".Andreas Fischer2012-11-102-3/+3
| * | | [ticket/10780] Replace colon usage in template output with {L_COLON}Nathan Guse2012-11-10145-668/+668
| * | | [ticket/10172] Show prosilver birthday list even if there are no birthdays.Andreas Fischer2012-11-091-1/+1
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2012-11-071-1/+1
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'p/ticket/11081' into develop-olympusAndreas Fischer2012-11-071-1/+1
| | |\ \
| | | * | [ticket/11081] Drop duplicated </td> in subsilver captcha qa template.Oleg Pudeyev2012-11-061-1/+1
| * | | | Merge PR #717 branch 'develop-olympus' into developOleg Pudeyev2012-11-061-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge PR #717 branch 'NeoAdonis/ticket/10661' into develop-olympusOleg Pudeyev2012-11-061-3/+3
| | |\ \ \ | | | |/ / | | |/| |
| | | * | [ticket/10661] Added &nbsp; to enumerated recipients (prosilver)Adonais Romero González2012-04-051-3/+3
| * | | | Merge PR #858 branch 'callumacrae/ticket/10947' into developOleg Pudeyev2012-11-061-0/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | [ticket/10947] Fixed quickmod autosubmit functionality.Callum Macrae2012-06-201-0/+4
| * | | | [ticket/11014] Fix IF statements for new template paginationJoas Schilling2012-10-173-4/+4
| * | | | [ticket/11014] Fix text for previous/next links in Subsilver2Joas Schilling2012-10-171-2/+2
| * | | | [ticket/11018] Always display previous/next links if we can display oneJoas Schilling2012-10-171-1/+1
| * | | | [ticket/11018] Fix minor issues with CSS in prosilverJoas Schilling2012-10-172-5/+5
| * | | | [ticket/11018] Attempt to fix li.pagination alignment issueDrae2012-10-171-0/+7
* | | | | [ticket/11103] Code cleanupNathan Guse2012-10-291-1/+1
* | | | | [ticket/11103] Re-add notify method to the UCP preferencesNathan Guse2012-10-202-0/+16
* | | | | [ticket/11103] Message of no notifications if you have noneNathan Guse2012-10-202-13/+25
* | | | | [ticket/11103] Create common.js for subsilver2, move added JS code thereNathan Guse2012-10-193-19/+20
* | | | | [ticket/11103] Declare $ for jQuery, check for instance of, newlines at eofNathan Guse2012-10-183-2/+6
* | | | | [ticket/11103] Use e.preventDefault();Nathan Guse2012-10-181-2/+2
* | | | | [ticket/11103] Return false to prevent appending # to the URLNathan Guse2012-10-162-1/+2
* | | | | [ticket/11103] Hide notifications flyout on a click outside of the list.Nathan Guse2012-10-162-0/+21
* | | | | [ticket/11103] Add title/view all link to subsilver2Nathan Guse2012-10-162-26/+64
* | | | | [ticket/11103] Fix some style code I missed in prosilverNathan Guse2012-10-162-2/+3
* | | | | [ticket/11103] Restyling notifications list for prosilverNathan Guse2012-10-164-83/+115
* | | | | [ticket/11103] Correct some CSSNathan Guse2012-10-161-1/+1
* | | | | [ticket/11103] Mark read link if notification has no URL to view itNathaniel Guse2012-10-165-13/+36