• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-0.2d-0.3d.sql was initially added on branch oacs-4-6.

create necessary index, make forums_message__root_message_id isstrict, icachable, upgrade script

    • -2
    • +4
    /openacs-4/packages/forums/forums.info
file upgrade-4.6-4.6.1.sql was initially added on branch oacs-4-6.

changes acs__magic_object_id to isstrict,iscachable, bump version to 4.6.1, upgrade script provided

stupid mistake in templating one.adp

merge lars export_entire_form_as_url_vars fix

Sort the application list, qualify the name of the administration link, and add proper return_url to login link

date and time related localization data added for Finnish by Jarkko Laine. Thanks Jarkko.

Make project maintainer edit also use the user search widget

The description form didn't get populated with history on a resubmit/error submit

Include project maintainer, component maintainers, and version maintainers, in list of assignees to choose from by default

fix misleading argument names and docs for site_node_mount_application

only call ds_add if defined

only collect comments if ds enabled

Replaced ns_share with nsv, and related improvements to mutex locking.

www/page-visit.tcl now works properly with files under package

directories and under the global www/ page root.

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.