• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- flatten nested "lindex" structures

- use tcl 8.5 commands

- brace expressions to allow for tcl compilation

- no need to use "expr" inside an "if" or "for" condition

- no need to use "expr" inside "expr"

- bump version number

  1. … 3 more files in changeset.
- completing/improving .info files of major packages

  1. … 9 more files in changeset.
- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 329 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 121 more files in changeset.
- replace deprecated "export_form_vars" by "export_vars -form"

- replace deprecated "ad_export_vars" by "export_vars"

  1. … 72 more files in changeset.
- revert form_vars update

  1. … 82 more files in changeset.
- replace deprecated "export_form_vars" by "form_vars"

  1. … 31 more files in changeset.
- bump version numbers

  1. … 39 more files in changeset.
- replace deprecated "ad_require_permission" by "permission::require_permission"

- replace deprecated "ad_require_permission" by "permission::require_permission"

  1. … 1 more file in changeset.
- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

  1. … 23 more files in changeset.
add missing message keys

    • -0
    • +4
    ./catalog/calendar.en_US.ISO-8859-1.xml
Update dotlrn package versions to 2.6.0 for the last dotlrn release.

  1. … 42 more files in changeset.
Merged oacs-5-5 branch of .LRN packages to HEAD.

    • -0
    • +1
    ./catalog/calendar.en_US.ISO-8859-1.xml
    • -4
    • +6
    ./catalog/calendar.es_ES.ISO-8859-1.xml
  1. … 75 more files in changeset.
Version numbers bumped to 2.5.0.

  1. … 42 more files in changeset.
Fix the display of all-day events when the calendar grid starts at midnight

Nor did the .lrn package version bumps get committed ...

  1. … 42 more files in changeset.
Localized dates

added options in the item view page

1. HTML cleanup

2. Improved documents structure

3. Localization and translation

4. Made the vocabulary consistent across the pages (tipo vs. categoria in spanish)

    • -0
    • +1
    ./catalog/calendar.en_US.ISO-8859-1.xml
    • -4
    • +6
    ./catalog/calendar.es_ES.ISO-8859-1.xml
1. Bumped version number to 2.5.0a1

2. Bumped release date to next wednesday, my anticipated release date. At

this point, if honchos says release at our tuesday meeting, all I need to

do is check out this version and it's ready to go.

  1. … 44 more files in changeset.
noquote the description of the list since it can contain markup

Added missing label for form

instead of requiring user login, now personal calendar is forced to 0 when the user is anonymous. See more... http://openacs.org/forums/message-view?message%5fid=2840423#2840423

fix for non registered users getting an error. Comments on http://openacs.org/forums/message-view?message_id=2840423

Oops, there are two queries to grab a calendar item. One if the use of

attachments is disabled (which I'd changed earlier), and one if attachments

are enabled (which I'd missed earlier). Thanks to Michael at MGH for catching

this while testing.

More support for the related link stuff in acs-events.

    • -0
    • +1
    ./catalog/calendar.en_US.ISO-8859-1.xml
Support the related link features of the acs-events datamodel.

Allow for the creation of calendar items that aren't mapped to a calendar.

Useful for an application that wants to associate content with a calendar,

but doesn't want to have it actually show up in the calendar until the

content is approved. It's easiest to create and remember the cal item

when the content is created, then map the cal item to the calendar during

the approval stage.