aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | [feature/dic] Rename occurances of $container to $phpbb_containerIgor Wiedler2012-04-092-3/+3
| | * | | | | [feature/dic] Give all cron tasks a name, change some manager usageIgor Wiedler2012-04-098-23/+61
| | * | | | | [feature/dic] Protect config directory via .htaccessIgor Wiedler2012-04-091-0/+4
| | * | | | | [feature/dic] Rewrite cron system to use DICIgor Wiedler2012-04-0916-161/+253
| | * | | | | Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-04-0851-441/+735
| | |\ \ \ \ \
| | * | | | | | [feature/dic] Move cron.lock_db into DICIgor Wiedler2012-04-012-1/+8
| | * | | | | | [feature/dic] Make table_config a DIC parameterIgor Wiedler2012-04-011-2/+3
| | * | | | | | [feature/dic] Make use of calls to cut down on boilerplateIgor Wiedler2012-03-314-17/+11
| | * | | | | | [feature/dic] Use DIC in download/file and install/indexIgor Wiedler2012-03-312-25/+38
| | * | | | | | [feature/dic] Move class loader into DICIgor Wiedler2012-03-312-12/+26
| | * | | | | | [feature/dic] Move cron manager into DICIgor Wiedler2012-03-312-1/+12
| | * | | | | | [feature/dic] Fetch cache driver explicitlyIgor Wiedler2012-03-311-2/+2
| | * | | | | | [feature/dic] Remove cache factory, now handled by DICIgor Wiedler2012-03-313-54/+7
| | * | | | | | [feature/dic] Convert common.php to Symfony2 DependencyInjection componentIgor Wiedler2012-03-315-24/+138
| * | | | | | | Merge remote-tracking branch 'github-igorw/ticket/11082' into developNils Adermann2012-09-011-0/+0
| |\ \ \ \ \ \ \
| | * | | | | | | [ticket/11082] Remove executable permission from redis driver fileIgor Wiedler2012-09-011-0/+0
| * | | | | | | | [ticket/11083] Mark memory cache driver as abstractIgor Wiedler2012-09-011-1/+1
| |/ / / / / / /
| * | | | | | | Merge branch 'develop-olympus' into developNils Adermann2012-09-012-2/+9
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'github-imkingdavid/task/functional' into develo...Nils Adermann2012-09-012-2/+9
| | |\ \ \ \ \ \ \
| | | * | | | | | | [task/functional] Fixed DEBUG_TEST related issuesDavid King2012-09-011-1/+5
| | | * | | | | | | [task/functional] Allow tests to bypass certain restrictions with DEBUG_TESTDavid King2012-09-012-2/+5
| * | | | | | | | | Merge branch 'develop-olympus' into developNils Adermann2012-09-011-1/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Merge remote-tracking branch 'github-imkingdavid/ticket/10873' into develop-o...Nils Adermann2012-09-011-1/+1
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | [ticket/10873] Change language for notice about undelivered, deleted PM.David King2012-08-211-1/+1
| * | | | | | | | | Merge pull request #921 from imkingdavid/ticket/10444Nils Adermann2012-09-011-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [ticket/10444] Do not default to the previous post edit reason.David King2012-07-121-1/+1
* | | | | | | | | | | [ticket/10631] Fix a spelling typoMichael C.2012-09-011-1/+1
* | | | | | | | | | | [ticket/10631] Fixing a few extension admin issuesUnknown Bliss2012-09-011-3/+0
* | | | | | | | | | | [ticket/10631] Adjust prefixes to be easier to understandUnknown Bliss2012-09-014-58/+58
* | | | | | | | | | | [ticket/10631] Make failure to meet ext enable requirements clearerNathan Guse2012-09-014-10/+30
* | | | | | | | | | | [ticket/10631] Various front-end fixes (extensions manager)Nathan Guse2012-09-015-5/+19
* | | | | | | | | | | [ticket/10631] Functional acp_extensions test, cleanupNathan Guse2012-09-012-20/+22
* | | | | | | | | | | [ticket/10631] Metadata manager testsNathan Guse2012-09-011-29/+30
* | | | | | | | | | | [ticket/10631] get_extension_metadata_manager -> create_extension_metadata_ma...Nathan Guse2012-09-012-4/+4
* | | | | | | | | | | [ticket/10631] Simplify exceptionsNathan Guse2012-09-014-85/+55
* | | | | | | | | | | [ticket/10631] Use exceptions for errors. Build action list dynamically.Nathan Guse2012-09-015-70/+205
* | | | | | | | | | | [ticket/10631] Fix some issues as noted in github comments, significantly sim...Nathan Guse2012-09-014-140/+82
* | | | | | | | | | | [ticket/10631] Remove references to delete extensionNathan Guse2012-09-014-50/+2
* | | | | | | | | | | [ticket/10631] Make the enable/disable/purge notices more visable.Nathan Guse2012-09-014-16/+22
* | | | | | | | | | | [ticket/10631] Additional validationNathan Guse2012-09-011-51/+25
* | | | | | | | | | | [ticket/10631] Remove code duplicationNathan Guse2012-09-011-13/+20
* | | | | | | | | | | [ticket/10631] Validation for extensionsNathan Guse2012-09-019-169/+252
* | | | | | | | | | | [ticket/10631] Use display name if availableNathan Guse2012-09-012-14/+11
* | | | | | | | | | | [ticket/10631] Stagger the enable/disable/purge for extensionsNathan Guse2012-09-015-88/+118
* | | | | | | | | | | [ticket/10631] Fixing some more issuesNathan Guse2012-09-012-110/+111
* | | | | | | | | | | [ticket/10631] Fix list_available_extsNathan Guse2012-09-011-4/+2
* | | | | | | | | | | [ticket/10631] Various tidbits and cleanup on the acp extensions managerNathan Guse2012-09-015-242/+252
* | | | | | | | | | | [ticket/10631] Fix so it installs the module in the correct placeMichael Cullum2012-09-011-1/+1
* | | | | | | | | | | [ticket/10631] Fixing up the templateMichael Cullum2012-09-011-32/+32
* | | | | | | | | | | [ticket/10631] Adding docblocksMichael Cullum2012-09-011-0/+21