• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Failure to check for empty_string in sp_serve_html_page was breaking

/doc/static-pages/.

Now correctly sets mime type using sp_maybe_create_new_mime_type,

rather than always using text/html.

Added proc sp_sync_cr_with_filesystem_scheduled, so can optionally

schedule to run every night at e.g. 4 am.

Upgrade script now properly converts existing filenames from page to

server root relative, for both Oracle and Postgres.

I18N: localizing the drop, join, admin, and request gif links by putting the gifs in the message catalog, translators are merely expected to provide textual translations (not gifs) in other locales than en_US

    • -1
    • +4
    /openacs-4/packages/dotlrn/www/dotlrn-master.tcl
    • -1
    • +1
    /openacs-4/packages/dotlrn/www/register-link.adp
    • -3
    • +3
    /openacs-4/packages/dotlrn/www/admin/term.adp
I18N: localizing the forum new gif by putting it in a message catalog, other locales are simply expected to provide textual translations

bug fix: with the 4-6 merge column name changed from last_post_pretty to last_post_ansi

    • -1
    • +1
    /openacs-4/packages/forums/www/index.adp
fixed mistake in regsub for listing of message lookups for a key

I18N: loading the catalog files from the lookup proc now if this hasn't already been done. The reason is that there are message lookups that happen before the acs-lang library files are loaded. The alternative would be to put the loading in a file with a path like acs-boostrap-installer/00-...

Added IRC chat info

fix email address

new procs to allow counting of multiple revisions in one shot

used for statistics.tcl for the navbar dl stats at the top of the page

use new download_get_count proc to get dls for all openacs versions in the

database

- 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.

- 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.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.