aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
Commit message (Collapse)AuthorAgeFilesLines
* Global announcements ... sort of work ... well they seem to, need to look at ↵Paul S. Owen2003-06-231-0/+1
| | | | | | possbility of splitting topics table in two git-svn-id: file:///svn/phpbb/trunk@4167 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add install/ warning for future usePaul S. Owen2003-06-211-7/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@4164 89ea8834-ac86-4346-8a33-228a782c2dd0
* deleting the constructor means refining the init call. ;)Meik Sievertsen2003-06-131-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4120 89ea8834-ac86-4346-8a33-228a782c2dd0
* moved the queue call, added interval. The current lock is very "fluent" at ↵Meik Sievertsen2003-05-301-0/+11
| | | | | | the moment. ;) git-svn-id: file:///svn/phpbb/trunk@4068 89ea8834-ac86-4346-8a33-228a782c2dd0
* Majority are UCP related updates ... avatars should now work, aside from ↵Paul S. Owen2003-05-261-4/+4
| | | | | | gallery, fixed a few other issues, updated schema/basic git-svn-id: file:///svn/phpbb/trunk@4062 89ea8834-ac86-4346-8a33-228a782c2dd0
* a few updates, added #539865 and #694413.Meik Sievertsen2003-05-111-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4005 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed forum_link_track to forum_flags for storage of additional info [ ↵Paul S. Owen2003-05-081-0/+1
| | | | | | pruning related ], moved lang selection into DB, other minor changes, still working on admin_prune, per forum styling for posting git-svn-id: file:///svn/phpbb/trunk@3989 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, forum links, "improve" forum management, cleanups, blah ↵Paul S. Owen2003-05-021-0/+3
| | | | | | blah, note the schema changes, note also that forum management may misbehave ... reports on wrong doings are welcome ... seem to be having problems with some mcp functions under apache/win32 git-svn-id: file:///svn/phpbb/trunk@3961 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes, and tests ... marking/tracking is not complete ... ↵Paul S. Owen2003-04-261-4/+4
| | | | | | tinkering, changing, etc. still to be done ... it's just I've made numerous and various changes to different files so a commit really is due git-svn-id: file:///svn/phpbb/trunk@3953 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: only cache non-dynamic config settingsLudovic Arnaud2003-04-231-4/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@3935 89ea8834-ac86-4346-8a33-228a782c2dd0
* replaced \' with ' in template to let it parse javascript correctly. ↵Meik Sievertsen2003-04-231-3/+5
| | | | | | admin_attachments.php changes. added real media streaming. git-svn-id: file:///svn/phpbb/trunk@3932 89ea8834-ac86-4346-8a33-228a782c2dd0
* first version of attachment admin panel + some fixes (i hope i do not screw ↵Meik Sievertsen2003-04-221-1/+1
| | | | | | someones code with this, my appologies) git-svn-id: file:///svn/phpbb/trunk@3926 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change ACL_UNSET constant valuePaul S. Owen2003-04-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3836 89ea8834-ac86-4346-8a33-228a782c2dd0
* Rename ACL_ constantsPaul S. Owen2003-04-121-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3819 89ea8834-ac86-4346-8a33-228a782c2dd0
* changed $message to be a class variable, added attachment category constants ↵Meik Sievertsen2003-04-111-0/+10
| | | | | | (now images are displayed inlined by default... no wrong assignments anymore, if you wondered why your zip file got streamed. ;)) git-svn-id: file:///svn/phpbb/trunk@3816 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved BBCODE_UID_LEN to common.phpLudovic Arnaud2003-04-111-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3811 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved acl_options caching code into aclPaul S. Owen2003-03-291-27/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3746 89ea8834-ac86-4346-8a33-228a782c2dd0
* hhmm, where did that constant go ...Paul S. Owen2003-03-251-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3714 89ea8834-ac86-4346-8a33-228a782c2dd0
* initial attachment functionality... only posting related (add/delete/edit) ↵Meik Sievertsen2003-03-221-0/+4
| | | | | | and schema. Also added attachment switch to board settings admin. git-svn-id: file:///svn/phpbb/trunk@3697 89ea8834-ac86-4346-8a33-228a782c2dd0
* Desesperatly trying to synchronise my different versions ;)Ludovic Arnaud2003-03-191-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3676 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved db includePaul S. Owen2003-03-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3657 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implementing post reportingLudovic Arnaud2003-03-061-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3601 89ea8834-ac86-4346-8a33-228a782c2dd0
* Tons of work on the UCP, see my topic in the development forum for more infoJames Atkinson2003-03-041-0/+1
| | | | | | | | | | on the bigger changes. Registration should still work, the basic layout of the UCP is also done with the start on the profile settings area. git-svn-id: file:///svn/phpbb/trunk@3591 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates of various types, sizes, colours and accessories ...Paul S. Owen2003-02-251-7/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3531 89ea8834-ac86-4346-8a33-228a782c2dd0
* added extension loading. please note the additional variable 'Meik Sievertsen2003-02-251-0/+11
| | | | | | | $load_extensions = "";' within config.php. git-svn-id: file:///svn/phpbb/trunk@3528 89ea8834-ac86-4346-8a33-228a782c2dd0
* Renamed some functions in cache manager, now unloads vars properly before ↵Ludovic Arnaud2003-02-211-1/+3
| | | | | | the page is output. git-svn-id: file:///svn/phpbb/trunk@3479 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add new group type, GROUP_FREE for "freely open"Paul S. Owen2003-01-311-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3443 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-enabled fully dynamic config settings.Ludovic Arnaud2003-01-221-4/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@3360 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove or rename some table definitionsPaul S. Owen2003-01-211-8/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3344 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-jiggle where acl_option caching is done, move to common in-keeping with ↵Paul S. Owen2003-01-211-59/+47
| | | | | | config git-svn-id: file:///svn/phpbb/trunk@3341 89ea8834-ac86-4346-8a33-228a782c2dd0
* Un-b0rked ACL options caching, small general fixesLudovic Arnaud2003-01-201-3/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@3338 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implementation of an experimental cache manager.Ludovic Arnaud2003-01-111-1/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@3312 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, seems I forgot to commit this :)Paul S. Owen2003-01-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3309 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial Lastread support. Mind the schema and config changes\!Bart van Bragt2002-11-271-1/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@3102 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cache moderator names?Paul S. Owen2002-11-181-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3060 89ea8834-ac86-4346-8a33-228a782c2dd0
* Give the special groups a special constant ...to make them feel, well, special.Paul S. Owen2002-11-091-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3021 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleaned up viewforum/index, altered template class to replace missing lang ↵Ludovic Arnaud2002-11-081-0/+1
| | | | | | strings with a nicely formatted text, pre-implemented topics prefetching and broke some things. git-svn-id: file:///svn/phpbb/trunk@3018 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed $board_config to $config, more posting "stuff", altered polling code ↵Paul S. Owen2002-10-301-5/+8
| | | | | | in viewtopic and loads of new problems, poor coding, etc. created :) git-svn-id: file:///svn/phpbb/trunk@2983 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preliminary 'freeze' on permissions awaiting developer feedback, testing, ↵Paul S. Owen2002-10-261-20/+31
| | | | | | etc. Caching of non-dynmaic config and acl option elements. git-svn-id: file:///svn/phpbb/trunk@2970 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mostly changes to turn userdata into user->data, lang into user->lang + ↵Paul S. Owen2002-10-201-40/+21
| | | | | | bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final git-svn-id: file:///svn/phpbb/trunk@2958 89ea8834-ac86-4346-8a33-228a782c2dd0
* Random bugfixes, (hopefully) improved admin panel security.Ludovic Arnaud2002-10-171-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2954 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-22/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
* CleanupsLudovic Arnaud2002-09-151-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2889 89ea8834-ac86-4346-8a33-228a782c2dd0
* Instantiate template and set template path from seperate methodPaul S. Owen2002-08-221-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2882 89ea8834-ac86-4346-8a33-228a782c2dd0
* Anonymous takes user_id = 0 ... hopefully this will not cause problems on ↵Paul S. Owen2002-08-161-1/+1
| | | | | | the various supported DB's ... git-svn-id: file:///svn/phpbb/trunk@2865 89ea8834-ac86-4346-8a33-228a782c2dd0
* More session changes to accomodate ACL_PERMIT/PREVENT ...Paul S. Owen2002-08-151-9/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2853 89ea8834-ac86-4346-8a33-228a782c2dd0
* More changes ... switched away from prefetch for now ...Paul S. Owen2002-08-131-19/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@2849 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2002-08-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2816 89ea8834-ac86-4346-8a33-228a782c2dd0
* extra constantPaul S. Owen2002-07-281-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2776 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for permissions, sessions, lots of things ... note that _many_ ↵Paul S. Owen2002-07-141-187/+68
| | | | | | things _do_not_work_ now ... I'm commiting them to stop people complaining about my holding on to everything :) There is _no_ update script at present for all these changes, you'll have to work out what's needed yourselves till I finish various things git-svn-id: file:///svn/phpbb/trunk@2673 89ea8834-ac86-4346-8a33-228a782c2dd0