aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Expand)AuthorAgeFilesLines
* Merge PR #1148 branch 'imkingdavid/feature/events' into developOleg Pudeyev2012-12-2017-10/+40
|\
| * [feature/events] forumlist_body_last_post_title_after -> _prepend (subsilver2)David King2012-12-171-1/+1
| * [feature/events] Fix overall_footer_end -> overall_footer_after (subsilver2)David King2012-12-171-1/+1
| * [feature/events] Fix typo in event nameDavid King2012-12-171-1/+1
| * [feature/events] Fix more subsilver2 eventsDavid King2012-12-172-2/+2
| * [feature/events] Fix some subsilver2 eventsDavid King2012-12-175-6/+9
| * [feature/events] Append "_append" to viewtopic_print_headDavid King2012-12-171-1/+1
| * [feature/events] ucp_pm_viewmessage_print_head_appendDavid King2012-12-171-1/+1
| * [feature/events] simple_footer_end -> simple_footer_afterDavid King2012-12-171-1/+1
| * [feature/events] Append "_prepend" to posting_editor_optionsDavid King2012-12-171-1/+1
| * [feature/events] Fix events in prosilver overall_header.htmlDavid King2012-12-171-5/+7
| * [feature/events] Fix events in prosilver overall_footer.htmlDavid King2012-12-171-4/+5
| * [feature/events] Rename index_body_info_blocks: index_body_stat_blocks_beforeDavid King2012-12-171-1/+1
| * [feature/events] There is nothing between head and body.Oleg Pudeyev2012-12-173-3/+0
| * [feature/events] Add location (prepend) to event nameMichael Cullum2012-12-171-1/+1
| * [feature/events] Adjust to use prepend, not beforeMichael Cullum2012-12-171-1/+1
| * [feature/events] Add overall_footer_copyright_after template eventMichael Cullum2012-12-171-0/+1
| * [feature/events] Rename event to show location around copyrightMichael Cullum2012-12-171-1/+1
| * [feature/events] Add append to event nameMichael Cullum2012-12-171-1/+1
| * [feature/events] Correct template callsErik Frèrejean2012-12-172-2/+2
| * [feature/events] Adding viewtopic_topic_title_prepend template eventMichael Cullum2012-12-172-2/+2
| * [feature/events] Fix index_link_prepend template eventMichael Cullum2012-12-171-1/+1
| * [feature/events] Add overall_header_index_link_left eventMichael Cullum2012-12-171-1/+2
| * [feature/events] Move template ledges above </head> tagMichael Cullum2012-12-172-2/+2
| * [feature/events] Remove overall_head_head_body template ledgeMichael Cullum2012-12-171-1/+0
| * [feature/events] Rename RUNHOOKS to EVENTMichael Cullum2012-12-1714-21/+21
| * [feature/events] Add forumlist_body_last_post in subsilver2Joas Schilling2012-12-171-0/+1
| * [feature/events] Fix forumlist_body_last_post in prosilverJoas Schilling2012-12-171-3/+2
| * [feature/events] Adding viewtopic_print_head_body template ledgeMichael Cullum2012-12-172-1/+2
| * [feature/events] Adding ucp_pm_viewmessage_head_body template ledgeMichael Cullum2012-12-172-1/+2
| * [feature/events] Adding overall_head_head_body template ledgeMichael Cullum2012-12-172-1/+2
| * [feature/events] Adding simple_footer_end template ledgeMichael Cullum2012-12-172-0/+2
| * [feature/events] Adding overall_footer_end template ledgeMichael Cullum2012-12-172-0/+2
| * [feature/events] Adding index_body_info_blocks template ledgeMichael Cullum2012-12-172-0/+4
| * [feature/events] Adding forumlist_body_last_post template ledgeMichael Cullum2012-12-171-1/+3
| * [feature/events] Adding overall_footer_index_link template ledgeMichael Cullum2012-12-171-1/+2
| * [feature/events] Adding overall_header_index_link template ledgeMichael Cullum2012-12-171-1/+3
| * [feature/events] Add posting_editor_options template ledgeMichael Cullum2012-12-172-0/+2
| * [feature/events] Adds overall_footer_copyright template ledgeMichael Cullum2012-12-172-2/+4
| * [feature/events] Add overall_header_nav template ledgeMichael Cullum2012-12-171-0/+1
| * [feature/events] Added overall_header_head ledge.Oleg Pudeyev2012-12-172-0/+5
* | [ticket/10954] Add missing semi-colonMarc Alexander2012-12-181-1/+1
* | [ticket/10954] Make sure to mark subforums unread and add small fixesMarc Alexander2012-12-181-7/+12
* | [ticket/10954] Miscellaneous coding fixesMarc Alexander2012-12-181-8/+5
* | [ticket/10954] Use quotes in attribute selectors and reduce use of eachMarc Alexander2012-12-161-11/+5
* | [ticket/10954] Change currentObject to $this for consistencyMarc Alexander2012-12-161-8/+8
* | [ticket/10954] Use function for closing alert popupMarc Alexander2012-12-161-8/+11
* | [ticket/10954] Simplify marking forums read and fix topic markingMarc Alexander2012-12-151-10/+11
* | [ticket/10954] Join array of class names instead of creating a stringMarc Alexander2012-12-151-3/+3
* | [ticket/10954] Fix coding guidelines infractionsMarc Alexander2012-12-151-36/+31