• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Use the name of the attachment rather than the object_id.

This will give mime attachments the proper name and association with an application

on the user's PC.

the common xql file had rdbms type set to oracle which was causing the postgres server to not find the query, removing rdbms line

    • -1
    • +0
    /openacs-4/packages/dotlrn/www/member-add-2.xql
if there is no full query for a db statement and the default query in the tcl file is empty, raise an error and inform the developer about this (crash early)

adding missing files to dotlrn info file

    • -0
    • +45
    /openacs-4/packages/dotlrn/dotlrn.info
Fixed small layout problem.