| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'nickvergessen/ticket/10237' into develop-olympus | Andreas Fischer | 2011-11-11 | 1 | -6/+15 |
|\ |
|
| * | [ticket/10237] Display login-box for guests, when (un)subscribing | Joas Schilling | 2011-11-06 | 1 | -6/+15 |
* | | Merge remote-tracking branch 'nickvergessen/ticket/9036' into develop-olympus | Andreas Fischer | 2011-11-01 | 1 | -0/+1 |
|\ \ |
|
| * | | [ticket/9036] Add template variable 'S_AUTH_READ' to forumlist | Joas Schilling | 2011-10-29 | 1 | -0/+1 |
* | | | [ticket/10397] Pagination inconsistency fix | Vjacheslav Trushkin | 2011-10-04 | 1 | -1/+1 |
|/ / |
|
* | | Merge remote-tracking branch 'github-bantu/ticket/10320' into develop-olympus | Nils Adermann | 2011-08-25 | 1 | -1/+5 |
|\ \ |
|
| * | | [ticket/10320] Exclude passworded forums when determining "Most active topic". | Andreas Fischer | 2011-08-25 | 1 | -1/+5 |
| |/ |
|
* | | [ticket/9995] Do not run forum SQL query when marking the whole board read. | Andreas Fischer | 2011-08-26 | 1 | -14/+27 |
* | | [ticket/9995] Always continue when harvesting $forum_ids for markread(). | Andreas Fischer | 2011-08-26 | 1 | -1/+2 |
* | | [ticket/9995] Remove useless statement from display_forums() | Andreas Fischer | 2011-08-26 | 1 | -2/+0 |
|/ |
|
* | [ticket/10237] Also display login-box on subscribing | Joas Schilling | 2011-07-11 | 1 | -1/+1 |
* | [ticket/10237] Handle watching and unwatching the same way. | Joas Schilling | 2011-07-11 | 1 | -16/+38 |
* | [ticket/10237] Use confirm-box to handle unwatching a forum/topic actions | Joas Schilling | 2011-07-07 | 1 | -9/+21 |
* | [ticket/9999] Remove broken and unused L_FORUM_FOLDER_ALT variable. | Andreas Fischer | 2011-05-09 | 1 | -1/+0 |
* | [ticket/9937] Make sure feed icon only shows for FORUM_POST | Igor Wiedler | 2010-12-21 | 1 | -1/+1 |
* | [ticket/9937] The feed icon displays on External links...which we don't want | RMcGirr83 | 2010-12-21 | 1 | -1/+1 |
* | [ticket/7720] Fix alternative image-description for unread posts. | Joas Schilling | 2010-07-14 | 1 | -3/+3 |
* | Merge branch 'ticket/bantu/9112' into develop-olympus | Andreas Fischer | 2010-06-20 | 1 | -0/+7 |
|\ |
|
| * | [ticket/9112] Make sure current user can see most active forum/topic. | Andreas Fischer | 2010-06-15 | 1 | -0/+7 |
* | | [feature/notify_status] Define'd constants for notify_status | Mark | 2010-05-16 | 1 | -3/+3 |
|/ |
|
* | [bug/59465] Remove start=0 from topic pagination links. | Chris Smith | 2010-03-18 | 1 | -1/+1 |
* | No longer include subforums in forum feed. | Andreas Fischer | 2010-01-12 | 1 | -1/+1 |
* | Fix Bug #53285 introduced in r10018 - Mark the first visible forum on index a... | Ruslan Uzdenov | 2009-10-28 | 1 | -1/+1 |
* | Further adjust unread tracking query, should work now for user last mark time... | Meik Sievertsen | 2009-09-08 | 1 | -2/+2 |
* | Rename get_unread_topics_list() to get_unread_topics(). | Andreas Fischer | 2009-09-08 | 1 | -3/+3 |
* | Use comparison instead of arithmetic. | Andreas Fischer | 2009-08-21 | 1 | -1/+1 |
* | instead of only enabling forum feeds in viewforum we set it on every location... | Meik Sievertsen | 2009-08-20 | 1 | -3/+5 |
* | add feed switch to forumrow, so forums can be styled correctly (with an rss i... | Meik Sievertsen | 2009-08-20 | 1 | -0/+1 |
* | Better tracking of global announcements | Ruslan Uzdenov | 2009-08-18 | 1 | -0/+19 |
* | Fix Bug #49615 - Unapproved topic icon has incorrect forum (introduced in r96... | Joas Schilling | 2009-08-15 | 1 | -3/+7 |
* | Fix bug #15729 - Global announcements marked as read if all new topics in for... | Ruslan Uzdenov | 2009-08-05 | 1 | -0/+2 |
* | Ability to fetch moderators with get_moderators() even if load_moderators set... | Meik Sievertsen | 2009-06-21 | 1 | -19/+15 |
* | Fix bug #46865 - Add unapproved topic icon for moderators on forum list | Joas Schilling | 2009-06-20 | 1 | -2/+7 |
* | Fix bug #46785 - Hide avatars if type disabled and give global option to turn... | Joas Schilling | 2009-06-19 | 1 | -2/+18 |
* | #44105 | Henry Sudhof | 2009-04-17 | 1 | -1/+1 |
* | tiny tiny changes to r9328 | Chris Smith | 2009-02-15 | 1 | -1/+1 |
* | Allow translation of Custom BBCode help messages. | Chris Smith | 2009-02-15 | 1 | -1/+7 |
* | Only display special ranks to guests; no longer display normal ranks for gues... | Meik Sievertsen | 2008-11-22 | 1 | -1/+2 |
* | - Do not show link to user/group profiles if user has no permission to view t... | Meik Sievertsen | 2008-10-09 | 1 | -5/+14 |
* | Fix a tricky little bug in r8909 | Chris Smith | 2008-09-26 | 1 | -1/+6 |
* | Do not include hash in redirect back | Henry Sudhof | 2008-09-24 | 1 | -3/+3 |
* | Correctly handle unread status of subforums (that are not shown on the index)... | Chris Smith | 2008-09-23 | 1 | -0/+14 |
* | whitespace | Henry Sudhof | 2008-09-22 | 1 | -1/+1 |
* | adding more hashes | Henry Sudhof | 2008-09-22 | 1 | -14/+21 |
* | Display popular topic based on posts within topic instead of replies within t... | Meik Sievertsen | 2008-09-17 | 1 | -1/+2 |
* | erm | Henry Sudhof | 2008-08-28 | 1 | -1/+1 |
* | fixing fault introduced with R8749 | Henry Sudhof | 2008-08-28 | 1 | -1/+1 |
* | as per evil3, some more anti-CSRF | Henry Sudhof | 2008-08-21 | 1 | -5/+19 |
* | #29335 | Henry Sudhof | 2008-08-13 | 1 | -1/+1 |
* | merging r8373 into 3.0 branch: adding a new option to hide the entire list of... | Nils Adermann | 2008-02-03 | 1 | -0/+1 |