aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
* - #49775Chris Smith2009-08-151-36/+65
* #49755Henry Sudhof2009-08-151-2/+2
* r9961 - also set item name in page_header parameter for better implementation...Joas Schilling2009-08-151-25/+3
* Fix Bug #49615 - Unapproved topic icon has incorrect forum (introduced in r96...Joas Schilling2009-08-151-3/+7
* Fix Bug #49725 introduced in r9814Joas Schilling2009-08-151-3/+3
* Some things I missed in r9887.Andreas Fischer2009-08-141-1/+3
* More r9896 cleanup.Andreas Fischer2009-08-141-13/+8
* fix #49685 introduced in r9896Joas Schilling2009-08-141-1/+1
* add back linksHenry Sudhof2009-08-142-0/+2
* #49675 #49655 - ATTENTION: small captcha API changeHenry Sudhof2009-08-145-29/+63
* That's not supported by php4 and part of the full 3.1 system anywayHenry Sudhof2009-08-141-99/+0
* Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.Meik Sievertsen2009-08-132-8/+8
* - links to send statistics after install and updateNils Adermann2009-08-132-2/+3
* some fixesHenry Sudhof2009-08-121-2/+2
* some fixesHenry Sudhof2009-08-121-3/+3
* ok, i am very sorry, but this needs to be fixed.Meik Sievertsen2009-08-127-57/+150
* populate who is online only where requiredHenry Sudhof2009-08-121-4/+12
* Fix r9955 for Bug #49435Meik Sievertsen2009-08-121-2/+3
* change item to item_id; related to #49485Henry Sudhof2009-08-121-1/+1
* allow custom template path for email filesMeik Sievertsen2009-08-111-3/+6
* - filtered logs weren't correctly paginatedJim Wigginton2009-08-103-3/+6
* Function approve_post adjustment (migrating to sync())Ruslan Uzdenov2009-08-101-70/+5
* Fix bug #47705 - Out of range value for column 'topic_replies_real'Ruslan Uzdenov2009-08-101-77/+44
* check for not set values in acp_board to correctly grab those input elements ...Meik Sievertsen2009-08-101-1/+7
* ok, r9704 was correct - i used a wrong code base within my tests. :/Meik Sievertsen2009-08-101-7/+1
* class nameHenry Sudhof2009-08-101-1/+1
* reverted all changes made to this code block, especially the one mentioned in...Meik Sievertsen2009-08-101-1/+7
* include vs include_onceHenry Sudhof2009-08-073-3/+3
* Coding guidelines: Tiny whitespace change for an unreleased file.Andreas Fischer2009-08-071-2/+2
* Remove some left over code introduced in r9575, reverted in r9704.Andreas Fischer2009-08-071-7/+0
* add transactions to sync(); not one big one to avoid nesting.Henry Sudhof2009-08-071-10/+42
* fix r9713 for #36565Joas Schilling2009-08-052-8/+4
* fix r9927 - of course isset()Meik Sievertsen2009-08-051-1/+1
* Fix Bug #48955 - Correctly extract column default value when exporting Postgr...Andreas Fischer2009-08-051-3/+4
* submit_post() now accepts force_approved_state key passed to $data to indicat...Meik Sievertsen2009-08-051-0/+8
* Fix bug #15729 - Global announcements marked as read if all new topics in for...Ruslan Uzdenov2009-08-053-7/+18
* 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
* use new flag to place captcha errors in the error log (if debug is set)Henry Sudhof2009-08-041-0/+2
* add the option to place image debugging information to the logHenry Sudhof2009-08-041-1/+6
* Separate PM Reply and PM Reply to all in prosilver.Meik Sievertsen2009-08-042-4/+15
* Even if the recipient of a PM is now inactive (for whatever reason) still dis...Meik Sievertsen2009-08-041-2/+1
* Fix Bug #49035 - Fix general error while registration, through undefined vari...Joas Schilling2009-08-041-1/+3
* #48985Henry Sudhof2009-08-031-1/+5
* #48965Marek A. R2009-08-021-3/+3
* forgot this in r9909Meik Sievertsen2009-08-011-2/+1
* Fix bug #1309 - Multiline [url] not ConvertedRuslan Uzdenov2009-08-011-1/+1
* return errors if return_on_error is true for multi_insert (Patch by bantu)Meik Sievertsen2009-08-011-2/+7
* Adjust build_url() to not prepend $phpbb_root_path if path returned from redi...Meik Sievertsen2009-08-011-2/+14
* Apply locale-independent basename() to attachment filenames. New function add...Meik Sievertsen2009-08-019-29/+57