• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added missing quote. patch 301. bug 1510.

sorts tickets by numerical rather than alphabetical priority/severity. Fix bug 1508 with patch 300

    • -120
    • +128
    ./ticket-tracker/www/tickets-oracle.xql
    • -120
    • +128
    ./ticket-tracker/www/tickets-postgresql.xql
properly orers tickets in ticket-add by numerical value. patch 299 fixing bug 1581

added upgrade scripts for Jun's changes

    • -0
    • +77
    ./ticket-tracker-lite/sql/oracle/upgrade/upgrade-1.0a-1.5.sql
    • -0
    • +50
    ./ticket-tracker-lite/sql/postgresql/upgrade/upgrade-1.0a-1.5.sql
Fixed SDM #1540: The 'bboard_message_set.message_set_content' query

was using '$content' instead of :content syntax, causing the value to

not be properly quoted, so it fails if you enter a single quote.

    • -1
    • +1
    ./bboard/tcl/bboard-procs-postgresql.xql
Updated .info files of all core packages to version 4.5

    • -120
    • +0
    ./acs-content/sql/upgrade/upgrade-4.1-4.1.1.sql
    • -13
    • +13
    ./acs-workflow/acs-workflow.info
  1. … 19 more files in changeset.
added upgrade scripts and upgraded version to 1.5

    • -5
    • +7
    ./ticket-tracker-lite/ticket-tracker-lite.info
Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1")

    • -4
    • +5
    ./acs-content/sql/oracle/acs-content-create.sql
    • -2
    • +1
    ./acs-workflow/sql/oracle/acs-workflow-create.sql
  1. … 50 more files in changeset.
Focus first input field on forms (SDM #1500).

Missing context bar on bboard index page (SDM #1498). This was due to the <if @context_bar@ not nil> check in the master template.

I'd removed jobs-start.sql but hadn't removed the include from this file.

    • -2
    • +1
    ./acs-workflow/sql/oracle/acs-workflow-create.sql

Applied Michael Steigman's patches 199-201, which fixes package spec/body

mismatches allowed by Oracle 8i but not by 9i.

    • -4
    • +5
    ./acs-content/sql/oracle/acs-content-create.sql
  1. … 4 more files in changeset.
Added Jun Yamog's beautiful changes to UI

Also ported his PG add file functions to Oracle

modified master.adp to use main.css by sending header_stuff property up to default_master.adp

    • -0
    • +19
    ./ticket-tracker-lite/ticket-tracker-lite.info
    • -1
    • +1
    ./ticket-tracker-lite/tcl/ticket-tracker-lite-procs.tcl
    • -0
    • +31
    ./ticket-tracker-lite/www/attach-file-oracle.xql
    • -0
    • +28
    ./ticket-tracker-lite/www/attach-file-postgresql.xql
    • -0
    • +35
    ./ticket-tracker-lite/www/attach-file.tcl
    • -0
    • +15
    ./ticket-tracker-lite/www/attach-file.xql
    • -5
    • +8
    ./ticket-tracker-lite/www/comment-ae.adp
    • -1
    • +1
    ./ticket-tracker-lite/www/comment-ae.tcl
    • -0
    • +16
    ./ticket-tracker-lite/www/delete-file-oracle.xql
    • -0
    • +14
    ./ticket-tracker-lite/www/delete-file-postgresql.xql
    • -0
    • +12
    ./ticket-tracker-lite/www/delete-file.tcl
    • -18
    • +40
    ./ticket-tracker-lite/www/index.adp
    • -4
    • +11
    ./ticket-tracker-lite/www/index.tcl
  1. … 20 more files in changeset.

Merged with OpenACS 4.5 beta1 branch.

    • -34
    • +46
    ./acs-workflow/www/doc/installation.html
    • -46
    • +1
    ./bboard/sql/oracle/bboard-create.sql
    • -47
    • +1
    ./bboard/sql/postgresql/bboard-create.sql
    • -0
    • +1
    ./ticket-tracker/www/admin/install/index.adp
  1. … 82 more files in changeset.

Datamodel errors crept in ....

Applied Lars Pind's patch #180, changing docs to reflect evolution in the

graphviz distribution.

    • -34
    • +46
    ./acs-workflow/www/doc/installation.html

Applied Lars Pind's patch #177, which adds a missing <tr> tag to the

template.

    • -0
    • +1
    ./ticket-tracker/www/admin/install/index.adp

Removed references to registering child types, which is done by general

comments these days.

    • -46
    • +1
    ./bboard/sql/oracle/bboard-create.sql
    • -47
    • +1
    ./bboard/sql/postgresql/bboard-create.sql

Bug fix by Bart Teeuwisse: category name function was improperly ported.

Applied Tilman Singer's patch that changes template <if> tag checks from

"ne 0" to the more meaningful "eq false", etc.

1. Changed a lot of package info files to fix problems ...

2. Added Vinod's bboard patch

3. Rationalized party e-mail checking by putting a "before insert or update"

trigger on the table that lower-cases email (this was already done by the

party.new() func but at least one update missed this). Got rid of all

"lower(email) = " and "upper(email) = " checks and just made all use the

db email column directly and lower-cased Tcl vars. In this way the index

on the email column is always and consistently used without needing to

define functional indexes on the column (an EE feature for Oracle).

4. Rationalized naming of a couple of workflows and fixed a glossary PG bug

where apparently its workflow got overwritten by one from the CMS at some

point in time.

5. Made the .cmp/.dat/.frm filters in the template code usable though not

very beautiful nor exactly correct. But with practice you can use them

to debug pages in the packages/* hierarchy. I also turned these off by

default as there's no need to run these filters on a production site!

6. Performed minor surgery on templating, including adding a new

"ad_return_exception_template" that allows you to return a templated

error page and aborts the script.

7. ??? probably but I think this covers most stuff.

    • -5
    • +27
    ./bboard/sql/oracle/bboard-create.sql
    • -7
    • +15
    ./bboard/sql/oracle/bboard-packages.sql
    • -5
    • +26
    ./bboard/sql/postgresql/bboard-create.sql
    • -4
    • +10
    ./bboard/sql/postgresql/bboard-drop.sql
    • -29
    • +24
    ./bboard/tcl/bboard-procs-postgresql.xql
    • -1
    • +1
    ./bboard/www/message-move-2-oracle.xql
    • -1
    • +1
    ./bboard/www/message-move-2-postgresql.xql
  1. … 60 more files in changeset.
adjusted wf_ticket to inherit from acs_object instead of null

fixed context_id reference

    • -1
    • +1
    ./ticket-tracker-lite/www/ticket-add-2-oracle.xql
    • -1
    • +1
    ./ticket-tracker-lite/www/ticket-add-2-postgresql.xql
    • -1
    • +2
    ./ticket-tracker-lite/www/ticket-add-2.tcl
1) Updated .info file to reality

3) Changed '= null' to 'is null' test

    • -1
    • +3
    ./ticket-tracker-lite/ticket-tracker-lite.info
    • -1
    • +1
    ./ticket-tracker-lite/www/index-postgresql.xql
    • -1
    • +1
    ./ticket-tracker-lite/www/ticket-postgresql.xql
removed excess files from .info file

cleaned up email check

    • -0
    • +9
    ./ticket-tracker/www/admin/install/index.xql
1) cleaned up workflows .info file

2) fixed error message in acs-workflow

3) fixed code to reassign tasks to users

4) send return_url to task-action.adp

5) fixed bug in ticket-tracker's clarify_fire callback

6) added return_url to ticket tracker's emails

    • -18
    • +28
    ./acs-workflow/acs-workflow.info
    • -1
    • +2
    ./acs-workflow/www/task-assignees-oracle.xql
    • -1
    • +2
    ./acs-workflow/www/task-assignees-postgresql.xql
1) added missing param to workflow_case__add_task_assignment

2) Fixed minor typos in workflow docs, ACS->OpenACS

    • -1
    • +2
    ./acs-workflow/www/assign-yourself-postgresql.xql
    • -1
    • +2
    ./acs-workflow/www/assignee-add-2-postgresql.xql
    • -2
    • +2
    ./acs-workflow/www/doc/advanced-workflow-builder.html
    • -3
    • +3
    ./acs-workflow/www/doc/concepts-reference.html
    • -2
    • +2
    ./acs-workflow/www/doc/coordination.html
    • -13
    • +13
    ./acs-workflow/www/doc/design.html
    • -2
    • +2
    ./acs-workflow/www/doc/future-plans.html
    • -28
    • +10
    ./acs-workflow/www/doc/installation.html
    • -2
    • +2
    ./acs-workflow/www/doc/maintainer.html
    • -2
    • +2
    ./acs-workflow/www/doc/release-notes.html
  1. … 3 more files in changeset.

I boo-booed when changing the notification callback signature.

1. Added session-update.tcl, a small utility which somewhat safely allows

you to put up a link that changes a session_property, for instance to

change the number of items displayed or that sort of thing. The caller

must sign their values and URL, which are verified by the callee via

ad_page_contract. If the referrer doesn't match the signed expected

referrer, you get bounced. I think this is reasonably secure (though

permissions should always be rigorously checked on all pages, of course)

2. acs_events had an html_p flag in the datamodel but no way to set it.

Fixed. It should really be a mime-type but since it's not using the

CR, and since I'm extremely busy with other stuff, I didn't fix it.

3. While doing #1 above I learned that signing and verifying arrays didn't

quite work. Fixed.

4. Found and fixed a small problem with my earlier work on the currency widget.

    • -8
    • +17
    ./acs-workflow/www/doc/developer.html
    • -11
    • +14
    ./ticket-tracker/sql/oracle/ticket-tracker-packages.sql
  1. … 8 more files in changeset.