phpBB
Statistics
| Revision:

root / trunk / phpBB / common.php

History | View | Annotate | Download (4.8 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
11049 03/12/2011 05:30 pm Git Gatekeeper

commit a27a39ebed0133dd88322a2c3a9e7228c657a703
Merge: df096b6 bc42cbd
Author: Igor Wiedler <>
Date: Sat Mar 12 18:16:10 2011 +0100

Merge branch 'develop-olympus' into develop
  • develop-olympus:
    [ticket/10046] Do not link bots to cron.php....
10965 02/13/2011 03:00 pm Git Gatekeeper

commit 04bd2e640e771948671ab6554df8962de980f511
Merge: 8f0e9ae 1fd8d6d
Author: Igor Wiedler <>
Date: Sun Feb 13 15:54:42 2011 +0100

Merge branch 'feature/system-cron' into develop
  • feature/system-cron: (67 commits)
    [feature/system-cron] More tests for cron manager....
10925 01/12/2011 01:00 am Git Gatekeeper

commit a3673789402eae83b94860c87747091125701f78
Merge: 30dacf8 f115795
Author: Andreas Fischer <>
Date: Wed Jan 12 01:49:44 2011 +0100

Merge branch 'task/naderman/config-class' into develop
  • task/naderman/config-class:
    [task/config-class] Do not create multiple cache driver instances....
10917 01/09/2011 11:00 pm Git Gatekeeper

commit 95c683056b85399200e2caaa9aa65edc6843c16f
Merge: 5373f81 1aef7eb
Author: Igor Wiedler <>
Date: Sun Jan 9 23:58:27 2011 +0100

Merge branch 'task/acm-refactor' into develop
Conflicts:
tests/bootstrap.php
10887 12/13/2010 03:45 pm Git Gatekeeper

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

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

commit d753a02ec02e9475ee29d12797648c3aecccdcd8
Merge: 6e5e229 642f940
Author: Igor Wiedler <>
Date: Sun Oct 17 21:47:04 2010 +0200

Merge branch 'develop-olympus' into develop
  • develop-olympus:
    [ticket/7332] Fix post details expand link rendering on Webkit....
10803 10/13/2010 10:30 pm Git Gatekeeper

commit 6e5e22961a86c168742ba20dbd7e575ce3afd1b7
Merge: 186bc82 5de4924
Author: Igor Wiedler <>
Date: Wed Oct 13 23:16:25 2010 +0200

Merge branch 'feature/igorw/request-class' into develop
  • feature/igorw/request-class:
    [feature/request-class] Remove duplicate class loader from common.php
10801 10/10/2010 06:00 pm Git Gatekeeper

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

Merge branch 'feature/igorw/request-class' into develop
  • feature/igorw/request-class: (21 commits)...
10650 08/19/2010 04:25 pm Git Gatekeeper

commit dea1d660fb63b07451f1a43310de359251462644
Author: Nils Adermann <>
Date: Fri Jun 25 14:38:53 2010 +0200

[feature/auto-loading] Added autoloader to common and ensured compatability
The autoloader is registered in install without caching, since caching is set...
10342 12/16/2009 03:48 pm Meik Sievertsen

merge changes from 3.0.x branch

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

Copy 3.0.x branch to trunk

8760 08/15/2008 09:46 pm Marek RuszczyƄski

PHP 5.3 compatibility.

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

Hiding everywhere little buggers, eh?

8348 01/29/2008 04:49 pm Meik Sievertsen

#19955

8285 12/26/2007 03:53 pm

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

8246 11/18/2007 04:37 pm Nils Adermann

- Constant PHPBB_DB_NEW_LINK introduced which can be used to force phpBB to create a new database connection instead of reusing an existing one if the dbms supports it [Bug #14927]
- Automatic URL parsing no longer allows dots in the schema but can parse URLs starting after a dot [Bug #15110]...

8139 10/04/2007 08:50 pm Meik Sievertsen

#i42
new password hashing mechanism for storing passwords

8130 10/04/2007 01:33 pm Meik Sievertsen

deregister globals to install too

8127 10/03/2007 09:20 pm Nils Adermann

#i101

8116 10/01/2007 07:43 pm Meik Sievertsen

#i112

8102 09/23/2007 01:04 pm Meik Sievertsen

allow new installations...

8100 09/22/2007 09:18 pm Meik Sievertsen

new hook system (do not get it confused with events or plugins please)
- introducing two new hookable functions too

8073 08/30/2007 11:29 pm Meik Sievertsen

php, a strange language. :o

8072 08/30/2007 11:21 pm Meik Sievertsen

necessary changes...

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

Some changes... non-invasive...

7009 02/19/2007 05:12 am David M

- clean up mssql and mssql_odbc, mssql now uses a different method of dealing with IDENTITY
- clean up firebird, I will consider changing it to use fetch array instead of fetch object. it's identity code already uses this method as of right... now :D
- fix a tiny bug in MySQL's driver (remember to pass the connect id to all DBAL functions)...

6779 12/17/2006 07:17 pm David M

- using the PHP_VERSION constant is faster

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

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

6578 11/12/2006 08:45 pm David M
  • empty log message ***
6380 09/18/2006 12:02 am Nils Adermann

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

6296 08/17/2006 06:26 am David M

- getcwd replacement
- realpath stuff thanks to Chris

6276 08/12/2006 05:37 pm grahamje

Allow ACP access if install/ is present and display the generic board disabled message otherwise so that a user does not know the reason for it being disabled

6205 07/23/2006 11:26 pm ludovic_arnaud

Fixed: a double slash appears in the installer URL if you go to the board and config.php is missing

6204 07/23/2006 10:59 pm ludovic_arnaud

Fixed: if phpBB isn't installed, it redirects to http://host.tld\/install/index.php on my Windows dev server
Changed: instead of undoubling double slashes, we replace any number of consecutive backslashes and forward slashes with a single slash

6155 07/07/2006 11:50 pm grahamje

Appears that the redirect in common.php didn't work on all setups we tried, so swapping it for some new code which does

6154 07/07/2006 10:47 pm grahamje

Change redirection logic to match the RFC better in those cases before redirect() is available to us

6092 06/17/2006 10:28 pm Meik Sievertsen

hey dev team mates, here are the brand new beta checkins (as promised). Please ensure this stays in our private cvs until the 23rd June, except the bug fixes.

6063 06/14/2006 08:59 pm Nils Adermann

- automatically sync topic_reported when deleting a post [Bug #2152]
- retrieve forum information in report.php
- don't update deleted topics
- proper permission check for "admin or moderator"
- allow changing poster while ip dropdown contains a different user [Bug #2190]...

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

6018 06/07/2006 12:10 pm Meik Sievertsen

dumdidum

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.

5980 05/28/2006 07:18 pm Meik Sievertsen

hmm, still not giving the expected results

5978 05/28/2006 06:00 pm Meik Sievertsen

- fix nasty error in functions_admin generating a fatal error on inclusion
- adjusted error reporting level to get those errors instead of just the script halting.

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

- some adjustements for phpdocumentor

5882 05/05/2006 02:28 pm Meik Sievertsen

- put the error reporting check into another location (since we do want to display our notices. ;))
- default error reporting in common.php
- E_ALL being set if DEBUG_EXTRA defined

5878 05/04/2006 06:00 pm Meik Sievertsen

hmm, maybe i should not comment this statement, eh?

5877 05/04/2006 05:49 pm Meik Sievertsen

- slightly adjusted the DEBUG/DEBUG_EXTRA requirements
- changed error_reporting to E_ALL
- our error handler now takes the error_reporting value into account allowing us to correctly supress notices

5860 04/29/2006 03:31 pm Meik Sievertsen

blah

5859 04/29/2006 03:14 pm Meik Sievertsen

reverting changes to the installer
do not introduce a function we never call outside of common.php

5855 04/28/2006 02:49 pm Meik Sievertsen

graham, sorry for this but i had to... ;)

- utilize common.php in installer (we only need to change one location then)
- use $user->lang instead of $lang to be able to use language template vars and having consistant namings

5852 04/26/2006 11:29 pm Nils Adermann

oops

5849 04/26/2006 08:22 pm Nils Adermann

- safer globals deregistration

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

5813 04/21/2006 10:42 pm grahamje

Porting the random number generator code over
Fingers crossed that this doesn't break anything.... ;-)

5654 03/18/2006 05:39 pm grahamje

Replacing the first part of the installer ready for some testing
This will bounce you back to the previous installer part way through

5608 03/07/2006 12:45 am David M

Weee! My turn to bug things up :D

- A moved topic has two forum_ids, we must update the tracking info on the "fake" forum and the "real" forum.
- Welcome back to register_globals! :P

5423 01/04/2006 08:51 am Meik Sievertsen

- sperate permissions from sessions
- added some comments to the auth class for better understanding
- revised some permission functions
- added option to negate permission check by prefixing option with a ! (for example checking for !f_read returns true if user is not able to read forum)...

5246 10/02/2005 08:43 pm Meik Sievertsen

- use the changes. ;)

5193 08/17/2005 05:57 pm Meik Sievertsen

- changed dbal class layout

5176 07/04/2005 07:52 pm psotfx

Wanted ... someone who can commit updates without screwing up, will pay top dollar.

5175 07/04/2005 06:54 pm psotfx

Session key implementation.

5136 04/30/2005 04:28 pm Meik Sievertsen

- new queue invocation method

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

5063 01/15/2005 07:49 pm Meik Sievertsen

- bugfixes
- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)

5032 12/12/2004 03:07 pm Meik Sievertsen

- fix attachment mod errors
- make upload path consistent with all other 2.2 path settings
- fix "post title wrong after split" bug

5031 11/30/2004 12:05 pm psotfx

Add warning notice

5024 11/06/2004 03:24 pm Meik Sievertsen

- minor fixes

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

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!

4950 08/02/2004 04:32 pm psotfx

Rejiggle "board disabled" system to allow admin/mods access, eliminate duplication and "fudges" ... hopefully I've not overlooked something fundamental ...

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

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)

4827 02/11/2004 07:28 pm psotfx

Profile, prefs, feedback

4819 02/08/2004 07:02 pm Meik Sievertsen

inline attachment capability...

4814 02/08/2004 04:18 pm psotfx

Custom profile data table define

4790 02/03/2004 03:14 pm psotfx

Addslash function no longer needed with request_var processing

4777 02/01/2004 10:45 pm Meik Sievertsen

send mass mail immediatly
mail priority setting added
log session (see Note)

4740 01/10/2004 01:23 pm Meik Sievertsen

custom profile fields.
Not finished, committed to let us discuss about the next steps
-> BartVB

4685 11/27/2003 12:54 am ludovic_arnaud

ACM garbage collection

4682 11/23/2003 11:25 pm Meik Sievertsen

my attempt to break things...

4668 11/16/2003 10:53 pm Meik Sievertsen

Finished drafts, one bit is remaining though.
added file and disk space statistics.
some minor changes here and there.

4647 11/05/2003 07:51 pm psotfx

users_notes table

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

4614 10/19/2003 05:36 pm Meik Sievertsen

bump topic and orphan attachments
changes here and there...

4603 10/15/2003 07:43 pm psotfx

Remove need for session_ids for "allowed" bots, dump user_founder/user_active in favour of user_type, new user_type, USER_IGNORE

4593 10/13/2003 01:34 am psotfx

well, seems putting the queue process in the footer doesn't work on "real boards" where people hit stop constantly on their browser :D

4578 10/12/2003 01:59 pm psotfx

Let's break lots of things

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

4473 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

4467 09/04/2003 08:30 pm Meik Sievertsen

initial draft functionality, loading (and a bunch of other stuff) is not implemented yet + bugfixes.