• last updated 17 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Now supports multiple static-pages package instances, each with its

own fs_root parameter.

- static_pages.filename column is now relative to server root, not

page root. May still need an upgrade sript to convert old values in

db, see TODO comment in oracle upgrade-4.2a-4.3.sql.

- Added update to singleton_p = 'f' to upgrade scripts, which I left

out before.

- (Did NOT yet change www/page-visit.tcl to support files beneath the

packages/*/www/ directories.)

- Added other misc. comments.

file upgrade-4.2a-4.3.sql was initially added on branch oacs-4-6.

- Name of root folder is now unique in the CR even if have multiple

package instances, for both Oracle and Postgres.

- All Postgres functions now defined with "create or replace".

Moved Postgres functions and bodies out of static-pages-create.sql

into separate files (just like for Oracle) - necessary to more cleanly

support upgrade files. No other changes.

file static-page-pb.sql was initially added on branch oacs-4-6.

Moved Oracle package headers and bodies out of static-pages-create.sql

into separate files - necessary to more cleanly support upgrade files.

Also added a few comments. No other changes.

file static-page-pb.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/static-pages/sql/oracle/static-page-pb.sql
file static-page-ph.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/static-pages/sql/oracle/static-page-ph.sql
make new-portal show stack trace (errorInfo) when a portal errors out

Made a minor error in the previous commit ...

Added missing uplevel call to validation processing

Added files to implement the "change frequency" functionality

file request-change-frequency-oracle.xql was initially added on branch oacs-4-6.

file request-change-frequency.xql was initially added on branch oacs-4-6.

file request-change-frequency.tcl was initially added on branch oacs-4-6.

file request-change-frequency.adp was initially added on branch oacs-4-6.

file request-change-frequency-postgresql.xql was initially added on branch oacs-4-6.

if lc_time_fmt is given the empty string, don't crash, but rather, return the empty string

bug fix: after the 4-6 merge the column name is last_post_ansi instead of last_modified_ansi

    • -2
    • +2
    /openacs-4/packages/forums/www/index.tcl
adds comment from dave

iconic context bar seperator

only call ds_add if it exists

ad_schedule_proc support for _daily and _weekly notifications, by donb from 4.6

removing faulty oracle rdbms line from common .xql file (copy-paste mistake)

    • -1
    • +0
    /openacs-4/packages/dotlrn/www/member-add-2.xql
rollback peterm's change as donb is adding these files

link to complex-search rather than search bug 1961/patch 517 Jun Yamog

Show result message from sp_sync_cr_with_filesystem at bottom of page.

Added mutex locking prevent errors if more than one copy of

sp_sync_cr_with_filesystem runs at once for a single package instance,

plus related changes. Changed sp_sync_cr_with_filesystem proc to a

wrapper proc which now calls sp_sync_cr_with_filesystem_internal, in

order to properly free the mutex upon any unexpected error.

The fs-scan page now shows a message when an error readin a file is

encountered, just like the fs-scan-progress page.

Minor layout fix.

    • -1
    • +1
    /openacs-4/packages/forums/www/message-view.adp