aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Addition to r9899 for bug #48695 - trying to create thumbnail for broken jpeg...Ruslan Uzdenov2009-08-011-0/+1
* Fix Bug #37585 - Correctly log action when users request to join a groupJoas Schilling2009-08-011-1/+1
* Fallback options for missing language files. (Bug #38575 - Patch by EXreaction)Meik Sievertsen2009-08-011-2/+30
* Fix bug #48695 - Do not try to create thumbnails for images we cannot open pr...Andreas Fischer2009-07-311-0/+5
* check changed to allow for undefined lang entries. Proposed by a_jelly_donutHenry Sudhof2009-07-311-1/+1
* Add box if users decided not to select a forum to copy permissions from on fo...Henry Sudhof2009-07-311-0/+67
* Fix Bug #48875 - we compare the bitlength, therefore we indeed do not need to...Meik Sievertsen2009-07-301-2/+2
* Fix bug #48885, introduced in r9843Joas Schilling2009-07-301-2/+2
* Fix Bug #47295 - Min/max characters per posts also affects polls optionJoas Schilling2009-07-301-6/+17
* Props.Andreas Fischer2009-07-291-1/+1
* Slightly adjust version check on index page to be a bit more descriptiveMeik Sievertsen2009-07-291-12/+13
* [Feature] Ability to copy permissions from one forum to several other forums.Andreas Fischer2009-07-284-57/+211
* 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
* - Display version check on ACP main page.Marek A. R2009-07-283-6/+62
* Fix bug #48345 - Adding users to group - default rank does not changing corre...Ruslan Uzdenov2009-07-281-1/+1
* #48735Henry Sudhof2009-07-281-2/+1