aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [ticket/12715] Cleanup comments in \phpbb\plupload\*Tristan Darricau2014-06-151-2/+0
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\profilefields\*Tristan Darricau2014-06-157-7/+0
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\passwords\*Tristan Darricau2014-06-1517-63/+63
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\notification\*Tristan Darricau2014-06-151-3/+5
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\mimetype\*Tristan Darricau2014-06-154-7/+7
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\message\*Tristan Darricau2014-06-151-2/+2
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\log\*Tristan Darricau2014-06-151-22/+1
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\lock\*Tristan Darricau2014-06-151-2/+2
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\groupposition\*Tristan Darricau2014-06-152-26/+19
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\feed\*Tristan Darricau2014-06-153-14/+20
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\extension\*Tristan Darricau2014-06-153-43/+46
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\di\*Tristan Darricau2014-06-154-6/+5
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\db\*Tristan Darricau2014-06-155-3/+15
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\cron\*Tristan Darricau2014-06-152-2/+3
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\controller\*Tristan Darricau2014-06-153-7/+9
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Update console command cron:* commentsTristan Darricau2014-06-152-4/+28
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Update console command config:* commentsTristan Darricau2014-06-155-1/+71
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Update console command cache:purge commentsTristan Darricau2014-06-151-0/+23
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\cache\driver\*Tristan Darricau2014-06-152-1/+3
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\avatar\driver\*Tristan Darricau2014-06-155-26/+27
| | | | | | | | | | | | PHPBB3-12715
| * | [ticket/12715] Cleanup comments in \phpbb\auth\provider\*Tristan Darricau2014-06-156-17/+16
| | | | | | | | | | | | PHPBB3-12715
* | | [ticket/12712] Remove unneeded GROUP BY clause to fix query for mssqlMarc Alexander2014-06-151-1/+0
|/ / | | | | | | PHPBB3-12712
* | 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 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-141-2/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Improved paginationPayBas2014-06-051-2/+2
| | | | | | | | | | | | PHPBB3-12613
* | | [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
* | | [ticket/12575] Remove inline assignmentsTristan Darricau2014-06-142-3/+6
| | | | | | | | | | | | PHPBB3-12575
* | | [ticket/12575] Fix the testsTristan Darricau2014-06-142-0/+16
| | | | | | | | | | | | PHPBB3-12575
* | | [ticket/12575] Move service_collection_iterator to its own fileTristan Darricau2014-06-142-55/+65
| | | | | | | | | | | | PHPBB3-12575
* | | [ticket/12575] Speed up load_class()Tristan Darricau2014-06-141-2/+77
| | | | | | | | | | | | | | | | | | | | | Load the services referenced in a service_collection only when they are used to avoid to load some unsuded services. PHPBB3-12575
* | | Merge pull request #2527 from dhruvgoel92/ticket/11445Andreas Fischer2014-06-141-16/+36
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11445] optimize no of queries in get_global_subscriptions( ) * dhruvgoel92/ticket/11445: [ticket/11445] Move get user's notification code into its own method [ticket/11445] Remove unused foreach key $group_name [ticket/11445] Improve unit tests for get_global_subscriptions [ticket/11445] Optimize no of queries in get_global_subscriptions
| * | | [ticket/11445] Move get user's notification code into its own methodDhruv2014-06-071-14/+29
| | | | | | | | | | | | | | | | PHPBB3-11445
| * | | [ticket/11445] Remove unused foreach key $group_nameDhruv2014-06-071-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11445
| * | | [ticket/11445] Optimize no of queries in get_global_subscriptionsDhruv2014-06-011-13/+18
| | | | | | | | | | | | | | | | PHPBB3-11445
* | | | Merge remote-tracking branch 'github-marc1706/ticket/12352' into ↵Nils Adermann2014-06-1120-84/+867
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/12352: (33 commits) [ticket/12352] Do not check hashes that don't have the necessary length [ticket/12352] Update file headers to fit new format [ticket/12352] Use custom provider collection for auth providers [ticket/12352] Add checks for existing user_pass_convert to migrations [ticket/12352] Remove usages of user_pass_convert column [ticket/12352] Update schema json file [ticket/12352] Remove user_pass_convert column from database [ticket/12352] Check each newly added passwords driver in manager_test [ticket/12352] Add get_settings_only method to passwords driver base [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwords [ticket/12352] Add tests for wcf1 and wcf2 drivers [ticket/12352] Add driver for woltlab community framework 1 passwords [ticket/12352] Add driver for woltlab community framework 2 passwords [ticket/12352] Add missing $ to md5_mybb and md5_vb driver [ticket/12352] Fix spacing in passwords tests [ticket/12352] Add passwords driver for vB passwords [ticket/12352] Use correct hashing method in md5_mybb driver [ticket/12352] Add driver for myBB md5 passwords [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other drivers [ticket/12352] Add passwords driver for sha1 password hashes ...
| * | | | [ticket/12352] Do not check hashes that don't have the necessary lengthMarc Alexander2014-06-027-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should significantly reduce the time spent on checking hashes of passwords that should be converted. PHPBB3-12352
| * | | | [ticket/12352] Update file headers to fit new formatMarc Alexander2014-06-0112-65/+84
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Use custom provider collection for auth providersMarc Alexander2014-06-012-21/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using this custom provider collection, we can properly check whether the configured auth provider does exist. The method get_provider() has been added for returning the default auth provider or the standard db auth provider if the specified one does not exist. Additionally, the method get_provider() will throw an RuntimeException if none of the above exist. PHPBB3-12352
| * | | | [ticket/12352] Add checks for existing user_pass_convert to migrationsMarc Alexander2014-06-012-0/+11
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352