aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
Commit message (Expand)AuthorAgeFilesLines
* [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-101-5/+5
* [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-091-7/+7
* [feature/soft-delete] Correctly manage softdeleting via posting.phpJoas Schilling2012-11-021-1/+1
* [feature/soft-delete] Fix unit tests for delete_posts()Joas Schilling2012-10-231-2/+0
* [feature/soft-delete] Fix sync() and some more functions to use the new fieldsJoas Schilling2012-10-221-13/+36
* [feature/soft-delete] Correctly synchronize the topic_visibility in sync()Joas Schilling2012-10-091-24/+11
* [feature/soft-delete] Fix sync('topic_visibility')Joas Schilling2012-10-091-32/+41
* [feature/soft-delete] Fix sync('topic') to match the new logicJoas Schilling2012-10-051-0/+10
* [feature/soft-delete] Fix a bug in sync() and set_post_visibility()Joas Schilling2012-10-021-3/+3
* [feature/soft-delete] Fix some more usages of _approved column namesJoas Schilling2012-08-301-1/+1
* [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-35/+42
* [ticket/11052] update search backend constructor everywhereDhruv2012-08-151-2/+2
* [ticket/10969] Remove remove_remarks(&$sql) and remove_comments(&$output).Andreas Fischer2012-07-081-15/+0
* Merge PR #856 branch 'develop-olympus' into developOleg Pudeyev2012-07-071-0/+15
|\
| * [ticket/10937] Comment removal functions: Restore backward compatibilityAndreas Fischer2012-07-031-0/+15
* | Merge branch 'develop-olympus' into developNils Adermann2012-05-311-1/+2
|\ \ | |/
| * [ticket/10751] Use sql_lower_text() in view_log(). log_data is a text column.Andreas Fischer2012-05-311-1/+2
* | Merge remote-tracking branch 'bantu/ticket/10636' into developOleg Pudeyev2012-02-101-2/+2
|\ \
| * | [ticket/10636] Resolve variable name ($sql_ary) conflict in cache_moderators().Andreas Fischer2012-02-091-2/+2
* | | [ticket/10637] Leftovers from implementation of extensionsVjacheslav Trushkin2012-02-091-4/+2
|/ /
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-12-031-35/+0
|\ \ | |/
| * Merge remote-tracking branch 'Noxwizard/ticket/10349' into develop-olympusOleg Pudeyev2011-12-031-35/+0
| |\
| | * [ticket/10349] Use new schema comment function in installerPatrick Webster2011-09-281-35/+0
* | | Merge remote-tracking branch 'nickvergessen/ticket/10484' into developOleg Pudeyev2011-11-241-9/+11
|\ \ \
| * | | [ticket/10484] Use variables for sql_build_query() callsJoas Schilling2011-11-211-9/+11
* | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-11-231-1/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [ticket/10461] Add a comment explaining the logic here.Oleg Pudeyev2011-11-231-0/+4
| * | [ticket/10461] Correct $log_count check in view_log() so we show logs again.Andreas Fischer2011-11-231-1/+1
* | | Merge branch 'develop-olympus' into developNils Adermann2011-10-141-1/+12
|\ \ \ | |/ /
| * | [ticket/10278] Also timeout when receiving data over a slow connection.Andreas Fischer2011-10-131-1/+2
| * | [ticket/10278] Decrease default timeout of get_remote_file() to 6 seconds.Andreas Fischer2011-08-251-1/+1
| * | [ticket/10278] Return with a timeout error when fread() or fgets() time out.Andreas Fischer2011-08-251-0/+8
| * | [ticket/10278] Also set timeout on stream in get_remote_file().Andreas Fischer2011-08-251-0/+2
| |/
* | Merge branch 'develop-olympus' into developNils Adermann2011-07-161-15/+32
|\ \ | |/
| * [ticket/5506] Do not display an empty last page after deleting logs.Joas Schilling2011-07-141-15/+32
* | [ticket/9684] Remove code in some more files especially includes/Joas Schilling2011-04-071-22/+3
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-241-10/+14
|\ \ | |/
| * [ticket/9874] view_log() performs unneeded count query over all log entries.Joas Schilling2011-02-251-10/+14
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* [ticket/9850] Display upgrade instructions for feature release in acpIgor Wiedler2010-11-021-1/+1
* Merge branch 'ticket/bantu/9167' into develop-olympusJosh Woody2010-08-191-35/+47
|\
| * [ticket/9167] Remove shadow topics from remaining forums when deleting a forumAndreas Fischer2010-06-111-35/+47
* | [ticket/9658] Optimize topic splitting.rxu2010-07-151-4/+4
|/
* [ticket/9510] Unable to copy permissions from and to forums you cannot seeJosh Woody2010-05-161-5/+1
* [ticket/9546] Also delete bookmarks, when a topic is deleted.Joas Schilling2010-05-161-1/+1
* Fix Bug #57375 - Do not delete unrelated attachments when deleting empty forums.Andreas Fischer2010-02-231-6/+7
* Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums...Andreas Fischer2010-02-151-0/+20
* Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Puc...Nils Adermann2010-02-111-0/+1
* Fix #57395, a regression from r10427Josh Woody2010-02-071-1/+1