phpBB
Statistics
| Revision:

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

History | View | Annotate | Download (9.1 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10913 01/07/2011 02:45 pm Git Gatekeeper

commit a469e804930e66c244da27deb4dc94b5e280659f
Merge: 7a2348b 95cf47c
Author: Andreas Fischer <>
Date: Fri Jan 7 15:41:12 2011 +0100

Merge branch 'ticket/rxu/9933' into develop-olympus
  • ticket/rxu/9933:
    [ticket/9933] Create unit test for word censor regular expression....
10727 08/19/2010 04:28 pm Git Gatekeeper

commit 19d9d1233976b65e7ed9be4315ded2b3d1d27674
Merge: 1778b53 4d0a53b
Author: Andreas Fischer <>
Date: Tue Aug 10 16:00:28 2010 +0200

Merge branch 'ticket/rxu/6747' into develop-olympus
  • ticket/rxu/6747:
    [ticket/9747] Improve word censor.
10489 02/11/2010 12:02 am Nils Adermann

Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Pucci at Microsoft [Bug #57055]

If you are using SQL Server, please try to test this new dbal so we can safely include it in 3.0.8. If you
want to try it on a current phpBB version you can apply the latest version of the patch to your board which...

10470 02/01/2010 10:14 pm Chris Smith

Slight performance optimisation for r9624 refs #54265

10291 11/26/2009 05:41 pm Ruslan Uzdenov

Bug #54265 - Regression: Word Censors and Cases
Authorised by: bantu

9726 07/07/2009 12:59 pm Ruslan Uzdenov

Further word censor fix to work with UTF8 correctly
Authorised by: AcydBurn

9624 06/18/2009 11:21 pm Ruslan Uzdenov

Fix bug #16555 - Word censoring doesn't support unicode strings
Authorised by: acydburn

8691 07/28/2008 03:26 pm Meik Sievertsen

tiny alterations/bugfixes

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

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 pm

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

8269 12/05/2007 05:34 pm Meik Sievertsen

wonderful, another change... now come slap me to death... conquering mars.

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

dumdidum... sorry. ;)

8107 09/23/2007 04:42 pm Meik Sievertsen

wrong comment

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

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

7660 05/21/2007 07:50 pm Henry Sudhof

Better this way :D

7386 04/22/2007 08:09 pm Meik Sievertsen

changed the cache files to save some memory (all global ones are hold in memory, doubling it).

6930 01/26/2007 05:09 pm Meik Sievertsen

- fix some oddities (doubled spaces for example)
- changed the way make_forum_select() is returning the forum list - now including skipped forums but being disabled. This should make identifying the correct forum much more easier.
- Changed some permission namings based on suggestions by the community...

6816 12/27/2006 06:43 pm Meik Sievertsen

Unused Code inside function update_forum_data [Bug #6606]
Copy permissions protection for groups [Bug #6594]
HTML issues in ACP [Bug #6580, #6578]
Always send the correct encoding [related to bug #6576]
Mass email fixes for first loop iteration [Bug #6570]...

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

consistant obtain_* functions

6571 11/12/2006 04:17 pm David M

banned usernames are now cached and normalized

6497 10/14/2006 04:56 pm Meik Sievertsen

- store sql_layer directly within the layer itself
- new method sql_multi_insert to circumvent db-specific hacks
(hopefully not introduced any parsing errors)

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

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

6064 06/14/2006 09:01 pm Nils Adermann

- forgot to actually move the cache file :@