phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.
Find a file
2008-06-09 00:59:44 +00:00
code_sniffer/phpbb Moving code sniffer stuff into subfolder so directory can be linked and doesn't require copying 2008-05-04 20:06:02 +00:00
phpBB Rewrote this stuff so that it is all multiple object oriented instead of looping single objects... The way it is written, there should be no speed decrease (and in some places, a speed increase) and maybe a miniscule amount of extra memory used in the move_topics function... Everything in there should be O(n) where n is the number of topics or posts being delete or moved or whatever. Multiple topic insertions are not supported as I cannot forsee where one would like to insert multiple topics into the same forum. Different forums I can understand but there is no way to optimize that _at all_. More work to come... 2008-06-09 00:59:44 +00:00
tests fix security test for redirect. Also set common server variables to mimick a real testbed. 2008-06-08 21:43:27 +00:00