aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* And from the flames rose the might phoenix ... well, a little crisp around ↵Paul S. Owen2003-03-202-29/+30
| | | | | | the edges with the odd missing feather ... git-svn-id: file:///svn/phpbb/trunk@3688 89ea8834-ac86-4346-8a33-228a782c2dd0
* Print entire topicPaul S. Owen2003-03-201-4/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3687 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move to sql_query_limitPaul S. Owen2003-03-202-29/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@3686 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor changePaul S. Owen2003-03-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3685 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add forum image to template varsPaul S. Owen2003-03-201-5/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@3684 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove some redundant pruning stuffPaul S. Owen2003-03-201-7/+129
| | | | git-svn-id: file:///svn/phpbb/trunk@3683 89ea8834-ac86-4346-8a33-228a782c2dd0
* sql char field types must be enclosed in ' rather than "Paul S. Owen2003-03-201-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3682 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wrong syntax for limit, cockup in sql_escape ...Paul S. Owen2003-03-191-4/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@3681 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fudge for firebird schemaPaul S. Owen2003-03-191-1/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@3680 89ea8834-ac86-4346-8a33-228a782c2dd0
* Seems to work ...Paul S. Owen2003-03-191-0/+1069
| | | | git-svn-id: file:///svn/phpbb/trunk@3679 89ea8834-ac86-4346-8a33-228a782c2dd0
* ACM filenames re-prefixedLudovic Arnaud2003-03-191-0/+227
| | | | git-svn-id: file:///svn/phpbb/trunk@3677 89ea8834-ac86-4346-8a33-228a782c2dd0
* Desesperatly trying to synchronise my different versions ;)Ludovic Arnaud2003-03-194-71/+131
| | | | git-svn-id: file:///svn/phpbb/trunk@3676 89ea8834-ac86-4346-8a33-228a782c2dd0
* Possible workaround for affected rows ... must test thisPaul S. Owen2003-03-181-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3673 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update following move of post count incrementation checks to permissionsPaul S. Owen2003-03-181-19/+37
| | | | git-svn-id: file:///svn/phpbb/trunk@3672 89ea8834-ac86-4346-8a33-228a782c2dd0
* Here I am going on about minimising new includes and I go and create one ... ↵Paul S. Owen2003-03-183-485/+505
| | | | | | probably better off as a seperate include though than adding ~500 lines of code to session.php git-svn-id: file:///svn/phpbb/trunk@3670 89ea8834-ac86-4346-8a33-228a782c2dd0
* Line feeds again ... also wondering if, given what this does it may be ↵Paul S. Owen2003-03-181-1/+0
| | | | | | better integrated with memberlist? git-svn-id: file:///svn/phpbb/trunk@3669 89ea8834-ac86-4346-8a33-228a782c2dd0
* Problem with url matching + spacesPaul S. Owen2003-03-181-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@3667 89ea8834-ac86-4346-8a33-228a782c2dd0
* Dont' display legend if blankPaul S. Owen2003-03-181-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3663 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change cache location to root path cache, you can delete the cache/ and its ↵Paul S. Owen2003-03-181-128/+17
| | | | | | contents from the templates/ directory. Moved cache show, decompile, etc. methods to new admin_ object in functions_admin git-svn-id: file:///svn/phpbb/trunk@3662 89ea8834-ac86-4346-8a33-228a782c2dd0
* Paul did a whoopsiePaul S. Owen2003-03-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3661 89ea8834-ac86-4346-8a33-228a782c2dd0
* Trying somethingPaul S. Owen2003-03-173-52/+59
| | | | git-svn-id: file:///svn/phpbb/trunk@3660 89ea8834-ac86-4346-8a33-228a782c2dd0
* It's alive! It's alive! ...Paul S. Owen2003-03-171-482/+457
| | | | git-svn-id: file:///svn/phpbb/trunk@3659 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved to includes/Paul S. Owen2003-03-1710-3816/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3658 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
* Moved to includes ... since they are included too .. trying to "clean up" ↵Paul S. Owen2003-03-1710-0/+3817
| | | | | | structure a little git-svn-id: file:///svn/phpbb/trunk@3656 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missing selects ... should make names of these vars more consistent ...Paul S. Owen2003-03-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3654 89ea8834-ac86-4346-8a33-228a782c2dd0
* Incomplete, intended future support for 2.2Paul S. Owen2003-03-171-0/+429
| | | | git-svn-id: file:///svn/phpbb/trunk@3653 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add index, remove loginPaul S. Owen2003-03-172-105/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@3652 89ea8834-ac86-4346-8a33-228a782c2dd0
* Output group colour legend here tooPaul S. Owen2003-03-173-5/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@3651 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved login procedure to a function enabling "inline" login links ... no ↵Paul S. Owen2003-03-1710-216/+313
| | | | | | more "messy" redirects ... install will be broken for now, at least when it comes to redirecting after completion. Moved "front-end" login to ucp.php git-svn-id: file:///svn/phpbb/trunk@3650 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved directoryPaul S. Owen2003-03-1329-9494/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3648 89ea8834-ac86-4346-8a33-228a782c2dd0
* Redirect path changesPaul S. Owen2003-03-137-275/+289
| | | | git-svn-id: file:///svn/phpbb/trunk@3647 89ea8834-ac86-4346-8a33-228a782c2dd0
* New directory namePaul S. Owen2003-03-1329-0/+9523
| | | | git-svn-id: file:///svn/phpbb/trunk@3646 89ea8834-ac86-4346-8a33-228a782c2dd0
* MCP updates. The resync function can now resync 'topic_reported' and ↵Ludovic Arnaud2003-03-136-221/+703
| | | | | | 'topic_approved' flags git-svn-id: file:///svn/phpbb/trunk@3645 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added the quickmod var for topic_type switchingLudovic Arnaud2003-03-131-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3644 89ea8834-ac86-4346-8a33-228a782c2dd0
* Please try not to notice.Ludovic Arnaud2003-03-131-2/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3643 89ea8834-ac86-4346-8a33-228a782c2dd0
* Slightly altered layout of reported/unapproved indicatorsLudovic Arnaud2003-03-131-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3642 89ea8834-ac86-4346-8a33-228a782c2dd0
* More strings :]Ludovic Arnaud2003-03-131-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3641 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added indicators for reported and/or unapproved items. Note that moderators ↵Ludovic Arnaud2003-03-134-17/+61
| | | | | | with m_approve permission can now read unapproved topics and posts normally. git-svn-id: file:///svn/phpbb/trunk@3640 89ea8834-ac86-4346-8a33-228a782c2dd0
* Two new images (reported/unapproved items), please update your database. ↵Ludovic Arnaud2003-03-134-1/+3
| | | | | | Added blank images as placeholders. git-svn-id: file:///svn/phpbb/trunk@3639 89ea8834-ac86-4346-8a33-228a782c2dd0
* More capitalizationLudovic Arnaud2003-03-121-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3638 89ea8834-ac86-4346-8a33-228a782c2dd0
* D'OH!Ludovic Arnaud2003-03-121-3/+5
| | | | | | | (sql cache can expire, now) git-svn-id: file:///svn/phpbb/trunk@3637 89ea8834-ac86-4346-8a33-228a782c2dd0
* $lang vars for reported/approved posts and topicLudovic Arnaud2003-03-121-1/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@3636 89ea8834-ac86-4346-8a33-228a782c2dd0
* Insert [*] when clicking list button (is my approach user friendly ?)Meik Sievertsen2003-03-124-47/+144
| | | | git-svn-id: file:///svn/phpbb/trunk@3635 89ea8834-ac86-4346-8a33-228a782c2dd0
* ah... here is the missing email template... why are you not playing with ↵Meik Sievertsen2003-03-121-0/+14
| | | | | | your brothers, now get into this repository, hurry, hurry. git-svn-id: file:///svn/phpbb/trunk@3634 89ea8834-ac86-4346-8a33-228a782c2dd0
* forum and topic notification + poll fixesMeik Sievertsen2003-03-125-459/+655
| | | | git-svn-id: file:///svn/phpbb/trunk@3633 89ea8834-ac86-4346-8a33-228a782c2dd0
* some posting updates and fixes.Meik Sievertsen2003-03-107-133/+343
| | | | git-svn-id: file:///svn/phpbb/trunk@3631 89ea8834-ac86-4346-8a33-228a782c2dd0
* Without cachingPaul S. Owen2003-03-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3630 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, the idea of hidden groups is that you cannot see who is a member ... duhPaul S. Owen2003-03-101-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3629 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various additions and fixesPaul S. Owen2003-03-106-89/+146
| | | | git-svn-id: file:///svn/phpbb/trunk@3628 89ea8834-ac86-4346-8a33-228a782c2dd0