• last updated 32 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- remove deprecated calls to cr::keyword::get_keyword_id,

cr::keyword::new, and cr::keyword::set_heading

  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.
- quote hrefs

- more sane HTML generation

  1. … 3 more files in changeset.
- improve page-contracts

  1. … 42 more files in changeset.
- perform better input checking on action and categories

- improve error messages (backport from openacs.org)

- brace expressions

- flatten nested "lindex" structures

- use tcl 8.5 extended index format for "lrange"

- normalize string expressions

  1. … 21 more files in changeset.
Exporting page variable as well.

Optionally display only the bugs the user is participating in.

  1. … 14 more files in changeset.
Some changes to make it possible to write scripts that are includable from

other packages to display information on bugs. Unfortunately, the bugtracker

was written from the POV that you'd never want to do such a thing, and is so

poorly written that even with these changes I had to do a bit of ugly hacking

in my include code.

  1. … 1 more file in changeset.
Add paramerers for related files. Add missing proc for related files. Fix indentation

Cleaned up some annoying stupidity. A package's package-key is immutable.

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

  1. … 6 more files in changeset.
Add feature to allow incoming email to create new bugs

  1. … 5 more files in changeset.
adding missing close statements

  1. … 3 more files in changeset.
Save page variable when generating context bar with link to filtered list

Fix bug#2688 patch applied from Keith Paskett

Merge changes from 5.1 to 5.2. Update version.

  1. … 18 more files in changeset.
set bt folder context to the bt package id instead of defaulting to -100 so that perms on package trickle to bugs

new files for handling distributions

  1. … 21 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.
added assignee and fix for version to the bug add script; added appropriate upgrade scripts for postgres and oracle; fixed an oracle installation bug

  1. … 10 more files in changeset.
Added a whole shitpile of caching to speed things up

  1. … 7 more files in changeset.
removed internationalization

  1. … 1 more file in changeset.
Yet another fix to pagination ... getting there...

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
Tch tch someone put some SQL code inline rather than in an XQL file 'cause

they thought it was DB independent and it was really PG dependent. I made

it DB independent and stuck it in the XQL file where it belongs anyway.

  1. … 1 more file in changeset.
New instantiation of Bug-Tracker was broken due to old usage of the CR. Fixed in an ugly, hasty hack for postgresql, as I assume Don will work on it once he comes around to it

  1. … 1 more file in changeset.
There was a missing package_id parameter in part of the Tcl API. HOWEVER,

don't believe the bug-tracker Tcl API that misleads you into thinking that

you can explicitly pass package_id as a parameter to various procs. The

vile bug_tracker::conn proc guarantees this does not work. I rewrote my

test case to save/set/restore ad_conn package_id ...

  1. … 1 more file in changeset.