aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11747] ucp_prefs_view core eventsMatt Friedman2013-07-261-0/+25
| | | | PHPBB3-11747
* [ticket/11747] ucp_prefs_personal core eventsMatt Friedman2013-07-261-0/+25
| | | | PHPBB3-11747
* [ticket/11747] Add $phpbb_dispatcher to globalMatt Friedman2013-07-261-1/+1
| | | | PHPBB3-11747
* Merge remote-tracking branch 'asperous/ticket/11731' into developAndreas Fischer2013-07-231-1/+2
|\ | | | | | | | | * asperous/ticket/11731: [ticket/11731] Remove static calls to captcha garbage collector
| * [ticket/11731] Remove static calls to captcha garbage collectorAndy Chase2013-07-221-1/+2
| | | | | | | | PHPBB3-11731
* | Merge pull request #1589 from marc1706/ticket/11717Nathan Guse2013-07-222-2/+6
|\ \ | |/ |/| [ticket/11717] Use topic_posts_approved instead of topic_replies
| * [ticket/11717] Add 'has' to boolean variable and reduce line lengthMarc Alexander2013-07-221-4/+5
| | | | | | | | PHPBB3-11717
| * [ticket/11717] Use topic_posts_approved instead of topic_repliesMarc Alexander2013-07-202-2/+5
| | | | | | | | | | | | | | Due to the move to soft-delete, the topic_replies column no longer exists in the topics table. Instead, the column topic_posts_approved should be used. PHPBB3-11717
* | Merge pull request #1513 from nickvergessen/ticket/11582Nathan Guse2013-07-223-34/+37
|\ \ | |/ |/| Ticket/11582 Split permission logic from translations
| * [ticket/11582] Move global declaration to beginning of blockJoas Schilling2013-07-221-2/+1
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Move file to new directoryJoas Schilling2013-07-141-340/+0
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Fix missing closing bracketJoas Schilling2013-07-141-2/+2
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Fix missing @params in the doc blocksJoas Schilling2013-07-141-2/+7
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Remove useless prefixJoas Schilling2013-07-141-133/+133
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Split permission language strings from logicJoas Schilling2013-07-141-126/+126
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Remove left over calls to lang['acl_*']Joas Schilling2013-07-142-14/+6
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Use member isntead of a new variable everytimeJoas Schilling2013-07-142-12/+10
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Use new methods and remove duplicated entriesJoas Schilling2013-07-144-24/+54
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Add methods to return the language stringJoas Schilling2013-07-144-10/+35
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Add event in constructor and add docsJoas Schilling2013-07-141-42/+61
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Fix event dispatcher class nameJoas Schilling2013-07-141-3/+3
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Use new class for categoriesJoas Schilling2013-07-143-21/+30
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Add new service for permissionsJoas Schilling2013-07-142-3/+269
| | | | | | | | | | | | Replace calls to the language-array type with a call to get_types() PHPBB3-11582
* | [ticket/11713] Do not remove module if it couldn't be deletedMarc Alexander2013-07-181-0/+1
|/ | | | | | | | Up to now, the module or module category was always removed with jQuery, even if there was an error. With this change, the modules will not be deleted by jQuery if the return JSON array will have SUCCESS set to false. PHPBB3-11713
* [ticket/11696] Move file to new directoryJoas Schilling2013-07-141-2486/+0
| | | | PHPBB3-11696
* [ticket/11696] Rename constructor to __construct()Joas Schilling2013-07-141-1/+1
| | | | PHPBB3-11696
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-144-20/+2
| | | | PHPBB3-11696
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-14247-46792/+1
| | | | 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
* | [ticket/11694] Do not locate assets with root pathVjacheslav Trushkin2013-07-131-1/+1
|/ | | | | | Do not locate assets that start with ./ PHPBB3-11694
* [ticket/11690] Old module class names may get autoloaded by class_existsNils Adermann2013-07-131-5/+12
| | | | PHPBB3-11690
* Merge pull request #1550 from nickvergessen/ticket/9649Nathan Guse2013-07-131-1/+9
|\ | | | | [ticket/9649] Display information on index for moderators on unapproved posts
| * [ticket/9649] Display information on index for moderators on unapproved postsJoas Schilling2013-07-131-1/+9
| | | | | | | | PHPBB3-9649
* | Merge pull request #1541 from nickvergessen/ticket/11684Nathan Guse2013-07-131-2/+1
|\ \ | | | | | | [ticket/11684] Remove useless confirmation page after login and admin login
| * | [ticket/11684] Remove useless confirmation page after login and admin loginJoas Schilling2013-07-131-2/+1
| | | | | | | | | | | | PHPBB3-11684
* | | Merge pull request #1543 from nickvergessen/ticket/11685Nathan Guse2013-07-131-3/+1
|\ \ \ | | | | | | | | [ticket/11685] Remove logout confirmation page
| * | | [ticket/11685] Remove logout confirmation pageJoas Schilling2013-07-131-3/+1
| |/ / | | | | | | | | | PHPBB3-11685
* | | [ticket/10999] Fix assets_version in ACPVjacheslav Trushkin2013-07-131-0/+2
| | | | | | | | | | | | PHPBB3-10999
* | | Merge branch 'develop-olympus' into developNils Adermann2013-07-133-3/+3
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11112] Do not change opensource.org link to https [ticket/11112] Use https for user-visible links to phpbb.com Conflicts: phpBB/language/en/install.php phpBB/language/en/ucp.php
| * | Merge branch 'prep-release-3.0.12' into develop-olympusNils Adermann2013-07-133-3/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.12: [ticket/11112] Do not change opensource.org link to https [ticket/11112] Use https for user-visible links to phpbb.com
| | * | [ticket/11112] Use https for user-visible links to phpbb.comMarc Alexander2013-07-123-3/+3
| | | | | | | | | | | | | | | | PHPBB3-11112
* | | | Merge pull request #1017 from nickvergessen/feature/softdelete-1-permissionNathan Guse2013-07-1335-1178/+2558
|\ \ \ \ | | | | | | | | | | Soft delete
| * | | | [ticket/9657] Remove old codeJoas Schilling2013-07-131-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-9657
| * | | | Merge remote-tracking branch 'phpbb/develop' into ticket/9657Joas Schilling2013-07-1352-2196/+2588
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * phpbb/develop: (216 commits) [ticket/11626] Remove last reference to template in ldap [ticket/11626] Remove LDAP dependency on template [develop-olympus] Increment version number to 3.0.13-dev. [develop-olympus] Add changelog for 3.0.12 release. [develop-olympus] Bump version numbers for 3.0.12-RC1 release. [develop-olympus] Bumping version numbers to final for 3.0.12 releases. [ticket/11669] Fix PHP bug #55124 (recursive mkdir on /./) [ticket/11668] Run lint test at the end of the test suite [ticket/11548] Fix test errors in groups test on develop [ticket/11548] Check upload avatar URL the same way as in phpBB 3.0 [ticket/11548] Fix incorrect usage of array_map on acp groups page [ticket/11665] Fix test class name [ticket/11664] Stop creating php.html file in root path in tests [ticket/11665] Can't change file names already sent to set_filenames [ticket/11662] Typos: occured -> occurred [ticket/11662] Typos: occured -> occurred [ticket/11660] Fix bugs from bugs in #11651 (missing vars, db->sql_connect) [feature/auth-refactor] Add parent::setUp() in setUp() [feature/auth-refactor] Changes [feature/auth-refactor] DataProvider for acp_board test ...
| * | | | | [ticket/9657] Keep approval state of posts/topics when copying themJoas Schilling2013-07-131-6/+35
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9657
| * | | | | [ticket/9657] Fix a little error when moving softdeleted topicsJoas Schilling2013-07-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9657
| * | | | | [ticket/9657] Notifications do not require emails or jabber anymoreJoas Schilling2013-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9657
| * | | | | [ticket/9657] Add type hints for classesJoas Schilling2013-07-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9657
| * | | | | [ticket/9657] Remove sql_visibility as it is always non-emptyJoas Schilling2013-07-114-17/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9657