phpbb/phpBB
rxu bb75cd40f5 [ticket/13182] Add posting.php core event to allow modifying the message text
posting.php core event to allow modifying the message before parsing
would be needed for some extensions, like for adding topic title to the
topic URL etc.
Also removed 'delete' var from core.posting_modify_template_vars and
core.modify_posting_parameters as it does not exist.

PHPBB3-13182
2014-11-22 01:33:12 +07:00
..
adm Merge pull request #2844 from marc1706/ticket/12858 2014-09-24 13:47:59 +02:00
assets Merge pull request #2844 from marc1706/ticket/12858 2014-09-24 13:47:59 +02:00
bin [ticket/12663] Have cli.php language file at top level; unrelated to ACP. 2014-07-17 16:54:42 +02:00
cache
config [ticket/13211] Also use log wrapper output handler for console migrations 2014-10-25 11:55:15 -07:00
develop [ticket/13137] Improve output of create_schema_files.php 2014-10-07 17:17:59 +02:00
docs [prep-release-3.1.1] Add 3.1.1 CHANGELOG 2014-11-02 00:20:44 +01:00
download [ticket/13061] Replace the service event.subscriber_loader by a compiler pass 2014-09-13 14:34:18 +02:00
ext [ticket/11163] Add ext/index.htm 2014-05-15 14:11:11 +02:00
files
images
includes [ticket/13280] Remove unneeded str_replace in build_url() 2014-11-06 13:45:09 +01:00
install Merge branch 'prep-release-3.1.1' into develop-ascraeus 2014-11-02 01:25:51 +01:00
language [ticket/13267] Update Automatic Update instructions to include vendor directory 2014-11-01 19:13:09 +01:00
phpbb [ticket/13280] Only run sanitizer for server superglobal and modify tests 2014-11-04 16:54:45 +01:00
store
styles Merge branch 'prep-release-3.1.1' into develop-ascraeus 2014-11-02 01:25:51 +01:00
.htaccess Merge branch 'develop-olympus' into develop-ascraeus 2014-05-03 00:37:28 +02:00
app.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
common.php [ticket/13070] Adjust template hook name to match that provided in the class. 2014-10-20 19:59:56 -07:00
composer.json [ticket/13032] Also update symfony/css-selector and pin it down. 2014-09-03 21:47:41 +02:00
composer.lock [ticket/13215] Update Symfony components to v2.3.21. 2014-10-25 21:29:45 +02:00
cron.php [ticket/12898] Call garbage_collection() at the end of cron.php 2014-07-28 14:45:39 +02:00
faq.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
feed.php [ticket/13045] Remove Pragma headers 2014-09-17 20:10:01 +02:00
index.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
mcp.php [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused global 2014-06-23 22:58:41 +02:00
memberlist.php [ticket/13229] Fix overloading memberlist with redundant SQL queries 2014-10-27 17:01:29 -07:00
posting.php [ticket/13182] Add posting.php core event to allow modifying the message text 2014-11-22 01:33:12 +07:00
report.php [ticket/12990] Use the full services name for the notification's types 2014-08-16 21:46:03 +02:00
search.php [ticket/13253] Fix MCP queue link in active topics search. 2014-10-30 22:47:51 -07:00
ucp.php [ticket/12612] Move function from ucp.php to functions_user.php 2014-06-18 16:57:13 +02:00
viewforum.php [ticket/13241] Fix pagination with global announcements 2014-10-29 13:42:42 +01:00
viewonline.php [ticket/13051] Fix core event name 2014-09-09 13:12:29 -07:00
viewtopic.php [ticket/13186] Don't show link on post count when search disabled 2014-10-20 13:25:07 +02:00
web.config