aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
Commit message (Expand)AuthorAgeFilesLines
* Global announcements ... sort of work ... well they seem to, need to look at ...Paul S. Owen2003-06-231-0/+1
* Add install/ warning for future usePaul S. Owen2003-06-211-7/+15
* deleting the constructor means refining the init call. ;)Meik Sievertsen2003-06-131-1/+2
* moved the queue call, added interval. The current lock is very "fluent" at th...Meik Sievertsen2003-05-301-0/+11
* Majority are UCP related updates ... avatars should now work, aside from gall...Paul S. Owen2003-05-261-4/+4
* a few updates, added #539865 and #694413.Meik Sievertsen2003-05-111-0/+1
* Changed forum_link_track to forum_flags for storage of additional info [ prun...Paul S. Owen2003-05-081-0/+1
* Various updates, forum links, "improve" forum management, cleanups, blah blah...Paul S. Owen2003-05-021-0/+3
* Various changes, and tests ... marking/tracking is not complete ... tinkering...Paul S. Owen2003-04-261-4/+4
* Changed: only cache non-dynamic config settingsLudovic Arnaud2003-04-231-4/+8
* replaced \' with ' in template to let it parse javascript correctly. admin_at...Meik Sievertsen2003-04-231-3/+5
* first version of attachment admin panel + some fixes (i hope i do not screw s...Meik Sievertsen2003-04-221-1/+1
* Change ACL_UNSET constant valuePaul S. Owen2003-04-151-1/+1
* Rename ACL_ constantsPaul S. Owen2003-04-121-4/+4
* changed $message to be a class variable, added attachment category constants ...Meik Sievertsen2003-04-111-0/+10
* Moved BBCODE_UID_LEN to common.phpLudovic Arnaud2003-04-111-0/+3
* Moved acl_options caching code into aclPaul S. Owen2003-03-291-27/+1
* hhmm, where did that constant go ...Paul S. Owen2003-03-251-0/+1
* initial attachment functionality... only posting related (add/delete/edit) an...Meik Sievertsen2003-03-221-0/+4
* Desesperatly trying to synchronise my different versions ;)Ludovic Arnaud2003-03-191-2/+1
* Moved db includePaul S. Owen2003-03-171-1/+1
* Implementing post reportingLudovic Arnaud2003-03-061-0/+2
* Tons of work on the UCP, see my topic in the development forum for more infoJames Atkinson2003-03-041-0/+1
* Updates of various types, sizes, colours and accessories ...Paul S. Owen2003-02-251-7/+5
* added extension loading. please note the additional variable 'Meik Sievertsen2003-02-251-0/+11
* Renamed some functions in cache manager, now unloads vars properly before the...Ludovic Arnaud2003-02-211-1/+3
* Add new group type, GROUP_FREE for "freely open"Paul S. Owen2003-01-311-0/+2
* Re-enabled fully dynamic config settings.Ludovic Arnaud2003-01-221-4/+13
* Remove or rename some table definitionsPaul S. Owen2003-01-211-8/+3
* Re-jiggle where acl_option caching is done, move to common in-keeping with co...Paul S. Owen2003-01-211-59/+47
* Un-b0rked ACL options caching, small general fixesLudovic Arnaud2003-01-201-3/+13
* Implementation of an experimental cache manager.Ludovic Arnaud2003-01-111-1/+29
* oops, seems I forgot to commit this :)Paul S. Owen2003-01-111-1/+1
* Initial Lastread support. Mind the schema and config changes\!Bart van Bragt2002-11-271-1/+6
* Cache moderator names?Paul S. Owen2002-11-181-0/+1
* Give the special groups a special constant ...to make them feel, well, special.Paul S. Owen2002-11-091-0/+1
* Cleaned up viewforum/index, altered template class to replace missing lang st...Ludovic Arnaud2002-11-081-0/+1
* Changed $board_config to $config, more posting "stuff", altered polling code ...Paul S. Owen2002-10-301-5/+8
* Preliminary 'freeze' on permissions awaiting developer feedback, testing, etc...Paul S. Owen2002-10-261-20/+31
* Mostly changes to turn userdata into user->data, lang into user->lang + bitst...Paul S. Owen2002-10-201-40/+21
* Random bugfixes, (hopefully) improved admin panel security.Ludovic Arnaud2002-10-171-2/+3
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-22/+15
* CleanupsLudovic Arnaud2002-09-151-0/+1
* Instantiate template and set template path from seperate methodPaul S. Owen2002-08-221-0/+1
* Anonymous takes user_id = 0 ... hopefully this will not cause problems on the...Paul S. Owen2002-08-161-1/+1
* More session changes to accomodate ACL_PERMIT/PREVENT ...Paul S. Owen2002-08-151-9/+5
* More changes ... switched away from prefetch for now ...Paul S. Owen2002-08-131-19/+11
* Various updatesPaul S. Owen2002-08-031-1/+1
* extra constantPaul S. Owen2002-07-281-1/+2
* Updates for permissions, sessions, lots of things ... note that _many_ things...Paul S. Owen2002-07-141-187/+68