aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Expand)AuthorAgeFilesLines
* [feature/soft-delete] Use JS to display softdeleted/ignored postsJoas Schilling2012-11-092-9/+34
* [feature/soft-delete] Fix deleting via post editingJoas Schilling2012-11-032-16/+12
* [feature/soft-delete] Invert the logic on confirm boxJoas Schilling2012-11-012-49/+44
* [feature/soft-delete] Display message when the posts are already soft deletedJoas Schilling2012-10-311-4/+10
* [feature/soft-delete] Fix restoring/approving posts with mcp moderationJoas Schilling2012-10-311-0/+1
* [feature/soft-delete] Allow to soft delete posts in the MCP quick moderationJoas Schilling2012-10-301-1/+2
* [feature/soft-delete] Allow soft deleting/restoring topics via quickmoderationJoas Schilling2012-10-271-1/+6
* [feature/soft-delete] Display post delete reason if one is givenJoas Schilling2012-10-241-1/+5
* [feature/soft-delete] Handle soft deleting via Delete IconJoas Schilling2012-10-241-0/+38
* [feature/soft-delete] Use correct language when restoring topics in MCPJoas Schilling2012-10-212-2/+8
* [feature/soft-delete] Add module for soft deleted topicsJoas Schilling2012-10-151-1/+7
* [feature/soft-delete] Fix several problems in the forum mcpJoas Schilling2012-10-101-0/+1
* [feature/soft-delete] Update restoring feature to use ajax if requested.Joas Schilling2012-08-292-5/+12
* [feature/soft-delete] Fix displaying of "deleted post" note in viewtopicJoas Schilling2012-08-292-1/+6
* [feature/soft-delete] Remove imageset/ which was created by merge conflictJoas Schilling2012-08-292-117/+0
* [feature/soft-delete] Fix some small bugsJosh Woody2012-08-291-1/+1
* [feature/soft-delete] Add unit tests for the phpbb_visibility classJosh Woody2012-08-291-1/+0
* [feature/soft-delete] Implement the ability to soft-delete and restore postsJosh Woody2012-08-296-1/+132
* Merge remote-tracking branch 'mvinny/ticket/11065' into developAndreas Fischer2012-08-271-3/+1
|\
| * [ticket/11065] Close li tag on topic display options at MCPVinny2012-08-261-3/+1
* | Merge remote-tracking branch 'Fyorl/feature/attach-dl' into developAndreas Fischer2012-08-263-7/+65
|\ \
| * | [feature/attach-dl] Removed the use of some abbreviationsFyorl2012-08-201-2/+2
| * | [feature/attach-dl] Added multiple attachment downloads to PMsFyorl2012-08-141-6/+18
| * | [feature/attach-dl] Moved download links to bottom of topicFyorl2012-08-071-11/+11
| * | [feature/attach-dl] Downloading all attachments fully implementedFyorl2012-08-042-2/+44
| * | [feature/attach-dl] Added links to the templatesFyorl2012-08-021-1/+5
| |/
* | Merge remote-tracking branch 'mvinny/ticket/11046' into developAndreas Fischer2012-08-081-1/+2
|\ \
| * | [ticket/11046] Add border-radius for UCP message colours blockVinny2012-08-071-1/+2
| |/
* | [ticket/11047] Close TOTAL_MESSAGES at ucp_pm_viewfolder.htmlVinny2012-08-071-1/+1
|/
* Merge remote-tracking branch 'nickvergessen/ticket/11004' into developAndreas Fischer2012-08-022-2/+2
|\
| * [ticket/11004] Make suggestion button a real button and fix it's valueJoas Schilling2012-07-232-2/+2
* | [ticket/11025] Add underline for hover to classesMatt Friedman2012-07-232-0/+8
* | [ticket/11025] Replace <b> with <strong> and/or class for semantic styling in...Matt Friedman2012-07-232-1/+6
* | [ticket/11025] Replace <b> with <strong> and/or class for semantic stylingMatt Friedman2012-07-233-2/+7
* | [ticket/11025] Make last topic titles in forum list BoldMatt Friedman2012-07-232-2/+2
* | [ticket/11008] Change onunload_functions to not use eval()Igor Wiedler2012-07-216-8/+12
* | [ticket/11008] Remove eval() calls to get document[id]Igor Wiedler2012-07-213-15/+3
|/
* Merge pull request #843 from nickvergessen/feature/new-tz-handlingNils Adermann2012-07-199-29/+93
|\
| * [feature/new-tz-handling] Fix size of suggestion button in chromeJoas Schilling2012-07-191-1/+1
| * Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/new-tz-h...Joas Schilling2012-07-1817-20/+132
| |\
| * | [feature/new-tz-handling] Use asset in acp and subsilver2 and remove duplicatesJoas Schilling2012-06-192-108/+15
| * | [feature/new-tz-handling] Move js functions into assets core.jsJoas Schilling2012-06-191-87/+2
| * | [feature/new-tz-handling] Fix javascript in prosilverJoas Schilling2012-06-192-53/+49
| * | [feature/new-tz-handling] Use js and data attributes to create the eventsJoas Schilling2012-06-184-16/+18
| * | [feature/new-tz-handling] Add doc blocks to js functionsJoas Schilling2012-06-182-10/+28
| * | [feature/new-tz-handling] Use jQuery and INCLUDEJS for javascriptJoas Schilling2012-06-184-52/+58
| * | [feature/new-tz-handling] Fix timezone selection in subsilver2Joas Schilling2012-06-184-10/+121
| * | [feature/new-tz-handling] Move timezone option into its own template fileJoas Schilling2012-06-183-29/+25
| * | [feature/new-tz-handling] Introduce 2 step timezone selection using javascriptJoas Schilling2012-06-183-11/+65
| * | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into fe...Joas Schilling2012-06-044-11/+70
| |\ \