Changes between Version 19 and Version 20 of TracHacksPlugin
- Timestamp:
- Nov 29, 2016, 8:52:10 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracHacksPlugin
v19 v20 7 7 This plugin implements some of the customisations used in TracHacks. 8 8 9 Primarily the !ListTypes macro used on the main page , and hooks to create user pages and tags.9 Primarily the !ListTypes macro used on the main page HackIndex, and hooks to create user pages and tags. 10 10 11 11 The user creation extensions rely on the AccountManagerPlugin, and sub-classes the !HtPasswdStore implementation to provide it with additional features for TracHacks. … … 29 29 You can check out the source for TracHacksPlugin from Subversion [/svn/trachacksplugin here], or [source:trachacksplugin browse the source] with Trac. 30 30 31 == Example31 == Installation 32 32 33 See HackIndex for the !ListTypes macro.33 General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. 34 34 35 35 == Recent Changes