aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'cyberalien/ticket/11770' into developAndreas Fischer2013-08-151-1/+1
|\
| * [ticket/11770] Fix class name for pm listVjacheslav Trushkin2013-08-061-1/+1
* | [ticket/11780] Remove references to unused imagesVjacheslav Trushkin2013-08-112-60/+0
* | [ticket/11780] Remove unused imagesVjacheslav Trushkin2013-08-116-0/+0
|/
* [ticket/9550] Add template event memberlist_body_username_prependrechosen2013-08-021-1/+1
* [ticket/9550] Add template event memberlist_body_username_appendrechosen2013-08-021-1/+1
* [ticket/9550] Add template event ucp_pm_viewmessage_custom_fields_afterrechosen2013-08-021-0/+1
* [ticket/9550] Add template event ucp_pm_viewmessage_custom_fields_beforerechosen2013-08-021-0/+1
* [ticket/9550] Add template event viewtopic_body_postrow_custom_fields_afterrechosen2013-08-021-0/+1
* [ticket/9550] Add template event viewtopic_body_postrow_custom_fields_beforerechosen2013-08-021-0/+1
* [ticket/9550] Add template event viewtopic_body_post_buttons_beforerechosen2013-08-021-0/+1
* [ticket/9550] Add template event viewtopic_body_post_buttons_afterrechosen2013-08-021-0/+1
* [ticket/9550] Add template event memberlist_view_user_statistics_afterrechosen2013-08-021-0/+1
* [ticket/9550] Add template event memberlist_view_user_statistics_beforerechosen2013-08-021-0/+1
* Merge branch 'develop-olympus' into developJoas Schilling2013-07-311-2/+2
|\
| * [ticket/10037] Apply attached patch with a few changesOliver Schramm2013-07-251-2/+2
| * [develop-olympus] Bumping version numbers to final for 3.0.12 releases.Andreas Fischer2013-07-124-4/+4
* | Merge remote-tracking branch 'Elsensee/ticket/8228' into developJoas Schilling2013-07-315-11/+11
|\ \
| * | [ticket/8228] Fix still existing problems with code in firefoxOliver Schramm2013-07-306-14/+13
| * | [ticket/8228] Fix whitespaces before code in FirefoxOliver Schramm2013-07-244-6/+7
* | | [ticket/11749] Template events for topic_list_row_pre/appendMatt Friedman2013-07-272-0/+4
|/ /
* | Merge remote-tracking branch 'cyberalien/ticket/11712' into developAndreas Fischer2013-07-181-1/+1
|\ \
| * | [ticket/11712] Fixing typo in editor.jsVjacheslav Trushkin2013-07-181-1/+1
* | | [ticket/11708] Fix bulletin points in notificationsVjacheslav Trushkin2013-07-161-0/+4
|/ /
* | Merge pull request #1429 from cyberalien/ticket/11553Nathan Guse2013-07-136-29/+85
|\ \
| * | [ticket/11553] TypoVjacheslav Trushkin2013-07-111-1/+1
| * | [ticket/11553] Replace bullet with unicodeVjacheslav Trushkin2013-07-111-2/+2
| * | [ticket/11553] Move bulletin points to pseudo classVjacheslav Trushkin2013-07-116-29/+85
* | | Merge pull request #1550 from nickvergessen/ticket/9649Nathan Guse2013-07-131-1/+5
|\ \ \
| * | | [ticket/9649] Display information on index for moderators on unapproved postsJoas Schilling2013-07-131-1/+5
* | | | Merge pull request #1436 from cyberalien/ticket/11563Nathan Guse2013-07-135-50/+50
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/11563] Remove duplicate codeVjacheslav Trushkin2013-07-111-1/+1
| * | | [ticket/11563] Dynamically generate panels listVjacheslav Trushkin2013-07-113-3/+6
| * | | [ticket/11563] Remove unused JS variablesVjacheslav Trushkin2013-07-111-3/+0
| * | | [ticket/11563] Fix subPanels()Vjacheslav Trushkin2013-07-114-47/+47
| |/ /
* | | Merge remote-tracking branch 'phpbb/develop' into ticket/9657Joas Schilling2013-07-136-9/+13
|\ \ \
| * | | [ticket/11388] INCLUDECSSNathaniel Guse2013-07-111-0/+2
| * | | [feature/twig] Put $SCRIPTS below overall_footer_after, use includejs for coreNathan Guse2013-07-051-1/+3
| * | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twigNathaniel Guse2013-07-042-1/+5
| |\ \ \ | | |/ /
| * | | [feature/twig] INCLUDEJS behavior now supports local relative pathsNathaniel Guse2013-07-025-7/+7
| * | | [feature/twig] INCLUDEJS now uses the definition classNathaniel Guse2013-07-021-1/+1
| * | | [feature/twig] Changing INCLUDEJS behavior slightlyNathaniel Guse2013-07-015-5/+5
| * | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twigNathaniel Guse2013-07-0112-25/+25
| |\ \ \
| * \ \ \ Merge branch 'develop' of github.com:phpbb/phpbb3 into feature/twigNathan Guse2013-06-241-0/+4
| |\ \ \ \
| * | | | | [feature/twig] Changing INCLUDEJS behaviorNathan Guse2013-06-245-6/+6
* | | | | | [ticket/9657] Add new line after opening diffJoas Schilling2013-07-111-2/+4
* | | | | | [ticket/9657] Fix labels on confirm_delete_body.htmlJoas Schilling2013-07-111-3/+3
* | | | | | Merge remote-tracking branch 'phpbb/develop' into feature/softdelete-1-permis...Joas Schilling2013-07-1156-840/+940
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge remote-tracking branch 'VSEphpbb/ticket/11577' into developAndreas Fischer2013-07-031-1/+1
| |\ \ \ \ \
| | * | | | | [ticket/11577] Readjust min-height to 35pxMatt Friedman2013-06-291-1/+1