phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / includes / functions_display.php

History | View | Annotate | Download (43.2 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10896 12/21/2010 11:30 pm Git Gatekeeper

commit c298c9d6d0021931d08a3a189711117730b25278
Merge: ea3d755 cdbb609
Author: Andreas Fischer <>
Date: Tue Dec 21 22:50:39 2010 +0100

Merge branch 'ticket/igorw/9937' into develop-olympus
  • ticket/igorw/9937:
    [ticket/9937] Make sure feed icon only shows for FORUM_POST
10894 12/21/2010 08:15 pm Git Gatekeeper

commit ea3d755962a3bad02ab71fb7e4313352fe52ac3c
Merge: c1d6ace 3f27cb2
Author: Igor Wiedler <>
Date: Tue Dec 21 20:59:52 2010 +0100

Merge branch 'ticket/rmcgirr83/9937' into develop-olympus
  • ticket/rmcgirr83/9937:
    [ticket/9937] The feed icon displays on External links...which we don't want
10711 08/19/2010 04:27 pm Git Gatekeeper

commit e7e98f1de5c394859284f031f2a4f0c47534b311
Merge: da256b3 954b3c3
Author: Andreas Fischer <>
Date: Wed Jul 14 20:55:49 2010 +0200

Merge branch 'ticket/nickvergessen/7720' into develop-olympus
  • ticket/nickvergessen/7720:...
10681 08/19/2010 04:26 pm Git Gatekeeper

commit 6b1f7a2d9d55604b1b1325932306be08177aabea
Merge: 6d24809 e66c089
Author: Andreas Fischer <>
Date: Sun Jun 20 22:45:16 2010 +0200

Merge branch 'ticket/bantu/9112' into develop-olympus
  • ticket/bantu/9112:
    [ticket/9112] Make sure current user can see most active forum/topic.
10662 08/19/2010 04:25 pm Git Gatekeeper

commit 0bf2c3eed551e57667e1fb14d0d80e347af6fc72
Merge: e36da18 cc8d22b
Author: Nils Adermann <>
Date: Sun May 16 19:51:25 2010 +0200

Merge branch 'feature/notify_status' into develop-olympus
  • feature/notify_status:
    [feature/notify_status] Define'd constants for notify_status
10597 04/04/2010 02:45 pm Git Gatekeeper

commit 925a135613a80ba9bfc3b26a2524d3c2d3ba77b3
Merge: 560a1b3 492063c
Author: Nils Adermann <>

Merge branch 'bug/cs278/59465' into develop-olympus
10405 01/12/2010 09:15 pm Andreas Fischer

No longer include subforums in forum feed.

10243 10/28/2009 04:49 pm Ruslan Uzdenov

Fix Bug #53285 introduced in r10018 - Mark the first visible forum on index as unread if there's any unread global announcement
Authorised by: Bantu

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

6572 11/12/2006 04:35 pm Meik Sievertsen

consistant obtain_* functions

6511 10/19/2006 03:55 pm Meik Sievertsen

Revised attachment categories a bit
Fixes for the following bugs:
#4830
#4818
#4816
#4810
#4808
#4798
#4796
#4772
#4662
#4646
#4546
#4524
#4270

I hope not having introduced additional severe errors :)

6490 10/12/2006 10:05 pm grahamje

Censor last post topic [#4714]

6470 10/08/2006 09:04 pm Meik Sievertsen

- forum image being an additional image instead of replacing forum indicators
- reasons fixes

6439 10/04/2006 05:15 pm Meik Sievertsen

- finally removed sql_numrows
- sql_fetchfield now in dbal.php
- check query id correctly as well as other tiny fixes

6434 10/03/2006 05:59 am David M

#4226

6422 10/01/2006 10:48 am David M

- forgot to make the same change to the ODBC driver
- MySQL 3.x works now
- FirebirdSQL is now on the same level as MySQL and PostgreSQL, zero hacks exist inside the core code now

6419 09/30/2006 04:58 pm Meik Sievertsen

- fixing a bug i am unsure about when it occurs (but it occurs). The symptoms are broken template cache files if after removing unnecessary php opening/closing tags result in statements being syntactially incorrect.
- added real syncing to forums acp (not only forum statistics rebuild)

6411 09/26/2006 09:59 pm Meik Sievertsen

These changes should let olympus scale a little bit better.
i haven't adjusted the schemas but added the details to create_schema_files - david is able to build them then in line with his changes. :)

6383 09/23/2006 12:14 am Meik Sievertsen

some tiny fixes here and there

6382 09/20/2006 03:20 pm Meik Sievertsen

#4406