aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* [Fix] Force full date for board online record date.Joas Schilling2009-11-141-6/+2
* remove unnecessary query parts... thanks to asinshesq for pointing it out.Meik Sievertsen2009-09-201-6/+3
* move up the feed code because MODs often use this location which results in m...Meik Sievertsen2009-09-161-10/+10
* Fix login for passworded forums - Bug #51265Meik Sievertsen2009-09-151-0/+1
* Fix bug #51075 introduced in r10121.Andreas Fischer2009-09-101-2/+2
* Further adjust unread tracking query, should work now for user last mark time...Meik Sievertsen2009-09-081-6/+14
* Rename get_unread_topics_list() to get_unread_topics().Andreas Fischer2009-09-081-14/+16
* Fix retrieval of unread topics list. The old queries were too heavy, using te...Meik Sievertsen2009-09-071-79/+25
* Adjustments to r10005: Use request_var() to get cookie data.Andreas Fischer2009-09-071-13/+10
* #50675 ; also don't reset the captcha on loginHenry Sudhof2009-09-031-2/+2
* Fixed bugs #43145, #44375, #44415 and #43045Jim Wigginton2009-09-021-1/+1
* Save some calls here, since page_footer(true) gets called quite often.Andreas Fischer2009-09-011-7/+8
* Only embed cron.php if there is no cron lock present to reduce overhead. (Bug...Meik Sievertsen2009-09-011-0/+19
* Addition to r10060: Add function documentation.Andreas Fischer2009-08-311-1/+5
* Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be...Meik Sievertsen2009-08-301-16/+7
* Send service unavailable response code for E_USER_ERRORMeik Sievertsen2009-08-281-0/+3
* Fix Bug #49195 - Queries on un-indexed column user_emailJoas Schilling2009-08-281-0/+8
* Change of r10055, which itself was:Meik Sievertsen2009-08-271-2/+0
* One more unread posts search adjustment.Ruslan Uzdenov2009-08-251-7/+13
* Adjustement for r10050, related to Bug #50185Meik Sievertsen2009-08-251-0/+2
* More unread posts search adjustment.Ruslan Uzdenov2009-08-231-50/+58
* Better tracking of global announcementsRuslan Uzdenov2009-08-181-6/+6
* i know, i know, no need to hrm me. :P - r10009Meik Sievertsen2009-08-171-1/+1
* no need to call generate_board_url() twice - r10008Meik Sievertsen2009-08-171-2/+2
* Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for imag...Meik Sievertsen2009-08-171-13/+31
* Add unread posts search support for cookie-based trackingRuslan Uzdenov2009-08-171-4/+55
* i am very very sorry for this hackish approach...Meik Sievertsen2009-08-171-0/+8
* Fix r9961 - populate who is online only where requiredJoas Schilling2009-08-171-3/+3
* r9961 - also set item name in page_header parameter for better implementation...Joas Schilling2009-08-151-25/+3
* ok, i am very sorry, but this needs to be fixed.Meik Sievertsen2009-08-121-6/+51
* populate who is online only where requiredHenry Sudhof2009-08-121-4/+12
* change item to item_id; related to #49485Henry Sudhof2009-08-121-1/+1
* Fix bug #15729 - Global announcements marked as read if all new topics in for...Ruslan Uzdenov2009-08-051-1/+1
* log general errors in cron, images and when debug is enabledHenry Sudhof2009-08-051-0/+8
* and for pseudocron too (to conisder: log db errors to debug faulty cron jobs)Henry Sudhof2009-08-041-2/+2
* add the option to place image debugging information to the logHenry Sudhof2009-08-041-1/+6
* Adjust build_url() to not prepend $phpbb_root_path if path returned from redi...Meik Sievertsen2009-08-011-2/+14
* Fix tiny typo in r9884, #46765. Thanks rxu.Andreas Fischer2009-07-281-1/+1
* Move get_unread_topics_list() up in functions.php, added some documentation. ...Andreas Fischer2009-07-281-105/+111
* More small adjustments to get_unread_topics_list(). #46765Andreas Fischer2009-07-281-12/+16
* Fix r9855 for #46765Ruslan Uzdenov2009-07-281-1/+1
* Minor captcha API change - disable display of plugin by returning false in ge...Henry Sudhof2009-07-271-1/+0
* Fix r9755 for #46765Ruslan Uzdenov2009-07-261-16/+27
* fix r9758Joas Schilling2009-07-221-1/+1
* Ensure user errors are displayed regardless of PHP settings. #47505Chris Smith2009-07-181-1/+1
* #42925Chris Smith2009-07-181-1/+1
* - PHP4 compatibilityMarek A. R2009-07-181-0/+10
* Feature Bug #43375 - Ability to delete warnings and keep warnings permanentlyJoas Schilling2009-07-141-1/+1
* Fix bug #46765 - View unread postsRuslan Uzdenov2009-07-141-0/+91
* Fix bug #47775 - Properly convert and show filesize informationAndreas Fischer2009-07-111-8/+63