aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11912] Check if content_guesser is supported with function_existsMarc Alexander2013-11-231-5/+2
* [ticket/11912] Remove obsolete "return null" in content_guesserMarc Alexander2013-11-141-2/+0
* [ticket/11912] Remove obsolete variable $mimetype from content_guesserMarc Alexander2013-11-121-3/+2
* [ticket/11912] Remove IN_PHPBB checks from mimetype guesser filesMarc Alexander2013-11-115-40/+0
* [ticket/11912] Remove obsolete $file_info from pluploadMarc Alexander2013-11-111-2/+0
* [ticket/11912] Introduce guesser priority to mimetype guessersMarc Alexander2013-11-115-3/+98
* [ticket/11912] Add extension_guesser for guessing mimetype by extensionMarc Alexander2013-11-112-480/+518
* [ticket/11912] Introduce guesser_interfaceMarc Alexander2013-10-242-6/+43
* [ticket/11912] Supply filename to content_guesser for guessing on windowsMarc Alexander2013-10-243-7/+15
* [ticket/11912] Remove typo in content_guesserMarc Alexander2013-10-241-1/+1
* [ŧicket/11912] Get rid of obsolete variables in content_guesserMarc Alexander2013-10-241-28/+1
* [ticket/11912] Improve extension map in content_guesserMarc Alexander2013-10-241-90/+91
* [ticket/11912] Add content_guesserMarc Alexander2013-10-231-0/+548
* [ticket/11912] Add phpbb mimetype guesserMarc Alexander2013-10-231-0/+105
* [ticket/11912] Integrate mimetype guesser with pluploadMarc Alexander2013-10-231-2/+9
* Merge pull request #1801 from nickvergessen/ticket/11948Nils Adermann2013-10-221-11/+10
|\
| * [ticket/11948] Allow resource importing for routingJoas Schilling2013-10-211-4/+3
| * [ticket/11948] Use basename and dirnameJoas Schilling2013-10-201-6/+2
| * [ticket/11948] Allow multiple routing files for extensionsJoas Schilling2013-10-191-9/+13
* | [ticket/11930] Update docblock of avatar driver constructorMarc Alexander2013-10-211-0/+1
* | [ticket/11930] Modify order of properties to fit constructor methodMarc Alexander2013-10-211-7/+7
* | [ticket/11930] Move path_helper in front of optional cache argumentMarc Alexander2013-10-211-1/+1
* | [ticket/11930] Use \phpbb\path_helper for avatar URLsMarc Alexander2013-10-173-3/+10
|/
* [ticket/11926] Fix plupload migration dependency.Andreas Fischer2013-10-161-1/+1
* Merge remote-tracking branch 'noxwizard/ticket/11919' into prep-release-3.1.0-a1Joas Schilling2013-10-151-2/+2
|\
| * [ticket/11919] Remove extra argument to notification manager's sql_fetchfield()Patrick Webster2013-10-141-2/+2
* | [ticket/11918] Make sql_freeresult() consistent across all DB driversPatrick Webster2013-10-148-10/+11
|/
* Merge pull request #1772 from bantu/feature/plupload/integrationNils Adermann2013-10-133-0/+407
|\
| * [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-113-0/+407
* | Merge pull request #1582 from bantu/feature/plupload/cronNils Adermann2013-10-131-0/+124
|\ \
| * | [feature/plupload/cron] NamespacificationAndreas Fischer2013-10-111-6/+8
| * | [feature/plupload/cron] Add cronjob for cleaning plupload temporary directory.Andreas Fischer2013-10-111-0/+122
| |/
* | Merge pull request #1766 from bantu/ticket/11621David King2013-10-133-17/+52
|\ \
| * | [ticket/11621] Add explanation to mysql_fulltext_drop.Andreas Fischer2013-10-131-0/+8
| * | [ticket/11621] Correct GPLv2 link in file header.Andreas Fischer2013-10-111-1/+1
| * | [ticket/11621] Put mysql_fulltext_drop into alpha1 migration.Andreas Fischer2013-10-111-0/+1
| * | Merge remote-tracking branch 'phpbb/develop' into ticket/11621Andreas Fischer2013-10-113-7/+80
| |\ \
| * | | [ticket/11621] Use effectively_installed() instead.Andreas Fischer2013-10-111-5/+6
| * | | [ticket/11621] Add migration dropping MySQL search indexes.Andreas Fischer2013-10-111-0/+38
| * | | [ticket/11621] Remove unnecessary things around index_created() return value.Andreas Fischer2013-10-111-1/+1
| * | | [ticket/11621] Swap columns of post_content index.Andreas Fischer2013-10-101-1/+1
| * | | Merge remote-tracking branch 'phpbb/develop' into ticket/11621Andreas Fischer2013-10-10271-2706/+5125
| |\ \ \
| * | | | [ticket/11621] Remove mysql extra indexesDhruv2013-08-261-16/+3
* | | | | [ticket/11908] Namespacify phpbb_auth_provider_oauth_service_exception.Andreas Fischer2013-10-111-1/+3
| |_|_|/ |/| | |
* | | | [ticket/11906] Fix namespace issues in prune_notificationsJoas Schilling2013-10-111-4/+6
| |_|/ |/| |
* | | Merge pull request #1767 from EXreaction/ticket/11905Nils Adermann2013-10-101-0/+42
|\ \ \
| * | | [ticket/11905] 3.1.0-a1 MigrationNathan Guse2013-10-101-0/+42
* | | | Merge pull request #1764 from EXreaction/ticket/11874Nils Adermann2013-10-101-7/+5
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/11874] Do not always prepend the web path; only replace phpbb_root_pathNathan Guse2013-10-101-7/+5
| | |/ | |/|
* | | [ticket/11703] Extend the correct migration class.Andreas Fischer2013-10-101-1/+1