aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added title support and updated for changes in includes/search ... title slow...Paul S. Owen2002-01-251-109/+89
* Various updates to fix problems with large result sets ... code is quite mess...Paul S. Owen2002-01-252-376/+258
* Fix defines for warningsPaul S. Owen2002-01-251-82/+82
* Fix for bug #505883the_systech2002-01-241-2/+24
* Fixed a bug in filetype detection for gzip in latest mozilla...the_systech2002-01-241-2/+2
* Changed setmodules == 1 to \!empty() to please PaulBart van Bragt2002-01-241-1/+1
* Fix global disallow sig still allows old sigs to display bug #501162Paul S. Owen2002-01-242-7/+14
* Fix lack of starttime in emoticons page causing huge page gen timePaul S. Owen2002-01-241-1/+1
* This version has an added advantage ... it works ... I think.Paul S. Owen2002-01-241-9/+7
* Fix admin disable avatar yet still shows bug #506070Paul S. Owen2002-01-242-14/+8
* Fix HTML span color bug #507545Paul S. Owen2002-01-241-2/+2
* Change setmodules == 1 to !empty($setmodules), stop it complaining if it isn'...Paul S. Owen2002-01-2414-14/+14
* Fix smiley default bug #507777 (thanks hsim) plus fixes for other default (on...Paul S. Owen2002-01-241-32/+44
* Fixed XHTML compliance for <style> tag (#507689)Bart van Bragt2002-01-231-1/+1
* UpdatesPaul S. Owen2002-01-232-205/+215
* Fixes for TH_CLASS 2 & 3 by TomPaul S. Owen2002-01-232-3/+7
* Initial version by DalixamPaul S. Owen2002-01-2321-0/+2184
* Initial versionsPaul S. Owen2002-01-2316-0/+0
* Fixed renaming of users (also rename usergroup) #506983Bart van Bragt2002-01-221-0/+12
* Fixed bug #505904, can't change usernames with ' in admin_users.phpBart van Bragt2002-01-221-1/+1
* Fixed bug #505838, debug messages didn't show SQL errorsBart van Bragt2002-01-221-19/+26