phpBB
Statistics
| Revision:

root / trunk / phpBB / includes / functions_display.php

History | View | Annotate | Download (42.6 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
11010 02/27/2011 11:45 pm Git Gatekeeper

commit ab3f45c0e9c2f96c3b4c5fa17c4f460aa2a2d200
Merge: f49b8a0 39a2678
Author: Igor Wiedler <>
Date: Mon Feb 28 00:07:59 2011 +0100

Merge branch 'ticket/hanakin/10001' into develop
  • ticket/hanakin/10001:
    [ticket/10001] Created the new styles within colours.css to handle the displaying of the forum & topic images...
10895 12/21/2010 10:45 pm Git Gatekeeper

commit 34a1b044a17ececdaa2d4df541f985c34b83b1ce
Merge: 442fc61 c298c9d
Author: Andreas Fischer <>
Date: Tue Dec 21 22:52:28 2010 +0100

Merge branch 'develop-olympus' into develop
  • develop-olympus:
    [ticket/9937] Make sure feed icon only shows for FORUM_POST...
10892 12/16/2010 01:30 am Git Gatekeeper

commit 442fc61be77787c211650f21b2fb485f5e6ffcf0
Merge: 8b9b1f1 b08e0d1
Author: Andreas Fischer <>
Date: Thu Dec 16 02:22:17 2010 +0100

Merge branch 'feature/igorw/request-class' into develop
  • feature/igorw/request-class:
    [feature/request-class] Convert some remaining cookies...
10887 12/13/2010 03:45 pm Git Gatekeeper

commit adfa1656fb9d8b5bb601af1d7a6720884954d87a
Merge: bd579c8 af5b9a9
Author: Nils Adermann <>
Date: Mon Dec 13 16:35:55 2010 +0100

Merge branch 'ticket/igorw/9556' into develop
  • ticket/igorw/9556:
    [ticket/9556] Drop php closing tags, add trailing newline...
10801 10/10/2010 06:00 pm Git Gatekeeper

commit a885095897054c91ab68b753ce2a86ae74f2f666
Merge: 9a39f55 c2ffa78
Author: Igor Wiedler <>
Date: Sun Oct 10 18:39:44 2010 +0200

Merge branch 'feature/igorw/request-class' into develop
  • feature/igorw/request-class: (21 commits)...
10751 08/21/2010 10:45 pm Git Gatekeeper

commit 2e787fa836dbfdcec7864b5f143520aec3752bd0
Merge: 999f6db 9731f24
Author: Nils Adermann <>
Date: Sat Aug 21 23:35:43 2010 +0200

Merge branch 'develop-olympus' into develop
  • develop-olympus: (57 commits)
    Revert "[ticket/7716] Data too long for column 'message_subject'"...
10646 08/19/2010 04:25 pm Git Gatekeeper

commit 7d6545bd096f030af6a2e1cf8b4d865e1f9a4da3
Merge: 389c240 b7ae0fe
Author: Andreas Fischer <>
Date: Sun Jun 20 22:50:10 2010 +0200

Merge branch 'develop-olympus' into develop
  • develop-olympus:
    [ticket/9653] Valid XHTML with code BBCode in subsilver2 viewtopic signatures...
10637 08/19/2010 04:24 pm Git Gatekeeper

commit 591217a903460a81df4c19850f5d99c2e9d10b1d
Merge: cf89952 0bf2c3e
Author: Nils Adermann <>
Date: Sun May 16 19:52:36 2010 +0200

Merge branch 'develop-olympus' into develop
  • develop-olympus: (21 commits)
    [feature/notify_status] Define'd constants for notify_status...
10633 08/19/2010 04:24 pm Git Gatekeeper

commit f8ff68f21d16d583da5c58cef4e961cc226926dd
Merge: 3823549 925a135
Author: Nils Adermann <>
Date: Sun Apr 4 15:33:48 2010 +0200

Merge branch 'develop-olympus' into develop
  • develop-olympus:
    [bug/9047] Use correct forum_id to generate the active topics list. (Bug #9047)...
10558 03/07/2010 03:45 am Git Gatekeeper

commit 693a2dc99bf07aeac1865d4a48ddf2589317ac7a
Merge: b68de23 ac32927
Author: Nils Adermann <>
AuthorDate: Wed Mar 3 23:32:09 2010 +0100
Commit: Nils Adermann <>
CommitDate: Wed Mar 3 23:32:09 2010 +0100

Merge branch 'develop-olympus' into develop...
10342 12/16/2009 03:48 pm Meik Sievertsen

merge changes from 3.0.x branch

10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

10121 09/08/2009 11:36 am Meik Sievertsen

Further adjust unread tracking query, should work now for user last mark times less than forum/topic mark times.

10120 09/08/2009 09:53 am Andreas Fischer

Rename get_unread_topics_list() to get_unread_topics().
Cleanup: Remove some stuff we no longer need.
Related to report #46765

10040 08/21/2009 11:46 am Andreas Fischer

Use comparison instead of arithmetic.

10029 08/20/2009 01:19 pm Meik Sievertsen

instead of only enabling forum feeds in viewforum we set it on every location where forums are shown

10026 08/20/2009 01:04 pm Meik Sievertsen

add feed switch to forumrow, so forums can be styled correctly (with an rss icon for example)

10018 08/18/2009 03:51 pm Ruslan Uzdenov

Better tracking of global announcements
Authorised by: AcydBurn

9990 08/15/2009 11:49 am Joas Schilling

Fix Bug #49615 - Unapproved topic icon has incorrect forum (introduced in r9635 fixing #46865)

Authorised by: ToonArmy

9926 08/05/2009 01:51 pm Ruslan Uzdenov

Fix bug #15729 - Global announcements marked as read if all new topics in forum are viewed
Authorised by: AcydBurn

9640 06/21/2009 09:36 am Meik Sievertsen

Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955)

9635 06/20/2009 04:51 pm Joas Schilling

Fix bug #46865 - Add unapproved topic icon for moderators on forum list

Authorised by: acydburn

9632 06/19/2009 10:03 pm Joas Schilling

Fix bug #46785 - Hide avatars if type disabled and give global option to turn on/off

Authorised by: acydburn

9467 04/17/2009 04:10 pm Henry Sudhof

#44105

9329 02/15/2009 06:47 pm Chris Smith

tiny tiny changes to r9328

9328 02/15/2009 06:36 pm Chris Smith

Allow translation of Custom BBCode help messages.

9082 11/22/2008 09:26 pm Meik Sievertsen

Only display special ranks to guests; no longer display normal ranks for guests (Bug #36735)
[a bit ugly, but retains backward compatibility]

8987 10/09/2008 04:17 pm Meik Sievertsen

- Do not show link to user/group profiles if user has no permission to view the linked page and gets a denied message anyway. (Bug #15088)
- Do not display last post link and sort display options for search engines. (Bug #15088)

8938 09/26/2008 11:19 am Chris Smith

Fix a tricky little bug in r8909

8930 09/24/2008 02:23 pm Henry Sudhof

Do not include hash in redirect back

8909 09/23/2008 02:07 pm Chris Smith

Correctly handle unread status of subforums (that are not shown on the index) of forums that are shown on the index. #14589

8906 09/22/2008 03:32 pm Henry Sudhof

whitespace

8904 09/22/2008 03:25 pm Henry Sudhof

adding more hashes

8860 09/17/2008 04:30 pm Meik Sievertsen

Display popular topic based on posts within topic instead of replies within topic. (Bug #16099)

8791 08/28/2008 02:44 pm Henry Sudhof

erm

8790 08/28/2008 02:43 pm Henry Sudhof

fixing fault introduced with R8749

8775 08/21/2008 05:41 pm Henry Sudhof

as per evil3, some more anti-CSRF

8749 08/13/2008 04:22 pm Henry Sudhof

#29335

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8374 02/03/2008 11:55 pm Nils Adermann

merging r8373 into 3.0 branch: adding a new option to hide the entire list of subforums on listforums

8352 01/30/2008 06:03 pm Meik Sievertsen

Prepend phpbb_root_path to ranks path for displaying ranks - #19075

8350 01/30/2008 05:01 pm Meik Sievertsen

One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.)
Although i somehow mistakingly got #20445 and #15249 into it. :/

Removing s_watching_img from watch_topic_forum() function (Bug #20445)
Changing order for post review if more than one post affected (Bug #15249)...

8310 01/06/2008 06:00 pm Meik Sievertsen

- Do not split topic list for topics being promoted to announcements after been moved to another forum (Bug #18635)
- Allow editing usernames within database_update on username cleanup (Bug #18415)
- Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385)...

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8207 10/20/2007 12:13 pm Meik Sievertsen

#14850

8146 10/05/2007 04:30 pm Meik Sievertsen

dumdidum... sorry. ;)

8119 10/02/2007 08:29 pm Meik Sievertsen

#i8

8068 08/24/2007 08:00 pm David M

#14211
- doing is_null on Oracle is not good, we return empty strings instead

7895 07/16/2007 04:02 pm Meik Sievertsen

- Handle forum links/redirects within viewforum if no read permission given (to display login box or error message) (Bug #13467)
- Prevent changing postable forum having subforums to link forum without moving subforums out first

7894 07/16/2007 03:26 am David M

That else statement will never come into effect because the ORDER BY makes sure that the parent is dealt with before the children

7889 07/15/2007 03:47 pm Meik Sievertsen

even more fixes. :o

7888 07/15/2007 02:57 pm David M

#11931

7866 07/11/2007 05:03 pm Meik Sievertsen

some fixes

7749 06/11/2007 02:12 am Meik Sievertsen

my round of bug fixes

7736 06/09/2007 01:11 pm Meik Sievertsen

ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)

7491 05/06/2007 11:02 pm Meik Sievertsen

Ok, try to fix the "re-approval on edit" bugs. Also added make_clickable to log entries as well as logging moderator edits.

7480 05/06/2007 02:57 am shs

#10523

Just saw this one, whilst thinking about some other stuff... Now possible to select the subforum listing for styling by:

a.subforum { foo: bar; } // both read and unread links

... and either specifically by:

a.subforum.read { foo: bar; } // read links only...

7429 04/30/2007 12:46 pm Henry Sudhof

Prepare to be yelled at and brace for the tide of bug reports: I had hoped we would not have to do this, but it seems that we have to.

-Route all avatar downloads through download.php - adrien
-Change the way inline attachments are delivered
-Fixes a few (unreported) bugs, notably avatar upload during group generation...

7410 04/27/2007 04:07 pm Henry Sudhof

#10191

7384 04/22/2007 05:27 pm Meik Sievertsen

#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624

prosilver adjustments for important announcements in ucp - #9995
MCP fixes for user notes/warnings - #9981
Preserving imageset values on save/edit
find a member link for Mass PM's - #9925...

7330 04/12/2007 06:20 pm Meik Sievertsen

my take on getting the bugs down... thanks to those also providing (usable) solutions to the problem. ;) Of course also to those reporting generally...

7286 04/06/2007 04:03 pm Meik Sievertsen

some fixes

7266 04/02/2007 05:47 pm Meik Sievertsen

some fixes...

7242 03/30/2007 04:24 pm Meik Sievertsen

other fixes...

7120 03/04/2007 11:08 pm David M

- small MSSQL thing
- changed how we store tracking data

7106 03/02/2007 11:41 am Meik Sievertsen

do not display passworded forum topics within the active topics list if the user did not enter the password before... thanks to gamer4ever for pointing this out (though next time straight to the security tracker please)

7007 02/18/2007 02:42 pm Meik Sievertsen

fixing some bugs
more mcp links for easier moderating different aspects (all, forum, topic)
i may have introduced new bugs with this commit due to me having fixed some things weeks ago and some code changed in between - please report if you see something not working as expected.

6940 01/27/2007 06:21 pm shs

SEPARATOR, not SEPERATOR... also "neutralised" variable naming as it's used elsewhere outside of pagination. :)

6911 01/20/2007 05:33 pm David M

- tiny issue in display_forums() made is possible for get_moderators() to cache the same query twice

6894 01/17/2007 07:41 pm Meik Sievertsen

ok, handled some bugs... the most important being validate_username (the variable passed to validate_data([...]array('username', [...])) and updating group listings while doing relevant group actions. Oh, and PM icons are working now. :o

6891 01/17/2007 12:52 am dhn2

Forgot that one for #7110

6890 01/17/2007 12:46 am dhn2

#7110

6862 01/08/2007 10:14 pm Nils Adermann

- new homographs or IDN confusables ( http://www.unicode.org/reports/tr39/data/international.txt )
- also added character names to old homographs
- pagination_sep theme option removed, PAGINATION_SEPERATOR can be set in language files and the theme can overwrite it using span.page-sep [Bug #6872]

6832 01/03/2007 07:58 pm Nils Adermann

- allow login with redirect parameter
- altered URL regular expression so it won't cause problem with long URLs - PCRE >:( [Bug #6720]
- moderator list on index should have coloured groups in bold as everywhere else too
- correctly handle password requirements in UCP [Bug #6692]...

6829 01/02/2007 05:35 pm Meik Sievertsen

- do not allow setting the parent to currently assigned childs [Bug #6708]
- Allow the display_on_index setting to be specified for link forums [Bug #6660]
- Rank code in functions_display.php [Bug #6656]
- Added some new locations for the viewonline page [Related to bug #6484]...

6816 12/27/2006 06:43 pm Meik Sievertsen

Unused Code inside function update_forum_data [Bug #6606]
Copy permissions protection for groups [Bug #6594]
HTML issues in ACP [Bug #6580, #6578]
Always send the correct encoding [related to bug #6576]
Mass email fixes for first loop iteration [Bug #6570]...

6803 12/24/2006 02:11 pm Meik Sievertsen

some fixes today
- most important change is the consolidation of the display attachment functions; merging them together to have one function we need to call.

6729 12/08/2006 01:08 am David M

#6076
- removed unused junk from functions.php

6724 12/07/2006 04:11 pm Meik Sievertsen

#6024

6650 11/24/2006 03:59 pm Meik Sievertsen

rather large update, most important things done:
- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations
- more username/colour changes/fixes
- added a note about PM rule-dependant message removals so the user is not wondering too much if he can't remember his rules. :)...

6628 11/21/2006 07:15 pm Meik Sievertsen

- fixing a bunch of bugs
- moved the install trigger error to sessions and also disabled it for those having DEBUG_EXTRA enabled.
i hope not having introduced too many new bugs.

6614 11/19/2006 10:00 pm Meik Sievertsen

some tiny fixes.

6599 11/18/2006 11:05 am Meik Sievertsen

- do not cache the activity queries, this is only a lot of overhead (haven't noticed the forums also get included)
- back to our known poster name display on viewtopic/topic review. :)

6589 11/16/2006 05:51 pm Meik Sievertsen

ok, change from doing the same logic all over again we call a function to do it for us. Also allow template designers to choose which method to use by just adding a fully compiled username string (profile link + user colour). This commit may introduce problems.

6584 11/15/2006 04:35 pm Meik Sievertsen

- fixes for the following bugs:
#5326
#5318
#5304
#5290
#5288
#5278
#5276
#5272
#5266
- also fixed the "Call-time pass-by-reference" bug #5252
- within this step changed the normalize calls to require references.
- added captcha size variables to the class scope (suggestion was posted at area51)

6577 11/12/2006 08:24 pm Meik Sievertsen

let the user activity queries only update every 5 minutes