View | Annotate | Download (17.1 KB)
Merge R8792
merge
enable stupid php.ini fallback for readfile (#30325 – fix by bellzebu)
Merge attachment caching
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.
Go away evil carriage returns\!
merging, revisions #r8453 and #r8454
Merging revisions #r8346, #r8347 and #r8348
oh boy…- Migrate code base to PHP 5.1+
erm, yes.
Hopefully fixes avatar caching for CGI installs.
hrm – let’s try this.
Nothing we can do about IE 6, but this should reduce the bandwidth need significantly.
fix download location for img wrap
ups, seems i really forgot to change this. :)
#i8