aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Altered various aspects of emailing ... tested on a windows platform with ↵Paul S. Owen2003-04-212-68/+100
| | | | | | both mail() and direct smtp ... it worked in both cases. git-svn-id: file:///svn/phpbb/trunk@3902 89ea8834-ac86-4346-8a33-228a782c2dd0
* First-pass syntax highlightning. Will fix quotes laterLudovic Arnaud2003-04-203-44/+45
| | | | git-svn-id: file:///svn/phpbb/trunk@3901 89ea8834-ac86-4346-8a33-228a782c2dd0
* Review only approved postsLudovic Arnaud2003-04-201-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3900 89ea8834-ac86-4346-8a33-228a782c2dd0
* dumdidumMeik Sievertsen2003-04-201-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3899 89ea8834-ac86-4346-8a33-228a782c2dd0
* #575496 - only one way to do it, user input would be nice. ;)Meik Sievertsen2003-04-204-41/+162
| | | | git-svn-id: file:///svn/phpbb/trunk@3898 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-introduce sorting by rank ... note that only normal ranks are actively ↵Paul S. Owen2003-04-202-17/+30
| | | | | | sorted. Special ranks are listed first no matter what the sort order. git-svn-id: file:///svn/phpbb/trunk@3897 89ea8834-ac86-4346-8a33-228a782c2dd0
* hmmm, what's the word I'm looking for ... hhmmm .... pooohPaul S. Owen2003-04-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3892 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missing concatenationnn ... thingy ... dot ..Paul S. Owen2003-04-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3891 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update of comment :DPaul S. Owen2003-04-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3890 89ea8834-ac86-4346-8a33-228a782c2dd0
* Replied to comment, no code changesPaul S. Owen2003-04-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3889 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated topic/forum notification ... untested in live situation ... appeared ↵Paul S. Owen2003-04-192-478/+482
| | | | | | to work via manual testing git-svn-id: file:///svn/phpbb/trunk@3888 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not use the sync function if post get deleted. added topic_last_post_id ↵Meik Sievertsen2003-04-193-12/+152
| | | | | | information to viewtopic, for determining delete permission correctly. git-svn-id: file:///svn/phpbb/trunk@3887 89ea8834-ac86-4346-8a33-228a782c2dd0
* use only one query for updating download counts.Meik Sievertsen2003-04-181-12/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@3886 89ea8834-ac86-4346-8a33-228a782c2dd0
* Okay, give this one a whirl ... clear your template cache before tryingPaul S. Owen2003-04-181-94/+52
| | | | git-svn-id: file:///svn/phpbb/trunk@3885 89ea8834-ac86-4346-8a33-228a782c2dd0
* delete no longer used functionMeik Sievertsen2003-04-181-70/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3884 89ea8834-ac86-4346-8a33-228a782c2dd0
* some arrangements...Meik Sievertsen2003-04-188-499/+347
| | | | git-svn-id: file:///svn/phpbb/trunk@3883 89ea8834-ac86-4346-8a33-228a782c2dd0
* Revert INCLUDE template change, fixed attachment display.Meik Sievertsen2003-04-182-28/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@3882 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove nulls for anon userPaul S. Owen2003-04-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3881 89ea8834-ac86-4346-8a33-228a782c2dd0
* Closing bracket in wrong placePaul S. Owen2003-04-181-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3880 89ea8834-ac86-4346-8a33-228a782c2dd0
* More bbcode fixesLudovic Arnaud2003-04-173-17/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@3879 89ea8834-ac86-4346-8a33-228a782c2dd0
* Reduce (only a tad but still) the potential number of queries done when ↵Paul S. Owen2003-04-171-13/+55
| | | | | | updating permissions git-svn-id: file:///svn/phpbb/trunk@3878 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix ACL_UNSET problem ... was causing users to be granted permission even ↵Paul S. Owen2003-04-171-19/+21
| | | | | | when denied git-svn-id: file:///svn/phpbb/trunk@3877 89ea8834-ac86-4346-8a33-228a782c2dd0
* make_normal fixed (was making topics sticky)Ludovic Arnaud2003-04-172-14/+17
| | | | | | | quickmod's "delete topic" fixed git-svn-id: file:///svn/phpbb/trunk@3876 89ea8834-ac86-4346-8a33-228a782c2dd0
* Trying to look busyLudovic Arnaud2003-04-172-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3875 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor changesPaul S. Owen2003-04-172-9/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@3874 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use sorting functionPaul S. Owen2003-04-171-47/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@3873 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, it appears I missed most of the changes in mysql.php ...Paul S. Owen2003-04-171-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3872 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove superfluous query count increment in sql_query_limitPaul S. Owen2003-04-172-8/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3871 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some change-arounds ... hopefully not introducing problems ...Paul S. Owen2003-04-172-54/+52
| | | | git-svn-id: file:///svn/phpbb/trunk@3870 89ea8834-ac86-4346-8a33-228a782c2dd0
* A special rank bug that was a real git to track down :DPaul S. Owen2003-04-171-51/+63
| | | | git-svn-id: file:///svn/phpbb/trunk@3869 89ea8834-ac86-4346-8a33-228a782c2dd0
* viewtopic v1.260: less memory than 1.259 and still 5% faster than v1.256Ludovic Arnaud2003-04-171-126/+168
| | | | git-svn-id: file:///svn/phpbb/trunk@3868 89ea8834-ac86-4346-8a33-228a782c2dd0
* TODO ;)Ludovic Arnaud2003-04-171-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3867 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move signature addition entirely to templatePaul S. Owen2003-04-161-13/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@3866 89ea8834-ac86-4346-8a33-228a782c2dd0
* bbcode parsing of signature ... may change ... alter handling of newlinesPaul S. Owen2003-04-161-13/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@3865 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add bbcode_bitfield to user table schema for sig ... for time being at leastPaul S. Owen2003-04-161-31/+32
| | | | git-svn-id: file:///svn/phpbb/trunk@3864 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added syntax highlitning to [code]. Added [flash] tag.Ludovic Arnaud2003-04-161-21/+78
| | | | git-svn-id: file:///svn/phpbb/trunk@3863 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed unneeded decoding, added bbcode_uid to the second_pass function. (doh)Ludovic Arnaud2003-04-161-5/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3862 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added some extra 's' extensions to preg_matches to cope with multiline dataPaul S. Owen2003-04-161-4/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3861 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added syntax highlitning for [code].Ludovic Arnaud2003-04-161-37/+82
| | | | | | | [code] is now case-insensitive. Nothing else to mention ;) git-svn-id: file:///svn/phpbb/trunk@3860 89ea8834-ac86-4346-8a33-228a782c2dd0
* Keeping mysql4.php current makes some sense indeedLudovic Arnaud2003-04-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3859 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved some code around, nothing serious.Ludovic Arnaud2003-04-161-10/+16
| | | | | | | Attention, bbcode() constructor now accepts only one argument: bbcode_bitfield git-svn-id: file:///svn/phpbb/trunk@3858 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ranks put in the global cacheLudovic Arnaud2003-04-161-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3857 89ea8834-ac86-4346-8a33-228a782c2dd0
* - BBCode now only loaded if necessaryLudovic Arnaud2003-04-161-565/+595
| | | | | | | | | - now obtains the whole post rowset before actual processing apply - put all user_cache definitions together - topic_view is only updated once per topic, not at every page git-svn-id: file:///svn/phpbb/trunk@3856 89ea8834-ac86-4346-8a33-228a782c2dd0
* Random XSS exploitLudovic Arnaud2003-04-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3855 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable wider use of * wildcard to enhance exclude capability, improve loggingPaul S. Owen2003-04-162-85/+129
| | | | git-svn-id: file:///svn/phpbb/trunk@3854 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove duplicate username entriesPaul S. Owen2003-04-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3853 89ea8834-ac86-4346-8a33-228a782c2dd0
* And another PC/UNIX carriage return foobar correctedPaul S. Owen2003-04-160-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3852 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add .blue class for special group name listingsPaul S. Owen2003-04-161-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3851 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable multiple forum, user and group selection, tidy up logging, add ↵Paul S. Owen2003-04-162-71/+152
| | | | | | details of affected forums git-svn-id: file:///svn/phpbb/trunk@3850 89ea8834-ac86-4346-8a33-228a782c2dd0
* Quick update to enable load_online_time useagePaul S. Owen2003-04-161-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@3849 89ea8834-ac86-4346-8a33-228a782c2dd0