aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* Minor changesPaul S. Owen2003-04-171-8/+12
* Some change-arounds ... hopefully not introducing problems ...Paul S. Owen2003-04-171-54/+12
* Enable/disable display of moderator listingsPaul S. Owen2003-04-151-1/+8
* fixed delete post bug, use extension cache while posting, fix download counte...Meik Sievertsen2003-04-151-1/+2
* initial 'view attachments' implementation. added new template var (merged inc...Meik Sievertsen2003-04-101-0/+1
* Moved back gen_sorting() to mcp.phpLudovic Arnaud2003-04-091-163/+4
* Trying to centralise sorting... currently used in MCP, successfully tested in...Ludovic Arnaud2003-04-031-0/+163
* show the attach icon in viewforum. added cached extensions (we need them with...Meik Sievertsen2003-04-011-1/+36
* Just throwing this in ... dependencies still not complete ... the GUI and sto...Paul S. Owen2003-04-011-1/+2
* Don't output error page header when header already sentPaul S. Owen2003-03-301-5/+9
* global $db... ashe, i think you noticed already. :)Meik Sievertsen2003-03-291-0/+2
* forum_parents made more reliable. Removed the $extra_form_fields parameter fr...Ludovic Arnaud2003-03-281-29/+34
* board_email becomes board_contact, board_email is now intended for use in "Fr...Paul S. Owen2003-03-251-1/+1
* Tidy up and simplify emailer class, add generate_board_url function ... note ...Paul S. Owen2003-03-251-0/+7
* sql char field types must be enclosed in ' rather than "Paul S. Owen2003-03-201-3/+3
* Moved login procedure to a function enabling "inline" login links ... no more...Paul S. Owen2003-03-171-4/+54
* Redirect path changesPaul S. Owen2003-03-131-4/+4
* Tons of work on the UCP, see my topic in the development forum for more infoJames Atkinson2003-03-041-99/+0
* sorting select name changesPaul S. Owen2003-02-271-4/+4
* some changes... mainly permission related. Please note the intval($forum_id) ...Meik Sievertsen2003-02-261-1/+1
* Various updatesPaul S. Owen2003-02-251-14/+50
* Renamed some functions in cache manager, now unloads vars properly before the...Ludovic Arnaud2003-02-211-1/+1
* More capitalised lang strings, fixed some unset or incorrect variablesLudovic Arnaud2003-02-171-9/+6
* Remove '<select ...' from language, timezone and style option list generation...Paul S. Owen2003-01-311-17/+17
* Do not display table headers when no subforum is shownLudovic Arnaud2003-01-311-2/+8
* Changes for UCP and registration, pretty minor overall. Fixed emailer to useJames Atkinson2003-01-301-1/+1
* Case changes, fix forum_id in nav, fix forum_id in posting success msgPaul S. Owen2003-01-301-2/+2
* Slight change to obtain_icon sqlPaul S. Owen2003-01-281-1/+3
* Do away with icon_id > 1 business since it's no longer needed ... note you sh...Paul S. Owen2003-01-271-2/+1
* Re-enabled fully dynamic config settings.Ludovic Arnaud2003-01-221-1/+1
* Merged forum nav for viewtopic/viewforum, fixed cache behavior with an empty ...Ludovic Arnaud2003-01-221-6/+12
* Cache topic icons ... being used in three places, two high traffic areas ... ...Paul S. Owen2003-01-211-26/+49
* Un-b0rked ACL options caching, small general fixesLudovic Arnaud2003-01-201-7/+5
* Minor fixesLudovic Arnaud2003-01-131-6/+23
* Implementation of an experimental cache manager.Ludovic Arnaud2003-01-111-11/+36
* This is red, now why is it red ... probably because it's not green ... so let...Paul S. Owen2003-01-081-4/+4
* Updates as opposed to downdatesPaul S. Owen2003-01-081-10/+16
* Various updatesPaul S. Owen2003-01-071-146/+53
* Redirect changesPaul S. Owen2002-12-021-5/+13
* oopsPaul S. Owen2002-11-271-1/+2
* I know the jumpbox layout doesn't always match the real forum structure ... w...Paul S. Owen2002-11-261-3/+3
* Fixing my fix and initial checkin of markread()Bart van Bragt2002-11-261-0/+149
* Some changes to forum admin to better reflect subforum 'post/non-post' change...Paul S. Owen2002-11-251-3/+3
* Made the error handler behave responsibly when $user isn't there yetBart van Bragt2002-11-251-1/+10
* Moved profile.php to ucp.php. ucp is really really broken right now, don't ev...James Atkinson2002-11-211-1/+1
* Update jumpbox for subforum changesPaul S. Owen2002-11-191-48/+35
* Further layout faffing, nav links for viewtopic (code needs merging with view...Paul S. Owen2002-11-191-0/+57
* Cache moderator names? Output moderators for all forums in viewforum. Alter a...Paul S. Owen2002-11-181-33/+0
* Cache moderator names?Paul S. Owen2002-11-181-85/+77
* Cleaned up viewforum/index, altered template class to replace missing lang st...Ludovic Arnaud2002-11-081-1/+1