• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
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.

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.