Customisation Examples
Works with 0.8+
- Subversion Integration
- Allow tracker updates from subversion commits, and display subversion revision info in tracker web interface.
- ViewCvsIntegration
- Allow linking from ViewCVS? revision logs to the issue they relate to in Roundup.
- MsgFile
- Show each message with its files and enforce that they stay together at all times
- TodoTemplate
- An example how roundup can be used as an extensive personal todo list manager
- LinkFormattingExample
- Want to integrate roundup with other systems? Here's a poor-mans-simple-yet-powerful way to do it.
- TimelogAuditor
- Automatically scanning messages for time logs. A useful extension to the timelog example in the customisation doc.
- ReactionTime
- Calculates time between the start of the issue and reaction to it from one of the responsible people.
- GrabBagIssues
- Issues comprised of lots of little semi-issues to do.
- PopupResultMessages
- Change the red/white result messages at the top to pop-up messages.
- SimpleStatusCharts
- Generate a pie chart summary of statuses in your tracker.
- ProjectManagerBatchEditing
- Edit properties on all your open issues at once.
- BatchSearchAndEditing
- Edit properties on issues filtered through a search process.
- MessagesAsMbox
- Download an issue's message spool as an mbox-formatted file.
- RoundupAsWiki
- Turn Roundup (or parts of it) into a wiki.
- CustomerIssues
- Create logins for customer that are allowed to view only their issues.
- FeedingRoundup
- Take items from multiple RSS feeds and turn them into Roundup issues
- FeedGeneration
- Generating RSS or Atom feeds from roundup.
- DateHelp
- ClassHelp popup for date properties (now integrated into Roundup 1.1.3+ )
- ExportCSVNames
- Exports csv with names of linked items instead of ids
- LDAPLogin
- Authenticate to Roundup via an LDAP server
- ActiveDirectoryLogin
- Authenticate to Roundup via LDAP to Active Directory
- WindowsNtLogin
- Authenticate to Roundup via an NT Server.
- RetiredUserSearch
- Searching for an issue created by a retired user
- QueryResultPieCharts
- Show a pie chart dependent of the query results. The slicing depends on the selected Grouped by property.
- NosyMessagesAllTheTime
- Send nosy messages even when no change note was entered during a change.
- ImportingFromBugzilla
- Importing issues from BugZilla? isn't as hard as you might think.
- DefaultChangeNoteText
- Filling the "change note" text box with some default text in issue creation.
- Customer Support System
- Using roundup as a customer support system (under construction).
- CloneAnIssue
- Have a link in the Issue template to let you create a new issue with the same current content.
- LoopCheck
- Sometimes issues refer to other issues via a link (or multilink). The loop-check ensures that no issue refers to itself transitively
- DatabaseWrapper
- A wrapper for roundup's hyper database. It has convenient methods of retrieving and changing data in the database whithout having to know too much about the roundup API.
- RegularExpressionSupport
- A new variant for the
issue.search.htmlpage that will add regular expression search support to your tracker. - SpamBayesIntegration
- Integrating with SpamBayes? to fight spam on public trackers
- SpellCheck
- Add a spell check feature to be used by the web interface. Aspell is used as spell check engine.
- MultiSelect
- Uses a multiselection option for nosy and superseder option in issue.item.html (instead of classhelp and javascript popup)
- UserMenu
- With many users user menus can be a performance penalty. This solution creates the drop-downs as static HTML in a detector
- ListFilesWithMessages
- List uploaded files alongside the messages they were attached to.
- MultipleIncomingAdresses
- How to let one roundup instance handle mail to several mail addresses
- RoundupReminderForUnAssigned
- Roundup reminder script for sending emails of un-assigned issues to a static email address.
- RoundupBookmarks
- A simple mod to roundup's saved queries mechanism so you can save any search URL, not just web form created ones.
- IndexBackLink
- Adds a "back link" to return directly to the most recently displayed index.
- ShowRoundupVersion
- How to display the current roundup version in webpages.
Works with 0.7 (not updated to 0.8)
- TimelogBillable
- Enhance your timelog functionality by tracking billable, non-billable and already-billed timelogs.
- MergeIssues
- Consolidate multiple issues into a single issue
- VersionManager
- Adds a popup version manager tool to add, edit and link versions to (in this case) products
- TextSearchBox
- Adding a text search box to the sidebar. Included in 0.8 by default.
- PerUserStartPage
- Allows users to customise the page shown on logging in to Roundup
(Add a page with your example, and link it here.)