• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed Bug #1860 error when changing description,...etc in a community

Changed the parameter name from name to calendar_name

Remove leftover set type statement that broke URLs.

    • -2
    • +1
    ./packages/file-storage/www/folder-chunk.tcl
callbacks to install search service contracts for bookshelf + remove files from .info file

    • -32
    • +6
    ./packages/bookshelf/bookshelf.info
    • -0
    • +39
    ./packages/bookshelf/tcl/bookshelf-install-procs.tcl
Making call to relation_add (on pages parties/new and users/new) not use the form_id and variable_prefix switches as doing so would make package_instantiate_object look for a rel_id in the form which wasn't there. This is analogous to fix in version 1.5 of groups/new.

    • -2
    • +2
    ./packages/acs-subsite/www/admin/parties/new.tcl
    • -2
    • +2
    ./packages/acs-subsite/www/admin/users/new.tcl
Another attempt at getting the outer join right

    • -6
    • +9
    ./packages/simulation/tcl/sim-role-procs.tcl
Allow reordering of roles

    • -5
    • +10
    ./packages/simulation/tcl/sim-role-procs.tcl
Fixed ticket #55: duplicate characters when assigning carachters to roles

Fixed ticket #47: Sending messages to characters instead of roles

    • -7
    • +17
    ./packages/simulation/lib/messages.tcl
    • -2
    • +2
    ./packages/simulation/www/simplay/case.adp
    • -4
    • +4
    ./packages/simulation/www/simplay/message.tcl
Fixed broken div'ification

Fixed broken commit of index page, which was a full hard-coded page

    • -423
    • +18
    ./packages/simulation/www/simplay/index.adp
Typo in message

Fixed ticket #59: onmouseover tag of role delete reads edit

Remove extra whitespace before and around query to make more space on the page

Cosmetic fix: Section headers had bad placement of the parens

Minor HTML fix in news-aggregator/www/index

    • -1
    • +1
    ./packages/news-aggregator/www/index.adp
Bumped news-aggregator version to 0.8d:

- Support for item-level author and pubDate

- Data model support for title and show_description_p fields to subscriptions table

Support for item-level author and pubDate elements (news-aggregator)

    • -0
    • +5
    ./packages/news-aggregator/www/index.adp
    • -2
    • +13
    ./packages/news-aggregator/www/index.tcl
Added pub_date field to item arrays (feed-parser)

Data model changes: Added author and pub_date fields to na_item__new (news-aggregator)

evaluation package integrated with dotlrn

portlets for the evaluation package

    • -0
    • +3
    ./packages/evaluation-portlet/lib/tasks-chunk.adp
    • -0
    • +177
    ./packages/evaluation-portlet/lib/tasks-chunk.tcl
    • -0
    • +177
    ./packages/evaluation-portlet/lib/tasks-chunk.tcl~
    • -0
    • +20
    ./packages/evaluation-portlet/www/evaluation-assignments-portlet-postgresql.xql
  1. … 5 more files in changeset.
fixing bug 1809

- There's no consistent use of upper/lower case in the locale and language

columns of the ad_locales table so we need to do case insensitive searches.

- ad_locales defines the language column as char(3). Searches for 2-letter

language codes fail because (at least on PG) all 2-letter entries have a

trailing space in the database.

    • -2
    • +2
    ./packages/acs-lang/tcl/locale-procs.tcl
Handle instances where ad_locales does not contain the 2-letter language being

sought.

- improving ui

- replacing class_id with package_id

- fixing apm-callbacks

- integrating grades reports with dotnlrn (communities)

- removing unused procs

- adding javascript when uploading a group assignment

    • -116
    • +119
    ./packages/evaluation/lib/tasks-chunk.tcl
    • -43
    • +4
    ./packages/evaluation/tcl/evaluation-procs.tcl
    • -3
    • +3
    ./packages/evaluation/www/answer-add-edit.tcl
    • -8
    • +7
    ./packages/evaluation/www/admin/index.adp
  1. … 18 more files in changeset.
SQL queries for assessment and section storage

Assesment and section parsing

Remove old comments from the xql transition.

Fix XPaths by finding nodes from the current node.

Added the following fields to the news-aggregator data model:

- author, comment_page and pub_date to na_items

- source_title and show_description_p to na_subscriptions