2009-10-26 Monday 20:02 mkgnu * Makefile.in (1.150, SCMBUG_RELEASE_0-26-16): bug 1193: Do not remove the templates of the webreports when cleaning the sources 2009-10-26 Monday 19:51 mkgnu * configure.in (1.330), packaging/debian/changelog (1.137) (utags: SCMBUG_RELEASE_0-26-16): bug 1436: Increased version number for upcoming release SCMBUG_RELEASE_0-26-16 2009-10-26 Monday 19:47 mkgnu * doc/manual/content/bugtracking-backends.sgml (1.23), src/lib/product/Daemon/Bugzilla.pm.in (1.70) (utags: SCMBUG_RELEASE_0-26-16): bug 1246: Added support for Bugzilla 3.2.x. This does not yet implement the support for changing the status of a bug. 2009-08-21 Friday 14:56 mkgnu * Makefile.in (1.149): bug 1193: Correct a defect in the Makefile when the template files are installed -- supply and ending '/' at the directory name. 2009-08-21 Friday 14:52 mkgnu * doc/AUTHORS (1.31), src/lib/product/Daemon/Integration.pm.in (1.39) (utags: SCMBUG_RELEASE_0-26-16): bug 1421: Applied a patch by Petr Smrčka that corrects the way the policy variable resolution_status_case_sensitive_verification is referred to. Also correct this wrong referencing everywhere for this variable. 2009-06-30 Tuesday 18:39 mkgnu * doc/manual/content/resources.sgml (1.30, SCMBUG_RELEASE_0-26-16): bug 1193: Documented how the Template module can be installed, needed by the WebReports. 2009-06-30 Tuesday 17:51 mkgnu * Makefile.in (1.148), src/WebReports/cgi-bin/CustomData.pm.in (1.2, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/WebReportUtilities.pm.in (1.3, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/affected_files.pl.in (1.9, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/bug_report.pl.in (1.12, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/bug_report_document.pl.in (1.4, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/bug_report_input_form.pl.in (1.2, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/email_users.pl.in (1.2, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/templates/affected_files.input.html.tmpl (1.1, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/templates/affected_files.results.html.tmpl (1.1, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/templates/bug_report.input.html.tmpl (1.1, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/templates/bug_report.results.html.tmpl (1.1, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/templates/bug_report_doc.input.html.tmpl (1.1, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/templates/bug_report_doc.results.content.html.tmpl (1.1, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/templates/bug_report_doc.results.html.tmpl (1.1, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/templates/email_users.input.html.tmpl (1.1, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/templates/email_users.results.html.tmpl (1.1, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/templates/footer.html.tmpl (1.1, SCMBUG_RELEASE_0-26-16), src/WebReports/cgi-bin/templates/header.html.tmpl (1.1, SCMBUG_RELEASE_0-26-16): bug 1193: Applying a patch by Robert Hudson that completely converts all to WebReport pages to use the Template Toolkit. 2009-06-25 Thursday 13:49 mkgnu * doc/AUTHORS (1.30), src/lib/product/Daemon/Process.pm.in (1.24, SCMBUG_RELEASE_0-26-16): bug 1370: Applied a patch by Stuart Auchterlonie that allows mappings using mapping_values to be used if mapping_ldap mappings are not found. Also extended this patch to allow in a similar manner mappings using mapping_regexes. 2009-05-14 Thursday 17:05 mkgnu * src/WebReports/: cgi-bin/affected_files.pl.in (1.8), cgi-bin/bug_report.pl.in (1.11), cgi-bin/bug_report_document.pl.in (1.3), html/index.html (1.2, SCMBUG_RELEASE_0-26-16): bug 1118: Applied a patch by Robert Hudson that changes the Web Reports to use a POST action instead of a GET. Also, the default page now shows the input form rather than an error when no parameters are passed. A bug was found where if there were a lot of data passed between each Web Report page Internet Explorer failed (Firefox worked). This was due to the use of GET with the action (the default). Changing all form actions to POST solves the problem.