• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
avoid error message on already handled invalid input

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
- handle invalid input message from bug-tracker via datasource error (not perfect, but better)

- improve robustness against invalid input

  1. … 2 more files in changeset.
Optionally display only the bugs the user is participating in.

  1. … 14 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 321 more files in changeset.
Added per-instance list builder caching ...

  1. … 4 more files in changeset.
Don't duplicate page title in context bar

Using list builder for bug listing

  1. … 24 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
Fixed bug: Clicking on the name under 'Close' produced a list with zero bugs, even though there might be plenty bugs to show.

  1. … 1 more file in changeset.
Fixed 'Filtered bug list' to use the pretty-name; fixed 'my bug list' to follow the way the filters work now.

  1. … 1 more file in changeset.
Merged over latest version from HEAD

  1. … 114 more files in changeset.
Latest version of bug-tracker/ticket-tracker, using workflow

  1. … 114 more files in changeset.
add -- where needed fixes bug 266

  1. … 1 more file in changeset.
Cleaned up bug.tcl page, now using new form builder enhancements

  1. … 10 more files in changeset.
Rearranged the statistics a little

  1. … 1 more file in changeset.
merge from oacs-4-6

  1. … 9 more files in changeset.
Fixed bug #1: subscribe link not shown when there are no bugs

  1. … 1 more file in changeset.
Fixed missing trim around the component_id number.

PM: adding notification and patches to the Bug Tracker. The new version number is 0.8 and there is a corresponding upgrade script

  1. … 29 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 692 more files in changeset.
Fixed bug #13: Make it clear that you have to close resolved bugs

  1. … 1 more file in changeset.
Changed name of database statement for various stats queries, otherwise we'd have problems porting this to Oracle.

-Moved string_truncate to ACS core

  1. … 1 more file in changeset.
Added url-name to components, plus a URL shortcut, and email-subject-name to projects

  1. … 9 more files in changeset.
Added sort by priority/severity

Factored out a string_truncate proc. No resolution code for non-resolve entries. Stuff.

  1. … 2 more files in changeset.
Moved bug-tracker Tcl procs to a bug_tracker namespace

  1. … 12 more files in changeset.