Statistics
| Revision:

root / trunk / phpBB / includes / cache.php

History | View | Annotate | Download (9.6 KB)

# Date Author Comment
10558 03/07/2010 03:45 am Git Gatekeeper

commit 693a2dc99bf07aeac1865d4a48ddf2589317ac7a
Merge: b68de23 ac32927
Author: Nils Adermann <>
AuthorDate: Wed Mar 3 23:32:09 2010 +0100
Commit: Nils Adermann <>
CommitDate: Wed Mar 3 23:32:09 2010 +0100

Merge branch 'develop-olympus' into develop...
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

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 :@