aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...Joas Schilling2012-11-1075-367/+371
|\
| * [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-1072-353/+353
| * [ticket/10172] Show prosilver birthday list even if there are no birthdays.Andreas Fischer2012-11-091-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   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/11018] Always display previous/next links if we can display oneJoas Schilling2012-10-171-1/+1
| * | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-10-062-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | [ticket/11135] Full replacement of credit link to httpsVinny2012-10-052-2/+2
| | * | | [ticket/10943] displays searched query in search resultDhruv Goel2012-08-111-0/+1
| * | | | Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-152-3/+3
| |\ \ \ \
| | * | | | [ticket/11021] Fix the language changes that were lost previouslyNathan Guse2012-09-152-3/+3
| * | | | | Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-152-4/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | [ticket/11021] Use L_SITE_HOME instead of L_HOMENathan Guse2012-09-152-4/+4
| | * | | | [ticket/11021] Better language strings for site home url/textNathan Guse2012-09-151-1/+1
| | * | | | [ticket/11021] Add the option to specify a Site home URL and textNathan Guse2012-07-222-3/+3
* | | | | | [feature/soft-delete] Link to delete_topics module when the topic is deletedJoas Schilling2012-11-102-1/+3
* | | | | | [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-291-1/+1
* | | | | | [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-294-1/+15
|/ / / / /
* | | | | 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-262-7/+42
|\ \ \ \ \ \
| * | | | | | [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-041-2/+21
| * | | | | | [feature/attach-dl] Added links to the templatesFyorl2012-08-021-1/+5
| |/ / / / /
* | | | | | [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-021-1/+1
|\ \ \ \ \
| * | | | | [ticket/11004] Make suggestion button a real button and fix it's valueJoas Schilling2012-07-231-1/+1
* | | | | | [ticket/11025] Replace <b> with <strong> and/or class for semantic stylingMatt Friedman2012-07-231-1/+1
* | | | | | [ticket/11025] Make last topic titles in forum list BoldMatt Friedman2012-07-231-1/+1
| |/ / / / |/| | | |