aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Expand)AuthorAgeFilesLines
...
| | * | [feature/compiled-dic] Remove redundant method callDavid King2012-11-101-1/+0
| | * | [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-102-20/+30
* | | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-1214-109/+232
|\ \ \ \ | |/ / /
| * | | [ticket/11189] Replace DEBUG_EXTRA with DEBUGNathaniel Guse2012-11-102-5/+5
| * | | Merge remote-tracking branch 'bantu/ticket/10780' into developAndreas Fischer2012-11-101-0/+1
| |\ \ \
| | * | | [ticket/10780] Make L_COLON available in the installer.Andreas Fischer2012-11-101-0/+1
| * | | | Merge remote-tracking branch 'igorw/ticket/11183' into developAndreas Fischer2012-11-102-49/+12
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | [ticket/11183] Remove $load_extensions and weird dl() callsIgor Wiedler2012-11-102-49/+12
| | |/ /
| * | | [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2)Igor Wiedler2012-11-092-3/+3
| |/ /
| * | Merge PR #1044 branch 'develop-olympus' into developOleg Pudeyev2012-11-091-2/+0
| |\ \ | | |/
| | * Merge PR #1044 branch 'bantu/ticket/11178' into develop-olympusOleg Pudeyev2012-11-091-2/+0
| | |\
| | | * [ticket/11178] Do not set error_reporting to E_ALL in database_updater.phpAndreas Fischer2012-11-091-2/+0
| * | | Merge PR #1042 branch 'develop-olympus' into developOleg Pudeyev2012-11-092-11/+60
| |\ \ \ | | |/ /
| | * | [ticket/10897] Combine bot updates and bot delete.Andreas Fischer2012-11-091-40/+31
| | * | [ticket/10897] Use same code/query for deleting.Andreas Fischer2012-11-091-9/+6
| | * | [ticket/10897] Make sure the user we're fetching is a bot.Andreas Fischer2012-11-091-2/+3
| | * | [ticket/10897] Do not handle IP address. There is no need.Andreas Fischer2012-11-091-13/+7
| | * | [ticket/10897] Update by user_id instead of bot_name.Andreas Fischer2012-11-091-7/+8
| | * | [ticket/10897] Move bot delete data to the relevant foreach loop.Andreas Fischer2012-11-091-9/+9
| | * | [ticket/10897] Add comment about what's going on.Andreas Fischer2012-11-091-0/+1
| | * | [ticket/10897] Remove unnecessary string casting.Andreas Fischer2012-11-091-2/+2
| | * | [ticket/10897] Add space after foreach.Andreas Fischer2012-11-091-2/+2
| | * | [ticket/10897] Update bots during phpBB updateCarlo2012-11-091-0/+70
| | * | [ticket/10897] Bot list updatedCarlo2012-11-091-11/+5
| | |/
| * | Merge PR #786 branch 'brunoais/ticket/10845' into developOleg Pudeyev2012-11-068-4/+20
| |\ \
| | * | [ticket/10845] Two of the three colouns were missing in the DB update fileBruno Ais2012-05-061-1/+3
| | * | [ticket/10845] Changed the report system. Now it saves posts with the bbcodeBruno Ais2012-05-017-3/+17
| * | | [ticket/10933] Dependency inject template context.Oleg Pudeyev2012-11-021-1/+1
| * | | Merge branch 'develop-olympus' into developAndreas Fischer2012-10-291-0/+12
| |\ \ \ | | | |/ | | |/|
| | * | [ticket/11158] Require acl_u_sig for ucp signature module.Oleg Pudeyev2012-10-291-0/+12
| * | | Merge PR #993 branch 'bantu/ticket/8713' into developOleg Pudeyev2012-10-101-2/+16
| |\ \ \
| | * | | [ticket/8713] Call htmlspecialchars_decode() on transfer (e.g. ftp) passwords.Andreas Fischer2012-09-081-2/+16
| | * | | [ticket/8713] Rename untrimed_variable() to untrimmed_variable().Andreas Fischer2012-09-081-2/+2
| | * | | [ticket/8713] Do not trim login inputsNathaniel Guse2012-09-031-2/+2
| * | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-10-063-3/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | [ticket/11135] Full replacement of credit link to httpsVinny2012-10-053-3/+3
| * | | | Merge remote-tracking branch 'EXreaction/ticket/11021' into developAndreas Fischer2012-09-152-0/+8
| |\ \ \ \
| | * | | | [ticket/11021] Add the option to specify a Site home URL and textNathan Guse2012-07-222-0/+8
| * | | | | [ticket/11086] Move DI processing below $request definitionDavid King2012-09-131-8/+7
| * | | | | [ticket/11086] Fix database_update.php to use Dependency Injection ContainerDavid King2012-09-131-13/+34
| | |_|/ / | |/| | |
| * | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10631Unknown Bliss2012-09-011-10/+21
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-08-255-5/+23
| | |\ \ \ \
| | * | | | | [feature/dic] Adjust installer script to work with partially configured conta...Igor Wiedler2012-07-261-9/+3
| | * | | | | Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-07-269-1/+20
| | |\ \ \ \ \
| | * | | | | | [feature/dic] Load services from extensionsIgor Wiedler2012-07-211-1/+6
| | * | | | | | [feature/dic] Introduce DI processors instead of abusing compiler passesIgor Wiedler2012-07-211-4/+4
| | * | | | | | [feature/dic] Configure container via config.php, use compiler passIgor Wiedler2012-07-211-4/+11
| | * | | | | | Merge branch 'develop' into feature/dicIgor Wiedler2012-07-2113-78/+329
| | |\ \ \ \ \ \
| | * | | | | | | [feature/dic] Rewrite cron system to use DICIgor Wiedler2012-04-091-10/+11
| | * | | | | | | Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-04-082-0/+31
| | |\ \ \ \ \ \ \