• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed bug_tracker::bug::insert so it can now receive and store keywords/categories. This was necessary for notifications to work properly, otherwise they'd get stored only after notifications had been sent out.

1. removed some needless LARS notices

2. removed acs_methods and friends from the permissions documentation

and got rid of the commented-out table stubs.

3. dropping of permissions was broken in PG, fixed that.

4. cc_users and registered_users views have been sped up.

5. removed an unused and incorrect proc from revision-procs

6. updated acs-kernel to 4.6.3

-------------------------------------------------------------------------------------

  1. … 11 more files in changeset.
Updated to require latest version of workflow, which adds an API for storing and retrieving workflow log entry data, and then uses that API to store the data. Had to bump up the version number to require a new workflow package.

  1. … 1 more file in changeset.
Removed the commented out version.

Removed util_get_current_url and switched to using ad_return_url instead.

  1. … 4 more files in changeset.
Fixed bug #360: Treat 'display' mode elements the same as inform widgets, and don't bomb on categories that are blank

  1. … 1 more file in changeset.
Fixed bug #358: we'd missed a couple of instances of 'bug'

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

    • -942
    • +1424
    ./bug-tracker-procs.tcl
  1. … 103 more files in changeset.
Latest version of bug-tracker/ticket-tracker, using workflow

    • -0
    • +55
    ./bug-procs-oracle.xql
    • -0
    • +175
    ./bug-tracker-procs-oracle.xql
    • -0
    • +163
    ./bug-tracker-procs-postgresql.xql
    • -0
    • +241
    ./bug-tracker-procs.xql
    • -0
    • +15
    ./install-procs-oracle.xql
    • -0
    • +15
    ./install-procs-postgresql.xql
    • -0
    • +205
    ./install-procs.tcl
  1. … 103 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

    • -0
    • +104
    ./bug-procs-postgresql.xql
  1. … 8 more files in changeset.
Include project maintainer, component maintainers, and version maintainers, in list of assignees to choose from by default

merge from oacs-4-6

  1. … 9 more files in changeset.
Fixed version-ae and component-ae so they use the search widget. Also fixed minor bug in bug-tracker-procs, where I'd forgotten to add the email of the current user.

  1. … 2 more files in changeset.
Added email to the drop-down of users to pick from as assignees

  1. … 1 more file in changeset.
Improved notifications; added an error to the errorlog when notifications don't work.

merge from oacs-4-6

  1. … 130 more files in changeset.
merge of Lars bugfixes on HEAD to 4.6 branch

  1. … 4 more files in changeset.
Fixed user version cache not flushed problem

  1. … 2 more files in changeset.
Added submission instructions

  1. … 4 more files in changeset.
Use the existing form builder search widget instead of the user widget I'd created a couple days ago.

  1. … 1 more file in changeset.
Fixed the user selection widget when assigning users on the bug page re bug #2 and complaints from Jeff :)

  1. … 1 more file in changeset.
PM: fixing comment typo (comments in TCL are with a hash no two dashes...)

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

    • -0
    • +20
    ./bug-tracker-notification-procs.tcl
  1. … 28 more files in changeset.
-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 needinfo resolution code

  1. … 1 more file in changeset.
Temporary fix to bug #2: too many users in drop-down.

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

  1. … 2 more files in changeset.
Add resolution code information to the bug actions

  1. … 4 more files in changeset.