• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added display of implementation owner, and added display of implementations when you click to view a contract.

    • -0
    • +23
    ./acs-service-contract/www/contract-display-oracle.xql
    • -0
    • +23
    ./acs-service-contract/www/contract-display-postgresql.xql
    • -1
    • +18
    ./acs-service-contract/www/contract-display.adp
    • -0
    • +3
    ./acs-service-contract/www/contract-display.tcl
    • -4
    • +8
    ./acs-service-contract/www/index-oracle.xql
    • -5
    • +9
    ./acs-service-contract/www/index-postgresql.xql
file contract-display-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./acs-service-contract/www/contract-display-oracle.xql
file contract-display-postgresql.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./acs-service-contract/www/contract-display-postgresql.xql
adding the float datatype that can be used by the form builder. Making the integer datatype accept a leading plus and making the message say invalid integer instead of invalid number

    • -3
    • +17
    ./acs-templating/tcl/data-procs.tcl
adding a first tracer bullet type not complete Logger UI for Oracle, the PG port will be completed when the Oracle version has stabilized.

    • -0
    • +30
    ./logger/tcl/project-procs-postgresql.xql
    • -0
    • +39
    ./logger/tcl/ui-procs.tcl
    • -0
    • +87
    ./logger/www/index.adp
    • -0
    • +49
    ./logger/www/index.tcl
  1. … 19 more files in changeset.
fixed for PG 7.3 catalog change

    • -10
    • +36
    ./schema-browser/tcl/schema-browser-procs-postgresql.tcl
file upgrade-4.6.2-4.6.3.sql was initially added on branch oacs-4-6.

1. Fixed a type mismatch problem in acs-messaging for PostgreSQL that was

ignored by versions before 7.3 and therefore had been missed.

2. Fixed a problem in static pages regarding misunderstanding of how

nsv_array set works by someone who worked on it at some point.

3. Fixed a typo in static pages for PostgreSQL (misspelled function

name)

4. Fixed a typo in a query in survey.

    • -2
    • +3
    ./static-pages/tcl/static-pages-procs-postgresql.xql
    • -5
    • +2
    ./static-pages/tcl/static-pages-procs.tcl
    • -1
    • +11
    ./survey/tcl/survey-procs-postgresql.xql
file upgrade-4.6.2-4.6.3.sql was initially added on branch oacs-4-6.

Changed a minor bug regarding the definition of user_tab_comments, bumped

to 4.6.3 and added an upgrade script (we may not release a 4.6.3 but if we

do, we're ready!)

    • -131
    • +31
    ./acs-kernel/sql/postgresql/postgresql.sql
file maintenance.xml was initially added on branch oacs-4-6.

file Makefile was initially added on branch oacs-4-6.

    • -0
    • +0
    ./acs-core-docs/www/files/samplenote/Makefile
assorted bug fixes and fixed missing files

    • -2
    • +2
    ./acs-core-docs/www/apm-requirements.html
    • -3
    • +3
    ./acs-core-docs/www/backup-recovery.html
    • -2
    • +2
    ./acs-core-docs/www/bootstrap-acs.html
    • -7
    • +7
    ./acs-core-docs/www/database-management.html
    • -2
    • +2
    ./acs-core-docs/www/db-api-detailed.html
    • -17
    • +17
    ./acs-core-docs/www/docbook-primer.html
    • -2
    • +2
    ./acs-core-docs/www/eng-standards-constraint-naming.html
    • -2
    • +2
    ./acs-core-docs/www/eng-standards-filenaming.html
  1. … 78 more files in changeset.
Started custom form widget doc. It still needs much work.

small bug in signing hidden vars

    • -2
    • +3
    ./acs-templating/tcl/element-procs.tcl
bugfix on section handling in templating broke form generation

file qmail.rc.txt was initially added on branch oacs-4-6.

    • -0
    • +0
    ./acs-core-docs/www/files/qmail.rc.txt
    • -0
    • +0
    ./acs-core-docs/www/xml/files/qmail.rc.txt
added missing upgrade and qmail.rc.txt files

    • -31
    • +31
    ./acs-core-docs/www/apm-design.html
    • -120
    • +120
    ./acs-core-docs/www/apm-requirements.html
    • -10
    • +10
    ./acs-core-docs/www/backup-recovery.html
    • -16
    • +16
    ./acs-core-docs/www/bootstrap-acs.html
    • -7
    • +7
    ./acs-core-docs/www/database-management.html
    • -82
    • +82
    ./acs-core-docs/www/db-api-detailed.html
    • -51
    • +51
    ./acs-core-docs/www/docbook-primer.html
    • -8
    • +8
    ./acs-core-docs/www/eng-standards-constraint-naming.html
    • -28
    • +28
    ./acs-core-docs/www/eng-standards-filenaming.html
  1. … 60 more files in changeset.
Updated developer's guide.

    • -5
    • +823
    ./workflow/www/doc/developer-guide.html
clarifying in ad_form documentation that the form block must be extended to completion before the action blocks such as select_query are defined

    • -1
    • +3
    ./acs-tcl/tcl/form-processing-procs.tcl
extensions to support editing multiple cr items simultaneously

    • -1042
    • +1207
    ./cms/tcl/form-procs.tcl
adds signed hidden vars. dont emit value on option list if value and label match

    • -1
    • +36
    ./acs-templating/tcl/element-procs.tcl
    • -10
    • +14
    ./acs-templating/tcl/widget-procs.tcl
is_valid_child needs relation to determine if its a valid child. needs upgrade script

Removed the commented out version.

fix by Jarkko of bug 434

    • -2
    • +2
    ./calendar-portlet/www/calendar-full-portlet.tcl
    • -1
    • +91
    ./calendar-portlet/www/calendar-portlet.tcl
Merging fixed from oacs-4-6

Bump info file version to coincide with upgrade script

Adding upgrade file for change is pl/pgsql functions

file upgrade-1.2-1.3.sql was initially added on branch oacs-4-6.

Changed varchar(400) variable declaration to varchar in pl/pgsql functions.