aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11531Marc Alexander2013-07-14510-5963/+12707
|\
| * Merge remote-tracking branch 'upstream/pr/1570' into developDavid King2013-07-141-1/+1
| |\ | | | | | | | | | | | | * upstream/pr/1570: [ticket/11706] Use @ to suppress errors for getimagesize in remote avatar
| | * [ticket/11706] Use @ to suppress errors for getimagesize in remote avatarMarc Alexander2013-07-141-1/+1
| |/ | | | | | | PHPBB3-11706
| * Merge remote-tracking branch 'github-phpbb/develop-olympus' into developNils Adermann2013-07-141-2/+2
| |\ | | | | | | | | | | | | | | | * github-phpbb/develop-olympus: [ticket/11704] Use the correct directory for dependency checking. [ticket/11704] Correctly escape "
| | * Merge pull request #1567 from bantu/ticket/11704Nils Adermann2013-07-141-2/+2
| | |\ | | | | | | | | [ticket/11704] phing build script does not include vendor folder, even if there are dependencies
| | | * [ticket/11704] Use the correct directory for dependency checking.Andreas Fischer2013-07-141-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11704
| | | * [ticket/11704] Correctly escape "Andreas Fischer2013-07-141-1/+1
| | |/ | | | | | | | | | PHPBB3-11704
| * | Merge remote-tracking branch 'galaxyAbstractor/ticket/11697' into developAndreas Fischer2013-07-141-1/+1
| |\ \ | | | | | | | | | | | | | | | | * galaxyAbstractor/ticket/11697: [ticket/11697] author_search() used incorrect parameter
| | * | [ticket/11697] author_search() used incorrect parameterVictor Nagy2013-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The author_search() function in fulltext_mysql.php had an argument $m_approve_fid_ary parameter but it was changed in the Docblock and code to $post_visibility. This change renames that argument according to the docblock, the code and to mirror the other classes. PHPBB3-11697
| * | | Merge remote-tracking branch 'nickvergessen/ticket/11702' into developAndreas Fischer2013-07-141-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/11702: [ticket/11702] Fix forum_posts left over for link-click counts in viewforum.php
| | * | | [ticket/11702] Fix forum_posts left over for link-click counts in viewforum.phpJoas Schilling2013-07-141-1/+1
| |/ / / | | | | | | | | | | | | PHPBB3-11702
| * | | Merge pull request #1558 from nickvergessen/ticket/11696Nils Adermann2013-07-1414-40/+3
| |\ \ \ | | | | | | | | | | [ticket/11696] Rename db_tools.php so it can be autoloaded
| | * | | [ticket/11696] Move file to new directoryJoas Schilling2013-07-141-0/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-11696
| | * | | [ticket/11696] Rename constructor to __construct()Joas Schilling2013-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11696
| | * | | [ticket/11696] Remove manual loading of db_tools in extension controller testJoas Schilling2013-07-141-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remember to store the file, before commiting it... PHPBB3-11696
| | * | | [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-1413-37/+2
| |/ / / | | | | | | | | | | | | PHPBB3-11696
| * | | Merge pull request #1559 from naderman/ticket/11698Nathan Guse2013-07-13273-52/+37
| |\ \ \ | | | | | | | | | | [WIP][ticket/11698] Moving all autoloadable files to phpbb/
| | * | | [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-14273-52/+37
| |/ / / | | | | | | | | | | | | PHPBB3-11698
| * | | Merge pull request #1555 from EXreaction/ticket/11692Nils Adermann2013-07-131-1/+4
| |\ \ \ | | | | | | | | | | [ticket/11692] Don't update search_type in dev migration if already appended
| | * | | [ticket/11692] Don't update search_type in dev migration if already appendedNathaniel Guse2013-07-131-1/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-11692
| * | | | Merge remote-tracking branch 'cyberalien/ticket/11694' into developDavid King2013-07-131-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * cyberalien/ticket/11694: [ticket/11694] Do not locate assets with root path
| | * | | | [ticket/11694] Do not locate assets with root pathVjacheslav Trushkin2013-07-131-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Do not locate assets that start with ./ PHPBB3-11694
| * | | | Merge pull request #1554 from EXreaction/ticket/11675Nils Adermann2013-07-131-1/+1
| |\ \ \ \ | | |/ / / | |/| | | [ticket/11675] Fix template loop
| | * | | [ticket/11675] Fix template loopNathaniel Guse2013-07-131-1/+1
| |/ / / | | | | | | | | | | | | PHPBB3-11675
| * | | Merge pull request #1429 from cyberalien/ticket/11553Nathan Guse2013-07-136-29/+85
| |\ \ \ | | |/ / | |/| | Move bulletin points for linklist lists to pseudo classes
| | * | [ticket/11553] TypoVjacheslav Trushkin2013-07-111-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11553
| | * | [ticket/11553] Replace bullet with unicodeVjacheslav Trushkin2013-07-111-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11553
| | * | [ticket/11553] Move bulletin points to pseudo classVjacheslav Trushkin2013-07-116-29/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Move bulletin points for .linklist lists to pseudo class Group pseudo classes for .linklist.bulletin and .icon-notification PHPBB3-11553
| * | | Merge pull request #1553 from naderman/ticket/11690Nathan Guse2013-07-131-5/+12
| |\ \ \ | | | | | | | | | | [ticket/11690] Old module class names may get autoloaded by class_exists
| | * | | [ticket/11690] Old module class names may get autoloaded by class_existsNils Adermann2013-07-131-5/+12
| | | | | | | | | | | | | | | | | | | | PHPBB3-11690
| * | | | Merge branch 'develop-olympus' into developNils Adermann2013-07-131-0/+1
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| * develop-olympus: [ticket/11686] Not checking for phpBB Debug errors on functional tests
| | * | Merge remote-tracking branch 'github-exreaction/ticket/11686' into ↵Nils Adermann2013-07-131-0/+1
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-olympus * github-exreaction/ticket/11686: [ticket/11686] Not checking for phpBB Debug errors on functional tests
| | | * | [ticket/11686] Not checking for phpBB Debug errors on functional testsNathaniel Guse2013-07-131-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11686
| * | | | Merge pull request #1473 from marc1706/ticket/11600Nathan Guse2013-07-131-22/+108
| |\ \ \ \ | | | | | | | | | | | | [ticket/11600] Increase code test coverage of avatar manager
| | * | | | [ticket/11600] Remove duplicate test caseMarc Alexander2013-07-041-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11600
| | * | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11600Marc Alexander2013-07-0483-1542/+3338
| | |\ \ \ \
| | * | | | | [ticket/11600] Use lowercase null and remove duplicate test casesMarc Alexander2013-06-251-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11600
| | * | | | | [ticket/11600] Use local variable for $user in test_localize_errorsMarc Alexander2013-06-251-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11600
| | * | | | | [ŧicket/11600] Split get driver tests into tests for all and only enabled onesMarc Alexander2013-06-251-10/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11600
| | * | | | | [ticket/11600] Increase code test coverage of avatar managerMarc Alexander2013-06-101-22/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, not all methods and their possible behaviors are tested with unit tests. Add them for better code coverage. PHPBB3-11600
| * | | | | | Merge pull request #1550 from nickvergessen/ticket/9649Nathan Guse2013-07-133-3/+22
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/9649] Display information on index for moderators on unapproved posts
| | * | | | | | [ticket/9649] Display information on index for moderators on unapproved postsJoas Schilling2013-07-133-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9649
| * | | | | | | Merge pull request #1436 from cyberalien/ticket/11563Nathan Guse2013-07-135-50/+50
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix subPanels() in forum_fn.js
| | * | | | | | | [ticket/11563] Remove duplicate codeVjacheslav Trushkin2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11563
| | * | | | | | | [ticket/11563] Dynamically generate panels listVjacheslav Trushkin2013-07-113-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11563
| | * | | | | | | [ticket/11563] Remove unused JS variablesVjacheslav Trushkin2013-07-111-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused JS variables from posting_buttons PHPBB3-11563
| | * | | | | | | [ticket/11563] Fix subPanels()Vjacheslav Trushkin2013-07-114-47/+47
| | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix subPanels() code Modernize subPanels() with jQuery Use HTML5 data attributes instead of including JS PHPBB3-11563
| * | | | | | | Merge pull request #1541 from nickvergessen/ticket/11684Nathan Guse2013-07-132-4/+3
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/11684] Remove useless confirmation page after login and admin login
| | * | | | | | | [ticket/11684] Remove useless confirmation page after login and admin loginJoas Schilling2013-07-132-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11684
| * | | | | | | | Merge pull request #1543 from nickvergessen/ticket/11685Nathan Guse2013-07-134-12/+8
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [ticket/11685] Remove logout confirmation page