aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Check for and remove other possible PHP execution tagsPaul S. Owen2003-04-281-2/+5
* Only displayed subforum icon if subforums were set to display_on_indexPaul S. Owen2003-04-261-17/+18
* Fixed error in handling sub-forum data when displaying "categories"Paul S. Owen2003-04-261-15/+16
* I believe the original intent was to put the backslash in the character class...Ludovic Arnaud2003-04-261-1/+1
* Various changes, and tests ... marking/tracking is not complete ... tinkering...Paul S. Owen2003-04-263-212/+266
* Was certainly one problem with it ...Paul S. Owen2003-04-241-1/+1
* For the time being I want this to stay as addslashes for some cross-db compat...Paul S. Owen2003-04-241-3/+3
* No functional changes, will only produce less PHP notices/warnings.Ludovic Arnaud2003-04-242-3/+3
* Fixed typos, added isset() to produce less PHP notices and changed addslashes...Ludovic Arnaud2003-04-241-6/+14
* Fixed some undefined variablesLudovic Arnaud2003-04-242-11/+11
* Store only SELECT queries to be flushed laterLudovic Arnaud2003-04-242-2/+8
* Fixed: imbricated quotesLudovic Arnaud2003-04-231-13/+99
* Added: more sync() stuff, to be documented in the dev forumLudovic Arnaud2003-04-231-10/+94
* Changed: the loading of bbcodes template is triggered whenever needed - see b...Ludovic Arnaud2003-04-231-48/+53
* hhmmm, was slap bang in the middle of working on this ;) Excess slashing(?) ....Paul S. Owen2003-04-231-6/+10
* replaced \' with ' in template to let it parse javascript correctly. admin_at...Meik Sievertsen2003-04-231-1/+1
* Fixed: record_ values do not make the cache to expireLudovic Arnaud2003-04-231-4/+2
* Fixed: decode_text() not decoding /list tags properlyLudovic Arnaud2003-04-231-5/+15
* Thanks to John, who indirectly reminded me about this :D ... echo only data w...Paul S. Owen2003-04-231-144/+170
* oops, I completely forget that viewforum uses the new topics_marking table .....Paul S. Owen2003-04-222-74/+112
* Re-enabled polling ... includes option of multiple choice polling, indication...Paul S. Owen2003-04-222-4/+9
* Move second parse cache init after assignment of bitfield ... in case bitfiel...Paul S. Owen2003-04-221-6/+5
* A few changes, moved some items to templatesPaul S. Owen2003-04-211-22/+11
* Fixed display of hidden online users when u_viewonline is set truePaul S. Owen2003-04-211-1/+1
* Altered various aspects of emailing ... tested on a windows platform with bot...Paul S. Owen2003-04-212-68/+100
* First-pass syntax highlightning. Will fix quotes laterLudovic Arnaud2003-04-203-44/+45
* #575496 - only one way to do it, user input would be nice. ;)Meik Sievertsen2003-04-201-14/+14
* hmmm, what's the word I'm looking for ... hhmmm .... pooohPaul S. Owen2003-04-191-1/+1
* Missing concatenationnn ... thingy ... dot ..Paul S. Owen2003-04-191-2/+2
* Update of comment :DPaul S. Owen2003-04-191-1/+1
* Replied to comment, no code changesPaul S. Owen2003-04-191-1/+1
* Updated topic/forum notification ... untested in live situation ... appeared ...Paul S. Owen2003-04-192-478/+482
* do not use the sync function if post get deleted. added topic_last_post_id in...Meik Sievertsen2003-04-191-5/+75
* Okay, give this one a whirl ... clear your template cache before tryingPaul S. Owen2003-04-181-94/+52
* delete no longer used functionMeik Sievertsen2003-04-181-70/+1
* some arrangements...Meik Sievertsen2003-04-183-466/+118
* Revert INCLUDE template change, fixed attachment display.Meik Sievertsen2003-04-181-3/+4
* More bbcode fixesLudovic Arnaud2003-04-172-15/+17
* Reduce (only a tad but still) the potential number of queries done when updat...Paul S. Owen2003-04-171-13/+55
* Fix ACL_UNSET problem ... was causing users to be granted permission even whe...Paul S. Owen2003-04-171-19/+21
* Trying to look busyLudovic Arnaud2003-04-172-2/+2
* Minor changesPaul S. Owen2003-04-172-9/+13
* oops, it appears I missed most of the changes in mysql.php ...Paul S. Owen2003-04-171-2/+1
* Remove superfluous query count increment in sql_query_limitPaul S. Owen2003-04-172-8/+5
* Some change-arounds ... hopefully not introducing problems ...Paul S. Owen2003-04-172-54/+52
* TODO ;)Ludovic Arnaud2003-04-171-0/+1
* Added syntax highlitning to [code]. Added [flash] tag.Ludovic Arnaud2003-04-161-21/+78
* Removed unneeded decoding, added bbcode_uid to the second_pass function. (doh)Ludovic Arnaud2003-04-161-5/+1
* Added some extra 's' extensions to preg_matches to cope with multiline dataPaul S. Owen2003-04-161-4/+5
* Added syntax highlitning for [code].Ludovic Arnaud2003-04-161-37/+82