• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
seems the portrait code was copied over from the acs-subsite community member page, however, they forgot to change the relative url in the links to the portrait and portrait-bits pages. Fixed that by using absolute URIs to those pages under the main site (prefixing with /shared/).

Moved the extra workflow::case-namespace procs up so they're under the right heading

    • -253
    • +253
    /openacs-4/packages/workflow/tcl/case-procs.tcl
Removed stale debug logging statements

Removed the 'will be localized' part of the description of the GetPrettyName operation on service contracts, since for 4.6.x, it won't.

Added display of implementation owner, and added display of implementations when you click to view a contract.

file contract-display-oracle.xql was initially added on branch oacs-4-6.

file contract-display-postgresql.xql was initially added on branch oacs-4-6.

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

adding a first tracer bullet type not complete Logger UI for Oracle, the PG port will be completed when the Oracle version has stabilized.

    • -8
    • +8
    /openacs-4/packages/logger/logger.info
    • -1
    • +28
    /openacs-4/packages/logger/tcl/package-procs.tcl
    • -0
    • +20
    /openacs-4/packages/logger/tcl/package-procs.xql
    • -46
    • +51
    /openacs-4/packages/logger/tcl/project-procs.tcl
    • -0
    • +20
    /openacs-4/packages/logger/tcl/project-procs.xql
    • -0
    • +39
    /openacs-4/packages/logger/tcl/ui-procs.tcl
    • -0
    • +87
    /openacs-4/packages/logger/www/index.adp
    • -0
    • +49
    /openacs-4/packages/logger/www/index.tcl
    • -0
    • +7
    /openacs-4/packages/logger/www/log.adp
  1. … 19 more files in changeset.
fixed for PG 7.3 catalog change

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.

changes to our default master: 1) Making it take a doc_type property so that packages can choose for example to change from 4.01 transitional (default) to XHTML 1.0 2) Checking that the default master validates as both 4.01 transitional and XHTML 1.0 strict 3) indenting the the html more properly

    • -19
    • +26
    /openacs-4/www/default-master.adp
changing title of the default start page from Contratulations to ad_system_name. Seems more reasonable given that far from everybody replaces the start page immediately.

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!)

file maintenance.xml was initially added on branch oacs-4-6.

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

assorted bug fixes and fixed missing files

  1. … 78 more files in changeset.
checking in indexing per thread patch from tils

updating CVS to make sure latest changes are in

    • -3
    • +14
    /openacs.org-dev/packages/forums/forums.info
Started custom form widget doc. It still needs much work.

small bug in signing hidden vars

bugfix on section handling in templating broke form generation

    • -5
    • +9
    /openacs-4/packages/cms/tcl/form-procs.tcl
file qmail.rc.txt was initially added on branch oacs-4-6.

added missing upgrade and qmail.rc.txt files

  1. … 60 more files in changeset.
Updated developer's guide.

clarifying in ad_form documentation that the form block must be extended to completion before the action blocks such as select_query are defined

extensions to support editing multiple cr items simultaneously

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