View | Annotate | Download (7.5 KB)
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.
:o don’t allow access to that file for people who cannot add a comment
fixing access to const members in the normalizer and the normalizer test
Go away evil carriage returns\!
oh boy…- Migrate code base to PHP 5.1+
deregister globals to install too
normalizer does not return, it works via refs. updated the normalizer test to reflect this.
add proper die() statements although /develop is never ever shipped with phpBB…
FALSE -> falseTRUE -> true
elseif -> else if
Added: finished UTF normalization conformance testsAdded: now generate_utf_files.php also generates the files needed by the search indexer
Added: that script will run the UTF normalizer through a serie of conformance tests designed by the Unicode consortium for that purpose. Only the first part of the tests has been implemented yetTODO: test for invariants