Roundup Tracker

Differences between revisions 28 and 29
Revision 28 as of 2023-12-13 19:54:22
Size: 4178
Comment:
Revision 29 as of 2024-02-29 21:45:56
Size: 4293
Comment:
Deletions are marked like this. Additions are marked like this.
Line 48: Line 48:
 * http://www.rath.org/RoundupTodoTemplate  * https://codeberg.org/R2D2/roundup_todo_tracker_template
  . an updated (Python3 support) version of http://www.rath.org/RoundupTodoTemplate
    by R2D2.

roundup-jinja2-templates by savchuk1985 (Anton Savchuk)

https://github.com/savchuk1985/roundup-jinja2-templates

A classic schema based template built with jinja2, a modern boostrap and removal of the jquery dependency.

Also:

  • SimpleMDE markdown editor has been replaced with EasyMDE.
  • The layout has been significantly reworked and is now fully responsive.
  • Navigation has been completely redesigned and placed on the sticky navbar.
  • The issue index now displays more detailed information, such as the number of messages and files.
  • Keywords are now added to the issue index by default and can be used for quick filtering.
  • Search and sort forms have been redesigned to make them more user-friendly.
  • Attachments now allow multiple files to be uploaded.
  • Generated pages now use HTML5 semantic tags and heading hierarchy.
  • Added support for Bootstrap dark theme and theme switching.

A dark theme screenshot. The admin user is logged in. The issue index page is shown displaying the issue summary and the top menu bar.

Intevation.org tracker

  • http://hg.intevation.org/roundup/ (<- Source Code Repository)

    • In the repository above are the sources for a number of enhancements:
    • Workpackages and Timelogs
    • Remote events
    • A basic introduction of usergroups
    • Different views on issues based on usergroups

    To try the feature you could grab a copy of the current fast-decomposed repository's source code (e.g. click on "zip" in the hg webinterface) and follow the instructions in the file migration_to_fast.txt. The improvements were developed by Torsten Irländer as part of a project called FaSt, check the 2007 documentation-wiki-src and Torsten's "diplom"-thesis in German. The idea is to support a professional Free Software development and service company.

Python.org bug tracker

Note this was in use for 17 years. It is now in read only mode as ticketing has been moved to GitHub Issues.

ToDo Template

Implementing drag and drop reordering

System administration tracker

  • System Administration Tracker: https://www.cs.umb.edu/~rouilj/#roundup

    • This tracker is designed to handle issues generated in a system administration or help desk environment. It is released under the GPL license see the Tracker License section for details.
    • It is more complex than the classic tracker, but has things that I have wanted in my trackers. Some of the functions were inspired by equivalent functionality in rt while some other things I have wanted in various trackers (req, reqng, queuemh, rt1, clearquest, remedy) through the years.

Tracker with Subversion Integration

This tracker, created by Roundup's original author, provides a hook script for subversion to record specially formatted subversion commit messages in Roundup. It also provides templates, auditors and extensions to display links to subversion revisions in Roundup.

https://mechanicalcat.net/tech/roundup/svn-roundup/

(Add a link to your tracker template from here)