X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=docs%2Fhooks.txt;h=78ed1b4c0c71d63446e60a6188bc938805705141;hb=079a0c4caac91f2ca908a8127b37d377643fc7dc;hp=d82f56e08e2998af62c4e4a810bbce99bac20c12;hpb=a5fa7ece8a5f77668e74c15828e20635a3d0f402;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/hooks.txt b/docs/hooks.txt index d82f56e08e..78ed1b4c0c 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -3338,17 +3338,6 @@ SpecialRecentChanges. &$extraOpts: array of added items, to which can be added $opts: FormOptions for this request -'SpecialRecentChangesQuery': DEPRECATED since 1.23! Use -ChangesListSpecialPageStructuredFilters or ChangesListSpecialPageQuery instead. -Called when building SQL query for SpecialRecentChanges and -SpecialRecentChangesLinked. -&$conds: array of WHERE conditionals for query -&$tables: array of tables to be queried -&$join_conds: join conditions for the tables -$opts: FormOptions for this request -&$query_options: array of options for the database request -&$select: Array of columns to select - 'SpecialResetTokensTokens': Called when building token list for SpecialResetTokens. &$tokens: array of token information arrays in the format of @@ -3452,15 +3441,6 @@ SpecialWatchlist. Allows extensions to register custom values they have inserted to rc_type so they can be returned as part of the watchlist. &$nonRevisionTypes: array of values in the rc_type field of recentchanges table -'SpecialWatchlistQuery': DEPRECATED since 1.23! Use -ChangesListSpecialPageStructuredFilters or ChangesListSpecialPageQuery instead. -Called when building sql query for SpecialWatchlist. -&$conds: array of WHERE conditionals for query -&$tables: array of tables to be queried -&$join_conds: join conditions for the tables -&$fields: array of query fields -$opts: A FormOptions object with watchlist options for the current request - 'TestCanonicalRedirect': Called when about to force a redirect to a canonical URL for a title when we have no other parameters on the URL. Gives a chance for extensions that alter page view behavior radically to abort that redirect or