aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13951] Make sure the page number is an integerMarc Alexander2015-06-181-1/+1
* Merge pull request #3649 from callumacrae/ticket/13879Marc Alexander2015-06-173-16/+12
|\
| * [ticket/13879] Replaced px with em where appropriate.Callum Macrae2015-05-283-16/+12
* | [ticket/13938] Fix inconsistencies between <link> tagscyberalien2015-06-141-9/+9
* | [ticket/13938] Remove type and / from <link> elementscyberalien2015-06-142-2/+2
* | [ticket/13938] Change web font code in simple_headercyberalien2015-06-141-1/+16
* | [ticket/13938] Remove link to print.css in simple_header.htmlcyberalien2015-06-141-7/+6
* | [prep-release-3.1.5] Update version to 3.1.5-RC1Joas Schilling2015-06-091-2/+2
* | Merge pull request #3681 from marc1706/ticket/13200Tristan Darricau2015-06-067-12/+12
|\ \
| * | [ticket/13200] Disable autocomplete for sensitive input fieldsMarc Alexander2015-06-047-12/+12
* | | Merge pull request #3558 from javiexin/ticket/13786Joas Schilling2015-06-041-1/+3
|\ \ \ | |/ / |/| |
| * | [ticket/13786] Add events to add MCP post optionsjaviexin2015-05-281-2/+0
| * | [ticket/13786] Add events to add MCP post optionsjaviexin2015-04-271-1/+5
* | | Merge remote-tracking branch 'callumacrae/ticket/13905' into 3.1.xCesar G2015-05-311-1/+0
|\ \ \
| * | | [ticket/13905] Don't load loading.gif until needed.Callum Macrae2015-05-311-1/+0
* | | | [ticket/13898] Fixed all the forum_fn.js violations I understoodCallum Macrae2015-05-301-25/+37
* | | | [ticket/13898] js coding standaaardsCallum Macrae2015-05-301-15/+16
|/ / /
* | | [ticket/13887] Minor JS refactoringCallum Macrae2015-05-291-5/+5
* | | [ticket/13887] Use correct JSDoc syntaxCallum Macrae2015-05-291-2/+2
* | | Merge pull request #3640 from callumacrae/ticket/13876Marc Alexander2015-05-281-1/+16
|\ \ \
| * | | [ticket/13876] set webfont async to trueCallum Macrae2015-05-281-0/+1
| * | | [ticket/13876] Use webfontloader asyncronously.Callum Macrae2015-05-281-1/+15
* | | | [ticket/13878] Display background images when printing topic in webkitMarc Alexander2015-05-281-0/+1
|/ / /
* | | Merge pull request #3637 from callumacrae/ticket/13873Marc Alexander2015-05-281-8/+7
|\ \ \ | |_|/ |/| |
| * | [ticket/13873] Removed broken print stylesheet.Callum Macrae2015-05-281-8/+7
* | | Merge remote-tracking branch 'marc1706/ticket/12542' into 3.1.xCesar G2015-05-282-0/+15
|\ \ \ | |/ / |/| |
| * | [ticket/12542] Use more specific CSS for drag-n-dropMarc Alexander2015-05-281-2/+2
| * | [ticket/12542] Do not use browser specific css for outlineMarc Alexander2015-05-232-18/+2
| * | [ticket/12542] Use extended CSS for all browsersMarc Alexander2015-04-292-1/+21
| * | [ticket/12542] Add different outline colors for body & textareaMarc Alexander2015-04-291-1/+5
| * | [ticket/12542] Add initial drag-n-drop animationMarc Alexander2015-04-282-0/+7
* | | Merge remote-tracking branch 'Wolfsblvt/ticket/13787' into 3.1.xCesar G2015-05-281-13/+8
|\ \ \
| * | | [ticket/13787] Remove duplicate entry of poll_delete in prosilver templateWolfsblvt2015-04-271-13/+8
| |/ /
* | | Merge pull request #3600 from dragosvr92/ticket/13808Joas Schilling2015-05-281-0/+1
|\ \ \
| * | | [ticket/13808] search_body_form_beforedragosvr922015-05-091-0/+1
* | | | Merge pull request #3619 from javiexin/ticket/13852Tristan Darricau2015-05-191-4/+4
|\ \ \ \
| * | | | [ticket/13852] Consistent tab navigation when login injaviexin2015-05-181-4/+4
| | |_|/ | |/| |
* | | | Merge pull request #3563 from rxu/ticket/13791Oliver Schramm2015-05-151-0/+2
|\ \ \ \
| * | | | [ticket/13791] Add more post buttons template events to viewtopic_body.htmlrxu2015-05-011-0/+2
| | |_|/ | |/| |
* | | | Merge pull request #3540 from RMcGirr83/ticket/13699Marc Alexander2015-05-141-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | [ticket/13699] Add event before and after forum title in viewforumRichard McGirr2015-05-051-2/+2
| |/ /
* | | Merge pull request #3530 from VSEphpbb/ticket/13753Marc Alexander2015-05-081-0/+2
|\ \ \ | |/ / |/| |
| * | [ticket/13753] Add template events to forum category row headersMatt Friedman2015-04-091-0/+2
* | | Update version to 3.1.4-RC1Joas Schilling2015-04-091-2/+2
* | | Merge pull request #3492 from RMcGirr83/ticket/13710Joas Schilling2015-04-061-1/+3
|\ \ \
| * | | [ticket/13710] Allow template events near smilies displayRMcGirr832015-03-191-1/+3
* | | | Merge pull request #3488 from Crizz0/ticket/13701Joas Schilling2015-04-061-0/+2
|\ \ \ \
| * | | | [ticket/13701] Adds two new events to posting_pm_layout.htmlCrizzo2015-03-131-0/+2
* | | | | Merge pull request #3517 from Wolfsblvt/ticket/13739Joas Schilling2015-04-061-1/+3
|\ \ \ \ \
| * | | | | [ticket/13739] Add template core event posting_poll_body_options_afterWolfsblvt2015-04-031-1/+1