root / branches / phpBB-3_0_0 / phpBB / viewforum.php

View | Annotate | Download (27.8 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10067 08/30/2009 06:13 PM Meik Sievertsen

Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page. (Bug #50285)

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

10006 08/17/2009 02:32 PM Ruslan Uzdenov

Fix bug #43295 - Moved topics show unapproved even without permissions in the new forum
Authorised by: AcydBurn

9965 08/12/2009 04:00 PM Meik Sievertsen

ok, i am very sorry, but this needs to be fixed.
Generally, our config table is not really suited for holding large datasets. Because feed settings for the forums to enable news feeds and excluded forums rely on the forums itself we have decided to introduce a forum_options table where custom options can be stored....

9961 08/12/2009 11:30 AM Henry Sudhof

populate who is online only where required

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)

9459 04/17/2009 03:08 PM Meik Sievertsen

Apply append_sid() to newest/latest post links in viewforum/search and UCP main module. (Bug #26815)

9003 10/11/2008 08:23 PM Chris Smith

Really fix #13970 broken fix in r8853.

8994 10/10/2008 07:52 PM Chris Smith

Don't show forum subscription link on categories. #34895

8957 09/30/2008 11:49 AM Meik Sievertsen

further adjustments to exit; statements
force E_USER_ERROR to exit always - it is always a fatal error which should stop every execution happening

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

adding more hashes

8857 09/16/2008 05:06 PM Meik Sievertsen

make topic icon image width/height available to viewforum and search templates (Bug #15934)

8853 09/16/2008 02:50 PM Meik Sievertsen

Do not display reported topic icon for shadow topics. (Bug #13970)

8770 08/18/2008 03:08 PM Henry Sudhof

#32585 - kudos to Dave84

8751 08/13/2008 04:37 PM Henry Sudhof

#31185

8674 06/28/2008 05:07 PM Meik Sievertsen

New parameter for redirect() to circumvent the cross-domain check.

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

Hiding everywhere little buggers, eh?

8438 03/18/2008 11:14 AM Meik Sievertsen

- some changes to the recent session change
- display errors on inserting sessions
- fix database updater

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

8305 01/05/2008 04:47 PM Meik Sievertsen

- backport viewforum performance change from 3.1.x to 3.0.x

8285 12/26/2007 03:53 PM

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

8241 11/17/2007 09:04 PM Meik Sievertsen

some further fixes
- re-introduce grabbing random number from /dev/urandom

8212 10/21/2007 01:50 PM Nils Adermann

- Correctly count announcements when filtering forums by date [Bug #14877]

8205 10/19/2007 03:34 PM Meik Sievertsen

erm, switches could be more useful if not within a loop. ;) and :P

8200 10/17/2007 05:01 PM Nils Adermann

- Display "Return to" links on unwritable forums [Bug #14824]

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

dumdidum... sorry. ;)

8025 08/13/2007 02:14 PM Meik Sievertsen

Some changes... non-invasive...

7954 07/26/2007 05:51 PM Meik Sievertsen

do not get too excited

7919 07/22/2007 04:04 PM Henry Sudhof

Cleaning up (#13689)
Also removed the useless login box from the ACP.

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

7884 07/14/2007 05:44 PM Meik Sievertsen

a bunch of fixes

7872 07/12/2007 09:08 AM Meik Sievertsen

basically what is listed within the changelog. ;)

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

7456 05/04/2007 02:30 PM Meik Sievertsen

added class for disabled options in ACP
E_USER_ERROR now using language keys if available [related to #10445]
UCP/MCP title tags [#10441]
Check $start parameter in viewforum [#10435]
Check for postable forum for moving user posts within users ACP [#10433]...

7433 04/30/2007 03:32 PM Meik Sievertsen

"Ghost" topics in active topics list when shadow topics and corresponding topic in same resultset [#10313]
Find a member supporting hidden groups for those able to see them [#10305]
Display hidden groups for all those able to see them across the board (composing messages, viewonline)...

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

7361 04/15/2007 11:40 PM Nils Adermann

- viewtopic/forum search boxes should also use search config option and u_search permission [Bug #9850]
- mcp_reports was still using some of the mcp_queue post_id logic, changed enough to report_id logic to make it work properly now. I hope I didn't miss any external places referring to mcp_reports which send it a post_id_list. I really wonder whether people don't test the MCP at all? Good that I noticed this myself when fixing an incorrect language string (No reports selected) message [Bug #9741]...

7220 03/23/2007 06:55 PM Meik Sievertsen

#5160

7151 03/08/2007 05:42 PM Meik Sievertsen

apply correct check for hiding session

7150 03/08/2007 04:49 PM Meik Sievertsen

again... some more fixes.

7136 03/06/2007 02:58 PM Meik Sievertsen

for the time being, completely revert back to the old method - which may be slower for very very large boards... the previous code had severe bugs - to fix them properly would introduce even more queries which would slow down the complete viewforum page again.

7133 03/06/2007 12:22 PM Meik Sievertsen

ok, try to fix a bug introduced by fixing bug #8388

7125 03/05/2007 12:35 PM dhn2

Small thing that buggd me for years - adding the folder_img alt text as a variable for viewforum

7114 03/03/2007 06:41 PM Meik Sievertsen

Fixing the following bugs:
#8444 (language dependent buttons no longer include the dimensions to allow bigger/smaller translated images)
#8414
#8396
#8388
#8216

thanks to bartvb and kellanved for providing possible fixes...

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)

6915 01/21/2007 07:33 PM Meik Sievertsen

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

6899 01/18/2007 11:00 AM Meik Sievertsen

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

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

6719 12/06/2006 11:13 PM Meik Sievertsen

minor bugfixing

6660 11/26/2006 03:55 PM Meik Sievertsen

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

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

6609 11/19/2006 04:01 PM Meik Sievertsen

fix for #5422

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)

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

consistant obtain_* functions

6538 10/30/2006 05:20 PM Meik Sievertsen

some fixes

6490 10/12/2006 10:05 PM grahamje

Censor last post topic [#4714]

6414 09/28/2006 05:04 PM Meik Sievertsen

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

6401 09/24/2006 04:03 PM Meik Sievertsen

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 09/13/2006 06:08 PM Meik Sievertsen

- 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 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 09/04/2006 03:47 PM Meik Sievertsen

- 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 08/28/2006 05:50 PM Meik Sievertsen

- 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 08/22/2006 01:01 PM grahamje

Phase 2 of the changes
This should now be complete

6309 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 08/12/2006 03:14 PM Meik Sievertsen

sql_in_set changes

6256 08/09/2006 11:03 PM Meik Sievertsen

- 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 08/05/2006 05:49 PM Meik Sievertsen

- 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 08/01/2006 05:29 PM Meik Sievertsen

- 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 07/10/2006 05:55 PM Meik Sievertsen

fix some bugs... again. :)

6126 06/25/2006 05:23 PM grahamje

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

6045 06/11/2006 01:11 AM Nils Adermann

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

6030 06/09/2006 09:37 PM grahamje

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

6019 06/07/2006 08:12 PM Meik Sievertsen

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

6015 06/06/2006 10:53 PM Meik Sievertsen

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 05/28/2006 09:15 PM Meik Sievertsen

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

5957 05/21/2006 06:54 PM Meik Sievertsen

- 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 05/20/2006 03:20 PM Meik Sievertsen

- 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 05/19/2006 11:08 PM Meik Sievertsen

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

5883 05/05/2006 07:56 PM Meik Sievertsen

- some adjustements for phpdocumentor

5824 04/22/2006 06:18 PM Meik Sievertsen

- 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 04/08/2006 04:16 PM Meik Sievertsen

- 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 04/06/2006 07:15 PM Meik Sievertsen

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

5727 03/26/2006 03:36 AM Nils Adermann

- 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]...

5705 03/23/2006 08:23 PM Nils Adermann

- 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 03/18/2006 11:54 AM Nils Adermann

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

5595 03/01/2006 10:48 PM Meik Sievertsen

- 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 02/18/2006 02:54 PM Meik Sievertsen

- 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 01/25/2006 10:01 PM Meik Sievertsen

- 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 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 12/29/2005 05:57 PM David M

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 12/13/2005 12:17 AM Meik Sievertsen

- 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 11/28/2005 07:38 PM Meik Sievertsen

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

5299 11/09/2005 10:32 PM grahamje

MCP again, forgot these two earlier :-)

5272 10/19/2005 08:00 PM Meik Sievertsen

- 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 10/02/2005 08:47 PM Meik Sievertsen

- session changes

5140 05/05/2005 06:55 PM Meik Sievertsen

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

5126 04/20/2005 09:59 PM Meik Sievertsen

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

5118 04/11/2005 11:32 PM Meik Sievertsen

- 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 04/10/2005 08:07 PM Meik Sievertsen

- 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 04/09/2005 02:26 PM Meik Sievertsen

- 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 03/21/2005 11:43 PM Meik Sievertsen

- first try to break things...

5081 01/27/2005 07:36 PM Meik Sievertsen

- sticky bug fix

5068 01/20/2005 09:57 PM Meik Sievertsen

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

5038 01/02/2005 08:06 PM Meik Sievertsen

...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 11/14/2004 06:12 PM Meik Sievertsen

- 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 10/19/2004 09:26 PM Meik Sievertsen

- search updates

5001 10/13/2004 09:30 PM Meik Sievertsen

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

4995 10/08/2004 12:59 PM Meik Sievertsen

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

4984 09/16/2004 08:33 PM Meik Sievertsen

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

4972 09/01/2004 05:55 PM psotfx

Danger Wil Robinson Danger! Paul is commiting files! Danger

4970 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 07/19/2004 10:13 PM Meik Sievertsen

- 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 07/11/2004 05:20 PM Meik Sievertsen

- 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 07/09/2004 12:41 AM Meik Sievertsen

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

4917 06/24/2004 10:02 AM Meik Sievertsen

fixed redirect for first cookie setting...

4912 06/06/2004 11:44 PM Meik Sievertsen

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

4904 05/31/2004 08:00 PM Meik Sievertsen

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

4903 05/30/2004 09:24 PM Meik Sievertsen

- 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 05/26/2004 08:26 PM Meik Sievertsen

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

4883 05/02/2004 03:06 PM Meik Sievertsen

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 02/28/2004 10:16 PM Meik Sievertsen

splitted language files

4836 02/21/2004 01:47 PM Meik Sievertsen

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

4802 02/05/2004 03:43 PM psotfx

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

4757 01/12/2004 04:00 PM psotfx

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

4704 12/06/2003 01:46 PM psotfx

Update MCP linkage

4637 11/04/2003 11:05 PM Meik Sievertsen

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 10/12/2003 01:59 PM psotfx

Let's break lots of things

4576 10/12/2003 11:21 AM Meik Sievertsen

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

4563 10/12/2003 02:21 AM psotfx

Jabber or Email enable check for subscribe forum

4522 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 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 09/15/2003 12:24 AM ludovic_arnaud

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

4482 09/07/2003 07:16 PM Meik Sievertsen

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 09/07/2003 12:18 AM ludovic_arnaud

Added: fetch posts the other way (see forum)

4455 08/29/2003 02:30 AM psotfx

Changing of votes ... possible new icons for "new votes since last view" in viewforum

4441 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 08/12/2003 10:53 PM psotfx

Fix topic count query

4205 07/04/2003 07:21 PM psotfx

Wrong icon for global announcements

4191 07/03/2003 12:30 AM ludovic_arnaud

Updated MCP link, fixed the query the obtain "normal" topics

4167 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 06/21/2003 02:36 PM Meik Sievertsen

only small addition for further use...

4148 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 06/05/2003 02:53 AM psotfx

A few minor updates

4054 05/24/2003 02:30 AM psotfx

more fun with cookies

4052 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 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 05/20/2003 04:01 PM psotfx

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

4025 05/20/2003 02:16 PM psotfx

More functions added ...

4004 05/11/2003 02:58 AM psotfx

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

3989 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 05/04/2003 07:15 PM psotfx

Removed nav_links

3974 05/04/2003 03:40 PM psotfx

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

3969 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 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 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 04/24/2003 08:21 PM ludovic_arnaud

Fixed some undefined variables

3922 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 04/16/2003 01:12 AM psotfx

Enable/disable display of moderator listings

3792 04/09/2003 11:26 PM ludovic_arnaud

Moved back gen_sorting() to mcp.php

3786 04/03/2003 02:51 AM ludovic_arnaud

Centralised sorting

3777 04/01/2003 11:11 PM Meik Sievertsen

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

3773 04/01/2003 02:50 AM psotfx

Lang string name changes for topic title prefixes

3763 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 03/29/2003 07:28 PM psotfx

icon name change

3741 03/29/2003 01:51 AM ludovic_arnaud

Fixed topic count for users who can view unapproved items

3738 03/28/2003 01:43 AM ludovic_arnaud

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

3712 03/25/2003 01:05 AM psotfx

Output total posts/topics

3686 03/20/2003 02:25 AM psotfx

Move to sql_query_limit

3661 03/18/2003 01:17 AM psotfx

Paul did a whoopsie

3650 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 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 01/22/2003 09:16 PM ludovic_arnaud

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

3357 01/22/2003 05:46 PM psotfx

Icon updates

3347 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 01/20/2003 06:12 AM ludovic_arnaud

Un-b0rked ACL options caching, small general fixes

3315 01/13/2003 05:25 AM ludovic_arnaud

EOL should be fixed now

3102 11/27/2002 02:24 PM bartvb

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

3075 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 11/18/2002 10:04 PM psotfx

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

3059 11/18/2002 01:20 AM psotfx

Output moderator list for forums

3056 11/15/2002 01:51 PM psotfx

Remove some L_ var assignments

3031 11/13/2002 10:53 PM psotfx

Forgot to strip tags to prevent some browsers from displaying raw tags rather than removing/interpreting them

3029 11/13/2002 10:52 PM psotfx

Forum description to template

3018 11/08/2002 04:33 AM ludovic_arnaud

Cleaned up viewforum/index, altered template class to replace missing lang strings with a nicely formatted text, pre-implemented topics prefetching and broke some things.

3010 11/07/2002 04:20 AM ludovic_arnaud

Subforums update take #1

3009 11/05/2002 08:03 AM ludovic_arnaud

Experimental: link to the first unread post without redirection

3007 11/05/2002 05:50 AM ludovic_arnaud

viewforum queries update + a couple of bugfixes.

2997 11/01/2002 01:23 PM psotfx

Various, typically posting related updates

2983 10/30/2002 01:57 AM psotfx

Changed $board_config to $config, more posting "stuff", altered polling code in viewtopic and loads of new problems, poor coding, etc. created :)

2972 10/28/2002 01:08 AM psotfx

Posting and acl option updates

2958 10/20/2002 09:19 PM psotfx

Mostly changes to turn userdata into user->data, lang into user->lang + bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final

2952 10/11/2002 04:24 AM ludovic_arnaud

Minor bugfix (subforums template was called even if there only were empty subcats).
Jumpbox got its "Select a forum" entry back.

2950 10/10/2002 02:35 AM ludovic_arnaud

Bugfix (disappearing forum names) + enabled jumpbox and modified it to allow category jumping.

2948 10/09/2002 09:50 PM ludovic_arnaud

Added the redirect() function for nice and clean redirection.

2943 10/08/2002 10:11 PM psotfx

Permission related updates ... is still not final but is getting there ... faster than British Rail too

2923 10/04/2002 03:09 PM psotfx

Well, here are all my changes ... don't blame me if things break :D

2913 10/03/2002 04:43 AM ludovic_arnaud

Subforums handling part 2, it almost works. Also added: the "Explain" link at the bottom page, can be removed easily before official release if necessary.

2879 08/22/2002 03:58 PM psotfx

Forum/Topic marking updates

2866 08/18/2002 12:08 AM psotfx

Some sql changes

2853 08/15/2002 05:45 PM psotfx

More session changes to accomodate ACL_PERMIT/PREVENT ...

2849 08/13/2002 06:34 PM psotfx

More changes ... switched away from prefetch for now ...

2673 07/14/2002 04:45 PM psotfx

Updates for permissions, sessions, lots of things ... note that many things do_not_work now ... I'm commiting them to stop people complaining about my holding on to everything :) There is no update script at present for all these changes, you'll have to work out what's needed yourselves till I finish various things

2540 04/21/2002 03:13 AM psotfx

Oops

2536 04/21/2002 12:56 AM psotfx

Forum watch stuff ... just copied the topic watch stuff and thus needs reviewing inline with everything else ... but something needed to be added to 2.1 :)

2532 04/20/2002 02:22 AM psotfx

merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and trial stuff for example session alterations

2477 04/04/2002 01:47 PM psotfx

Minor update to SQL to remove an IN where it was no longer necessary

2464 04/02/2002 05:10 PM psotfx

No comment

2462 04/02/2002 04:04 PM psotfx

Various updates with any luck they fix a few minor issues without causing new ones ...

2448 03/31/2002 02:06 AM psotfx

pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need thorough checking, quickly

2444 03/28/2002 08:52 PM the_systech

Ok all of these damned httpd server that are different are about annoying

2410 03/22/2002 11:27 PM psotfx

Redirect to login header change for IIS/Webstart

2384 03/21/2002 02:38 AM psotfx

A few coding style alterations

2305 03/18/2002 02:35 PM psotfx

Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming

2198 02/19/2002 11:09 PM psotfx

Fix bug #520039, moved topics with wrong goto page links

2161 02/15/2002 08:58 PM the_systech

Fix for bug #517896

2156 02/15/2002 04:08 PM bartvb

Made hidden groups really hidden (index, viewforum)

2080 02/11/2002 03:18 AM psotfx

Repeat after me "Paul is a moron"

2079 02/11/2002 03:16 AM psotfx

Add a login redirect for users not logged in who attempt to visit restricted forums ... also shows a forum/post doesn't exist for hidden forums/topics/posts if user is logged in but not authed to view them

2062 02/08/2002 02:30 AM psotfx

Guest username display error

2036 02/02/2002 07:04 PM psotfx

Introduce an additional DB field for first_topic_id ... RUN update_to_RC3 ONCE YOU'VE UPDATED

1997 01/28/2002 06:25 PM psotfx

Fix various var not set warnings ... many thanks go to The Horta for pointing out and offering fixes for many of these

1966 01/27/2002 02:14 PM psotfx

Fixed $phpEx inside single quotes

1963 01/27/2002 03:19 AM psotfx

Remove hard-coded .php

1962 01/27/2002 02:56 AM psotfx

Fix unread marker after own post, change moderator listing method to that of index

1875 01/15/2002 12:24 AM bartvb

Changed pagination of multi-page topics

1851 01/12/2002 06:00 PM psotfx

Changes to topic/forum tracking ... tested for several days on test board and all seems fine, give feedback in forums

1778 01/02/2002 08:55 PM bartvb

Allowing old style URLs

1746 12/30/2001 02:44 PM psotfx

Fix bug #496783

1716 12/24/2001 10:41 PM psotfx

Minor update, big speed increase ... Bart's idea :)

1611 12/16/2001 07:58 PM psotfx

Changed way moderator lang is output on viewforum and index

1606 12/16/2001 02:47 PM psotfx

Re-jiggle some unread/read/newest topic stuff

1605 12/16/2001 02:41 PM psotfx

Fix view newest post error + missing mini post icon in posting preview

1604 12/16/2001 02:36 PM psotfx

Fix view newest post error + missing mini post icon in posting preview

1594 12/15/2001 06:50 PM psotfx

Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems

1566 12/14/2001 03:41 AM psotfx

Remove guest user topic tracking via cookies, update viewtopic to re-fix highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction

1565 12/14/2001 03:19 AM bartvb

Announce and Sticky are never shown as locked

1528 12/10/2001 01:17 AM psotfx

Added another image name for 'goto post'

1511 12/05/2001 01:20 AM psotfx

New session code, probably still dodgy, fix for login failed message, search updates, highlighting URI messup fixes, max limit for ranks

1452 11/26/2001 01:09 PM bartvb

Implemented Navigation bar in Mozilla

1435 11/24/2001 04:57 PM psotfx

Reminder to self, checking files at 2am bad, checking files at 2pm good

1425 11/23/2001 10:31 AM thefinn

Added alternating row color/class for topicrow

1355 11/18/2001 03:02 PM psotfx

More lang related cleanups

1334 11/16/2001 06:39 PM psotfx

Mainly language updates but some bug fixes too

1332 11/16/2001 06:31 PM psotfx

Mainly language updates but some bug fixes too

1312 11/14/2001 02:20 PM psotfx

Should fix bug #478011

1274 11/04/2001 01:55 PM psotfx

Support for new locked with new topics icon

1261 11/03/2001 02:57 PM psotfx

Fixed various issues and bugs

1260 11/03/2001 02:54 PM psotfx

Fixed various issues and bugs

1259 11/03/2001 02:12 AM thefinn

Some updates to modcp to show the topic type and correct folder icons

1247 10/26/2001 01:21 AM psotfx

Altered various language constructs + new quote changes for PM + altered pagination

1227 10/16/2001 06:23 PM psotfx

Fix a few things left over from old global announce stuff

1222 10/16/2001 03:10 PM dougk_ff7

More changes for global announcements. They no longer require the mode to be set (it works without), posting.php has been updated to reflect replies to announcements in ALL forums, and a admin page for announcements (global) has been added, although it can only link to pages with the true forum and auth permissions. A more refined version will be coming soon

1215 10/16/2001 03:00 AM dougk_ff7

Just the start to the wonderful world of global announcements. Adds support for them as well as creates a new forum, id -1. Do not delete the forum. I'll write the admin later.

1190 10/14/2001 08:22 PM psotfx

Various changes to location redirection ... please note the format and name changes

1162 10/11/2001 01:39 AM psotfx

Mental note - don't make mental notes, you forget them ... fixed lack of forum name appearing in title

1161 10/11/2001 01:18 AM psotfx

I seem to have modified copies of these, so I'm comming 'em just in case

1147 10/10/2001 02:00 AM psotfx

Minor updates and fixes

1143 10/09/2001 10:12 PM natec

Fixed 468772 plus other moved-topic-inherits-stuff bugs.

1129 10/05/2001 04:14 PM psotfx

Added one to check for display of goto page output

1111 10/02/2001 01:22 AM psotfx

Changes related to private messaging + some bug fixes

1093 09/27/2001 12:12 AM psotfx

topic watch/forum/topic read now cause a message to be displayed, changed profile ICQ for subSilver, various other changes

1043 09/16/2001 01:03 AM psotfx

Updated moderator panel, particularly move/delete topic

1010 09/08/2001 08:24 PM bartvb

Altered layout of phpbb_config table

999 09/07/2001 02:32 PM psotfx

Fixed bug #459427

987 09/06/2001 02:29 AM psotfx

Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be

943 08/31/2001 12:20 AM thefinn

Re-added GPL disclaimers

932 08/26/2001 03:53 PM psotfx

Modified header comments

916 08/23/2001 01:43 PM psotfx

Fixed problem with not all topics being displayed when there were announcements

897 08/17/2001 02:11 PM psotfx

Hot folders working ... only based on hot_threshold for replies

896 08/17/2001 07:13 AM thefinn

Fixed viewforum so topic titles show up when you don't have words in your censor list

895 08/17/2001 02:32 AM psotfx

Just some jiggling

887 08/16/2001 12:53 AM psotfx

Another file that shouldve commited ages ago, adds word censor to topic titles

877 08/14/2001 10:43 PM thefinn

A few changes to topic moving. TOPIC_MOVE constant gets set to the topic_status field so that moved topics don't 'stick' at the top of viewforum. Also, added topic_moved_id field to store the ID that the topic moves to.

852 08/13/2001 07:41 PM gpolins

Added move topic viewing

822 08/09/2001 11:03 PM psotfx

Some more changes ... hopefully not breaking anything else

810 08/04/2001 02:21 AM psotfx

I am an idiot ... fixed wrong var name breaking the topicday select

797 08/02/2001 10:47 PM psotfx

I have a horrible feeling the prune function is the cause of some problems, disabled till checked

770 07/31/2001 08:37 PM psotfx

More compliance updates + select previous posts in viewtopic

744 07/24/2001 07:34 PM psotfx

Forum locking now implemented + some updates for future functionality

720 07/21/2001 04:15 PM psotfx

Faking IF...ELSE...ENDIF again

682 07/17/2001 12:24 AM psotfx

Begone you nasty windows carriage returns

681 07/16/2001 11:20 PM psotfx

Who is the moron? Hey, stop pointing at me ... fixed mistake in SQL

678 07/16/2001 10:07 PM psotfx

Removed unrequired admin checks, modded moderator query, jiggled rank/avatar image stuff

672 07/15/2001 02:41 PM psotfx

An announce post icon + support for sticky topic icon

666 07/14/2001 11:06 PM psotfx

I was fed up with no posts meaning you cannot post

661 07/14/2001 07:30 PM psotfx

Template config system, store relevant config stuff here

646 07/13/2001 06:14 PM psotfx

Changes to include location + some other misc stuff

616 07/11/2001 01:06 AM psotfx

List message now based on last post rather than topic date

589 07/06/2001 11:54 PM thefinn

Mass lock/unlock done. Locked topic handling in viewforum

568 07/05/2001 07:46 PM psotfx

Announcements always stay in listing using previous x feature

561 07/05/2001 02:47 AM uid29890

Started on moderator control panel code. Main layout is started, no functionality yet

559 07/05/2001 01:28 AM uid42062

Minor updates

548 07/04/2001 12:53 AM psotfx

Updates related to message.php

541 07/03/2001 02:33 AM psotfx

Demos of message_die use

525 06/25/2001 05:05 PM psotfx

Separated mods from forum data query, allows forums with no mods

519 06/21/2001 02:16 AM psotfx

Fixed small error in bracketing

516 06/19/2001 07:38 PM the_systech

added auto_prune

512 06/19/2001 01:18 AM psotfx

Fixes for more messups on my part

506 06/18/2001 01:53 AM psotfx

Switched forum_auth to the forums table

505 06/17/2001 12:51 AM psotfx

Changed check against topic_type to match change in constant names

503 06/16/2001 06:43 PM psotfx

Fixed spelling error in ANNOUNCEMENT which in caused an incorrect check to occur

486 06/13/2001 04:16 PM psotfx

Added last post output

478 06/12/2001 03:34 PM psotfx

Some language var switch overs

463 06/11/2001 02:58 AM thefinn

Posting preview done, ability for anonymous users to post with a username

437 06/07/2001 09:56 AM thefinn

Forum level annoucements and sticky topics are done.
Added topic_type field to the topics database in order to handle ordering. Would have used topic_status but that would have messed up the ordering when topics were locked

434 06/06/2001 07:50 PM psotfx

Auth now returns a type allowing for more meaningful failure messa ges

431 06/05/2001 11:15 PM psotfx

Demo topic tracking code ... commented out by default

430 06/05/2001 03:34 PM psotfx

Basic new post folder colour change

402 06/01/2001 03:44 PM psotfx

Allow restricted view forums

397 06/01/2001 01:14 AM psotfx

More changes ... admin level now set in phpbb_users rather than via auth system

388 05/31/2001 05:39 PM psotfx

Changes to allow all auth types to be returned

377 05/30/2001 10:21 PM psotfx

Auth Stage-1 goes in

361 05/28/2001 05:25 PM psotfx

Additional page info sent to templates

330 05/26/2001 03:06 PM psotfx

Further improvements to view topic select ... well fixes actually

329 05/26/2001 02:47 PM psotfx

Altered displayed text for previous x days select

328 05/26/2001 02:25 AM thefinn

Lots of work on posting. New topic and reply functionality is mostly done. Edit post loads the form but needs database functionality
All this is only been tested on Postgres, donno if it works as well on MySQL yet, will test when I can get access to sourceforge again

311 05/17/2001 04:48 PM psotfx

Removed separate header/footers and moved into each pages body

305 05/16/2001 10:07 PM psotfx

Added a view posts in previoux x day capability to viewforum

281 05/13/2001 06:02 PM psotfx

Initial SQL updates complete

265 05/08/2001 01:04 AM psotfx

Added generate_pagination routine

256 05/06/2001 06:16 PM psotfx

Now allow for GET based session

237 05/04/2001 12:10 AM psotfx

Moved config, images vars to arrays and various other fixes

227 05/02/2001 02:50 AM psotfx

Updated to use create_date rather than date

195 04/20/2001 12:24 AM psotfx

Templating var assignment changes and various updates or fixes

192 04/19/2001 07:35 PM psotfx

Fixed profile viewing url

149 04/15/2001 07:32 PM psotfx

error_die changes and various bug fixes to files

143 04/15/2001 04:14 PM psotfx

Session code updates

105 03/17/2001 01:46 AM natec

New template system. Lots of merging conflicts, so let nate know if he broke stuff.

99 03/12/2001 08:24 PM thefinn

Fixed some links, added 'Goto Page:' link in viewforum.

98 03/11/2001 03:31 AM thefinn

Fixed viewforum. Now shows correct last post info and topic starter

94 03/10/2001 12:33 AM bartvb

Moved include files

88 03/09/2001 03:19 PM psotfx

Update to url parameter names - topic only

82 03/05/2001 02:40 AM thefinn

More work on viewtopic, still needs SQL tweeking (normal ranks arn't working)

80 03/04/2001 02:27 AM thefinn

Misc fixes

76 03/02/2001 07:19 PM psotfx

Perhaps temporary, perhaps permanent INNER JOIN fix

74 03/02/2001 07:32 AM thefinn

Viewforum gets moderator list now

71 03/02/2001 02:31 AM psotfx

MySQL compatibility update of MSSQL compability.

70 03/02/2001 02:26 AM psotfx

Preliminary MSSQL compability updates

44 02/24/2001 03:05 PM psotfx

Fixed some layout issues

38 02/24/2001 01:31 AM psotfx

Centralise common includes and setup

37 02/24/2001 12:39 AM thefinn

Viewforum works, and error die outputs nice, templated, errors

36 02/24/2001 12:02 AM thefinn
  • empty log message ***
34 02/23/2001 09:34 PM thefinn

View forum page is started. Need private forum checking

2 02/17/2001 09:37 AM thefinn

Initial revision