-
Notifications
You must be signed in to change notification settings - Fork 9
Technical
Mark Vincent edited this page Dec 26, 2016
·
7 revisions
A short list of changes MentionMe makes and the methods that it uses.
##Changes
- One setting group and seven settings created.
- Three templates created
- One task
mentionme_namecache.php
created - One cache entry is used during the life of the installation and is cleaned and removed upon uninstall
##Hooks MentionMe never adds a hook unnecessarily. Each listed hook is only added if the current script uses the hook and any mitigating factors (settings/conditions) validate:
- parse_message
- showthread_start (setting 'mention_add_postbit_button')
- postbit (setting 'mention_add_postbit_button')
- xmlhttp (setting 'mention_add_postbit_button')
- MyAlerts Integrated Installations
- datahandler_post_update
- newreply_do_newreply_end
- newthread_do_newthread_end
- global_start
##File List
- inc
- languages
- english
- admin
- mention.lang.php
- mention.lang.php
- admin
- english
- plugins
- MentionMe
- classes
- index.html
- MentionMeCache.php
- MentionMeFormatter.php
- WildcardPluginCache.php
- WildcardPluginInstaller.php
- alerts.php
- forum.php
- index.html
- install.php
- install_data.php
- classes
- mention.php
- MentionMe
- tasks
- mentiome_namecache.php
- languages
- jscripts
- Caret.js
- jquery.caret.js
- jquery.caret.min.js
- js_cursor_position
- cursor_position.js
- selection_range.js
- string_splitter.js
- MentionMe
- autocomplete.js
- autocomplete.min.js
- autocomplete.sceditor.js
- autocomplete.sceditor.min.js
- thread.js
- thread.min.js
- thread_multi.js
- thread_multi.min.js
- Caret.js