aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_display.php
Commit message (Expand)AuthorAgeFilesLines
* - clean up marklist calls (global function)Meik Sievertsen2006-04-171-109/+80
* - fixed some bugsMeik Sievertsen2006-04-151-1/+1
* - fix moving up/down for smilies and iconsMeik Sievertsen2006-04-081-0/+10
* To all people having their bug status set to fixed: SF pserver CVS access is ...Meik Sievertsen2006-04-061-6/+8
* - extended session_page and user_lastpage to hold a maximum of 200 chars (ins...Meik Sievertsen2006-03-251-11/+4
* - streamlined reports to consist of the feature set we decided upon (Nils, yo...Meik Sievertsen2006-03-121-0/+31
* *** empty log message ***Nils Adermann2006-02-121-6/+5
* tiny fix so the board won't throw an error if it doesn't have any forumsNils Adermann2006-02-121-0/+6
* - moved add_log out of functions_admin (this file should only be included in ...Meik Sievertsen2006-01-251-1/+5
* - acm::exists() is considered private now and was renamed to acm::_exists()Nils Adermann2006-01-051-5/+1
* Updated references to posts to be #p[post_id] rather than #[post_id] since it...Tom Beddard2006-01-041-1/+1
* - file_get_contents instead of imploding file()s or fread()ing till the maxim...David M2006-01-041-3/+1
* - ok, get away with the secondary style approach (styles can be mixed togethe...Meik Sievertsen2005-12-221-10/+2
* - some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in stric...Meik Sievertsen2005-11-281-1/+1
* - updated topic tracking codeMeik Sievertsen2005-10-191-156/+146
* - move some functions from global functions file to functions_display (those ...Meik Sievertsen2005-10-021-3/+181
* - test slightly modified topic tracking codeMeik Sievertsen2005-04-301-0/+1
* - made path information available to template (T_)Meik Sievertsen2005-04-111-1/+1
* - added updated coding guidelinesMeik Sievertsen2005-04-101-6/+6
* - Documentation related changesMeik Sievertsen2005-04-091-12/+23
* - and my second attemptMeik Sievertsen2005-03-211-6/+7
* Fix topic count display for subforaPaul S. Owen2005-01-131-37/+31
* - fixed [code=php]Meik Sievertsen2004-12-311-1/+1
* - some fixes/changesMeik Sievertsen2004-12-191-3/+9
* - fix attachment mod errorsMeik Sievertsen2004-12-121-3/+3
* - ucp register/remind/activate fixes mostly regarding account activationMeik Sievertsen2004-10-131-0/+137
* - extensions_allowed changed a bit.Meik Sievertsen2004-09-171-1/+1
* - more updates, mostly bugfixes to the bbcode parserMeik Sievertsen2004-09-161-13/+13
* - re-enable polls (user is now able to decide if users are able to change vot...Meik Sievertsen2004-09-051-3/+3
* - remove output buffering options from download.php (not needed anymore)Meik Sievertsen2004-07-081-2/+3
* - added delete cookies linkMeik Sievertsen2004-05-311-1/+6
* - forum rules + link to forum rulesMeik Sievertsen2004-05-301-3/+2
* message/mail updatesMeik Sievertsen2004-05-261-1/+6
* fix some issues with oop, fixing small bugs and prepare the next steps...Meik Sievertsen2004-05-021-2/+3
* - re-enable drafts. ;)Meik Sievertsen2004-03-111-1/+1
* - check for array [lang]Meik Sievertsen2004-03-101-7/+14
* - put consoring and smilie processing into functions (we use them all over th...Meik Sievertsen2004-02-211-8/+2
* inline attachment capability...Meik Sievertsen2004-02-081-6/+15
* Return information for display of active topics in subfora ... little kludgy?...Paul S. Owen2004-02-051-5/+18
* Mark given set of forums marked, show "Mark forums read" link on subforum dis...Paul S. Owen2004-01-121-27/+64
* Finished drafts, one bit is remaining though.Meik Sievertsen2003-11-161-3/+2
* related to attachmentsMeik Sievertsen2003-11-051-30/+69
* new permissions, merged attachment tables (the intended purpose of two tables...Meik Sievertsen2003-11-041-4/+4
* bump topic and orphan attachmentsMeik Sievertsen2003-10-191-1/+3
* optimized update_last_post_information query.Meik Sievertsen2003-10-121-1/+1
* fixed censoring (quote post, word boundaries, attachment comments)Meik Sievertsen2003-09-091-2/+9
* initial draft functionality, loading (and a bunch of other stuff) is not impl...Meik Sievertsen2003-09-041-2/+1
* fixed: slashing attachment comments (hopefully)Meik Sievertsen2003-08-291-19/+12
* Do away with showing "categories" in the subforum listing ... just output a s...Paul S. Owen2003-08-121-63/+5
* a few fixesMeik Sievertsen2003-06-291-1/+1