]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Remove CSRF protection from username/password login and from OpenID login.
[quix0rs-gnu-social.git] / EVENTS.txt
index 39d34afe06a94b38f93e855dc5f81292d3c687cf..17e7d62b606a6301e5a6cb99ad80220e981c2d30 100644 (file)
@@ -1084,3 +1084,15 @@ EndRssEntryArray: at the end of copying a notice to an array
 
 NoticeDeleteRelated: at the beginning of deleting related fields to a notice
 - $notice: notice being deleted
+
+StartShowHeadTitle: when beginning to show the <title> element
+- $action: action being shown
+
+EndShowHeadTitle: when done showing the <title>
+- $action: action being shown
+
+StartShowPageTitle: when beginning to show the page title <h1>
+- $action: action being shown
+
+EndShowPageTitle: when done showing the page title <h1>
+- $action: action being shown
\ No newline at end of file