Register
phpBB.com Wiki · Home Projects Help

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

index.php

View | Annotate | Download (4.7 KB)

# Date Author Comment
8987 View | Annotate 10/09/2008 04:17 PM acydburn

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

8904 View | Annotate 09/22/2008 03:25 PM Kellanved

adding more hashes

8638 View | Annotate 06/09/2008 07:11 PM acydburn

erm, yeah. :)

8636 View | Annotate 06/09/2008 07:05 PM acydburn

#27395

8479 View | Annotate 03/29/2008 01:22 AM naderman

Hiding everywhere little buggers, eh?

8285 View | Annotate 12/26/2007 03:53 PM

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

8146 View | Annotate 10/05/2007 04:30 PM acydburn

dumdidum… sorry. ;)

7954 View | Annotate 07/26/2007 05:51 PM acydburn

do not get too excited

7909 View | Annotate 07/19/2007 10:38 PM acydburn

again, a lot of bug fixes

7889 View | Annotate 07/15/2007 03:47 PM acydburn

even more fixes. :o

7749 View | Annotate 06/11/2007 02:12 AM acydburn

my round of bug fixes

7433 View | Annotate 04/30/2007 03:32 PM acydburn

“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)
Fix space for sending PM’s to groups
Let the permissions_phpbb file be included the same way as all other permission files [#10301]
Add request_a-z+ handling within modules_auth suggested by Pyramide. This will allow modders to directly show/hide their module in addition to !empty() $_REQUEST variables. [#10297]

7320 View | Annotate 04/10/2007 06:50 PM davidmj

#9748

7143 View | Annotate 03/07/2007 05:55 PM acydburn

- fix some group specific bugs
- correctly determining terrafrost’s birthday mod

7007 View | Annotate 02/18/2007 02:42 PM acydburn

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.

6969 View | Annotate 02/05/2007 05:24 PM acydburn

only some minor fixes

6761 View | Annotate 12/14/2006 04:21 AM davidmj

#5242
- forgot to show the change!

6740 View | Annotate 12/10/2006 06:44 PM naderman

- finally correctly calculate current time for birthday calculation [Bug #6030]
- allow searching forums with unsearchable subforums [Bug #6056]
- addition of an optional HTTP_X_FORWARDED_FOR check in sessions, including bans
- do not index forums which have indexing disabled on index recreation [Bug #6060]
- properly handle html entities in the theme editor [Bug #6048]
- anonymous access is no longer required for the LDAP auth plugin [Bug #6046]
- corrected mcp_front queue link to point to approve_details [Bug #6134]
- added direct (dis)approval to mcp_front queue items [Bug #6134]
- proper mysql version test for fulltext-compatibility [Bug #6054]
- added note to style/language “used by” column so it’s clear that bots are included
- correctly update bot last visit time [Bug #6108]

6398 View | Annotate 09/23/2006 09:30 PM grahamje

#3896

6380 View | Annotate 09/18/2006 12:02 AM naderman

- no more encoding mixture, say hello to UTF-8 (I’ll add a validation solution for PHP 4.3.3/4 ASAP) [side effect: fixes Bug #3762]
- take local server time into consideration for birthday/age calculation
- faster active topic search
- allow changing active topic time frame [Bug #4150]
- reload stylesheet on language change [Bug #4222]

6366 View | Annotate 09/14/2006 04:57 PM acydburn

- Fix some bugs
- fixed retrieving of permissions if the LIKE statement is used as well as proper supporting (needs testing on mssql)

6322 View | Annotate 08/28/2006 08:45 PM dhn2

Hehehehe …

6321 View | Annotate 08/28/2006 07:20 PM naderman

- birthdays/age in user’s timezone and not server’s local time
- parse bbcode in posts with fewer characters than selected maximum on search results page
- retrieve search word context in posts which are longer than maximum characters (no raw BBCode anymore)
- formatted text is processed in the same order everywhere now: censor_text, replace newlines, bbcode, smileys, attachments, highlighting [including Bug #2048]
- highlighting pattern updated to exclude style and script (e.g custom BBCode) [Bug #3856]
- fixed a style problem in Opera [Bug #3770]
- performance increase for user::img()
- slight adjustments to search

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

6037 View | Annotate 06/10/2006 04:20 PM grahamje

Group ordering on legend

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.

5986 View | Annotate 05/30/2006 02:24 PM naderman

- various corrections related to permissions in the mcp, including [Bug #1994] and [Bug #1924]
- fixed some quickmod bugs [#1994] and [Bug #1898]
- browse reports/unapproved posts by topic id
- correctly hide approval details
- added return message to mcp_ban [Bug #1851]
- adjusted some links, including [Bug #1855]
- added some missing language variables, including [Bug #1824], [Bug #1841], [Bug #1852] and [Bug #1864]
- always show all options in mcp_topic [Bug #1938]

5895 View | Annotate 05/12/2006 06:05 PM acydburn

test new sf cvs with tiny bugfix

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

- some adjustements for phpdocumentor

5622 View | Annotate 03/13/2006 12:19 AM acydburn

- streamlined reports to consist of the feature set we decided upon (Nils, your turn now)
- use getenv instead of $_ENV (with $_ENV the case could be wrong)
- permission fixes (there was a bug arising with getting permission flags – re-added them and handled roles deletion differently)
- implemented max login attempts
- changed the expected return parameters for logins/sessions
- added acp page for editing report/denial reasons
- other fixes here and there

5553 View | Annotate 02/12/2006 08:21 PM acydburn

my turn to break things… harharhar
- checking in permission settings and permission masks
- permission presets and documentation not finished yet
- added backtrace function to determine file/line for sql errors
- fixed marlist for orphan attachments/groups/logs/users
- able to change anonymous user settings/permissions now
- re-arranged admin permissions a bit (added some and removed some)
- setting forum permissions after creating/editing forum now selects every default group (copy permisson/dropdown to be added for adding forums)
- finished user permissions in users acp

note: the layout for permissions might change
devs: please empty the user_permissions in phpbb_users. Also, first change your auth_options table, remove all cache files and then re-set admin permissions. After having set the admin permissions you can update your modules table (else you will not see the permission tabs) – or empty the auth setting within the modules table to be able to see the permission modules (they rely on newly added permission options)

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

- session changes

5156 View | Annotate 05/31/2005 08:54 PM acydburn

some language additions and tiny bugfixes related to the request_var change

5138 View | Annotate 04/30/2005 04:36 PM acydburn

- some fixes here and there

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…

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

4978 View | Annotate 09/04/2004 09:32 PM acydburn

my turn to break the forum (and at least pm’s are no longer working – will not last long). HARRRR

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

Danger Wil Robinson Danger! Paul is commiting files! Danger

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)

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

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

4644 View | Annotate 11/05/2003 07:49 PM psotfx

Hide special and hidden groups(?)

4473 View | Annotate 09/07/2003 03:46 PM psotfx

Updates mainly for removal of extension + header comment … moved some aspects of ucp around, further work to be done on these areas … not commiting search for time being

4433 View | Annotate 08/25/2003 06:48 PM psotfx

Show legend if group coloured and not hidden

4261 View | Annotate 07/15/2003 12:06 AM psotfx

Re-arrange auth and setup calls … needs to be repeated for all major scripts

4068 View | Annotate 05/30/2003 08:37 AM acydburn

moved the queue call, added interval. The current lock is very “fluent” at the moment. ;)

4067 View | Annotate 05/29/2003 04:29 PM acydburn

added email queue + small changes (do not hit me for the mysql_basic change :D)

4062 View | Annotate 05/27/2003 01:53 AM psotfx

Majority are UCP related updates … avatars should now work, aside from gallery, fixed a few other issues, updated schema/basic

4034 View | Annotate 05/21/2003 01:57 AM psotfx

Enable display of birthday listing … controlled via ACP Load Settings

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

3693 View | Annotate 03/20/2003 03:28 AM psotfx

Fix login box action

3630 View | Annotate 03/10/2003 07:22 PM psotfx

Without caching

3628 View | Annotate 03/10/2003 06:48 PM psotfx

Various additions and fixes

3612 View | Annotate 03/08/2003 11:10 PM psotfx

Additional info for profiles

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

Un-b0rked ACL options caching, small general fixes

3317 View | Annotate 01/13/2003 07:44 AM ludovic_arnaud

Very minor changes.

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.

3028 View | Annotate 11/13/2002 10:48 PM psotfx

Num posted articles/topics update

3018 View | Annotate 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.

3012 View | Annotate 11/07/2002 10:45 PM psotfx

Fix a couple of issues, hopefully haven’t broken anything Ashe was planning …

3010 View | Annotate 11/07/2002 04:20 AM ludovic_arnaud

Subforums update take #1

3007 View | Annotate 11/05/2002 05:50 AM ludovic_arnaud

viewforum queries update + a couple of bugfixes.

2983 View | Annotate 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 :)

2958 View | Annotate 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

2943 View | Annotate 10/08/2002 10:11 PM psotfx

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

2923 View | Annotate 10/04/2002 03:09 PM psotfx

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

2917 View | Annotate 10/04/2002 01:32 AM ludovic_arnaud

I updated my copy with the Area51 template so here it is, along with a couple of bugfixes :]

2916 View | Annotate 10/03/2002 09:44 PM ludovic_arnaud

Subforums part 3: “the one that actually works”

2913 View | Annotate 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.

2912 View | Annotate 10/01/2002 11:41 PM ludovic_arnaud

First implementation of subforums handling in index.

2879 View | Annotate 08/22/2002 03:58 PM psotfx

Forum/Topic marking updates

2866 View | Annotate 08/18/2002 12:08 AM psotfx

Some sql changes

2853 View | Annotate 08/15/2002 05:45 PM psotfx

More session changes to accomodate ACL_PERMIT/PREVENT …

2851 View | Annotate 08/13/2002 06:41 PM psotfx

Where did that dunce cap go?

2850 View | Annotate 08/13/2002 06:40 PM psotfx

oopsie, that version wasn’t ready for commit ….

2849 View | Annotate 08/13/2002 06:34 PM psotfx

More changes … switched away from prefetch for now …

2673 View | Annotate 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

2549 View | Annotate 04/30/2002 07:56 PM thefinn

Changed code so it stores total users in config table to remove a slightly costly query

2453 View | Annotate 03/31/2002 03:58 PM psotfx

Output online users explanation

2448 View | Annotate 03/31/2002 01: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

2349 View | Annotate 03/19/2002 01:38 PM psotfx

Remove HIDDEN_GROUP check in user mod SQL … no valid there.

2305 View | Annotate 03/18/2002 02:35 PM psotfx

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

2169 View | Annotate 02/16/2002 04:04 PM bartvb

Fixed <> vs != problem with MSSQL, missed this one

2156 View | Annotate 02/15/2002 04:08 PM bartvb

Made hidden groups really hidden (index, viewforum)

2002 View | Annotate 01/28/2002 07:13 PM psotfx

And another fix for warnings …

1997 View | Annotate 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

1958 View | Annotate 01/27/2002 01:55 AM psotfx

Numerous updates and changes

1851 View | Annotate 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

1736 View | Annotate 12/28/2001 11:24 PM the_systech

more fixes for postgres..

1733 View | Annotate 12/28/2001 08:55 PM the_systech

Fix for bug #488041.. Forum ordering on Postgres

1702 View | Annotate 12/24/2001 05:34 PM psotfx

Fixed ‘bug’ #495108, introduced a further string for fields with plural and singular entries, copes with zero conditions.

1679 View | Annotate 12/24/2001 02:03 PM psotfx

Updated for new category name constant

1611 View | Annotate 12/16/2001 07:58 PM psotfx

Changed way moderator lang is output on viewforum and index

1588 View | Annotate 12/15/2001 05:40 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

1573 View | Annotate 12/14/2001 07:28 PM psotfx

Change for topic_moved_is not null

1566 View | Annotate 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

1535 View | Annotate 12/10/2001 02:19 AM psotfx

Updates putting back something I took away, slapped hands for me

1511 View | Annotate 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

1364 View | Annotate 11/18/2001 11:18 PM psotfx

Could’ve sworn I’d commited this … oh well, brain is going, yeah I know, what brain?

1332 View | Annotate 11/16/2001 06:31 PM psotfx

Mainly language updates but some bug fixes too

1247 View | Annotate 10/26/2001 01:21 AM psotfx

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

1190 View | Annotate 10/14/2001 08:22 PM psotfx

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

1147 View | Annotate 10/10/2001 02:00 AM psotfx

Minor updates and fixes

1111 View | Annotate 10/02/2001 01:22 AM psotfx

Changes related to private messaging + some bug fixes

1106 View | Annotate 10/01/2001 01:26 AM psotfx

Fixed sql = NULL cockup and bug #466615

1103 View | Annotate 09/29/2001 01:46 AM psotfx

Again seems I forgot to FTP this, adds the message_die for marking forums read

1093 View | Annotate 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

1068 View | Annotate 09/24/2001 06:33 PM psotfx

Mental note, remove old un-needed SQL …

1051 View | Annotate 09/17/2001 02:42 AM psotfx

New search ‘stuff’ ... not complete

1048 View | Annotate 09/16/2001 06:47 PM psotfx

Added alternative image capability for index forum icons

1010 View | Annotate 09/08/2001 08:24 PM bartvb

Altered layout of phpbb_config table

943 View | Annotate 08/31/2001 12:20 AM thefinn

Re-added GPL disclaimers

932 View | Annotate 08/26/2001 03:53 PM psotfx

Modified header comments

912 View | Annotate 08/21/2001 06:35 PM psotfx

Fixed problem with index not showing unread topics in forums for recent replies

821 View | Annotate 08/09/2001 07:05 PM psotfx

Improved index folder mark code

813 View | Annotate 08/08/2001 01:01 AM psotfx

New marked folder system

771 View | Annotate 07/31/2001 10:06 PM psotfx

More compliance updates + select previous posts in viewtopic

767 View | Annotate 07/31/2001 04:06 PM psotfx

HTML 4.01 and XHTML 1.0 compliance changes

747 View | Annotate 07/24/2001 08:17 PM psotfx

Forum locked icon and notice on index

744 View | Annotate 07/24/2001 07:34 PM psotfx

Forum locking now implemented + some updates for future functionality

661 View | Annotate 07/14/2001 07:30 PM psotfx

Template config system, store relevant config stuff here

658 View | Annotate 07/14/2001 01:56 AM psotfx

A demo of some Group CP functionality

646 View | Annotate 07/13/2001 06:14 PM psotfx

Changes to include location + some other misc stuff

560 View | Annotate 07/05/2001 01:33 AM uid42062

Various updates for message.php and others

512 View | Annotate 06/19/2001 01:18 AM psotfx

Fixes for more messups on my part

506 View | Annotate 06/18/2001 01:53 AM psotfx

Switched forum_auth to the forums table

485 View | Annotate 06/13/2001 10:32 AM thefinn

Added a count of total number of topics to the get_db_stats function

463 View | Annotate 06/11/2001 02:58 AM thefinn

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

458 View | Annotate 06/11/2001 02:14 AM psotfx

Minor updates

436 View | Annotate 06/07/2001 09:04 AM thefinn

Fixed postgres query in index
Fixed profile so people arn’t created with automatic admin status (eek)

431 View | Annotate 06/05/2001 11:15 PM psotfx

Demo topic tracking code … commented out by default

430 View | Annotate 06/05/2001 03:34 PM psotfx

Basic new post folder colour change

405 View | Annotate 06/01/2001 07:08 PM thefinn

Hidden forums work for postgres now.
Note: If the forum dosan’t have an entry in the auth_forums it won’t show in the index!

402 View | Annotate 06/01/2001 03:44 PM psotfx

Allow restricted view forums

398 View | Annotate 06/01/2001 01:16 AM psotfx

Moderators now defined by the new auth setup

367 View | Annotate 05/29/2001 01:08 PM psotfx

Slight mod to jump to last post calc

311 View | Annotate 05/17/2001 04:48 PM psotfx

Removed separate header/footers and moved into each pages body

306 View | Annotate 05/16/2001 11:59 PM psotfx

Upgraded last post feature

299 View | Annotate 05/15/2001 03:40 PM psotfx

Re-did OUTER JOIN query since it is required here

281 View | Annotate 05/13/2001 06:02 PM psotfx

Initial SQL updates complete

256 View | Annotate 05/06/2001 06:16 PM psotfx

Now allow for GET based session

237 View | Annotate 05/04/2001 12:10 AM psotfx

Moved config, images vars to arrays and various other fixes

228 View | Annotate 05/02/2001 07:46 PM thefinn

Ran John’s fix_files script to fix all the windows carriage returns.
Also added the script in the develop dir. To use it copy it to the phpBB2 root dir and run it

227 View | Annotate