Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12715] Cleanup comments in \phpbb\db\* | Tristan Darricau | 2014-06-15 | 5 | -3/+15 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12715] Cleanup comments in \phpbb\cron\* | Tristan Darricau | 2014-06-15 | 2 | -2/+3 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12715] Cleanup comments in \phpbb\controller\* | Tristan Darricau | 2014-06-15 | 3 | -7/+9 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12715] Update console command cron:* comments | Tristan Darricau | 2014-06-15 | 2 | -4/+28 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12715] Update console command config:* comments | Tristan Darricau | 2014-06-15 | 5 | -1/+71 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12715] Update console command cache:purge comments | Tristan Darricau | 2014-06-15 | 1 | -0/+23 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12715] Cleanup comments in \phpbb\cache\driver\* | Tristan Darricau | 2014-06-15 | 2 | -1/+3 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12715] Cleanup comments in \phpbb\avatar\driver\* | Tristan Darricau | 2014-06-15 | 5 | -26/+27 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12715] Cleanup comments in \phpbb\auth\provider\* | Tristan Darricau | 2014-06-15 | 6 | -17/+16 |
| | | | | PHPBB3-12715 | ||||
* | Merge pull request #2593 from bantu/ticket/12575 | Dhruv Goel | 2014-06-15 | 2 | -57/+9 |
|\ | | | | | [ticket/12575] Cleanup service_collection_iterator | ||||
| * | [ticket/12575] Just forward service_collection::offsetGet() to container. | Andreas Fischer | 2014-06-14 | 1 | -8/+1 |
| | | | | | | | | PHPBB3-12575 | ||||
| * | [ticket/12575] Do not duplicate logic in service_collection_iterator. | Andreas Fischer | 2014-06-14 | 1 | -9/+1 |
| | | | | | | | | PHPBB3-12575 | ||||
| * | [ticket/12575] Workaround for offsetExists seems not required for the Iterator. | Andreas Fischer | 2014-06-14 | 1 | -16/+1 |
| | | | | | | | | PHPBB3-12575 | ||||
| * | [ticket/12575] Pass service_collection instead of ContainerInterface. | Andreas Fischer | 2014-06-14 | 2 | -26/+8 |
| | | | | | | | | PHPBB3-12575 | ||||
* | | Merge pull request #2431 from Nicofuma/ticket/12109 | Dhruv Goel | 2014-06-15 | 1 | -8/+16 |
|\ \ | | | | | | | [ticket/12109] Bug when setting permissions with "Select all users" | ||||
| * | | [ticket/12109] Fix coding style | Tristan Darricau | 2014-05-10 | 1 | -4/+4 |
| | | | | | | | | | | | | PHPBB3-12109 | ||||
| * | | [ticket/12109] Bug when setting permissions with "Select all users" | Tristan Darricau | 2014-05-10 | 1 | -8/+16 |
| | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12109 PHPBB3-12109 | ||||
* | | | Merge remote-tracking branch 'bantu/ticket/12711' into develop-ascraeus | Cesar G | 2014-06-14 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | * bantu/ticket/12711: [ticket/12711] Cast values to string such that they are quoted in SQL queries. | ||||
| * | | | [ticket/12711] Cast values to string such that they are quoted in SQL queries. | Andreas Fischer | 2014-06-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The value is stored in a text column and the key is stored in a varchar. Some DBMSes do not like it when we insert integers into text columns. Cast both to string to be on the safe side. PHPBB3-12711 | ||||
* | | | | Merge remote-tracking branch 'PayBas/ticket/12613' into develop-ascraeus | Cesar G | 2014-06-14 | 34 | -407/+438 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12613: (25 commits) [ticket/12613] Add distinction between top/bottom action-bar [ticket/12613] Replaced topic-actions with action-bar [ticket/12613] Remove responsive linklist from memberlist [ticket/12613] Remove unnecessary checks and clean up CSS [ticket/12613] role="navigation" not allowed on <ul> [ticket/12613] Improved screen reader functionality [ticket/12613] Removed unnecessary checks [ticket/12613] Set fixed font-size [ticket/12613] Slightly better icons [ticket/12613] Typo and L_COLON [ticket/12613] Small inconsistency fixes [ticket/12613] Don't display page-jump if all pages are visible (6) [ticket/12613] Fixes from comments (single quotes and typos) [ticket/12613] Minor $bull; and <hr> fix [ticket/12613] Pagination should never be in responsive linklist [ticket/12613] Minor CSS fixes [ticket/12613] Dropdown-visible page-jump icon, fix focus() timing [ticket/12613] Renamed jump-to to page-jump to prevent confusion [ticket/12613] Removed form in order to prevent nested forms [ticket/12613] Fix functional test and post sorting bug ... | ||||
| * | | | [ticket/12613] Add distinction between top/bottom action-bar | PayBas | 2014-06-13 | 20 | -34/+34 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Replaced topic-actions with action-bar | PayBas | 2014-06-13 | 10 | -45/+17 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Remove responsive linklist from memberlist | PayBas | 2014-06-13 | 4 | -57/+56 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Remove unnecessary checks and clean up CSS | PayBas | 2014-06-13 | 16 | -115/+62 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] role="navigation" not allowed on <ul> | PayBas | 2014-06-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Improved screen reader functionality | PayBas | 2014-06-08 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Removed unnecessary checks | PayBas | 2014-06-06 | 3 | -18/+6 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Set fixed font-size | PayBas | 2014-06-06 | 2 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | and clean up spaces > tabs PHPBB3-12613 | ||||
| * | | | [ticket/12613] Slightly better icons | PayBas | 2014-06-05 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Typo and L_COLON | PayBas | 2014-06-05 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Small inconsistency fixes | PayBas | 2014-06-05 | 4 | -11/+10 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Don't display page-jump if all pages are visible (6) | PayBas | 2014-06-05 | 3 | -7/+13 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Fixes from comments (single quotes and typos) | PayBas | 2014-06-05 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Minor $bull; and <hr> fix | PayBas | 2014-06-05 | 2 | -4/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Pagination should never be in responsive linklist | PayBas | 2014-06-05 | 20 | -189/+235 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Minor CSS fixes | PayBas | 2014-06-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Dropdown-visible page-jump icon, fix focus() timing | PayBas | 2014-06-05 | 4 | -16/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also removed outdated CSS PHPBB3-12613 | ||||
| * | | | [ticket/12613] Renamed jump-to to page-jump to prevent confusion | PayBas | 2014-06-05 | 9 | -28/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jump-to can easily be confused with forum-jump. Also switched the lang vars to reflect changes better PHPBB3-12613 | ||||
| * | | | [ticket/12613] Removed form in order to prevent nested forms | PayBas | 2014-06-05 | 2 | -19/+19 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Fix functional test and post sorting bug | PayBas | 2014-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Removed jump-to placeholder and added .focus() check | PayBas | 2014-06-05 | 2 | -4/+7 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Removed all previous_page / next_page text links | PayBas | 2014-06-05 | 12 | -31/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Fix dropdown-up positioning | PayBas | 2014-06-05 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
| * | | | [ticket/12613] Improved pagination | PayBas | 2014-06-05 | 11 | -51/+152 |
| | | | | | | | | | | | | | | | | PHPBB3-12613 | ||||
* | | | | [ticket/12709] Update plupload.full.min.js | Dhruv | 2014-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | The earlier js file was not returning the correct list of filesAdded PHPBB3-12709 | ||||
* | | | | Merge pull request #2594 from bantu/ticket/12708 | Dhruv Goel | 2014-06-14 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | [ticket/12708] Fix install_main still linking to docs/COPYING | ||||
| * | | | | [ticket/12708] Make the path absolute by using __DIR__. | Andreas Fischer | 2014-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12708 | ||||
| * | | | | [ticket/12708] Correct the path to the LICENSE file in install_main. | Huynh Buu Tam | 2014-06-14 | 1 | -1/+1 |
| | |_|/ | |/| | | | | | | | | | | PHPBB3-12708 | ||||
* | | | | Merge pull request #2583 from nickvergessen/ticket/12209 | Dhruv Goel | 2014-06-14 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | [ticket/12209] Notify the admin that OAuth still allows DB authentification | ||||
| * | | | [ticket/12209] Notify the admin that OAuth still allows DB authentification | Joas Schilling | 2014-06-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-12209 |