aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Implementation of an experimental cache manager.Ludovic Arnaud2003-01-111-11/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@3312 89ea8834-ac86-4346-8a33-228a782c2dd0
* This is red, now why is it red ... probably because it's not green ... so ↵Paul S. Owen2003-01-081-4/+4
| | | | | | let's make it green and hope it wasn't red for some specific reason git-svn-id: file:///svn/phpbb/trunk@3287 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates as opposed to downdatesPaul S. Owen2003-01-081-10/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@3284 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2003-01-071-146/+53
| | | | git-svn-id: file:///svn/phpbb/trunk@3262 89ea8834-ac86-4346-8a33-228a782c2dd0
* Redirect changesPaul S. Owen2002-12-021-5/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@3161 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsPaul S. Owen2002-11-271-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3107 89ea8834-ac86-4346-8a33-228a782c2dd0
* I know the jumpbox layout doesn't always match the real forum structure ... ↵Paul S. Owen2002-11-261-3/+3
| | | | | | will fix git-svn-id: file:///svn/phpbb/trunk@3099 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixing my fix and initial checkin of markread()Bart van Bragt2002-11-261-0/+149
| | | | git-svn-id: file:///svn/phpbb/trunk@3097 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some changes to forum admin to better reflect subforum 'post/non-post' ↵Paul S. Owen2002-11-251-3/+3
| | | | | | changes ... no guarantees I've not broken something ... note the schema changes git-svn-id: file:///svn/phpbb/trunk@3094 89ea8834-ac86-4346-8a33-228a782c2dd0
* Made the error handler behave responsibly when $user isn't there yetBart van Bragt2002-11-251-1/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@3092 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved profile.php to ucp.php. ucp is really really broken right now, don't ↵James Atkinson2002-11-211-1/+1
| | | | | | even think about trying to use it. git-svn-id: file:///svn/phpbb/trunk@3075 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update jumpbox for subforum changesPaul S. Owen2002-11-191-48/+35
| | | | git-svn-id: file:///svn/phpbb/trunk@3064 89ea8834-ac86-4346-8a33-228a782c2dd0
* Further layout faffing, nav links for viewtopic (code needs merging with ↵Paul S. Owen2002-11-191-0/+57
| | | | | | viewforum/posting), moderators for viewtopic git-svn-id: file:///svn/phpbb/trunk@3063 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cache moderator names? Output moderators for all forums in viewforum. Alter ↵Paul S. Owen2002-11-181-33/+0
| | | | | | a few things in templates git-svn-id: file:///svn/phpbb/trunk@3061 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cache moderator names?Paul S. Owen2002-11-181-85/+77
| | | | git-svn-id: file:///svn/phpbb/trunk@3060 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleaned up viewforum/index, altered template class to replace missing lang ↵Ludovic Arnaud2002-11-081-1/+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
* Subforums update take #1Ludovic Arnaud2002-11-071-85/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@3010 89ea8834-ac86-4346-8a33-228a782c2dd0
* viewforum queries update + a couple of bugfixes.Ludovic Arnaud2002-11-051-8/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@3007 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various, typically posting related updatesPaul S. Owen2002-11-011-11/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@2997 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor changes, trying to get it working on my test serverLudovic Arnaud2002-10-311-3/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@2993 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed $board_config to $config, more posting "stuff", altered polling code ↵Paul S. Owen2002-10-301-11/+151
| | | | | | in viewtopic and loads of new problems, poor coding, etc. created :) git-svn-id: file:///svn/phpbb/trunk@2983 89ea8834-ac86-4346-8a33-228a782c2dd0
* sql_quote fixedPaul S. Owen2002-10-281-1/+76
| | | | git-svn-id: file:///svn/phpbb/trunk@2980 89ea8834-ac86-4346-8a33-228a782c2dd0
* Rules and lang changesPaul S. Owen2002-10-281-6/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2976 89ea8834-ac86-4346-8a33-228a782c2dd0
* Rules updatesPaul S. Owen2002-10-281-5/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@2975 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preliminary 'freeze' on permissions system awaiting developer feedback, ↵Paul S. Owen2002-10-261-74/+38
| | | | | | testing, etc. Caching of non-dynmaic config and acl option elements. git-svn-id: file:///svn/phpbb/trunk@2969 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mostly changes to turn userdata into user->data, lang into user->lang + ↵Paul S. Owen2002-10-201-143/+64
| | | | | | 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
* More jumpbox stuff, still not happy with the layout though =(Ludovic Arnaud2002-10-111-13/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@2953 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor bugfix (subforums template was called even if there only were empty ↵Ludovic Arnaud2002-10-111-3/+2
| | | | | | | | | subcats). Jumpbox got its "Select a forum" entry back. git-svn-id: file:///svn/phpbb/trunk@2952 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bugfix (disappearing forum names) + enabled jumpbox and modified it to allow ↵Ludovic Arnaud2002-10-101-18/+55
| | | | | | category jumping. git-svn-id: file:///svn/phpbb/trunk@2950 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added the redirect() function for nice and clean redirection.Ludovic Arnaud2002-10-091-27/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@2948 89ea8834-ac86-4346-8a33-228a782c2dd0
* Permission changes, updates admin functions, indented jumpboxes ... note ↵Paul S. Owen2002-10-081-73/+129
| | | | | | that the update script doesn't seem to introduce the user_permissions field @ present so you need to add it manually git-svn-id: file:///svn/phpbb/trunk@2942 89ea8834-ac86-4346-8a33-228a782c2dd0
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-65/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
* Subforums handling part 2, it almost works. Also added: the "Explain" link ↵Ludovic Arnaud2002-10-031-0/+23
| | | | | | at the bottom page, can be removed easily before official release if necessary. git-svn-id: file:///svn/phpbb/trunk@2913 89ea8834-ac86-4346-8a33-228a782c2dd0
* CleanupsLudovic Arnaud2002-09-151-0/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@2889 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some sql changesPaul S. Owen2002-08-171-28/+28
| | | | git-svn-id: file:///svn/phpbb/trunk@2866 89ea8834-ac86-4346-8a33-228a782c2dd0
* Rule output changes ... no point in limiting delete/attach just to viewtopic ...Paul S. Owen2002-08-071-7/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2834 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed things ... in various ways ... I thinkPaul S. Owen2002-08-061-19/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@2826 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wrong footer .. what a shockPaul S. Owen2002-08-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2823 89ea8834-ac86-4346-8a33-228a782c2dd0
* bye bye computerPaul S. Owen2002-08-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2822 89ea8834-ac86-4346-8a33-228a782c2dd0
* The next thing to go wrong causes this computer to go flying ...Paul S. Owen2002-08-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2821 89ea8834-ac86-4346-8a33-228a782c2dd0
* message_die admin header/footer updatePaul S. Owen2002-08-051-4/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@2820 89ea8834-ac86-4346-8a33-228a782c2dd0
* Pagination updates ... new function for on_pagePaul S. Owen2002-08-021-1/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@2810 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated user search system ... this _really_ needs to be integrated with ↵Paul S. Owen2002-07-271-6/+5
| | | | | | memberslist or something ... but it'll do here for now git-svn-id: file:///svn/phpbb/trunk@2760 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates to message output for admin (primarily)Paul S. Owen2002-07-171-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2707 89ea8834-ac86-4346-8a33-228a782c2dd0
* How come this worked fine locally ... bloody amazing ...Paul S. Owen2002-07-161-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2702 89ea8834-ac86-4346-8a33-228a782c2dd0
* Combine, update, remove various functions ... by committing this various ↵Paul S. Owen2002-07-141-339/+308
| | | | | | 'things' will stop working, I did warn you not to use 2.1.x ... :) git-svn-id: file:///svn/phpbb/trunk@2665 89ea8834-ac86-4346-8a33-228a782c2dd0
* IP related updates + fixed gc in sessionsPaul S. Owen2002-05-091-12/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2558 89ea8834-ac86-4346-8a33-228a782c2dd0
* merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates ↵Paul S. Owen2002-04-201-1/+1
| | | | | | and trial stuff for example session alterations git-svn-id: file:///svn/phpbb/trunk@2532 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates with any luck they fix a few minor issues without causing ↵Paul S. Owen2002-04-021-14/+5
| | | | | | new ones ... git-svn-id: file:///svn/phpbb/trunk@2462 89ea8834-ac86-4346-8a33-228a782c2dd0
* pre-freeze on main templates, various bug fixes (highlighting search ↵Paul S. Owen2002-03-311-3/+16
| | | | | | results, various search related issues, blah blah). These updates need _thorough_ checking, quickly git-svn-id: file:///svn/phpbb/trunk@2448 89ea8834-ac86-4346-8a33-228a782c2dd0