| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/10631] Fix a spelling typo | Michael C. | 2012-09-01 | 1 | -1/+1 |
| | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] Adjust prefixes to be easier to understand | Unknown Bliss | 2012-09-01 | 1 | -6/+6 |
| | | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] Make failure to meet ext enable requirements clearer | Nathan Guse | 2012-09-01 | 1 | -5/+10 |
| | | | | | | | | | | Turn the blocks red on the details page if requirement is not met. Also changing a how the errors come up when trying to enable/disable an extension when they cannot be. PHPBB3-10631 | ||||
| * | [ticket/10631] Various front-end fixes (extensions manager) | Nathan Guse | 2012-09-01 | 1 | -0/+9 |
| | | | | | | | | | | | Add Back button from details Add cancel button from actions Correct language strings PHPBB3-10631 | ||||
| * | [ticket/10631] Functional acp_extensions test, cleanup | Nathan Guse | 2012-09-01 | 1 | -18/+20 |
| | | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] get_extension_metadata_manager -> ↵ | Nathan Guse | 2012-09-01 | 1 | -3/+3 |
| | | | | | | | create_extension_metadata_manager PHPBB3-10631 | ||||
| * | [ticket/10631] Simplify exceptions | Nathan Guse | 2012-09-01 | 1 | -8/+20 |
| | | | | | PHPBB-10631 | ||||
| * | [ticket/10631] Use exceptions for errors. Build action list dynamically. | Nathan Guse | 2012-09-01 | 1 | -28/+83 |
| | | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] Fix some issues as noted in github comments, significantly ↵ | Nathan Guse | 2012-09-01 | 1 | -6/+6 |
| | | | | | | | simplified validation PHPBB3-10631 | ||||
| * | [ticket/10631] Remove references to delete extension | Nathan Guse | 2012-09-01 | 1 | -15/+0 |
| | | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] Validation for extensions | Nathan Guse | 2012-09-01 | 1 | -18/+35 |
| | | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] Use display name if available | Nathan Guse | 2012-09-01 | 1 | -3/+3 |
| | | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] Stagger the enable/disable/purge for extensions | Nathan Guse | 2012-09-01 | 1 | -3/+18 |
| | | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] Fix list_available_exts | Nathan Guse | 2012-09-01 | 1 | -4/+2 |
| | | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] Various tidbits and cleanup on the acp extensions manager | Nathan Guse | 2012-09-01 | 1 | -54/+41 |
| | | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] Fix so it installs the module in the correct place | Michael Cullum | 2012-09-01 | 1 | -1/+1 |
| | | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] Adding docblocks | Michael Cullum | 2012-09-01 | 1 | -0/+21 |
| | | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] Fixing and finishing the extension metadata class. | Michael Cullum | 2012-09-01 | 1 | -33/+19 |
| | | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] A few more extension admin changes | Michael Cullum | 2012-09-01 | 1 | -3/+2 |
| | | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] Fixing some items mentioned in PR | Michael Cullum | 2012-09-01 | 1 | -74/+37 |
| | | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] Fixing some extension admin issues found | Michael Cullum | 2012-09-01 | 1 | -16/+11 |
| | | | | | PHPBB3-10631 | ||||
| * | [ticket/10631] Fixing some issues spotted in extensions admin | Michael Cullum | 2012-09-01 | 1 | -47/+36 |
| | | | | | | | Removing whitespace, cast the items from the json file straight into template vars (not via variables) and fixing some double quotes to single quotes. PHPBB3-10631 | ||||
| * | [ticket/10631] Adding an extensions admin | Michael Cullum | 2012-09-01 | 2 | -0/+299 |
| | | | | | PHPBB3-10631 | ||||
| * | Merge remote-tracking branch 'nickvergessen/feature/php-events-4' into develop | David King | 2012-08-20 | 2 | -14/+193 |
| |\ | |||||
| | * | [feature/php-events] Fix acp_manage_forums_update_data_before and is_new_forum | Joas Schilling | 2012-08-18 | 1 | -5/+2 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/php-events] Fix core.acp_manage_forums_update_data_after vars | Joas Schilling | 2012-08-18 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/php-events] Add event core.acp_manage_forums_move_content | Joas Schilling | 2012-08-08 | 1 | -1/+24 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/php-events] Fix doc and naming of core.acp_manage_forums_move_children | Joas Schilling | 2012-08-08 | 1 | -4/+21 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/php-events] Fix doc and naming of acp_manage_forums_update_data_after | Joas Schilling | 2012-08-08 | 1 | -2/+15 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/php-events] Add new event core.acp_manage_forums_update_data_before | Joas Schilling | 2012-08-08 | 1 | -1/+19 |
| | | | | | | | | | | | | | Allows you to remove data from forum_data_sql before we update/create the forum PHPBB3-9550 | ||||
| | * | [feature/php-events] Fix naming and doc of core.acp_manage_forums_validate_data | Joas Schilling | 2012-08-08 | 1 | -1/+10 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/php-events] Fix naming and doc of core.acp_manage_forums_display_form | Joas Schilling | 2012-08-08 | 1 | -2/+21 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/php-events] Fix naming and doc of acp_manage_forums_initialise_data | Joas Schilling | 2012-08-08 | 1 | -6/+21 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/php-events] Fix doc and naming of core.acp_forums_request_forum_data | Joas Schilling | 2012-08-08 | 1 | -1/+9 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/php-events] Add core.acp_users_overview_run_quicktool | Joas Schilling | 2012-08-05 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | This event was split from core.acp_users_display_overview to make it work as expected. PHPBB3-9550 | ||||
| | * | [feature/php-events] Add core.acp_users_overview_modify_data | Joas Schilling | 2012-08-05 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | This event was split from core.acp_users_display_overview to make it work as expected. PHPBB3-9550 | ||||
| | * | [feature/php-events] Move and fix event core.acp_users_display_overview | Joas Schilling | 2012-08-05 | 1 | -9/+17 |
| | | | | | | | | | | | | | | | The event had some invalid variables, so the event was moved to give it some more power. PHPBB3-9550 | ||||
| | * | [feature/php-events] Remove event core.acp_profile_field_edit | Joas Schilling | 2012-08-05 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | The currently implemented event is useless and we couldn't find a MOD, which requires editing this file in that position. PHPBB3-9550 | ||||
| | * | [feature/php-events] Proper name for request forum data to avoid confusion | Joas Schilling | 2012-08-01 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/php-events] Add additional events to acp_forums.php | Joas Schilling | 2012-08-01 | 1 | -5/+25 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/php-events] Fix name of event when changing a profile field | Joas Schilling | 2012-08-01 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/php-events] Replace core.acp_forums_add_forum_data | Joas Schilling | 2012-08-01 | 1 | -4/+4 |
| | | | | | | | | | | | | | Add missing global $phpbb_dispatcher, add $action and name the event better PHPBB3-9550 | ||||
| | * | [feature/events] Correct core.acp_profile_edit event | Erik Frèrejean | 2012-08-01 | 1 | -5/+4 |
| | | | | | | | | | | | | | Still used the "old" way. PHPBB3-9550 | ||||
| | * | [feature/events] Correct core.acp_users_overview event | Erik Frèrejean | 2012-08-01 | 1 | -4/+3 |
| | | | | | | | | | | | | | The event still used the "old" method. PHPBB3-9550 | ||||
| | * | [feature/events] Removing the third trigger_event parameter | Michael Cullum | 2012-08-01 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/events] Remove core.acp_modules_modules event | Michael Cullum | 2012-08-01 | 1 | -17/+6 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/events] Change to use the new method of adding events | Michael Cullum | 2012-08-01 | 1 | -3/+1 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/events] Fix info/acp_modules.php completly | Joas Schilling | 2012-08-01 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/events] Fix ledges in ACP and apply coding guidelines | Joas Schilling | 2012-08-01 | 3 | -6/+6 |
| | | | | | | | | | PHPBB3-9550 | ||||
| | * | [feature/events] Adding core.acp_profile_edit ledge | Michael Cullum | 2012-08-01 | 1 | -0/+5 |
| | | | | | | | | | PHPBB3-9550 | ||||
