• last updated 21 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
remove unneeded "expr" statements

  1. … 3 more files in changeset.
- protect against too large bug numbers (causes pg errors)

- don't access @patch.patch_id@ for displayed_object_id, if it does

not exist (view mode)

- don't perform message key subsitution in user contributed bug description

- add csrf protection for search

  1. … 4 more files in changeset.
- validate show_patch_status properly

- improve robustness against invalid input

  1. … 2 more files in changeset.
- fix overquoting

- reduce verbosity

- use more precise data types

- fix typo (need a break)

- fix typo

- fix typo

- standardize url construction to protect against injection attacks

  1. … 8 more files in changeset.
- harden page contracts

- imporve readability

  1. … 2 more files in changeset.
- remove calls to deprecated function cr::keyword::item_get_assigned

  1. … 1 more file in changeset.
- harden page-contracts against injections

- update version dependeny for acs-tcl

- bump version number

  1. … 4 more files in changeset.
- brace expressions

- flatten nested "lindex" structures

- use tcl 8.5 extended index format for "lrange"

- normalize string expressions

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

  1. … 14 more files in changeset.
Add support for uploading related files

  1. … 6 more files in changeset.
change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 689 more files in changeset.
Adding tables for autosubmition functionality.

adding scheduled procs in order to close bugs automatically ( Controlled by a parameter ).

  1. … 13 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.
search and syndication for bugs

  1. … 3 more files in changeset.
edit and display are keys for display modes not words to be translated

message key fix from Stan Kaufman, bug 1927, patch 542

  1. … 2 more files in changeset.
some i18n fixes, make bug_tracker::bug::get work outside the bug tracker pkg, add search datasource/url impl for bugs and patches

  1. … 9 more files in changeset.
now with less Fooooooooooooo

some more minor fixes for i18n

  1. … 4 more files in changeset.
fix some of the i18n issues incl bug 1748, bug.tcl patch.tcl still borked though

  1. … 9 more files in changeset.
I18N: A first stab at internationalizing Bug Tracker by Nima and Joel. This commit will probably introduce a number of bugs. You may use the before-i18n tag for reverting or for seeing how things have changed.

  1. … 42 more files in changeset.