aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [feature/dic] Use DIC in download/file and install/indexIgor Wiedler2012-03-312-25/+38
| | | | PHPBB3-10739
* [feature/dic] Move class loader into DICIgor Wiedler2012-03-312-12/+26
| | | | PHPBB3-10739
* [feature/dic] Move cron manager into DICIgor Wiedler2012-03-312-1/+12
| | | | PHPBB3-10739
* [feature/dic] Fetch cache driver explicitlyIgor Wiedler2012-03-311-2/+2
| | | | PHPBB3-10739
* [feature/dic] Remove cache factory, now handled by DICIgor Wiedler2012-03-313-54/+7
| | | | PHPBB3-10739
* [feature/dic] Convert common.php to Symfony2 DependencyInjection componentIgor Wiedler2012-03-315-24/+138
| | | | PHPBB3-10739
* Merge remote-tracking branch 'github-igorw/feature/class-prefix' into developNils Adermann2012-03-3117-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_authIgor Wiedler2012-03-3111-15/+12
| | | | | | | | PHPBB3-10609
| * [feature/class-prefix] Rename user and session to phpbb_*Igor Wiedler2012-03-319-848/+860
| | | | | | | | PHPBB-10609
* | [feature/merging-style-components] Fixing typos in database updaterVjacheslav Trushkin2012-03-311-2/+2
| | | | | | | | | | | | Yes, I failed... again. Fixing 2 more typos in database_update.php PHPBB3-10632
* | [feature/merging-style-components] Fixing typo in database updaterVjacheslav Trushkin2012-03-311-1/+1
|/ | | | | | Fixing typo in database_update.php PHPBB3-10632
* [feature/merging-style-components] Fix back link on install pageIgor Wiedler2012-03-311-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 styleVjacheslav Trushkin2012-03-315-13/+13
| | | | | | Moving template initialization out of style constructor PHPBB3-10632
* [feature/merging-style-components] Renaming "delete" to "uninstall" for stylesVjacheslav Trushkin2012-03-312-34/+37
| | | | | | Changing from "delete" to "uninstall" in acp_styles to avoid confusing users PHPBB3-10632
* [feature/merging-style-components] Initializing locator and provider separatelyVjacheslav Trushkin2012-03-315-15/+19
| | | | | | Moving locator and path provider initialization out of style class PHPBB3-10632
* [feature/merging-style-components] Fixing few errors in acp_stylesVjacheslav Trushkin2012-03-311-6/+1
| | | | | | Fixing notices and usability issues PHPBB3-10632
* [feature/merging-style-components] Fix notices in acp_stylesIgor Wiedler2012-03-311-2/+3
| | | | PHPBB3-10632
* [feature/merging-style-components] Updating styles in coding guidelinesVjacheslav Trushkin2012-03-311-13/+17
| | | | | | Updating styles section in coding guidelines PHPBB3-10632
* Merge branch 'develop' into feature/merging-style-componentsVjacheslav Trushkin2012-03-3172-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 buttonIgor Wiedler2012-03-311-2/+2
| | | | | | | | | | | | The viewtopic inline approve/disapprove buttons for posts had spaces. PHPBB3-10270
| * [feature/ajax] Add entirely unrelated but nice newlinesIgor Wiedler2012-03-312-0/+2
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Unify phpbb_json_response instantiationIgor Wiedler2012-03-311-1/+1
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Fix acp_styles activate_deactivate ajax callback nameIgor Wiedler2012-03-311-1/+1
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Send correct activate/deactivate JSON response in acp_profileIgor Wiedler2012-03-311-0/+18
| | | | | | | | PHPBB3-10270
| * [ticket/10270] Alter background colors for postsVjacheslav Trushkin2012-03-311-1/+8
| | | | | | | | | | | | Change background colors for posts after deleted post PHPBB3-10270
| * [feature/ajax] Remove not working module enable/disable ajax codeIgor Wiedler2012-03-312-1/+4
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Replace static call to phpbb_request with OOIgor Wiedler2012-03-311-1/+2
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Remove quick-reply AJAX handling until we have something goodIgor Wiedler2012-03-312-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 popupsVjacheslav Trushkin2012-03-317-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 contentVjacheslav Trushkin2012-03-311-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 Macrae2012-03-311-1/+1
| | | | | | | | | | | | It wasn't fading out. PHPBB3-10291
| * [ticket/10273] Fixed accepting / denying posts AJAX.Callum Macrae2012-03-312-4/+32
| | | | | | | | PHPBB3-10273
| * [ticket/10272] Removed code that was prevent event propogation in AJAX.Callum Macrae2012-03-311-5/+5
| | | | | | | | PHPBB3-10272
| * [ticket/10291] Fixed a bug in the quick reply AJAX.Callum Macrae2012-03-311-1/+19
| | | | | | | | | | | | It wasn't submitting, as jQuery was ignoring the submit value. PHPBB3-10291
| * [feature/ajax] Handle acp_modules error cases with JSON responseIgor Wiedler2012-03-311-1/+9
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Fix filter check, quick mod tools data-attributeIgor Wiedler2012-03-312-2/+2
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Use the error handlerIgor Wiedler2012-03-311-5/+9
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Generic error handling with a phpbb.alert boxIgor Wiedler2012-03-314-3/+21
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Change filter semantics, some minor adjustmentsIgor Wiedler2012-03-312-9/+9
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Refactor phpbb.ajaxify event callbackIgor Wiedler2012-03-312-32/+26
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Bind to form.submit instead of form input.clickIgor Wiedler2012-03-311-9/+5
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Rename exception to filterIgor Wiedler2012-03-312-7/+7
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Add a missing semicolonIgor Wiedler2012-03-311-1/+1
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Fix the alt_text ajax callbackIgor Wiedler2012-03-311-3/+2
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Better handling for zebraVjacheslav Trushkin2012-03-311-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 orderingIgor Wiedler2012-03-314-8/+47
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Make phpbb.ajaxify signature use single object (more explicit)Igor Wiedler2012-03-313-11/+35
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Make quick-mod tools "exception" handling more explicitIgor Wiedler2012-03-311-5/+9
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Only allow object argument for phpbb.ajaxifyIgor Wiedler2012-03-311-2/+2
| | | | | | | | PHPBB3-10270
| * [feature/ajax] Fix alt_text and overlay closingIgor Wiedler2012-03-311-5/+12
| | | | | | | | PHPBB3-10270