aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12608] Improve notifications drop-down menu styling in headerPayBas2014-06-1516-52/+296
| | | | PHPBB3-12608
* Merge pull request #2593 from bantu/ticket/12575Dhruv Goel2014-06-152-57/+9
|\ | | | | [ticket/12575] Cleanup service_collection_iterator
| * [ticket/12575] Just forward service_collection::offsetGet() to container.Andreas Fischer2014-06-141-8/+1
| | | | | | | | PHPBB3-12575
| * [ticket/12575] Do not duplicate logic in service_collection_iterator.Andreas Fischer2014-06-141-9/+1
| | | | | | | | PHPBB3-12575
| * [ticket/12575] Workaround for offsetExists seems not required for the Iterator.Andreas Fischer2014-06-141-16/+1
| | | | | | | | PHPBB3-12575
| * [ticket/12575] Pass service_collection instead of ContainerInterface.Andreas Fischer2014-06-142-26/+8
| | | | | | | | PHPBB3-12575
* | Merge pull request #2431 from Nicofuma/ticket/12109Dhruv Goel2014-06-151-8/+16
|\ \ | | | | | | [ticket/12109] Bug when setting permissions with "Select all users"
| * | [ticket/12109] Fix coding styleTristan Darricau2014-05-101-4/+4
| | | | | | | | | | | | PHPBB3-12109
| * | [ticket/12109] Bug when setting permissions with "Select all users"Tristan Darricau2014-05-101-8/+16
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12109 PHPBB3-12109
* | | Merge remote-tracking branch 'bantu/ticket/12711' into develop-ascraeusCesar G2014-06-141-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 Fischer2014-06-151-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-ascraeusCesar G2014-06-1434-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-barPayBas2014-06-1320-34/+34
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Replaced topic-actions with action-barPayBas2014-06-1310-45/+17
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Remove responsive linklist from memberlistPayBas2014-06-134-57/+56
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Remove unnecessary checks and clean up CSSPayBas2014-06-1316-115/+62
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] role="navigation" not allowed on <ul>PayBas2014-06-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Improved screen reader functionalityPayBas2014-06-081-6/+6
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Removed unnecessary checksPayBas2014-06-063-18/+6
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Set fixed font-sizePayBas2014-06-062-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | and clean up spaces > tabs PHPBB3-12613
| * | | [ticket/12613] Slightly better iconsPayBas2014-06-051-0/+0
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Typo and L_COLONPayBas2014-06-053-3/+3
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Small inconsistency fixesPayBas2014-06-054-11/+10
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Don't display page-jump if all pages are visible (6)PayBas2014-06-053-7/+13
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Fixes from comments (single quotes and typos)PayBas2014-06-052-4/+4
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Minor $bull; and <hr> fixPayBas2014-06-052-4/+2
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Pagination should never be in responsive linklistPayBas2014-06-0520-189/+235
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Minor CSS fixesPayBas2014-06-051-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Dropdown-visible page-jump icon, fix focus() timingPayBas2014-06-054-16/+12
| | | | | | | | | | | | | | | | | | | | | | | | Also removed outdated CSS PHPBB3-12613
| * | | [ticket/12613] Renamed jump-to to page-jump to prevent confusionPayBas2014-06-059-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 formsPayBas2014-06-052-19/+19
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Fix functional test and post sorting bugPayBas2014-06-051-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Removed jump-to placeholder and added .focus() checkPayBas2014-06-052-4/+7
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Removed all previous_page / next_page text linksPayBas2014-06-0512-31/+3
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Fix dropdown-up positioningPayBas2014-06-052-2/+5
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Improved paginationPayBas2014-06-0511-51/+152
| | | | | | | | | | | | | | | | PHPBB3-12613
* | | | [ticket/12709] Update plupload.full.min.jsDhruv2014-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The earlier js file was not returning the correct list of filesAdded PHPBB3-12709
* | | | Merge pull request #2594 from bantu/ticket/12708Dhruv Goel2014-06-141-1/+1
|\ \ \ \ | | | | | | | | | | [ticket/12708] Fix install_main still linking to docs/COPYING
| * | | | [ticket/12708] Make the path absolute by using __DIR__.Andreas Fischer2014-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12708
| * | | | [ticket/12708] Correct the path to the LICENSE file in install_main.Huynh Buu Tam2014-06-141-1/+1
| | |_|/ | |/| | | | | | | | | | PHPBB3-12708
* | | | Merge pull request #2583 from nickvergessen/ticket/12209Dhruv Goel2014-06-141-1/+1
|\ \ \ \ | |/ / / |/| | | [ticket/12209] Notify the admin that OAuth still allows DB authentification
| * | | [ticket/12209] Notify the admin that OAuth still allows DB authentificationJoas Schilling2014-06-131-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12209
* | | | Merge pull request #2590 from bantu/ticket/12707Joas Schilling2014-06-141-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12707] Do not try to load 3.1 DBMS driver name as 3.0 driver. * bantu/ticket/12707: [ticket/12707] Do not try to load 3.1 DBMS driver name as 3.0 driver.
| * | | | [ticket/12707] Do not try to load 3.1 DBMS driver name as 3.0 driver.Andreas Fischer2014-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12707
* | | | | [ticket/12575] Use strict comparisonTristan Darricau2014-06-141-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12575
* | | | | [ticket/12575] Add missing propertyTristan Darricau2014-06-141-1/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-12575
* | | | | [ticket/12575] Usethe new headerTristan Darricau2014-06-141-5/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-12575
* | | | | [ticket/12575] Fix 2 typos in commentsTristan Darricau2014-06-142-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12575
* | | | | [ticket/12575] Fix typos in commentsTristan Darricau2014-06-142-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-12575
* | | | | [ticket/12575] Skip sniffer issue triggered by the solution of a php bugTristan Darricau2014-06-142-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugs.php.net/bug.php?id=66834 https://bugs.php.net/bug.php?id=67067 PHPBB3-12575