• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- replace deprecated "cr::keyword::item_assign" by "content::keyword::item_assign"

- use property "doc(title)" instead of "title"

- replace deprecated "ad_permission_p" by "permission::permission_p"

- replace deprecated "template::util::quote_html" by "ad_quotehtml"

  1. … 19 more files in changeset.
- fix provided privilege for permission::require_permission

Avoid usign deprecated ad_require_permission. Using permission::require_permission instead.

no need to split line into 2.

catalog files for bug-tracker orginally added on oacs-5-2 branch.

    • -0
    • +259
    ./catalog/bug-tracker.ca_ES.ISO-8859-1.xml
    • -0
    • +20
    ./catalog/bug-tracker.de_DE.ISO-8859-1.xml
    • -0
    • +260
    ./catalog/bug-tracker.es_ES.ISO-8859-1.xml
    • -0
    • +258
    ./catalog/bug-tracker.nl_NL.ISO-8859-1.xml
    • -0
    • +253
    ./catalog/bug-tracker.pt_BR.ISO-8859-1.xml
Populating new column workflow_id in case there were already workflows assigned to porjects.

    • -0
    • +1
    ./sql/postgresql/upgrade-1.4d5-1.4d6.sql
small modifications to css for bug-tracker.

setting filename on response headers when downloading patch.

Exporting page variable as well.

bump version number

Fix search delete trigger

    • -0
    • +6
    ./sql/postgresql/upgrade-1.6d1-1.6d2.sql
Fix page title

Reverting unintentional commit

Bug fix: grant read permission on individual bug if access policy is show user bugs only.

use parameter for bug name in message key

    • -1
    • +1
    ./catalog/bug-tracker.en_US.ISO-8859-1.xml
minor css tweaks

centralize navbar css in bug-tracker.css

add missing access policy message keys

    • -0
    • +3
    ./catalog/bug-tracker.en_US.ISO-8859-1.xml
Optionally display only the bugs the user is participating in.

    • -0
    • +28
    ./tcl/bug-tracker-callback-procs.tcl
    • -1
    • +3
    ./tcl/bug-tracker-procs-postgresql.xql
    • -0
    • +3
    ./www/admin/access-policy-edit.adp
    • -0
    • +16
    ./www/admin/access-policy-edit.tcl
use proper .info file format

Restore missing PageSize parameter.

Hide "Fix for Version" field if Versions are disabled.

Fix workflow-edit link

Add search box to nav bar.

    • -2
    • +2
    ./catalog/bug-tracker.en_US.ISO-8859-1.xml
    • -0
    • +32
    ./tcl/bug-tracker-init.tcl
Increase navbar font size (too small in FF).

Fixed test to work with any bug tracker URL.

Bumped version number up to 1.6d1 because there's a 1.5x version floating

around, and I need to work with and upgrade it.

    • -37
    • +0
    ./sql/postgresql/upgrade-1.4d6-1.4d7.sql
    • -0
    • +37
    ./sql/postgresql/upgrade-1.4d6-1.6d1.sql
1. added missing catalog entry

2. made search work, it was totally hosed

    • -0
    • +1
    ./catalog/bug-tracker.en_US.ISO-8859-1.xml
    • -0
    • +2
    ./sql/postgresql/bug-tracker-create.sql
    • -0
    • +36
    ./sql/postgresql/bug-tracker-search-triggers-create.sql
    • -0
    • +7
    ./sql/postgresql/bug-tracker-search-triggers-drop.sql
    • -0
    • +37
    ./sql/postgresql/upgrade-1.4d6-1.4d7.sql
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.