• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bumped up version number to trigger auto-mount.

cannot set username to email for the unregistered visitor user since he/she has a null email

table ad_locale_user_prefs had gone missing from the create script (not sure how or when). Re-adding

upgrade script fix: the table ad_locale_user_prefs was never created so creating

upgrade script fix: the defaulting of pretty name to impl_name was not working

updating dependency info for acs-tcl

    • -4
    • +4
    /openacs-4/packages/acs-tcl/acs-tcl.info
updating acs-subsite dependency version names for acs-kernel and acs-tcl

making version name in version url be up-to-date

defaulting UseEmailForLoginP to 1

making acs-authentication require acs-kernel

upgrade script fix: lang_messages_audit audit table was not created with columns that it had at the time

Backed out of Mohan's change, which backed out my previous change

    • -14
    • +17
    /openacs-4/www/default-master.adp
Changed the required version number of acs-mail-lite

added new version of acs-mail-lite with bounce support (working)

Initial revision

    • -0
    • +63
    /openacs-4/contrib/packages/acs-mail-lite/www/doc/index.html
added mailing-lists module

  1. … 143 more files in changeset.
Initial revision

    • -0
    • +177
    /openacs-4/contrib/packages/mailing-lists/sql/oracle/upgrade.sql
  1. … 143 more files in changeset.
added mail-links module

added user-selection module

  1. … 35 more files in changeset.
Initial revision

    • -0
    • +26
    /openacs-4/contrib/packages/mail-links/mail-links.info
    • -0
    • +27
    /openacs-4/contrib/packages/mail-links/www/index.vuh
  1. … 48 more files in changeset.
added jabber module

    • -0
    • +0
    /openacs-4/contrib/packages/jabber/README
    • binary
    /openacs-4/contrib/packages/jabber/www/E4.jar
  1. … 214 more files in changeset.
Initial revision

    • -0
    • +17
    /openacs-4/contrib/packages/jabber/README
    • -0
    • +257
    /openacs-4/contrib/packages/jabber/jabber.info
    • binary
    /openacs-4/contrib/packages/jabber/nsjabber-patch-1.tar.gz
    • binary
    /openacs-4/contrib/packages/jabber/c/conference-0.4.1+.tar.gz
    • binary
    /openacs-4/contrib/packages/jabber/c/mod_acs-0.1.0.0.tar
    • binary
    /openacs-4/contrib/packages/jabber/c/nsjabber-0.1.0.1.tar
    • -0
    • +757
    /openacs-4/contrib/packages/jabber/tcl/jabber-procs.tcl
    • binary
    /openacs-4/contrib/packages/jabber/www/E4.jar
    • -0
    • +55
    /openacs-4/contrib/packages/jabber/www/WebStart.html
  1. … 214 more files in changeset.
Added incoming trackback support. I still have to add outgoing

support and think about how to display trackback/comments.

    • -0
    • +24
    /openacs-4/packages/lars-blogger/tcl/install-procs.tcl
Added some automated test cases to help test the spell-checker.

Added support for spell-checking to the form bulider and ad_form.

    • -0
    • +13
    /openacs-4/bin/webspell
    • -0
    • +372
    /openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl
Fixing a problem that was introduced in 1.20 - template::widget::numericRange failed when value is empty.

fixing upgrade bug related to .ctl (ctl_file) files. First of all, don't offer ctl files when upgrading (ok, we should make this possible if we need it). Second of all, use the ctl file selections the user actually made when choosing files to source (in proc apm_package_install_data_model)

updating version info of acs-bootstrap-installer package

forgot to set legacy users authority_id to local in upgrade script

bugfix in xml catalog import proc, variable named charset should have been named mime_charset