aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Removed duplicate methods, tidied some codePaul S. Owen2003-10-111-80/+6
* Merge email and IM (jabber) messagingPaul S. Owen2003-10-111-0/+832
* re-add quote button. ;)Meik Sievertsen2003-10-111-21/+1
* not my day me thinksMeik Sievertsen2003-10-101-27/+23
* ok, but now, really group by. :)Meik Sievertsen2003-10-101-1/+2
* group by smile_urlMeik Sievertsen2003-10-101-0/+1
* admin decides which smilies to be displayed in posting screenMeik Sievertsen2003-10-101-29/+39
* request_var updatesMeik Sievertsen2003-10-092-12/+13
* Revamped sync()Ludovic Arnaud2003-10-051-234/+181
* Allow/disallow [quote] tags. If we make any other bbcode disable-able we shou...Ludovic Arnaud2003-10-051-15/+21
* oop, username, not id ...Paul S. Owen2003-10-051-1/+1
* minor update to check for mods/adminsPaul S. Owen2003-10-041-48/+63
* Change in format of module db data, add zebra, many things probably "damaged ...Paul S. Owen2003-10-019-163/+260
* request_var initPaul S. Owen2003-10-011-0/+95
* Switch for recompilation (based on filesystem modified time)Paul S. Owen2003-09-291-12/+10
* Fix missing path seperators in template/imageset T_ varsPaul S. Owen2003-09-271-3/+3
* Allow for start,end values within begin/end loopsPaul S. Owen2003-09-271-20/+29
* some small fixesMeik Sievertsen2003-09-242-18/+28
* Fixed: sql_return_on_error() calls. Now works as expectedLudovic Arnaud2003-09-171-14/+14
* Added: ability to sync() a range of id'sLudovic Arnaud2003-09-171-16/+66
* fix poll parsingMeik Sievertsen2003-09-151-6/+12
* no longer supporting ftp uploadMeik Sievertsen2003-09-152-12/+13
* MCP take 2, see forumLudovic Arnaud2003-09-141-0/+547
* fixed censoring (quote post, word boundaries, attachment comments)Meik Sievertsen2003-09-092-3/+10
* I hate regexps ...Paul S. Owen2003-09-091-1/+1
* Trim emoticon pregPaul S. Owen2003-09-091-3/+3
* This one may work ... wouldn't it be nice if it did?Paul S. Owen2003-09-091-7/+7
* few more updates/fixesPaul S. Owen2003-09-082-29/+30
* Some re-arrangement of validation routines to improve extensibilityPaul S. Owen2003-09-087-513/+512
* small things... decode_text now checks for bbcode_uid existence. And yes, i k...Meik Sievertsen2003-09-081-1/+2
* username quoting should be working again...Meik Sievertsen2003-09-072-5/+5
* fix preview of postings with embedded bbcodeMeik Sievertsen2003-09-071-2/+2
* okie, using array_merge. :DMeik Sievertsen2003-09-073-217/+226
* update topic stats if complete topic is stored for approval.Meik Sievertsen2003-09-071-2/+0
* some sync-related updates... more logical processing of submit_post.Meik Sievertsen2003-09-072-25/+49
* Re-add transport and other methodsPaul S. Owen2003-09-071-1/+118
* Updates mainly for removal of extension + header comment ... moved some aspec...Paul S. Owen2003-09-077-62/+206
* Some sig preview issues ... I'll finish this UCP stuff at some point soon ......Paul S. Owen2003-09-041-16/+18
* Minor change. You may have to empty your cache.Ludovic Arnaud2003-09-041-4/+3
* initial draft functionality, loading (and a bunch of other stuff) is not impl...Meik Sievertsen2003-09-043-24/+169
* Changed: headers, and a couple of clean-upsLudovic Arnaud2003-09-032-45/+30
* speed up split words a tadPaul S. Owen2003-08-301-25/+36
* fixed: slashing attachment comments (hopefully)Meik Sievertsen2003-08-293-39/+24
* Some html layout cleanupsPaul S. Owen2003-08-291-46/+33
* Added: admin definable bbcodesLudovic Arnaud2003-08-282-132/+192
* saved one query by moving max smilie check to the emoticons functionMeik Sievertsen2003-08-283-39/+26
* Taken explain code out of sql_query. New improved layout.Ludovic Arnaud2003-08-281-9/+7
* Taken explain code out of sql_query. New improved layout.Ludovic Arnaud2003-08-281-55/+155
* user option method (get) startPaul S. Owen2003-08-271-54/+22
* bah, group handling needs some further discussion ... I'm done with it for M-2Paul S. Owen2003-08-2710-98/+206