wiki.techinc.nl/includes/actions
Aaron Schulz 9bba2d169e Added wfTransactionalTimeLimit() method and applied it
* Potentially long running POST requests often use multiple transactions,
  talk to multiple services, or defer updates. Try to make sure they have
  a chance to complete all of the work. WMF already sets ignore_user_abort()
  across the board in config, but this applies it to key spots for all
  installs, in addition to bumping the time limit. 
* Eventually this can lower the need for high overall time limits.

Bug: T102890
Change-Id: I893ddd773064dcd63b5b24c84c6391974f4b5aee
2015-08-12 22:09:40 +00:00
..
Action.php Added wfTransactionalTimeLimit() method and applied it 2015-08-12 22:09:40 +00:00
CachedAction.php
CreditsAction.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
DeleteAction.php Added wfTransactionalTimeLimit() method and applied it 2015-08-12 22:09:40 +00:00
EditAction.php Added wfTransactionalTimeLimit() method and applied it 2015-08-12 22:09:40 +00:00
FormAction.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
FormlessAction.php
HistoryAction.php Avoid muliple cache calls to explicitly defined tags 2015-06-14 20:02:30 +02:00
InfoAction.php Avoid revision lookup post-save in InfoAction::invalidateCache() 2015-07-29 00:42:56 -07:00
MarkpatrolledAction.php
ProtectAction.php Use getConfig on local context to get configuration settings in Action 2014-08-19 03:42:49 +00:00
PurgeAction.php
RawAction.php RawAction: Clean up max-age/s-maxage computation 2015-07-03 02:27:05 +01:00
RenderAction.php
RevertAction.php Added wfTransactionalTimeLimit() method and applied it 2015-08-12 22:09:40 +00:00
RevisiondeleteAction.php ChangeTags was backported to 1.25 2015-04-15 17:31:16 -04:00
RollbackAction.php Added wfTransactionalTimeLimit() method and applied it 2015-08-12 22:09:40 +00:00
SpecialPageAction.php ChangeTags was backported to 1.25 2015-04-15 17:31:16 -04:00
SubmitAction.php
UnprotectAction.php Remove unneeded empty lines at begin of if/else/foreach body 2015-06-19 20:05:45 +02:00
UnwatchAction.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
ViewAction.php
WatchAction.php Match salt of WatchAction::show() and getWatchToken() 2015-08-08 16:43:52 +00:00