• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
propigate context to master, add context to admin pages

    • -2
    • +2
    ./ticket-tracker-lite/www/comment-ae.adp
    • -1
    • +1
    ./ticket-tracker-lite/www/comment-ae.tcl
    • -2
    • +2
    ./ticket-tracker-lite/www/ticket-add.adp
    • -2
    • +2
    ./ticket-tracker-lite/www/ticket-add.tcl
    • -2
    • +2
    ./ticket-tracker-lite/www/ticket-edit.adp
    • -1
    • +1
    ./ticket-tracker-lite/www/ticket-edit.tcl
    • -1
    • +1
    ./ticket-tracker-lite/www/ticket-none.adp
  1. … 13 more files in changeset.
fix context label since variable not available in master template

    • -2
    • +2
    ./ticket-tracker/www/admin/category-delete.tcl
    • -2
    • +2
    ./ticket-tracker/www/admin/category-edit.tcl
propigate context to master

    • -3
    • +3
    ./ticket-tracker/www/category-summary.tcl
    • -3
    • +3
    ./ticket-tracker/www/user-assign-summary.tcl
  1. … 17 more files in changeset.
add titles and context, propigate to master template

  1. … 14 more files in changeset.
propigate context to master

    • -1
    • +1
    ./mp3-jukebox/www/admin/file-search.adp
    • -1
    • +1
    ./mp3-jukebox/www/admin/file-search.tcl
  1. … 42 more files in changeset.
pass context_bar and title to master template, cleanup html

    • -10
    • +7
    ./acs-workflow/www/case-assignment-set.adp
    • -2
    • +2
    ./acs-workflow/www/case-assignments-table.adp
    • -5
    • +3
    ./acs-workflow/www/case-assignments.adp
    • -2
    • +2
    ./acs-workflow/www/case-attributes-table.adp
    • -9
    • +6
    ./acs-workflow/www/case-deadline-set.adp
    • -16
    • +14
    ./acs-workflow/www/comment-add.adp
    • -0
    • +10
    ./acs-workflow/www/master.adp
    • -0
    • +15
    ./acs-workflow/www/master.tcl
  1. … 60 more files in changeset.
pass context_bar up to master template

  1. … 9 more files in changeset.
Do not allow submission of arbitrary email addresses feature 1665/patch 349 Cathy Sarisky

  1. … 4 more files in changeset.
comment in wrong place bug 1663 patch 348 by Cathy Sarisky

  1. … 1 more file in changeset.
Re-added fixes that didn't get merged in from 4.5

1) bboard-procs-postgresql.xql

2) etp-procs-oracle.xql

3) subsite/www/admin/users/new-postgresql.xql

4) SQL fix in acs-kernel/sql/postgresql/apm-create.sql

Edited the acs-kernel upgrade script that JonG initially created (PG)

Created an oracle upgrade script

Added upgrade scripts that i had written for 4.5b->4.5 back in (didn't get merged)

Update the acs-kernel .info file to 4.5.1

    • -1
    • +1
    ./bboard/tcl/bboard-procs-postgresql.xql
  1. … 8 more files in changeset.
updated version to 4.5

  1. … 13 more files in changeset.
Fixes space handling in scanning directories, also fixes a hardcoded ybos url Bugs 1279, 1280, 1281 patches 110,295

    • -2
    • +46
    ./mp3-jukebox/tcl/scanner-procs.tcl
    • -7
    • +12
    ./mp3-jukebox/www/admin/scanner.tcl
double qoute width=NUM%> to avoid the ADP parser warnings fixes bug 1582 patch 304

    • -1
    • +1
    ./photo-album-lite/www/folder-view.adp
  1. … 36 more files in changeset.
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