aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* sneak attack merge r10518Chris Smith2010-02-221-1/+1
* Merge r10497 and r10499 into 3.0.7 - #57755Andreas Fischer2010-02-181-2/+2
* Trigger error right away if user has exceeded login attempts instead of askin...Andreas Fischer2010-01-201-0/+5
* [Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET...Andreas Fischer2010-01-191-0/+97
* Integrate active topics feed. Some language adjustments and rearrangements.Andreas Fischer2009-12-271-1/+2
* Add ability to disable overall (aka board-wide) feed.Andreas Fischer2009-12-221-0/+1
* whitespacesHenry Sudhof2009-12-131-1/+1
* #54145 - move redirect parameter back to POST to avoid mod_security triggersHenry Sudhof2009-12-131-1/+2
* Restore user language choice to compiled stylesheets. Broken by r10008 #54035Chris Smith2009-12-111-1/+1
* [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