aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* [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-013-64/+188
* [ticket/10631] Fix some issues as noted in github comments, significantly sim...Nathan Guse2012-09-013-108/+50
* [ticket/10631] Remove references to delete extensionNathan Guse2012-09-011-15/+0
* [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-013-139/+219
* [ticket/10631] Use display name if availableNathan Guse2012-09-012-14/+11
* [ticket/10631] Stagger the enable/disable/purge for extensionsNathan Guse2012-09-011-3/+18
* [ticket/10631] Fixing some more issuesNathan Guse2012-09-011-17/+18
* [ticket/10631] Fix list_available_extsNathan Guse2012-09-011-4/+2
* [ticket/10631] Various tidbits and cleanup on the acp extensions managerNathan Guse2012-09-013-75/+97
* [ticket/10631] Fix so it installs the module in the correct placeMichael Cullum2012-09-011-1/+1
* [ticket/10631] Adding docblocksMichael Cullum2012-09-011-0/+21
* [ticket/10631] Template shouldn't be requiredMichael Cullum2012-09-011-7/+5
* [ticket/10631] Fixing and finishing the extension metadata class.Michael Cullum2012-09-012-57/+62
* [ticket/10631] Some tidying upMichael Cullum2012-09-012-60/+12
* [ticket/10631] Remove the now un-used methodMichael Cullum2012-09-011-65/+0
* [ticket/10631] Adding extension metadata manager classMichael Cullum2012-09-011-0/+368
* [ticket/10631] A few more extension admin changesMichael Cullum2012-09-011-3/+2
* [ticket/10631] Fixing some items mentioned in PRMichael Cullum2012-09-012-74/+101
* [ticket/10631] Fixing some extension admin issues foundMichael Cullum2012-09-011-16/+11
* [ticket/10631] Fixing some issues spotted in extensions adminMichael Cullum2012-09-011-47/+36
* [ticket/10631] Adding an extensions adminMichael Cullum2012-09-012-0/+299
* Merge remote-tracking branch 'Fyorl/feature/attach-dl' into developAndreas Fischer2012-08-263-0/+171
|\
| * [feature/attach-dl] Renamed $post_id to $post_msg_idFyorl2012-08-171-1/+1
| * [feature/attach-dl] Optimised an sql queryFyorl2012-08-151-2/+2
| * [feature/attach-dl] Fixed the logic in an sql statementFyorl2012-08-151-2/+4
| * [feature/attach-dl] Cast variables to intFyorl2012-08-141-3/+3
| * [feature/attach-dl] Added multiple attachment downloads to PMsFyorl2012-08-141-0/+7
| * [feature/attach-dl] Renamed to phpbb_download_handle_forum_authFyorl2012-08-141-2/+2
| * [feature/attach-dl] Moved PM authentication handling into own functionFyorl2012-08-141-0/+51
| * [feature/attach-dl] Removed limitFyorl2012-08-141-1/+1
| * [feature/attach-dl] Moved filename cleaning into own functionFyorl2012-08-141-0/+21
| * [feature/attach-dl] Added docblock for renamed download_check_forum_authFyorl2012-08-141-1/+10
| * [feature/attach-dl] Move logic for passworded forums to a function.Andreas Fischer2012-08-101-0/+25
| * [feature/attach-dl] Moved include of compress class inside functionFyorl2012-08-071-0/+5
| * [feature/attach-dl] Use extension_allowed() again.Andreas Fischer2012-08-071-22/+0
| * [feature/attach-dl] phpbb_filter_disallowed_extensions: Preserve array keys.Andreas Fischer2012-08-071-2/+2
| * [feature/attach-dl] phpbb_check_attach_extensions: Get rid of pass-by-referenceAndreas Fischer2012-08-071-9/+8
| * [feature/attach-dl] Added a function for checking allowed extensionsFyorl2012-08-041-0/+23
| * [feature/attach-dl] Added function for incrementing download counterFyorl2012-08-041-0/+21
| * [feature/attach-dl] Prefixed gen_download_links with phpbb_Fyorl2012-08-041-1/+1
| * [feature/attach-dl] Downloading all attachments fully implementedFyorl2012-08-041-0/+30
* | Merge branch 'develop-olympus' into developNils Adermann2012-08-261-1/+0
|\ \
| * | [ticket/11066] Remove debug code error_reporting(E_ALL) from mssqlnative.phpJordan Rogers2012-08-231-1/+0
* | | Merge remote-tracking branch 'nickvergessen/feature/php-events-4' into developDavid King2012-08-2011-46/+619
|\ \ \
| * | | [feature/php-events] Fix doc of core.user_set_default_groupJoas Schilling2012-08-201-1/+1
| * | | [feature/php-events] Fix doc of core.generate_smilies_afterJoas Schilling2012-08-201-1/+1