aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Of course it has to be more tricky than that doesn't it ... well, I'm off to ...Paul S. Owen2002-11-211-1/+1
* Moved profile.php to ucp.php. ucp is really really broken right now, don't ev...James Atkinson2002-11-217-17/+17
* Merged and condensed into posting ... for now at least.Paul S. Owen2002-11-211-218/+0
* Moving UCP files to ucp/ directoryJames Atkinson2002-11-216-0/+0
* Update jumpbox for subforum changesPaul S. Owen2002-11-192-64/+39
* Further layout faffing, nav links for viewtopic (code needs merging with view...Paul S. Owen2002-11-193-55/+98
* Cache moderator names? Output moderators for all forums in viewforum. Alter a...Paul S. Owen2002-11-184-146/+217
* Cache moderator names?Paul S. Owen2002-11-181-85/+77
* "Fix" problem with forum_id being overwritten by sub forum listingPaul S. Owen2002-11-181-2/+3
* Output nothing if moderator display is "off"Paul S. Owen2002-11-151-5/+1
* Minor change to remove total_post countPaul S. Owen2002-11-131-6/+0
* Fix couple of errors ... you should run UPDATE phpbb_users SET user_permissio...Paul S. Owen2002-11-132-4/+4
* REGISTERED_INACTIVE to INACTIVE special group name changePaul S. Owen2002-11-091-1/+1
* More key changes ...Paul S. Owen2002-11-091-6/+1
* Cleaned up viewforum/index, altered template class to replace missing lang st...Ludovic Arnaud2002-11-083-32/+14
* These changes mean you no longer have to assign L_ vars values (unless you wa...Paul S. Owen2002-11-071-56/+57
* HTML stuffPaul S. Owen2002-11-071-37/+17
* Fix a couple of issues, hopefully haven't broken anything Ashe was planning ...Paul S. Owen2002-11-071-16/+5
* Subforums update take #1Ludovic Arnaud2002-11-072-180/+258
* Subforums update take #1Ludovic Arnaud2002-11-073-87/+37
* ALTER TABLE phpbb_smilies CHANGE smile_on_posting display_on_postingLudovic Arnaud2002-11-051-1/+1
* viewforum queries update + a couple of bugfixes.Ludovic Arnaud2002-11-053-11/+42
* Fix autologin issuesPaul S. Owen2002-11-021-5/+5
* Some bugfixes, quick-(un)locking now works.Ludovic Arnaud2002-11-011-10/+7
* More minor changesPaul S. Owen2002-11-011-7/+7
* floatval to doubleval for 4.1.xPaul S. Owen2002-11-011-1/+1
* Various, typically posting related updatesPaul S. Owen2002-11-013-151/+120
* Smilies enabled ... note this is not necessarily final ...Paul S. Owen2002-10-311-6/+40
* doubleval for load config, session to user var name changePaul S. Owen2002-10-312-4/+4
* Minor changes, trying to get it working on my test serverLudovic Arnaud2002-10-311-3/+6
* Magic URL updatesPaul S. Owen2002-10-311-20/+15
* Dumped sql_query_array, replaced with build_array, posting updates, fixed quo...Paul S. Owen2002-10-301-152/+108
* Changed $board_config to $config, more posting "stuff", altered polling code ...Paul S. Owen2002-10-3015-559/+539
* Merged back into functions ... not worth a seperate file @ only 4kbPaul S. Owen2002-10-291-171/+0
* sql_quote fixedPaul S. Owen2002-10-281-1/+76
* Removed function, replaced missing functionalityPaul S. Owen2002-10-281-2/+8
* Rules and lang changesPaul S. Owen2002-10-283-146/+144
* Rules updatesPaul S. Owen2002-10-281-5/+18
* Posting and acl option updatesPaul S. Owen2002-10-282-790/+70
* nav link index title changePaul S. Owen2002-10-261-1/+1
* Preliminary 'freeze' on permissions system awaiting developer feedback, testi...Paul S. Owen2002-10-263-203/+226
* bah, various issues, assign lang to this->lang via pointer(?)Paul S. Owen2002-10-211-5/+5
* Mostly changes to turn userdata into user->data, lang into user->lang + bitst...Paul S. Owen2002-10-2010-577/+582
* Random bugfixes, (hopefully) improved admin panel security.Ludovic Arnaud2002-10-173-14/+17
* More jumpbox stuff, still not happy with the layout though =(Ludovic Arnaud2002-10-111-13/+27
* Minor bugfix (subforums template was called even if there only were empty sub...Ludovic Arnaud2002-10-111-3/+2
* More bugfixesLudovic Arnaud2002-10-103-108/+104
* Bugfix (disappearing forum names) + enabled jumpbox and modified it to allow ...Ludovic Arnaud2002-10-103-25/+67
* oops, that got broke ... removed some now superfluous codePaul S. Owen2002-10-091-71/+16
* Added the redirect() function for nice and clean redirection.Ludovic Arnaud2002-10-093-34/+34