aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-2/+2
| | | | PHPBB3-14972
* [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-011-0/+2
| | | | PHPBB3-10961
* [ticket/8708] Apply permission 'f_announce_global'Oliver Schramm2015-07-191-2/+2
| | | | PHPBB3-8708
* [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-1/+1
| | | | PHPBB3-13455
* [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-13/+13
| | | | PHPBB3-13455
* [ticket/13142] Extra space before the comment blockbrunoais2014-11-291-0/+1
| | | | PHPBB3-13142
* [ticket/13141] BUMPing version to 3.1.3brunoais2014-11-281-1/+1
| | | | PHPBB3-13141
* [ticket/13141] Adding more variables to the eventbrunoais2014-11-281-3/+11
| | | | | | | Adding action, forum_id, mode, module and quickmod to core.mcp_global_f_read_auth_after PHPBB3-13141
* [ticket/13141] Ups wrong versionbrunoais2014-10-261-1/+1
| | | | PHPBB3-13141
* [ticket/13141] Implement core.mcp_global_f_read_auth_afterbrunoais2014-10-261-0/+13
| | | | PHPBB3-13141
* [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-231-1/+1
| | | | PHPBB3-12612
* [ticket/12612] Move functions from mcp.php to functions_mcp.phpJoas Schilling2014-06-181-646/+1
| | | | PHPBB3-12612
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into ↵Nils Adermann2014-05-021-2/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12273: (55 commits) [ticket/12273] Move $extension to constructor so the path is always set [ticket/12273] Find events.md relative from the path not the phpbb root [ticket/12273] Do not look in extensions docs/ and tests/ directory [ticket/12273] Also check file for adm "Location:" events [ticket/12273] Do not allow template events in non-html files [ticket/12273] Fix return description [ticket/12273] Update exporter to allow specifying an extension [ticket/12273] Allow to filter events for extensions [ticket/12273] Remove old parameter from function call [ticket/12273] Fix table header for adm events [ticket/12273] Add root path to recursive_event_filter_iterator [ticket/12273] Fix missing classes in export_events_for_wiki.php [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter [ticket/12273] Use RecursiveDirectoryIterator in md_exporter [ticket/12273] Fix doc blocks [ticket/12273] Do not allow 3.1-A1 for template events [ticket/12273] Sort arguments alphabetically before exporting [ticket/12273] Do not allow 3.1-A1 version [ticket/12273] Update since version to 3.1.0-a* style [ticket/12273] Update existing events ...
| * [ticket/12273] Update existing eventsJoas Schilling2014-04-251-1/+10
| | | | | | | | PHPBB3-12273
| * [ticket/12273] Fix missing $vars lineJoas Schilling2014-04-181-1/+2
| | | | | | | | PHPBB3-12273
* | [ticket/12371] Fix query in mcp_sorting()Joas Schilling2014-04-251-2/+1
| | | | | | | | PHPBB3-12371
* | [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-3/+4
|/ | | | | | ... and needs to be reapproved. PHPBB3-12052
* [ticket/11360] Updating default value of $display_online_listgeetakshi2014-03-241-1/+1
| | | | PHPBB3-11360
* [ticket/12278] Add mcp.php core event to allow to modify modules display optionrxu2014-03-171-0/+17
| | | | | | | | This event allows extensions to set display option for custom MCP modules for extensions which add custom MCP modules and some of them should be displayed conditionally. PHPBB3-12278
* [ticket/12213] Add MCP events for custom quick moderation optionsrxu2014-02-231-4/+4
| | | | | | Addition to PR #2045 - rename the flag variable to more sensible one. PHPBB3-12213
* [ticket/12213] Add MCP events for custom quick moderation optionsrxu2014-02-201-1/+20
| | | | | | | Add core events to mcp.php and mcp_main.php. This allows extensions to add and to handle custom quick moderation options. PHPBB3-12213
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-1/+1
| | | | PHPBB3-11700
* [ticket/9657] Use the service instead of the static classJoas Schilling2013-07-111-2/+4
| | | | PHPBB3-9657
* Merge remote-tracking branch 'phpbb/develop' into ↵Joas Schilling2013-07-111-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/softdelete-1-permission * phpbb/develop: (704 commits) [ticket/11630] Improvements to the PHP lint pre-commit hook [feature/auth-refactor] Move auth providers to separate directory [ticket/11619] Use HTTP/1.0 because of lack of chunked-encoding handling. [ticket/11619] Some tests for get_remote_file(). [ticket/11617] Remove spaces and tabs from empty lines [ticket/11617] Missing U_ACTION in acp_captcha.php [feature/auth-refactor] Fix code style issue [feature/auth-refactor] Fix comment grammar [feature/auth-refactor] Fix the actual cause of test failures [ticket/10838] Fix URL for wiki and remove irrelevant line [ticket/10838] Remove php 5.4 and builtin server references [ticket/10838] Fix missing data [ticket/10838] separate database used mentioned in unit tests [ticket/11585] Make $auth_admin class property [feature/auth-refactor] A possible fix for the functional test failures [ticket/11566] Subsilver template error displayed after table headers [ticket/11566] Remove extra pair of brackets from conditional statement [ticket/11566] Check that guest doesn't have reporting permission by default [ticket/11566] Add captcha to report post template in subsilver [ticket/11566] Use the new constant CONFIRM_REPORT for captcha init ... Conflicts: phpBB/docs/sphinx.sample.conf phpBB/feed.php phpBB/styles/prosilver/template/search_results.html phpBB/styles/prosilver/template/viewforum_body.html
| * [ticket/9975] Moved a few E_USER_ERROR errors to /languageasperous2013-04-231-1/+1
| | | | | | | | | | | | There were a few error messages that a user could experience that would, previously, be without any the ability to be localized. There are some more E_USER_ERRORs that I did not change to a constant, for example the error message that is displayed if there aren't any folders in /language. PHPBB3-9975
* | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-101-1/+1
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-091-1/+1
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Allow soft deleting/restoring topics via quickmoderationJoas Schilling2012-10-271-0/+1
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Fix convertor and one mcp issueJoas Schilling2012-10-221-4/+1
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Fix some more uses of topic_replies_realJoas Schilling2012-10-221-1/+1
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Fix displaying of details moduleJoas Schilling2012-10-151-1/+1
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Add module for soft deleted topicsJoas Schilling2012-10-151-3/+5
| | | | | | | | | | | | | | | | Unapproved/soft deleted posts are posts, that have a different visibility than the topic. All others will be hidden from the posts list and can be managed with the topic modules. PHPBB3-9567
* | [feature/soft-delete] Fix restoring posts via MCPJoas Schilling2012-10-131-1/+1
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Fix several problems in the forum mcpJoas Schilling2012-10-101-1/+1
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Fix column name in mcp_sorting()Joas Schilling2012-10-091-1/+1
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Implement the ability to soft-delete and restore postsJosh Woody2012-08-291-2/+4
| | | | | | | | | | | | The soft delete feature seems to work. Tests are pending. A real icon is pending. Add the permissions and the interface to soft-delete posts. Also able to restore posts via the MCP queue PHPBB3-9657
* | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-5/+5
|/ | | | | | So far, I've added no new functionality. The biggest change here is adjusting the DB column names to "visibility" rather than "approved". Some things here are pretty likely to change, for example the name and location of the topic_visibility class. Happy birthday phpBB :) PHPBB3-9657
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | PHPBB3-9916
* [ticket/9684] Remove code for global announcement in root-filesJoas Schilling2011-04-071-13/+1
| | | | PHPBB3-9684
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
| | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* [feature/request-class] Fix mcp.php mode parameterIgor Wiedler2010-10-051-1/+1
| | | | | | Thanks to SA007. PHPBB3-9716
* [feature/request-class] Convert any direct access to $_* to use $requestIgor Wiedler2010-09-251-11/+4
| | | | PHPBB3-9716
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+915
| | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-834/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merge changes made in revisions #r9405 to #r9467Meik Sievertsen2009-04-181-0/+7
| | | | | | 2009-04-18 git-svn-id: file:///svn/phpbb/trunk@9468 89ea8834-ac86-4346-8a33-228a782c2dd0
* $template to phpbb::$templateMeik Sievertsen2009-02-221-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@9337 89ea8834-ac86-4346-8a33-228a782c2dd0
* $db-> to phpbb::$db->Meik Sievertsen2009-02-221-31/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@9336 89ea8834-ac86-4346-8a33-228a782c2dd0
* $auth-> to phpbb::$acl->Meik Sievertsen2009-02-221-15/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@9335 89ea8834-ac86-4346-8a33-228a782c2dd0