Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / includes / cache.php

cache.php

View | Annotate | Download (8.9 KB)

# Date Author Comment
8614 View | Annotate 06/07/2008 03:42 PM acydburn

do not allow [flash=0,0]... not implemented for images due to the reliance on getimagesize() – as usual both sizes are able to be limited by the maximum/minimum image size configuration options

8572 View | Annotate 05/29/2008 02:25 PM acydburn

ok… i hope i haven’t messed too much with the code and everything is still working.
Changes:
- Ascraeus now uses constants for the phpbb root path and the php extension. This ensures more security for external applications and modifications (no more overwriting of root path and extension possible through insecure mods and register globals enabled) as well as no more globalizing needed.
- A second change implemented here is an additional short-hand-notation for append_sid(). It is allowed to omit the root path and extension now (for example calling append_sid(‘memberlist’)) – in this case the root path and extension get added automatically. The hook is called after these are added.

8477 View | Annotate 03/29/2008 01:08 AM naderman

Go away evil carriage returns\!

8307 View | Annotate 01/06/2008 03:21 AM davidmj

the end of an era…
- MySQL < 4.1.3 support is removed
- renamed mysql4 to mysql, no need to cause confusion
- changed the cfg cacher, reduces file system lookups and include count by two on every page load

8301 View | Annotate 01/04/2008 07:35 PM davidmj

Ch-ch-ch-changes
- Made us more DB independent by making many queries capability based instead of DB specific
- Finished PHP5ifying of the acm_file class, now with some (hopefully) enhancements to its performance
- Sped up viewforum considerably (also goes towards mcp_forum)

I really hope I didn’t explode CVS…

8295 View | Annotate 01/03/2008 06:00 PM davidmj

oh boy…
- Migrate code base to PHP 5.1+

8269 View | Annotate 12/05/2007 05:34 PM acydburn

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

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

dumdidum… sorry. ;)

8107 View | Annotate 09/23/2007 04:42 PM acydburn

wrong comment

8100 View | Annotate 09/22/2007 09:18 PM acydburn

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

7736 View | Annotate 06/09/2007 01:11 PM acydburn

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 View | Annotate 05/21/2007 07:50 PM kellanved

Better this way :D

7386 View | Annotate 04/22/2007 08:09 PM acydburn

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

6930 View | Annotate 01/26/2007 05:09 PM acydburn

- 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
- Tried to comply to the permission field ordering within the language files while displaying permission sets. Hopefully it’s worth the additional processing time.
- Disable submit buttons after clicking for installation and conversions.

6816 View | Annotate 12/27/2006 06:43 PM acydburn

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]
Extension groups to be allowed in PM’s and/or Posts [Bug #6558]
Extension allowance checking clarified (no longer using forum id 0 for private messaging)
Using request_var() array method for some variables [Bug #6556]
Added confirmation for deletion of ranks/smilies/icons/word censores [Bug #6548, #6530, #6512, #6466]
Only show postable forums in dropdown list for moving posts on forum deletion as well as correct re-indexing [Bug #6510, #6476, #6384]
Jabber password being password field in jabber settings screen [Bug #6478]
user activity language variable if viewing not own profile [Bug #6432]
Show moderator group/user-name colour [Bug #6402]
Log rank creation/updating/removing [Bug #6398]
Update check permission changed from a_ to a_board [Bug #6392]

6572 View | Annotate 11/12/2006 04:35 PM acydburn

consistant obtain_* functions

6571 View | Annotate 11/12/2006 04:17 PM davidmj

banned usernames are now cached and normalized

6497 View | Annotate 10/14/2006 04:56 PM acydburn

- 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 View | Annotate 10/01/2006 10:48 AM davidmj

- 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 View | Annotate 06/14/2006 09:01 PM naderman

- forgot to actually move the cache file :@