= Site Upgrade Proposal This page documents proposed work for improving trac-hacks.org. == Open Issues There are a number of [/query?status=new&status=assigned&status=reopened&component=TracHacks&order=priority open defects and enhancements]: * Many [/tags/nolicense?wiki=on plugins don't have a license]. An idea outlined in #11660 is to force the user to either specify a license or accept a default license when creating a [NewHack new plugin]. * Deleting and marking spam is tedious. After deleting the spam ticket, comment or edit, administrators have to navigate to the Monitoring panel on the Admin page and then manually locate the entry in the logs. It would be much easier if the `delete` button also flagged the entry as spam, and there was a delete checkbox on the logs page so that this is a one-step operation. * There are a number projects that are no longer maintained, have been supplanted by another project and are just taking up space. * We should have a process for removing old projects. Perhaps we should have a policy of reviewing and voting on them, a notification should be placed on the page and then a prescribed waiting period elapsed before eventually deleting them. Obsolete plugins with no license would have even more reason to be deleted (see also #9805). * Projects that have no source, often because the links to an external site are dead, are being tagged with [/tags/nosource tag:nosource]. Tickets are being opened to notify authors of pending project deletion, and are being tagged with [/tags/"pending-deletion" tag:pending-deletion]. * The Apache Software Foundation moves a project to the Attic when it is no longer maintained. For us, the Attic could be a wiki page prefix and path prefix in the repository, or perhaps the path should be deleted and links to the repository pegged. Ideally the pages in the Attic would be filtered from search results, unless explicitly requested. Changing the prefix of the page and repository path wouldn't be required if we just used tags. == Policies and Guidelines On several occasions questions have come up about proper use of the site and how it should be administered. This suggests we need more site policies, and the philosophy of trac-hacks suggests that these policies be formed by the community. * !LicensingPolicies page that describes the proper way to document the license for a plugin, such as DevGuide#Licensing and License/MandatorySignOff. * Page that describes proper promotion and what types of external links are allowed, similar to t:TracUsers#guidelines. * User registration, especially [wiki:SiteUpgradeProposal/UserClearance#Validusernames valid usernames] and how to deal with existing accounts, that do not comply to the upcoming standards. * Peer review the BugReporting page and add a link to BugReporting on each NewHack template. * More clarification on what constitutes actual support on the functionality of a plugin and an installation issue. == Enhancements Waiting on Trac Features * Link to https://github.com/trac-hacks in the mainnav (TODO: implement after upgrading to Trac 1.4). * RSS feeds for individual wiki pages (trac:#2293). * Subscriber for wiki page changes (trac:#1660). * Filter timeline by Component (trac:#10885). * Ticket subscriber for Components (​trac:#11870). * Preserve page history when deleting pages (trac:#9222). * Rename `Component` field to `Project` (trac:#9131). == Wish List * Hosting the #trac IRC logs using the IrcLogsPlugin ([https://groups.google.com/forum/?fromgroups#!topic/trac-dev/cOn7IjJSd7o mailing list discussion]). * osimons suggested that we host the IRC bot on a server other than the t-h.o server since running a bot presents potential security concerns. This might be accomplished with a minimal VPS and sending the logs to t-h.o through RPC after implementation of #10118. * Hosting a pastebin using the TracPastePlugin ([https://groups.google.com/forum/?fromgroups#!topic/trac-dev/cOn7IjJSd7o mailing list discussion]). * Several tickets should be addressed before this plugin will be ready for production use: #5773, #6140, #6144, #6160, #6348. * Expanded support for creating polls and voting on projects and tickets (#6471). t.e.o uses the VotePlugin (#8717), so it is probably pretty stable. FiveStarVotePlugin is another that we could consider using. The PollMacro is currently installed on t.h.o, and EasyPollMacro appears to build on it and add more functionality. * It would be cool if the Top 50 plugins are somehow installed (automatically with their latest [stable?] version) on a demo-site for seeing how they look like and for playing with and testing. That would give the user a chance to evaluate the functionality before spending the time with installing. * Is there a way to show a download/svn-update/checkout statistics counter for each plugin? This would also be something like a "judge". * Add site analytics. * Tools to facilitate code reviews, such as the CodeReviewerPlugin or PeerReviewPlugin. * Support for Git and Hg (#9831) in addition to SVN. Is it practical to have live mirrors, do we settle on a single DVCS or do we just give the user a choice of which to work with? * Trac supports multiple repositories since Trac 0.12, so we no longer need to have a single repository for all of trac-hacks.org (though having a single repository can be an easy way to checkout all of the plugins at one time). * Sync to BitBucket and GitHub when plugins are hosted externally: GitHubSyncPlugin, BitbucketSyncPlugin. * Show !ChangeLogs on trac-hacks wiki pages for plugins hosted externally (#7650). * Support for translated wiki pages. * BookmarkPlugin: ability to bookmark each page. * WikiGoodiesPlugin: additional wiki formatting and macros. * BadLinksPlugin or WantedPagesMacro: for cleaning out dead links to externally hosted plugins. * AllAttachmentsMacro: list all attachments for housekeeping purposes. * BackLinksMacro: list the wiki pages referring to the current page, which helps in keeping t.h. page referrals consistent. * The TracHacksPlugin provides the NewHack page. More management features could be added, such as contacting authors of unmaintained plugins when there is no activity after a set amount of time. * Support for development space for t-h.o plugins. (sandinak) - We shouldn't do the work inside our 'deliverable' space (svn/{plugin}/) .. be nice to have say /svn/devel/{plugin} .. and we can merge across to our production environments. * Mechanism for users to subscribe to notifications of new plugin releases, and for authors to control when new release notifications are sent out (#6476 is related). * Allow authors to edit their own log messages. * RepoSearchPlugin was previously enabled, as described on the TracHacks@43 page, and is a feature we'll want to keep in mind for the future. * PyPI Integration: make it easier for authors to publish from the trac-hacks repository to PyPI, allow a PyPI location to be registered via the !NewHack form, promote and encourage links from plugin pages to PyPI, documentation for plugin authors/maintainers on how to publish to PyPI. * Automate registering and publishing projects to Transifex. * Move all users wiki pages to `wiki/users/` or `wiki/TracUsers`, to keep the TitleIndex more organized and hierarchical. * Authentication through external providers such as GitHub and BitBucket. * Improve search functionality: the search functionality is currently rudimentary and requires an update to allow for more granular search, such as within attachments. * Store more information about plugins, such as: * Created timestamp * Deleted timestamp * List of maintainers and contributors * Create a notification subscriber for "plugins that I maintain" * This could be used to automatically generate the SVN authz permission policy configuration file. * Timeline filter for //Plugins created// * Allow users to subscribe to plugins that they use. Add an `IUseThis` macro for listing those plugins on a user page. * Create a trac-hacks group on BitBucket, like we've done on [https://github.com/trac-hacks GitHub]. * GitHub integration * `ListHacks` macro should include projects in trac-hacks GitHub organization and projects that have the `trac` [https://help.github.com/articles/about-topics/ topic]. * Add a //My Page// entry on the navigation that links to the authenticated user's wiki page. == Tickets for TracHacks [[TicketQuery(component=TracHacks,status!=closed,format=table)]] == Tickets for TracHacksPlugin [[TicketQuery(component=TracHacksPlugin,status!=closed,format=table)]]