• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added switch to string_truncate to allow you to specify your own ellipsis string

Added -no_empty switch to export_vars.

If specified, variables with an empty string value will be suppressed from being exported.

This avoids cluttering up the URLs with lots of unnecessary variables.

If we weren't this close to an important release, I would advocate making -no_empty the default behavior.

Truncate the notification subject. The column is only defined to be varchar(100), which is probably fairly reasonable, but also fairly easy to outgrow

Fixed output to GetPrettyName operations: should be 'pretty_name:string', not 'object_type:string'. I'm pretty sure we don't need an upgrade script, since nobody checks the names of those returned values, anyway.

Carry the -html option to the form builder date widget on through to the HTML form elements

Fixed <group> tag so it allows you to pass in a variable instead of a fixed sting

updated OpenACS link so it doesn't point to just 4.6

Import files

  1. … 9 more files in changeset.
Initial revision

    • -0
    • +40
    /openacs-4/packages/dotlrn-survey/dotlrn-survey.info
    • -0
    • +358
    /openacs-4/packages/dotlrn-survey/tcl/dotlrn-survey-procs.tcl
    • -0
    • +7
    /openacs-4/packages/dotlrn-survey/www/user-oracle.xql
    • -0
    • +6
    /openacs-4/packages/dotlrn-survey/www/user-postgresql.xql
    • -0
    • +98
    /openacs-4/packages/dotlrn-survey/www/user.adp
    • -0
    • +33
    /openacs-4/packages/dotlrn-survey/www/user.tcl
    • -0
    • +44
    /openacs-4/packages/survey-portlet/survey-portlet.info
  1. … 9 more files in changeset.
Removed dependency on qmail

Mailing list selection fix & replaced e-mail address w/ user name in comments

Mailing list selection fix

Added 'today' and 'yesterday' options.

    • -2
    • +12
    /openacs-4/packages/logger/www/index.tcl
initial addition of bcms, bcds and bms-ui-wizard packages

    • -0
    • +29
    /openacs-4/contrib/packages/bcds/bcds.info
    • -0
    • +26
    /openacs-4/contrib/packages/bcds/sql/postgresql/bcds-create.sql
    • -0
    • +57
    /openacs-4/contrib/packages/bcds/tcl/bcds-init.tcl
    • -0
    • +57
    /openacs-4/contrib/packages/bcds/tcl/bcds-procs-postgresql.xql
    • -0
    • +156
    /openacs-4/contrib/packages/bcds/tcl/bcds-procs.tcl
    • -0
    • +12
    /openacs-4/contrib/packages/bcds/tcl/bcds-procs.xql
    • -0
    • +53
    /openacs-4/contrib/packages/bcds/tcl/bcds-search-procs.tcl
    • -0
    • +17
    /openacs-4/contrib/packages/bcds/www/index.vuh
    • -0
    • +30
    /openacs-4/contrib/packages/bcds/www/admin/index.tcl
    • -0
    • +12
    /openacs-4/contrib/packages/bcds/www/admin/template-delete.tcl
  1. … 163 more files in changeset.
Applied 2 simple fixes from Kiran Halwai to make news work with search.

    • -2
    • +2
    /openacs-4/packages/news/tcl/news-procs.tcl
    • -1
    • +1
    /openacs-4/packages/news/tcl/news-procs.xql
changing upgrade of packages to not remove parameters that are not present in the new version (this can be done explicitly in an upgrade script though). See discussion here: http://openacs.org/forums/message-view?message_id=100077

updated for 4.6.3

Separate edit/view modes for the log entry. Plus added return_url, which we don't use yet.

    • -6
    • +9
    /openacs-4/packages/logger/www/log.tcl
Use instance name as the title on the index page

    • -1
    • +1
    /openacs-4/packages/logger/www/index.adp
    • -1
    • +2
    /openacs-4/packages/logger/www/index.tcl
changing to reflect that since 4.6.2 the APM doesn't require the scanning and adding of files but only adding of watches. Adding mkdir of www dir.

Added documentation for acs_sc::contract::new_from_spec and acs_sc::impl::new_from_spec

making log history on the log page be N days back from last logged entry instead of today. Adding permissions checking for editing of log entries. You can edit a log entry if you have edit privilege on it or if you created it (we currently don't grant admin to the creator of log entries, but maybe we should)

    • -1
    • +8
    /openacs-4/packages/logger/www/log.adp
    • -38
    • +79
    /openacs-4/packages/logger/www/log.tcl
Applied 2 simple fixes from Kiran Halwai to make news work with search.

    • -2
    • +2
    /openacs-4/packages/news/tcl/news-procs.tcl
    • -1
    • +1
    /openacs-4/packages/news/tcl/news-procs.xql
properly format HTML in messages e-mailed to a third party

    • -3
    • +3
    /openacs-4/packages/forums/www/message-email.tcl
Given juny (Jun Yamog) commit on contrib.

More work on plpgsql api.

Fixed notifications to include title_url

resolved conflict between acs-workflow and workflow for Oracle (Lars took care of Postgres)

file upgrade-1.2d9-1.2d10.sql was initially added on branch oacs-4-6.

Forgot to change the bt_bug__delete function to use the renamed workflow_case_pkg__delete function.