aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12612] Prefix upload_popup() with phpbb_Joas Schilling2014-06-231-2/+2
| | | | PHPBB3-12612
* [ticket/12612] Prefix handle_post_delete() with phpbb and remove unused globalJoas Schilling2014-06-231-2/+2
| | | | PHPBB3-12612
* Merge remote-tracking branch 'github-nickvergessen/ticket/12612-ascraeus' ↵Nils Adermann2014-06-231-134/+0
|\ | | | | | | | | | | | | | | | | | | into develop-ascraeus * github-nickvergessen/ticket/12612-ascraeus: [ticket/12612] Move functions from mcp.php to functions_mcp.php [ticket/12612] Move function from ucp.php to functions_user.php [ticket/12612] Move functions from memberlist.php to functions_display.php [ticket/12612] Move functions from posting.php to functions_posting.php
| * [ticket/12612] Move functions from posting.php to functions_posting.phpJoas Schilling2014-06-181-134/+0
| | | | | | | | PHPBB3-12612
* | [ticket/11711] Improve coding and comments of character checkMarc Alexander2014-06-101-1/+1
| | | | | | | | PHPBB3-11711
* | [ticket/11711] Improve checks for unsupported characters and check subjectMarc Alexander2014-06-091-0/+8
|/ | | | PHPBB3-11711
* [ticket/12640] Preserve the active tab when previewing in posting page.Cesar G2014-05-311-0/+1
| | | | PHPBB3-12640
* Merge pull request #2357 from Nicofuma/ticket/11942Joas Schilling2014-05-301-5/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11942] Delete post/topic reason should be added to logs * Nicofuma/ticket/11942: [ticket/11942] Don't change the reason to '' when hard deleting [ticket/11942] Don't show the checkbox if the post is already soft-deleted [ticket/11942] Remove useless IF in templates [ticket/11942] Apply the modifications to subsilver [ticket/11942] Always display delete reason [ticket/11942] Edits messages [ticket/11942] Change the formulation [ticket/11942] Adding the reason to hard deleted topic/post [ticket/11942] Delete post/topic reason should be added to logs
| * [ticket/11942] Apply the modifications to subsilverTristan Darricau2014-05-111-1/+0
| | | | | | | | PHPBB3-11942
| * [ticket/11942] Always display delete reasonTristan Darricau2014-05-111-2/+0
| | | | | | | | PHPBB3-11942
| * [ticket/11942] Adding the reason to hard deleted topic/postNicofuma2014-05-041-2/+2
| | | | | | | | PHPBB3-11942
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | | | | | PHPBB3-12594
* | [ticket/12518] Apply De Morgan to make the conditions easier to readJoas Schilling2014-05-111-1/+1
| | | | | | | | PHPBB3-12518
* | [ticket/12518] Add event to overwrite the cannot edit condition in posting.phpJoas Schilling2014-05-111-11/+38
| | | | | | | | PHPBB3-12518
* | [ticket/12407] Remove merge marker from posting.phpMarc Alexander2014-05-111-1/+0
| | | | | | | | PHPBB3-12407
* | [ticket/12407] Fix incorrect @since line in eventMarc Alexander2014-05-111-1/+1
| | | | | | | | PHPBB3-12407
* | Merge branch 'develop-ascraeus' of github.com:phpbb/phpbb into ticket/12407Marc Alexander2014-05-081-6/+46
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'develop-ascraeus' of github.com:phpbb/phpbb: (424 commits) [ticket/12428] Use the database to store the original version number [ticket/12493] Add functional test [ticket/12493] Fix sql query for selection of users that have disabled PM [ticket/12513] Add asset include support to simple header/footer in ACP [ticket/12513] Add simple_header head event with support for CSS assets calls [ticket/12511] Add missing titles for profile fields in members group view [ticket/12428] Incorrect from version in database update log entry [ticket/12510] Convert & to & in build_url() when no params are stripped. [ticket/12402] CAPTCHA plugin migration fails to detect missing plugins [ticket/12440] Use a more generic approach for replacing the URL. [ticket/12507] Move the 'require' statement [ticket/12507] Add console command to purge the cache [ticket/12421] Rebase and enable tests [ticket/12421] Don't parse [attachment] tags if user can't view them [ticket/12325] Use \RecursiveDirectoryIterator [ticket/12325] Doc blocks [ticket/12440] Set browser URL to point to specific post when using view=unread [ticket/12357] Support routes in generate_smilies() function. [ticket/12459] Change language strings [ticket/12504] Use local variables where possible ... Conflicts: phpBB/posting.php
| * \ Merge pull request #2360 from Nicofuma/ticket/12025Joas Schilling2014-05-081-2/+5
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | [ticket/12025] Post Preview no longer shows warnings * Nicofuma/ticket/12025: [ticket/12025] Apply DeMorgan [ticket/12025] Fixing the condition.... [ticket/12025] Don't show any error on preview if the message is empty [ticket/12025] Post Preview no longer shows warnings
| | * [ticket/12025] Apply DeMorganTristan Darricau2014-05-051-1/+1
| | | | | | | | | | | | PHPBB3-12025
| | * [ticket/12025] Fixing the condition....Nicofuma2014-04-281-1/+1
| | | | | | | | | | | | PHPBB3-12025
| | * [ticket/12025] Don't show any error on preview if the message is emptyNicofuma2014-04-271-1/+4
| | | | | | | | | | | | PHPBB3-12025
| | * [ticket/12025] Post Preview no longer shows warningsNicofuma2014-04-261-1/+1
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12025 PHPBB3-12025
| * | [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-2/+2
| | | | | | | | | | | | PHPBB3-12273
| * | [ticket/12273] Update existing eventsJoas Schilling2014-04-251-5/+26
| | | | | | | | | | | | PHPBB3-12273
| * | [ticket/12273] Fix long $vars lines for existing eventsJoas Schilling2014-04-241-2/+5
| |/ | | | | | | PHPBB3-12273
* | [ticket/12407] Merge @change in doc block of eventMarc Alexander2014-04-201-4/+3
| | | | | | | | PHPBB3-12407
* | [ticket/12407] Assign template variables again after merging develop-ascraeusMarc Alexander2014-04-161-0/+3
| | | | | | | | PHPBB3-12407
* | Merge branch 'develop-ascraeus' of https://github.com/phpbb/phpbb into ↵Marc Alexander2014-04-161-12/+20
|\ \ | |/ | | | | | | | | | | ticket/12407 Conflicts: phpBB/posting.php
| * [ticket/12391] Assign variables to core.posting_modify_template_varsn-aleha2014-04-141-3/+15
| | | | | | | | | | | | | | Assign variables to event "core.posting_modify_template_vars". Also, fix a couple of typos. PHPBB3-12391
* | [ticket/12407] Add message_parser as passed variable to eventMarc Alexander2014-04-141-1/+2
| | | | | | | | PHPBB3-12407
* | [ticket/12407] Allow changing of post_data, etc. at end of posting.phpMarc Alexander2014-04-141-4/+31
|/ | | | | | | | | | The current event core.posting_modify_template_vars is just ran using dispatch but it doesn't pass any data from posting.php to the listener. Because of that, it's not possible to know anything from posting.php and therefore limits the use cases of this event. This will change it to allow similar actions as with the event core.modify_posting_parameters. PHPBB3-12407
* [ticket/12356] Assign vars preventing Plupload from loading in PM editor.Cesar G2014-04-091-4/+2
| | | | PHPBB3-12356
* [ticket/12364] Add template identifier var to all missing pagesPayBas2014-04-061-0/+1
| | | | PHPBB3-12364
* Merge remote-tracking branch 'geetakshi/ticket/11360' into develop-ascraeusJoas Schilling2014-03-281-2/+2
|\ | | | | | | | | | | | | * geetakshi/ticket/11360: [ticket/11360] Updating default value of $display_online_list [ticket/11360] Avoiding online list where not required [ticket/11360] Change second parameter in page_header function
| * [ticket/11360] Change second parameter in page_header functiongeetakshi2014-03-191-2/+2
| | | | | | | | PHPBB3-11360
* | [ticket/10590] Remove confirmation page after postingOliver Schramm2014-03-161-9/+3
|/ | | | PHPBB3-10590
* Merge pull request #1939 from prototech/ticket/12078Nathan Guse2014-02-201-1/+1
|\ | | | | [ticket/12078] Check for f_delete when a user attempts to permanently delete a post.
| * [ticket/12078] Check for f_delete when a user attempts to permanently deleteCesar G2013-12-191-1/+1
| | | | | | | | PHPBB3-12078
* | [ticket/11915] Pass the data to the template instead of scraping HTML for it.Cesar G2014-01-171-2/+3
| | | | | | | | PHPBB3-11915
* | [ticket/11915] Make it possible to display trigger_error() messages to user.Cesar G2014-01-171-2/+22
| | | | | | | | PHPBB3-11915
* | [ticket/11915] Provide some additional info about limits to the uploader.Cesar G2014-01-171-0/+3
| | | | | | | | PHPBB3-11915
* | [ticket/11915] Provide the attachment file size to the template.Cesar G2014-01-171-1/+1
|/ | | | PHPBB3-11915
* [ticket/11672] Replace sprintf() usage with $user->lang().Cesar G2013-11-191-4/+5
| | | | PHPBB3-11672
* [ticket/11672] Removed unnecessary text from alerts.callumacrae2013-11-191-5/+16
| | | | | | | Messages like "Return to forum last visited" are entirely unnecessary when using AJAX to delete a post, so this commit removes them. PHPBB3-11672
* [task/code-sniffer] Replace spaces with tabs.Andreas Fischer2013-10-301-3/+8
| | | | PHPBB3-11980
* [ticket/11924] Fix some minor issues with the php event docsJoas Schilling2013-10-161-1/+1
| | | | PHPBB3-11924
* [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-111-0/+7
| | | | | | | | This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-1/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: (586 commits) [ticket/11735] Display disabled checkbox in subsilver for read notifications [ticket/11735] Display disabled checkbox when notification is already read [ticket/11844] update acp/authentication language var [ticket/11795] Remove PM popup [ticket/11795] Remove outdated comment from forum_fn.js [ticket/11795] Move find user JS to forum_fn [ticket/11795] Replace TWIG with phpBB syntax in ACP [ticket/11795] Move MSN scripts to forum_fn.js [ticket/11795] Use phpBB template syntax instead of TWIG [ticket/11795] Move PM popup JS to forum_fn.js [ticket/11795] Get rid of pagination JS variables [ticket/11795] Get rid of onload_functions [ticket/11795] Use data-reset-on-edit attr to reset elements [ticket/11795] Redo form elements auto-focus [ticket/11811] Remove outline on :focus [ticket/11836] Fix subsilver fatal error [ticket/11837] Replace escaped single quote with utf-8 single quote [ticket/11836] Fix fatal error on unsupported provider for auth link [ticket/11837] Translate UCP_AUTH_LINK_NOT_SUPPORTED [ticket/11809] Ensure code.js is first script included after jQuery ... Conflicts: phpBB/config/services.yml phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php phpBB/download/file.php phpBB/includes/bbcode.php phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php phpBB/phpbb/controller/helper.php phpBB/phpbb/controller/resolver.php phpBB/phpbb/request/request_interface.php phpBB/phpbb/session.php phpBB/phpbb/style/extension_path_provider.php phpBB/phpbb/style/path_provider.php phpBB/phpbb/style/path_provider_interface.php phpBB/phpbb/style/resource_locator.php phpBB/phpbb/style/style.php phpBB/phpbb/template/locator.php phpBB/phpbb/template/template.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/node/includecss.php phpBB/phpbb/template/twig/node/includejs.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/di/create_container_test.php tests/extension/style_path_provider_test.php tests/notification/notification_test.php tests/session/continue_test.php tests/session/creation_test.php tests/template/template_events_test.php tests/template/template_test_case.php tests/template/template_test_case_with_tree.php tests/test_framework/phpbb_functional_test_case.php
| * Merge branch 'develop-olympus' into developAndreas Fischer2013-09-021-1/+7
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11769] Allow using 0 as poster name [ticket/11769] Allow '0' as username [ticket/11769] Allow '0' as username in notification mails [ticket/11769] Fix language issues in the doc blocks [ticket/11769] Correctly supply the post author's username in posting.php Conflicts: phpBB/includes/functions_posting.php
| | * [ticket/11769] Allow using 0 as poster nameJoas Schilling2013-09-021-1/+1
| | | | | | | | | | | | PHPBB3-11769