GNOME Bugzilla – Bug 472863
Port reports/points.cgi (Bugzilla points)
Last modified: 2018-06-16 13:30:03 UTC
Currently, most of my design thoughts are in bug 433607. Optionally to port the following files: * reports/points.cgi If you are interested, please say so and I'll add more detail.
Created attachment 140946 [details] [review] Support for "points" in new bugzilla This holds different things: * a minimalistic extension, which is basically an hook to add a "points" column to the "profiles" table * a cronjob (placed in the extension directory) * a port of the "Users per Points" (points.cgi and points.html.tmpl) (do note I had to put it in the web server root because stylesheets are referred by relative paths) * a customisation of the comments template, to display points next to comment authors
Max: Could point.cgi be put into page.cgi somehow? Frederic: I think that (using page.cgi) is done in another extension. See launchpad.net/bugzilla.gnome.org for the bgo code.
(In reply to comment #2) > Max: Could point.cgi be put into page.cgi somehow? Yes, see how the traceparser extension works: http://bzr.everythingsolved.com/bugzilla-traceparser/trunk/files
Created attachment 141037 [details] Extension to support "Points" Rewritten as a proper extension, using the page-before_template hook.
*** Bug 594935 has been marked as a duplicate of this bug. ***
*** Bug 595444 has been marked as a duplicate of this bug. ***
*** Bug 597525 has been marked as a duplicate of this bug. ***
After https://wiki.gnome.org/Initiatives/DevelopmentInfrastructure , GNOME is moving its task tracking from Bugzilla to GitLab at https://gitlab.gnome.org/ as previously announced in https://mail.gnome.org/archives/desktop-devel-list/2018-May/msg00026.html . See https://wiki.gnome.org/GitLab for more information. Hence closing this ticket as WONTFIX: There are no plans to work on Bugzilla.