Register
phpBB.com Wiki · Home Projects Help

root / tags / release_3_0_B5 / phpBB / viewforum.php

viewforum.php

View | Annotate | Download (25.2 KB)

# Date Author Comment
6949 View | Annotate 01/28/2007 06:00 PM

This commit was manufactured by cvs2svn to create tag
‘release_3_0_B5’.

6915 View | Annotate 01/21/2007 07:33 PM acydburn

fixing some bugs, most being submitted grammatical/spelling errors.

6899 View | Annotate 01/18/2007 11:00 AM acydburn

fixing some bugs i introduced while fixing other bugs. :)

6894 View | Annotate 01/17/2007 07:41 PM acydburn

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

6719 View | Annotate 12/06/2006 11:13 PM acydburn

minor bugfixing

6660 View | Annotate 11/26/2006 03:55 PM acydburn

- bug fixes for #5618, #5588 and #5584
- remove messenger->reset() calls (they are already performed on sending)

6650 View | Annotate 11/24/2006 03:59 PM acydburn

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. :)
- some column changes to fix unicode issues
- bugfixes

6609 View | Annotate 11/19/2006 04:01 PM acydburn

fix for #5422

6589 View | Annotate 11/16/2006 05:51 PM acydburn

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 View | Annotate 11/15/2006 04:35 PM acydburn

- 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)

6572 View | Annotate 11/12/2006 04:35 PM acydburn

consistant obtain_* functions

6538 View | Annotate 10/30/2006 05:20 PM acydburn

some fixes

6490 View | Annotate 10/12/2006 10:05 PM grahamje

Censor last post topic [#4714]

6414 View | Annotate 09/28/2006 05:04 PM acydburn

- added confirmation to removing bbcodes
- added optional MX and DNSBL checks
- added backtrace (triggering sql error) on error within sql_in_set as well as making sure it is handling an array
- let users having f_list access to a forum actually see the forum without a topic list and not displaying an error message – this allows for giving people access to subforums but not the parent forum without the need to add the (sub-)forum to the index.
- some additional bugfixes

6401 View | Annotate 09/24/2006 04:03 PM acydburn

this change may introduce yet another query (not if store_reverse is used internally most of the time), but i hardly noticable on small forums. This change scales very very better than the old method. With the old one viewforum became slower and slower the more topics were present. For me the difference for a forum with 100.000 topics were 0.4 seconds (local server) – for others the speed increase should be noticeably higher.

6364 View | Annotate 09/13/2006 06:08 PM acydburn

- fixed some bugs
- changed attachment handling a bit
- tried to remove target tags out of the code
- do not add session ids to urls for bots as well as not creating a new session on each page view for them

I bet i introduced some bugs too. ;)

6360 View | Annotate 09/08/2006 08:00 PM grahamje

Next phase of last post changes + a few minor bugs

Note: This template variable is available but will not be used by default

6351 View | Annotate 09/04/2006 03:47 PM acydburn

- fixing profile bug
- adjusting acl_gets calls (they are or’d – make sure they get checked correctly based on the situation)
- automatically assign the u_download and u_search permission to the guest group

6320 View | Annotate 08/28/2006 05:50 PM acydburn

- some bugfixes
- using E_USER_WARNING if an error occurred within the ACP (sadly not able to use it as a default for trigger_error – it seems to be hardcoded in PHP)

6311 View | Annotate 08/22/2006 01:01 PM grahamje

Phase 2 of the changes
This should now be complete

6309 View | Annotate 08/21/2006 05:58 PM grahamje

Initial batch of colourization changes. This includes:
– schema changes for first post and last post
– display in viewforum, search and ucp of first post
– update of database on posting
Still outstanding
– display of last post

6271 View | Annotate 08/12/2006 03:14 PM acydburn

sql_in_set changes

6256 View | Annotate 08/09/2006 11:03 PM acydburn

- load tracking updates. Need to be tested on a clean installation too – at the moment only tiny quirks are noticed at area51.
- reported bugs fixed

6237 View | Annotate 08/05/2006 05:49 PM acydburn

- fixed some bugs
- made imageset naming more consistent
- updated every schema to be consistent and also fixed it (every db should install fine now)
-

6224 View | Annotate 08/01/2006 05:29 PM acydburn

- fixing some bugs
- shortening some db columns to meet the requirements
- correctly increase/decrease user post counts
- fix the topic title length bug(s)

6165 View | Annotate 07/10/2006 05:55 PM acydburn

fix some bugs… again. :)

6126 View | Annotate 06/25/2006 05:23 PM grahamje

Some changes to the way folder images are handled for “special” topics

6045 View | Annotate 06/11/2006 01:11 AM naderman

- forgot to commit common.php
- cleaning up a few more mcp permissions
- adjust some links
- make global topics work properly in MCP

6030 View | Annotate 06/09/2006 09:37 PM grahamje

Fix the ability to report/view reports and warn in global announcements

6019 View | Annotate 06/07/2006 08:12 PM acydburn

fix bug #2086
remove cached sql results for moderator cache table if re-applying moderators

6015 View | Annotate 06/06/2006 10:53 PM acydburn

ok, this one is rather large… the most important change:
re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different

apart from this, code cleanage, bug fixing, etc.

5982 View | Annotate 05/28/2006 09:15 PM acydburn

- adjusted coding guidelines
- fixed custom bbcode {TEXT} token
- added unapproved item/info for unapproved posts in a topic

5957 View | Annotate 05/21/2006 06:54 PM acydburn

- fixing a few smaller bugs/glitches
- init user session in cron.php (else it can produce errors if functions expect the user object being set)
- fix sql escaping for mssql/mssql_odbc

5940 View | Annotate 05/20/2006 03:20 PM acydburn

- seperate queries and cached queries
- display correct read/unread information while displaying active topics
- fix for SELECT DISTINCT in mssql using sql_query_limit
- fix for forum updating in ACP using mssql (and probably other dbal having problems with primary keys in updates)

5933 View | Annotate 05/19/2006 11:08 PM acydburn

- fixed dotted topics on some occassions being wrong
- fixed post author change
- fixed moving topics (they should not count into read tracking now) – think about having only one column for shadow topics/similar to forum links
- moved a function from functions.php to functions_display.php (this function is only used by viewtopic and viewforum which already include this file)
- some rather tiny fixes for mssql

5883 View | Annotate 05/05/2006 07:56 PM acydburn

- some adjustements for phpdocumentor

5824 View | Annotate 04/22/2006 06:18 PM acydburn

- removed group settings from roles
- added forum icon in front of forums in permissions acp
- added trace permissions in permission masks (thanks naderman for writing the first code and for the idea… :))
- some bugfixes
- PHP6 fix

5770 View | Annotate 04/08/2006 04:16 PM acydburn

- fix moving up/down for smilies and icons
- display number of total topics in viewforum for forums having active topics set to to true

5765 View | Annotate 04/06/2006 07:15 PM acydburn

To all people having their bug status set to fixed: SF pserver CVS access is currently down, therefore the snapshots are still out of date.

- fix a bunch of bugs
- <!- $Id$ -> is no longer allowed in template (.html) files
- changed layout of private message screens (folders are menu items)
- removed unread mode for private messages
- added new feature to template engine – “jump out of loop” or “loop another loop within my loop” :D (will be documented within the coding guidelines)
- added autologin field to sessions
- check session length checks
- added add_log statement to sessions to track session valid to invalid changes if ip/browser change depending on config settings (only debug)
- added multibyte support for various variables (exception at the moment is usernames which needs some discussion)
- hopefully not broke something. :/

5727 View | Annotate 03/26/2006 03:36 AM naderman

- correctly use DISTINCT and GROUP BY in search related SQL [Bug #1256]
- always display views and replies in search results [Bug #1223]
- display error messages occuring during search index creation/deletion [Bug #1274]
- correctly align the ACP link on the search results page [Bug #1160]
- fixed the search forum box [Bug #1300] and added a search topic box (subBlue: can you please position this a little more visible, didn’t want to mess with the CSS ;))
correctly check and use show_results on the search page

5705 View | Annotate 03/23/2006 08:23 PM naderman

- some adjustments for search related config options
- one year is 365 days long (52 * 7 = 364, but we have one more day each year ;)) [Bug #1181]
fixed search own posts link in UCP [Bug #1163]
- corrections to timezone selection [Bug #1148]
- fix quickmod tools on post details page [Bug #1188]

5649 View | Annotate 03/18/2006 11:54 AM naderman

- replaced mcp reports system with a simplified version
- fixed links to mcp_reports

5595 View | Annotate 03/01/2006 10:48 PM acydburn

- some bugfixes
- committed coding guidelines as they are at area51
- removed script_path (needs a close inspection later)
- removed the need for server_name and server_port
- able to define server port/name/protocol and force the user-defined server vars (very handy for proxy setups)

5558 View | Annotate 02/18/2006 02:54 PM acydburn

- fix some tiny bugs
- fix module system (sometimes the layout is broken due to falsly deactivated categories)
- auth updates (setting permissions)
- fix “category jumping” bug in acp
- u_action is defined by the module itself

5494 View | Annotate 01/25/2006 10:01 PM acydburn

- moved add_log out of functions_admin (this file should only be included in admin/admin-related pages)
- fixed cookie based topic tracking
- added missing config variables
- other minor things

5424 View | Annotate 01/04/2006 09:57 PM subblue

Updated references to posts to be #p[post_id] rather than #[post_id] since it is against the W3C spec to have the id=”” attribute starting with a number

5394 View | Annotate 12/29/2005 05:57 PM davidmj

Bug Spray!
- No longer asks a user to login to a passworded forum even though his auth is not high enough, it just rejects the user now.

5330 View | Annotate 12/13/2005 12:17 AM acydburn

- forum administration (now working and modified for easier handling the different forum types [UI])
- Changed += for arrays into array_merge. We do not want to append, we want to merge. ;)

5313 View | Annotate 11/28/2005 07:38 PM acydburn

- some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) – postgresql not supporting this standard. :/
- acp changes

5299 View | Annotate 11/09/2005 10:32 PM grahamje

MCP again, forgot these two earlier :-)

5272 View | Annotate 10/19/2005 08:00 PM acydburn

- updated topic tracking code
- additional changes (mostly bugfixes)
- bart, if you update your user table with the user_lastmark field, set it to the user_lastvisit value ;)
- and last but not least, introducing some bugs in ucp main front (regarding topic tracking)

5247 View | Annotate 10/02/2005 08:47 PM acydburn

- session changes

5140 View | Annotate 05/05/2005 06:55 PM acydburn

- some cross-db related changes
- putting active bots array into cache

5126 View | Annotate 04/20/2005 09:59 PM acydburn

- add ability to grab single image params from user::img

5118 View | Annotate 04/11/2005 11:32 PM acydburn

- made path information available to template (T_)
- eased topic/post icon in templates (removing hardcoded img)
- added S_FIRST_ROW and S_LAST_ROW to template engine

5117 View | Annotate 04/10/2005 08:07 PM acydburn

- added updated coding guidelines
- introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users
- changed bot code to act on useragent || ip

5114 View | Annotate 04/09/2005 02:26 PM acydburn

- Documentation related changes
- added resend activation email dialog
- fixed issue in session code
- log failed/successful admin re-authentication/login
- fixed simple forum dropdown box (used in mcp and posting)

5108 View | Annotate 03/21/2005 11:43 PM acydburn

- first try to break things…

5081 View | Annotate 01/27/2005 07:36 PM acydburn

- sticky bug fix

5068 View | Annotate 01/20/2005 09:57 PM acydburn

- bugfixes
- default sort options for posts too
- adjusted format_date to remove the (time intensive) preg_ calls
- temporary style.php code.

5038 View | Annotate 01/02/2005 08:06 PM acydburn

...see if i am able to break the cookie tracking system this time. :D
- made some session code updates
- added new acl function (might be helpful later)

5027 View | Annotate 11/14/2004 06:12 PM acydburn

- letting urls work again, fixing [code] breakage on urls, corrected magic_url to be able to parse urls at the beginning/end of bbcode blocks
- fixed “edited by” message.

5003 View | Annotate 10/19/2004 09:26 PM acydburn

- search updates

5001 View | Annotate 10/13/2004 09:30 PM acydburn

- ucp register/remind/activate fixes mostly regarding account activation
- general ucp fixing (profile and ucp_main)
- created three new functions (return correct topic author string, generate topic related pagination and get topic type/status…). These general bits are used on several pages (subscribed topics, bookmarks, viewforum).
- config basic schema fix
- commented out inline fix for unread topic tracking in viewforum, instead tried another method (hopefully working as well)

4995 View | Annotate 10/08/2004 12:59 PM acydburn

- load_moderators taken into account at index.php
- added S_UNREAD_TOPIC to viewforum
- changed S_UNREAD to S_UNREAD_POST in viewtopic

4984 View | Annotate 09/16/2004 08:33 PM acydburn

- more updates, mostly bugfixes to the bbcode parser
- changed current_user in sessions (please review)
- give more flexibility to style authors in regard to the pagination elements
- profile fields updates (included a sample constuct into viewtopic_body.html – have to be documented extensivly)
- code optimizations (use of strpos, sizeof, loops not iterating functions on every call, memory savings…)
- and last but not least - hopefully not introduced more bugs than healthy (cough)

4972 View | Annotate 09/01/2004 05:55 PM psotfx

Danger Wil Robinson Danger! Paul is commiting files! Danger

4970 View | Annotate 09/01/2004 05:47 PM psotfx

This is a mass commit … expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!

4937 View | Annotate 07/19/2004 10:13 PM acydburn

- approve/disapprove posts/topics
- changed mcp_front to be more moderator friendly
- able to change the forum in mcp_queue (for moderators moderating more than one forum)

4925 View | Annotate 07/11/2004 05:20 PM acydburn

- fixed permissions for mcp (global permission settings are false if user is only able to moderate one to x forums)
- determine permission settings for submodules
- further approve/disapprove work (approve_details added)

4920 View | Annotate 07/09/2004 12:41 AM acydburn

- remove output buffering options from download.php (not needed anymore)
- optimized viewtopic.php a little bit
- removed the create_function (was consuming too much memory) from viewtopic
- check for manually added convert[.exe] program name to imagemagick path in admin_attachments
- reduced filesize checking for imagemagick program (some installations require less than 20k)
- added checked=”checked” for “not selected” topic icon
- moved parse_text_display function from functions_posting.php to functions.php (see comment above function)
- check for user_id != ANONYMOUS in page_footer for displaying the administration link (there seems to be a problem checking for global options)
- rewrote attachment thumbnail functions – utilize GD2 functions if available, more uptodate checks…
- changed final thumbnail size calculation
- define S_ROW_COUNT within template class itself
- added SID to template vars in page_header
- added ability to view topic/forum within admin_viewlogs
- added optional acl checking to make_jumpbox, no need to duplicate the function for this small need
- added custom body file for confirm_box

4917 View | Annotate 06/24/2004 10:02 AM acydburn

fixed redirect for first cookie setting…

4912 View | Annotate 06/06/2004 11:44 PM acydburn

- added folder_moved image
- new feature: bookmark topics
- fixed post details link
- added confirmation screen to cookie deletion

4904 View | Annotate 05/31/2004 08:00 PM acydburn

- added delete cookies link
- fixed global announcement links in viewforum
- do not display redirects in link forums as posts in forum overview

4903 View | Annotate 05/30/2004 09:24 PM acydburn

- forum rules + link to forum rules
- three new (tiny) functions added to functions_posting responsible for handling text with bbcode/smilies/urls, use them at items all over across phpbb…
- some bugfixes within admin_forums and other files
- new admin_board layout (much safer, security wise)

4892 View | Annotate 05/26/2004 08:26 PM acydburn

fixed last edited by
tryed to fix mark read code
other small fixes…
added (commented out) custom profile fields template support

4883 View | Annotate 05/02/2004 03:06 PM acydburn

fix some issues with oop, fixing small bugs and prepare the next steps…
NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)

4844 View | Annotate 02/28/2004 10:16 PM acydburn

splitted language files

4836 View | Annotate 02/21/2004 01:47 PM acydburn

- put consoring and smilie processing into functions (we use them all over the place) for better changing and consistency.
- changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php
- pleasing the users a little bit more by using table constants. :D
- login box if “mode” is not allowed -> posting (thought about trigger_error integration, but we do not need this that often).

4802 View | Annotate 02/05/2004 03:43 PM psotfx

Display active topic output for subfora if appropriate … a little kludgy but works

4757 View | Annotate 01/12/2004 04:00 PM psotfx

Mark given set of forums marked, show “Mark forums read” link on subforum display

4704 View | Annotate 12/06/2003 01:46 PM psotfx

Update MCP linkage

4637 View | Annotate 11/04/2003 11:05 PM acydburn

new permissions, merged attachment tables (the intended purpose of two tables is no longer valid), attachment updates along the merging…

Note: please merge your attachment tables (develop dir).

4578 View | Annotate 10/12/2003 01:59 PM psotfx

Let’s break lots of things

4576 View | Annotate 10/12/2003 11:21 AM acydburn

login prompt upon notified about new topic
enabled prune_viewed at auto_prune.

4563 View | Annotate 10/12/2003 02:21 AM psotfx

Jabber or Email enable check for subscribe forum

4522 View | Annotate 10/01/2003 07:24 PM psotfx

Change in format of module db data, add zebra, many things probably “damaged goods” for now … don’t panic Mr. Mainwaring, don’t panic

4509 View | Annotate 09/18/2003 12:13 AM ludovic_arnaud

Fixed: announcements being listed last
Changed: moved up the announcements query a little, rows are stored in the order they’re fetched, the final order of topics is in $topic_list. Will be easier if we come to prefetching topics

4498 View | Annotate 09/15/2003 12:24 AM ludovic_arnaud

Fixed: invalid start value will not cause the whole table to be returned ;)

4482 View | Annotate 09/07/2003 07:16 PM acydburn

okie, using array_merge. :D
fixed: admin_prune
added: prune topics last viewed at… (only admin_prune ATM)
moved: delete_attachments to functions_admin

4472 View | Annotate 09/07/2003 12:18 AM ludovic_arnaud

Added: fetch posts the other way (see forum)

4455 View | Annotate 08/29/2003 02:30 AM psotfx

Changing of votes … possible new icons for “new votes since last view” in viewforum

4441 View | Annotate 08/27/2003 06:32 PM psotfx

Various bits and pieces … this isn’t really what I wanted M-2 to look like but hum ho

4392 View | Annotate 08/12/2003 10:53 PM psotfx

Fix topic count query

4205 View | Annotate 07/04/2003 07:21 PM psotfx

Wrong icon for global announcements

4191 View | Annotate 07/03/2003 12:30 AM ludovic_arnaud

Updated MCP link, fixed the query the obtain “normal” topics

4167 View | Annotate 06/23/2003 04:00 PM psotfx

Global announcements … sort of work … well they seem to, need to look at possbility of splitting topics table in two

4162 View | Annotate 06/21/2003 02:36 PM acydburn

only small addition for further use…

4148 View | Annotate 06/19/2003 06:22 PM psotfx

Mostly read tracking (re-)fixes … it works again … I’ll try not to break it a second time … other changes for Firebird compatibility

4080 View | Annotate 06/05/2003 02:53 AM psotfx

A few minor updates

4054 View | Annotate 05/24/2003 02:30 AM psotfx

more fun with cookies

4052 View | Annotate 05/24/2003 01:46 AM psotfx

Wasn’t stripping slashes from the cookies … that will account for some of the erroneous mark read, nothing changes issues. Add name=”” to image generation … for “on” event handlers, etc.

4051 View | Annotate 05/23/2003 06:15 PM psotfx

Various updates, changed jump to first unread as per Ashe’s suggestion/request ... hope people don’t start linking to it making me regret reverting to this implementation :D Moved many decisions on what icons to output to templates … feedback wrt any performance impacts happily accepted.

4031 View | Annotate 05/20/2003 04:01 PM psotfx

Only set start = 0 when first sorting … else it screws everything up :)

4025 View | Annotate 05/20/2003 02:16 PM psotfx

More functions added …

4004 View | Annotate 05/11/2003 02:58 AM psotfx

Yet more mildly fudged code … just to get something up, minor fixes/updates elsewhere

3989 View | Annotate 05/08/2003 03:14 AM psotfx

Changed forum_link_track to forum_flags for storage of additional info [ pruning related ], moved lang selection into DB, other minor changes, still working on admin_prune, per forum styling for posting

3978 View | Annotate 05/04/2003 07:15 PM psotfx

Removed nav_links

3974 View | Annotate 05/04/2003 03:40 PM psotfx

hhmm, sort of explains the weird post count behaviour of recent days …

3969 View | Annotate 05/04/2003 01:58 AM psotfx

page header/footer become functions, forum passwords (I know, I know but it appears a popular feature for some reason … inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs).

3961 View | Annotate 05/02/2003 05:50 PM psotfx

Various updates, forum links, “improve” forum management, cleanups, blah blah, note the schema changes, note also that forum management may misbehave … reports on wrong doings are welcome … seem to be having problems with some mcp functions under apache/win32

3953 View | Annotate 04/26/2003 03:17 AM psotfx

Various changes, and tests … marking/tracking is not complete … tinkering, changing, etc. still to be done … it’s just I’ve made numerous and various changes to different files so a commit really is due

3947 View | Annotate 04/24/2003 08:21 PM ludovic_arnaud

Fixed some undefined variables

3922 View | Annotate 04/22/2003 07:23 PM psotfx

Replaced time limited display code … sorting now checks last vote time, voting in a topic bumps it as if it were posted too.

3842 View | Annotate 04/16/2003 01:12 AM psotfx

Enable/disable display of moderator listings

3792 View | Annotate 04/09/2003 11:26 PM ludovic_arnaud

Moved back gen_sorting() to mcp.php

3786 View | Annotate 04/03/2003 02:51 AM ludovic_arnaud

Centralised sorting

3777 View | Annotate 04/01/2003 11:11 PM acydburn

show the attach icon in viewforum. added cached extensions (we need them within viewtopic)

3773 View | Annotate 04/01/2003 02:50 AM psotfx

Lang string name changes for topic title prefixes

3763 View | Annotate 03/30/2003 11:03 PM ludovic_arnaud

Switched up “real” and “normal” counts. (doh)
Changed sorting by time to use topic_last_post_time rather than topic_last_post_id.

3747 View | Annotate 03/29/2003 07:28 PM psotfx

icon name change

3741 View | Annotate 03/29/2003 01:51 AM ludovic_arnaud

Fixed topic count for users who can view unapproved items

3738 View | Annotate 03/28/2003 01:43 AM ludovic_arnaud

Using real counts when displaying unapproved items to keep the page count accurate.

3712 View | Annotate 03/25/2003 01:05 AM psotfx

Output total posts/topics

3686 View | Annotate 03/20/2003 02:25 AM psotfx

Move to sql_query_limit

3661 View | Annotate 03/18/2003 01:17 AM psotfx

Paul did a whoopsie

3650 View | Annotate 03/17/2003 01:53 AM psotfx

Moved login procedure to a function enabling “inline” login links … no more “messy” redirects … install will be broken for now, at least when it comes to redirecting after completion. Moved “front-end” login to ucp.php

3640 View | Annotate 03/13/2003 01:40 AM ludovic_arnaud

Added indicators for reported and/or unapproved items. Note that moderators with m_approve permission can now read unapproved topics and posts normally.

3359 View | Annotate 01/22/2003 09:16 PM ludovic_arnaud

Merged forum nav for viewtopic/viewforum, fixed cache behavior with an empty icons table.

3357 View | Annotate 01/22/2003 05:46 PM psotfx

Icon updates

3347 View | Annotate 01/21/2003 04:58 PM psotfx

Cache topic icons … being used in three places, two high traffic areas … probably worth caching, alter word censor to one var array … hopefully this doesn’t break anything :D

3338 View | Annotate 01/20/2003 06:12 AM ludovic_arnaud

Un-b0rked ACL options caching, small general fixes

3315 View | Annotate 01/13/2003 05:25 AM ludovic_arnaud

EOL should be fixed now

3102 View | Annotate 11/27/2002 02:24 PM bartvb

Initial Lastread support. Mind the schema and config changes\!

3075 View | Annotate 11/21/2002 04:40 PM thefinn

Moved profile.php to ucp.php. ucp is really really broken right now, don’t even think about trying to use it.

3061 View | Annotate 11/18/2002 10:04 PM psotfx

Cache moderator names? Output moderators for all forums in viewforum. Alter a few things in templates

3059 View | Annotate 11/18/2002 01:20 AM psotfx

Output moderator list for forums

3056