aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* Minor updates for syncing, sql quoting, etc.Paul S. Owen2002-10-281-90/+13
* sql_quote fixedPaul S. Owen2002-10-281-1/+76
* Removed function, replaced missing functionalityPaul S. Owen2002-10-281-2/+8
* Moved to enPaul S. Owen2002-10-2824-2794/+0
* Contains the language namePaul S. Owen2002-10-281-0/+1
* Rules and lang changesPaul S. Owen2002-10-283-146/+144
* Rules updatesPaul S. Owen2002-10-281-5/+18
* Layout and form updatesPaul S. Owen2002-10-283-5/+9
* mysql4 updatePaul S. Owen2002-10-281-146/+215
* Posting and acl option updatesPaul S. Owen2002-10-2810-1120/+642
* nav link index title changePaul S. Owen2002-10-262-2/+2
* Preliminary 'freeze' on permissions awaiting developer feedback, testing, etc...Paul S. Owen2002-10-267-124/+136
* Preliminary 'freeze' on permissions system awaiting developer feedback, testi...Paul S. Owen2002-10-263-203/+226
* Cache file -> needs to have appropriate write permissions set on serverPaul S. Owen2002-10-261-68/+5
* A few ideas and testsPaul S. Owen2002-10-221-892/+190
* bah, various issues, assign lang to this->lang via pointer(?)Paul S. Owen2002-10-216-167/+161
* My contribution for today: 1 extra byteLudovic Arnaud2002-10-201-1/+1
* It's been a while ...Paul S. Owen2002-10-201-15/+0
* Mostly changes to turn userdata into user->data, lang into user->lang + bitst...Paul S. Owen2002-10-2052-2144/+2163
* Will it stay or will it go now ... hang on, I believe someone's already writt...Paul S. Owen2002-10-201-0/+72
* They shouldn't still be there ...Paul S. Owen2002-10-182-102/+0
* Random bugfixes, (hopefully) improved admin panel security.Ludovic Arnaud2002-10-171-2/+0
* Random bugfixes, (hopefully) improved admin panel security.Ludovic Arnaud2002-10-176-32/+39
* More jumpbox stuff, still not happy with the layout though =(Ludovic Arnaud2002-10-111-13/+27
* Minor bugfix (subforums template was called even if there only were empty sub...Ludovic Arnaud2002-10-112-4/+13
* More bugfixesLudovic Arnaud2002-10-103-108/+104
* Bugfix (disappearing forum names) + enabled jumpbox and modified it to allow ...Ludovic Arnaud2002-10-104-30/+77
* oops, that got broke ... removed some now superfluous codePaul S. Owen2002-10-091-71/+16
* Added the redirect() function for nice and clean redirection.Ludovic Arnaud2002-10-096-62/+44
* missing globalPaul S. Owen2002-10-081-1/+1
* Of little use since the whole user admin interface will need rewritingPaul S. Owen2002-10-083-357/+0
* missed method name changePaul S. Owen2002-10-081-1/+1
* Minor changes to select boxPaul S. Owen2002-10-085-36/+33
* Permission related updates ... is still not final but is getting there ... fa...Paul S. Owen2002-10-0840-1213/+891
* Permission changes, updates admin functions, indented jumpboxes ... note that...Paul S. Owen2002-10-087-382/+480
* Stale lock should be gone ... thanks to whoever contributed these imagesPaul S. Owen2002-10-082-0/+0
* Fixed last poster name, dumped categories table.Ludovic Arnaud2002-10-073-16/+2
* Fixed demo topic not showing up after install.Ludovic Arnaud2002-10-071-1/+1
* Err... max() actually needs two args :DLudovic Arnaud2002-10-071-1/+1
* auth comments, cache(?)Paul S. Owen2002-10-061-65/+97
* anonymous user takes id = 0, smilies have width and height termsPaul S. Owen2002-10-051-26/+26
* Change admin lang to en by default ... prevents admin/viewonline chockingPaul S. Owen2002-10-051-1/+1
* wrong field name, oopsPaul S. Owen2002-10-051-13/+12
* Switch to user class(?)Paul S. Owen2002-10-052-35/+21
* Is this quicker or slower than the for loop/concat method for comparing the IPs?Paul S. Owen2002-10-051-9/+2
* another oopsie in sessions + whos online fix for forum_id in page_header (ind...Paul S. Owen2002-10-052-4/+4
* oops, forgot to replace if ...Paul S. Owen2002-10-041-5/+8
* Associative array change ...Paul S. Owen2002-10-044-2050/+1698
* prune_enable re-added ... is it still required ... couldn't prune_freq be use...Paul S. Owen2002-10-041-0/+1
* Overcome last visit issue (in a 'way'), reduce work gc has to do ... hopefull...Paul S. Owen2002-10-041-38/+43