User:Tessus/todo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
* MediaWiki [https://www.mediawiki.org/wiki/Manual:Short_URL ShortURL] setup (with Apache) | * MediaWiki [https://www.mediawiki.org/wiki/Manual:Short_URL ShortURL] setup (with Apache) | ||
* git multimail setup | |||
** see below for config | |||
<pre> | |||
repo my-repo-with-multimail | |||
RW+ = myuser | |||
option hook.post-receive = multimail | |||
config multimailhook.from = from@email.com | |||
config multimailhook.mailinglist = to@email.com | |||
</pre> | |||
<pre> | |||
GIT_CONFIG_KEYS => '.*', | |||
LOCAL_CODE => "$rc{GL_ADMIN_BASE}/local", | |||
ENABLE => [ | |||
'repo-specific-hooks', | |||
</pre> | |||
copy py to gitolite-admin/local/hooks/repo-specific/multimail | |||
== Other == | == Other == |
Revision as of 03:15, 22 November 2017
Article Ideas
- MediaWiki ShortURL setup (with Apache)
- git multimail setup
- see below for config
repo my-repo-with-multimail RW+ = myuser option hook.post-receive = multimail config multimailhook.from = from@email.com config multimailhook.mailinglist = to@email.com
GIT_CONFIG_KEYS => '.*', LOCAL_CODE => "$rc{GL_ADMIN_BASE}/local", ENABLE => [ 'repo-specific-hooks',
copy py to gitolite-admin/local/hooks/repo-specific/multimail
Other
- BOFH: allow users to specify their own CSS to change the look of
{{bofh:}}
???- https://www.mediawiki.org/wiki/ResourceLoader/Developing_with_ResourceLoader#CSS
- https://github.com/wikimedia/mediawiki-extensions-InputBox
- https://github.com/search?l=JSON&q=org:wikimedia+ParserFirstCallInit&type=Code
- https://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_for_extension_developers
- https://www.mediawiki.org/wiki/Manual:$wgResourceModules
- https://github.com/wikimedia/mediawiki-extensions-CentralAuth/blob/0d0514e290852ebd47ff802d48dc9c34bd8e17fa/includes/specials/SpecialGlobalRenameUser.php#L50
- Template:Pager
- add option for width (default: 100%)
- add option to not show the current page name (default: yes)