| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [feature/dic] Use DIC in download/file and install/index | Igor Wiedler | 2012-03-31 | 2 | -25/+38 |
| | | | | | PHPBB3-10739 | ||||
| * | [feature/dic] Move class loader into DIC | Igor Wiedler | 2012-03-31 | 2 | -12/+26 |
| | | | | | PHPBB3-10739 | ||||
| * | [feature/dic] Move cron manager into DIC | Igor Wiedler | 2012-03-31 | 2 | -1/+12 |
| | | | | | PHPBB3-10739 | ||||
| * | [feature/dic] Fetch cache driver explicitly | Igor Wiedler | 2012-03-31 | 1 | -2/+2 |
| | | | | | PHPBB3-10739 | ||||
| * | [feature/dic] Remove cache factory, now handled by DIC | Igor Wiedler | 2012-03-31 | 3 | -54/+7 |
| | | | | | PHPBB3-10739 | ||||
| * | [feature/dic] Convert common.php to Symfony2 DependencyInjection component | Igor Wiedler | 2012-03-31 | 5 | -24/+138 |
| | | | | | PHPBB3-10739 | ||||
| * | Merge remote-tracking branch 'github-igorw/feature/class-prefix' into develop | Nils Adermann | 2012-03-31 | 17 | -863/+872 |
| |\ | | | | | | | | | | | * github-igorw/feature/class-prefix: [feature/class-prefix] Rename auth => phpbb_auth [feature/class-prefix] Rename user and session to phpbb_* | ||||
| | * | [feature/class-prefix] Rename auth => phpbb_auth | Igor Wiedler | 2012-03-31 | 11 | -15/+12 |
| | | | | | | | | | PHPBB3-10609 | ||||
| | * | [feature/class-prefix] Rename user and session to phpbb_* | Igor Wiedler | 2012-03-31 | 9 | -848/+860 |
| | | | | | | | | | PHPBB-10609 | ||||
| * | | [feature/merging-style-components] Fixing typos in database updater | Vjacheslav Trushkin | 2012-03-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | Yes, I failed... again. Fixing 2 more typos in database_update.php PHPBB3-10632 | ||||
| * | | [feature/merging-style-components] Fixing typo in database updater | Vjacheslav Trushkin | 2012-03-31 | 1 | -1/+1 |
| |/ | | | | | | Fixing typo in database_update.php PHPBB3-10632 | ||||
| * | [feature/merging-style-components] Fix back link on install page | Igor Wiedler | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | | When on install page and all styles are installed, fix back link to go to main styles page. PHPBB3-10632 | ||||
| * | [feature/merging-style-components] Moving template initialization out of style | Vjacheslav Trushkin | 2012-03-31 | 5 | -13/+13 |
| | | | | | | | Moving template initialization out of style constructor PHPBB3-10632 | ||||
| * | [feature/merging-style-components] Renaming "delete" to "uninstall" for styles | Vjacheslav Trushkin | 2012-03-31 | 2 | -34/+37 |
| | | | | | | | Changing from "delete" to "uninstall" in acp_styles to avoid confusing users PHPBB3-10632 | ||||
| * | [feature/merging-style-components] Initializing locator and provider separately | Vjacheslav Trushkin | 2012-03-31 | 5 | -15/+19 |
| | | | | | | | Moving locator and path provider initialization out of style class PHPBB3-10632 | ||||
| * | [feature/merging-style-components] Fixing few errors in acp_styles | Vjacheslav Trushkin | 2012-03-31 | 1 | -6/+1 |
| | | | | | | | Fixing notices and usability issues PHPBB3-10632 | ||||
| * | [feature/merging-style-components] Fix notices in acp_styles | Igor Wiedler | 2012-03-31 | 1 | -2/+3 |
| | | | | | PHPBB3-10632 | ||||
| * | [feature/merging-style-components] Updating styles in coding guidelines | Vjacheslav Trushkin | 2012-03-31 | 1 | -13/+17 |
| | | | | | | | Updating styles section in coding guidelines PHPBB3-10632 | ||||
| * | Merge branch 'develop' into feature/merging-style-components | Vjacheslav Trushkin | 2012-03-31 | 72 | -604/+1665 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop: (175 commits) [feature/ajax] Remove strange non-breaking spaces from approve button [feature/ajax] Add entirely unrelated but nice newlines [feature/ajax] Unify phpbb_json_response instantiation [feature/ajax] Fix acp_styles activate_deactivate ajax callback name [feature/ajax] Send correct activate/deactivate JSON response in acp_profile [ticket/10270] Alter background colors for posts [feature/ajax] Remove not working module enable/disable ajax code [feature/ajax] Replace static call to phpbb_request with OO [feature/ajax] Remove quick-reply AJAX handling until we have something good [ticket/10270] Changing close button for ajax popups [ticket/10270] Disabling links in disappearing content [ticket/10291] Fixed an AJAX bug on quick reply form submit. [ticket/10273] Fixed accepting / denying posts AJAX. [ticket/10272] Removed code that was prevent event propogation in AJAX. [ticket/10291] Fixed a bug in the quick reply AJAX. [feature/ajax] Handle acp_modules error cases with JSON response [feature/ajax] Fix filter check, quick mod tools data-attribute [feature/ajax] Use the error handler [feature/ajax] Generic error handling with a phpbb.alert box [feature/ajax] Change filter semantics, some minor adjustments ... Conflicts: phpBB/adm/style/acp_styles.html phpBB/includes/acp/acp_styles.php | ||||
| | * | [feature/ajax] Remove strange non-breaking spaces from approve button | Igor Wiedler | 2012-03-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | The viewtopic inline approve/disapprove buttons for posts had spaces. PHPBB3-10270 | ||||
| | * | [feature/ajax] Add entirely unrelated but nice newlines | Igor Wiedler | 2012-03-31 | 2 | -0/+2 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Unify phpbb_json_response instantiation | Igor Wiedler | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Fix acp_styles activate_deactivate ajax callback name | Igor Wiedler | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Send correct activate/deactivate JSON response in acp_profile | Igor Wiedler | 2012-03-31 | 1 | -0/+18 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [ticket/10270] Alter background colors for posts | Vjacheslav Trushkin | 2012-03-31 | 1 | -1/+8 |
| | | | | | | | | | | | | | Change background colors for posts after deleted post PHPBB3-10270 | ||||
| | * | [feature/ajax] Remove not working module enable/disable ajax code | Igor Wiedler | 2012-03-31 | 2 | -1/+4 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Replace static call to phpbb_request with OO | Igor Wiedler | 2012-03-31 | 1 | -1/+2 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Remove quick-reply AJAX handling until we have something good | Igor Wiedler | 2012-03-31 | 2 | -8/+1 |
| | | | | | | | | | | | | | | | The current implementation is not very user friendly, lots of things flashing in the user's face. We can re-consider AJAX when we have a decent solution. PHPBB3-10270 | ||||
| | * | [ticket/10270] Changing close button for ajax popups | Vjacheslav Trushkin | 2012-03-31 | 7 | -11/+42 |
| | | | | | | | | | | | | | Changed close button for popups to match prosilver style and from img to css, moved color values to colours.css PHPBB3-10270 | ||||
| | * | [ticket/10270] Disabling links in disappearing content | Vjacheslav Trushkin | 2012-03-31 | 1 | -3/+3 |
| | | | | | | | | | | | | | Disabling click events for blocks that are being removed via ajax PHPBB3-10270 | ||||
| | * | [ticket/10291] Fixed an AJAX bug on quick reply form submit. | Callum Macrae | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | It wasn't fading out. PHPBB3-10291 | ||||
| | * | [ticket/10273] Fixed accepting / denying posts AJAX. | Callum Macrae | 2012-03-31 | 2 | -4/+32 |
| | | | | | | | | | PHPBB3-10273 | ||||
| | * | [ticket/10272] Removed code that was prevent event propogation in AJAX. | Callum Macrae | 2012-03-31 | 1 | -5/+5 |
| | | | | | | | | | PHPBB3-10272 | ||||
| | * | [ticket/10291] Fixed a bug in the quick reply AJAX. | Callum Macrae | 2012-03-31 | 1 | -1/+19 |
| | | | | | | | | | | | | | It wasn't submitting, as jQuery was ignoring the submit value. PHPBB3-10291 | ||||
| | * | [feature/ajax] Handle acp_modules error cases with JSON response | Igor Wiedler | 2012-03-31 | 1 | -1/+9 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Fix filter check, quick mod tools data-attribute | Igor Wiedler | 2012-03-31 | 2 | -2/+2 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Use the error handler | Igor Wiedler | 2012-03-31 | 1 | -5/+9 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Generic error handling with a phpbb.alert box | Igor Wiedler | 2012-03-31 | 4 | -3/+21 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Change filter semantics, some minor adjustments | Igor Wiedler | 2012-03-31 | 2 | -9/+9 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Refactor phpbb.ajaxify event callback | Igor Wiedler | 2012-03-31 | 2 | -32/+26 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Bind to form.submit instead of form input.click | Igor Wiedler | 2012-03-31 | 1 | -9/+5 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Rename exception to filter | Igor Wiedler | 2012-03-31 | 2 | -7/+7 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Add a missing semicolon | Igor Wiedler | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Fix the alt_text ajax callback | Igor Wiedler | 2012-03-31 | 1 | -3/+2 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Better handling for zebra | Vjacheslav Trushkin | 2012-03-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | Better handling for zebra: message is displayed instead of first .zebra. Other .zebra entries are emptied, but not completely removed to avoid changing layout. PHPBB3-10272 | ||||
| | * | [feature/ajax] Do not hard-code sorting images of acp_forums ordering | Igor Wiedler | 2012-03-31 | 4 | -8/+47 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Make phpbb.ajaxify signature use single object (more explicit) | Igor Wiedler | 2012-03-31 | 3 | -11/+35 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Make quick-mod tools "exception" handling more explicit | Igor Wiedler | 2012-03-31 | 1 | -5/+9 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Only allow object argument for phpbb.ajaxify | Igor Wiedler | 2012-03-31 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-10270 | ||||
| | * | [feature/ajax] Fix alt_text and overlay closing | Igor Wiedler | 2012-03-31 | 1 | -5/+12 |
| | | | | | | | | | PHPBB3-10270 | ||||
