aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* initial draft functionality, loading (and a bunch of other stuff) is not ↵Meik Sievertsen2003-09-0411-59/+414
| | | | | | implemented yet + bugfixes. git-svn-id: file:///svn/phpbb/trunk@4467 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: BBCode admin lang stringsLudovic Arnaud2003-09-031-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@4466 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: APIsation in progress :)Ludovic Arnaud2003-09-031-503/+639
| | | | git-svn-id: file:///svn/phpbb/trunk@4465 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: headers, and a couple of clean-upsLudovic Arnaud2003-09-032-45/+30
| | | | git-svn-id: file:///svn/phpbb/trunk@4464 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added logging abilitiyLudovic Arnaud2003-09-031-5/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@4463 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various template updates, mainly search relatedPaul S. Owen2003-08-316-54/+85
| | | | git-svn-id: file:///svn/phpbb/trunk@4462 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsMeik Sievertsen2003-08-301-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4461 89ea8834-ac86-4346-8a33-228a782c2dd0
* enable globalising within posting screenMeik Sievertsen2003-08-303-133/+133
| | | | | | | not sure about forum statistics updates at the moment. git-svn-id: file:///svn/phpbb/trunk@4460 89ea8834-ac86-4346-8a33-228a782c2dd0
* speed up split words a tadPaul S. Owen2003-08-301-25/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@4459 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed: slashing attachment comments (hopefully)Meik Sievertsen2003-08-296-100/+64
| | | | | | | changed header. git-svn-id: file:///svn/phpbb/trunk@4458 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some html layout cleanupsPaul S. Owen2003-08-291-46/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@4457 89ea8834-ac86-4346-8a33-228a782c2dd0
* Nav output for non-postable subforums, minor changes for voting, change | to ↵Paul S. Owen2003-08-293-11/+11
| | | | | | • just to see how it looks :) git-svn-id: file:///svn/phpbb/trunk@4456 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changing of votes ... possible new icons for "new votes since last view" in ↵Paul S. Owen2003-08-292-59/+76
| | | | | | viewforum git-svn-id: file:///svn/phpbb/trunk@4455 89ea8834-ac86-4346-8a33-228a782c2dd0
* admin_bbcodes.php lang stringsLudovic Arnaud2003-08-281-0/+39
| | | | git-svn-id: file:///svn/phpbb/trunk@4454 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: admin definable bbcodesLudovic Arnaud2003-08-283-132/+608
| | | | | | | | Changed: preg references, use the prefered $n form instead of the old \\n one Fixed: tweaked PHP highlightning a little git-svn-id: file:///svn/phpbb/trunk@4453 89ea8834-ac86-4346-8a33-228a782c2dd0
* Guess what? Custom BBCodes are comingLudovic Arnaud2003-08-281-0/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@4452 89ea8834-ac86-4346-8a33-228a782c2dd0
* saved one query by moving max smilie check to the emoticons functionMeik Sievertsen2003-08-284-40/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@4451 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsPaul S. Owen2003-08-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4449 89ea8834-ac86-4346-8a33-228a782c2dd0
* Taken explain code out of sql_query. New improved layout.Ludovic Arnaud2003-08-281-9/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4448 89ea8834-ac86-4346-8a33-228a782c2dd0
* Taken explain code out of sql_query. New improved layout.Ludovic Arnaud2003-08-281-55/+155
| | | | git-svn-id: file:///svn/phpbb/trunk@4447 89ea8834-ac86-4346-8a33-228a782c2dd0
* user option method (get) startPaul S. Owen2003-08-271-54/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@4446 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: Allow multiple reports. If one tries to report the same post twice, ↵Ludovic Arnaud2003-08-271-13/+30
| | | | | | it will silently update the existing report. git-svn-id: file:///svn/phpbb/trunk@4445 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: Allow multiple reports. If one tries to report the same post twice, ↵Ludovic Arnaud2003-08-273-5/+2
| | | | | | it will silently update the existing report. git-svn-id: file:///svn/phpbb/trunk@4444 89ea8834-ac86-4346-8a33-228a782c2dd0
* Splitted lang array for clarityLudovic Arnaud2003-08-271-11/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@4443 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed: incorrect var names - Paul, please take a look if you have timeLudovic Arnaud2003-08-271-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@4442 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various bits and pieces ... this isn't really what I wanted M-2 to look like ↵Paul S. Owen2003-08-2711-238/+297
| | | | | | but hum ho git-svn-id: file:///svn/phpbb/trunk@4441 89ea8834-ac86-4346-8a33-228a782c2dd0
* bah, group handling needs some further discussion ... I'm done with it for M-2Paul S. Owen2003-08-2715-446/+336
| | | | git-svn-id: file:///svn/phpbb/trunk@4440 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsiePaul S. Owen2003-08-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4439 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move presently implemented group functions to ... functionsPaul S. Owen2003-08-272-319/+423
| | | | git-svn-id: file:///svn/phpbb/trunk@4438 89ea8834-ac86-4346-8a33-228a782c2dd0
* user colourPaul S. Owen2003-08-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4437 89ea8834-ac86-4346-8a33-228a782c2dd0
* Group related updatesPaul S. Owen2003-08-251-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4436 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various, acm_type, etc.Paul S. Owen2003-08-251-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@4435 89ea8834-ac86-4346-8a33-228a782c2dd0
* acm_type var name updatePaul S. Owen2003-08-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4434 89ea8834-ac86-4346-8a33-228a782c2dd0
* Show legend if group coloured and not hiddenPaul S. Owen2003-08-252-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@4433 89ea8834-ac86-4346-8a33-228a782c2dd0
* sigh, my damn keyboard ... stupid CTRL key never works properlyPaul S. Owen2003-08-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4432 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove topic_watch/unwatch from insertPaul S. Owen2003-08-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4431 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few more changes ... nearly there ... deleting users is going to be a ↵Paul S. Owen2003-08-254-202/+293
| | | | | | little troublesome git-svn-id: file:///svn/phpbb/trunk@4430 89ea8834-ac86-4346-8a33-228a782c2dd0
* The moving of update eliminates it's usefulness ... given the change was ↵Paul S. Owen2003-08-243-19/+29
| | | | | | done to increase security it wins :) git-svn-id: file:///svn/phpbb/trunk@4429 89ea8834-ac86-4346-8a33-228a782c2dd0
* Because of vars being unset by common.php we must always declare them after ↵Ludovic Arnaud2003-08-231-5/+4
| | | | | | common.php has been called git-svn-id: file:///svn/phpbb/trunk@4428 89ea8834-ac86-4346-8a33-228a782c2dd0
* More paranoiaLudovic Arnaud2003-08-231-0/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@4427 89ea8834-ac86-4346-8a33-228a782c2dd0
* Colourise username ... to bring a nice cheery smile to SHS` face ... ↵Paul S. Owen2003-08-231-1/+1
| | | | | | anything is an improvement :P git-svn-id: file:///svn/phpbb/trunk@4426 89ea8834-ac86-4346-8a33-228a782c2dd0
* That shouldn't be there ...Paul S. Owen2003-08-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4425 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mostly non-working still ... can add new users/team leadersPaul S. Owen2003-08-232-499/+680
| | | | git-svn-id: file:///svn/phpbb/trunk@4421 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update, use row1 instead of row3 as the legend td classPaul S. Owen2003-08-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4420 89ea8834-ac86-4346-8a33-228a782c2dd0
* Dump group moderator table, add field to user_group tablePaul S. Owen2003-08-221-7/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4419 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates "discovered" while working on website compression function ↵Paul S. Owen2003-08-221-14/+14
| | | | | | useage git-svn-id: file:///svn/phpbb/trunk@4418 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wake up oh dozey one ...Paul S. Owen2003-08-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4417 89ea8834-ac86-4346-8a33-228a782c2dd0
* specialchars data in swatch, rejiggle index variable setting and ↵Paul S. Owen2003-08-223-32/+27
| | | | | | comparisons, replace .php with $phpEx in styles for swatch git-svn-id: file:///svn/phpbb/trunk@4416 89ea8834-ac86-4346-8a33-228a782c2dd0
* Display page number infos only when necessaryLudovic Arnaud2003-08-211-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4415 89ea8834-ac86-4346-8a33-228a782c2dd0
* I said "temp"Ludovic Arnaud2003-08-211-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4414 89ea8834-ac86-4346-8a33-228a782c2dd0