aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
* Add a ; to URI validation rexPaul S. Owen2002-01-281-5/+5
* Fix bug #509513Paul S. Owen2002-01-281-2/+2
* Fix error in script name, posting vs. viewtopicPaul S. Owen2002-01-281-0/+1
* Added translation support for forumauth levels + re-added one of the sanity c...Paul S. Owen2002-01-281-4/+14
* Added translations for ALL, REG, MOD, etc. used in admin_forumauthPaul S. Owen2002-01-281-0/+8
* More hard-coded .php extensionsPaul S. Owen2002-01-283-6/+6
* And another ...Paul S. Owen2002-01-281-2/+2
* Couple more updates to URL 'fixes'Paul S. Owen2002-01-281-2/+2
* Updated themes_name field lengths to 50 as per other schemasPaul S. Owen2002-01-281-31/+31
* Initial version submitted via email to me by an 'anonymous' user ... please c...Paul S. Owen2002-01-2819-0/+1899
* Various updates by waheedPaul S. Owen2002-01-289-62/+55
* Various updates by Rici et alPaul S. Owen2002-01-284-218/+226
* preg_quote lines for /* comment parsed SQL ... was causing failure on install...Paul S. Owen2002-01-281-11/+13
* Fix some minor issues ...Paul S. Owen2002-01-281-0/+3
* Fix bug #505064Paul S. Owen2002-01-281-1/+1
* Various updates related to email creation ... should fix various bugs and err...Paul S. Owen2002-01-275-360/+395
* Some changes to Dutch translation (thanks again, Erik)Bart van Bragt2002-01-271-11/+21
* header Location mod to cope with IIS ... I hopePaul S. Owen2002-01-271-8/+14
* Fixed use of date instead of create_date for most users online ...Paul S. Owen2002-01-271-1/+1
* Fixed content-type/length bugsPaul S. Owen2002-01-272-12/+15
* arrgghhhhh I hate regexpPaul S. Owen2002-01-271-5/+5
* alphaNUMERICS Paul, ... dohPaul S. Owen2002-01-271-5/+5
* Check for allowed chars in [url] submissions ... could use some double checkingPaul S. Owen2002-01-271-5/+5
* Fixed $phpEx inside single quotesPaul S. Owen2002-01-271-1/+1
* Fix various bugs; password length warning, proper warnings for username/email...Paul S. Owen2002-01-274-93/+94
* Fixed stripslashing problem which would lead to incorrect search results in s...Paul S. Owen2002-01-271-7/+6
* Remove hard-coded .phpPaul S. Owen2002-01-272-2/+2
* Fix unread marker after own post, change moderator listing method to that of ...Paul S. Owen2002-01-271-46/+41
* Browsing this forum var added to templatePaul S. Owen2002-01-271-4/+2
* Uncomment and 'complete' browsing in forum online listPaul S. Owen2002-01-271-11/+13
* Add $lang['Browsing_forum'] ... at least two more additions to comePaul S. Owen2002-01-271-0/+5
* Numerous updates and changesPaul S. Owen2002-01-271-214/+171
* Removed INSERT code into separate routine, this separated update should be ad...Paul S. Owen2002-01-251-23/+3
* Update for most online ... separated from page_headerPaul S. Owen2002-01-251-0/+29
* Oops, why do I always screw up in the first checkin?Bart van Bragt2002-01-251-4/+4
* Implemented Record of online usersBart van Bragt2002-01-255-1/+49
* Error with adding search matches, wrong variable being used for insert ... se...Paul S. Owen2002-01-251-4/+2
* htmlspecialchars for subject, poll title and optionsPaul S. Owen2002-01-251-10/+3
* Fixed viewforum/admin_forum bug for guestsPaul S. Owen2002-01-251-1/+1
* Initial version by borz_offPaul S. Owen2002-01-2516-0/+0
* Fourth attempt at this ... stupid CVS, remove global $mode requirementPaul S. Owen2002-01-251-0/+10
* Fix display of HTML, BBCode, Smilies status next to signature to reflect glob...Paul S. Owen2002-01-251-23/+23
* Fix bug #502174, show Guest post usernames correctly ... well as correct as t...Paul S. Owen2002-01-253-10/+14
* doh, brain fartPaul S. Owen2002-01-251-1/+1
* Removed dependance on global defined $mode ...Paul S. Owen2002-01-251-0/+12
* Set a user_id of ANONYMOUS on logoutPaul S. Owen2002-01-251-1/+1
* Removed odbc_error stuff since it doesn't work anywayPaul S. Owen2002-01-251-3/+3
* Re-added str_replace for LOWER -> LCASE in queriesPaul S. Owen2002-01-251-0/+2
* Change ego search back to topic output rather than posts (as was till last up...Paul S. Owen2002-01-251-1/+1
* Initial version by arttorPaul S. Owen2002-01-2520-0/+1897