• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
If a task is assigned to multiple people, now uses the group templating tag to group them together

adding notifications

    • -1
    • +4
    ./packages/faq/tcl/faq-install-procs.tcl
    • -0
    • +26
    ./packages/faq/tcl/faq-procs.tcl
    • -0
    • +21
    ./packages/faq/tcl/faq-procs.xql
    • -0
    • +61
    ./packages/faq/tcl/q-and-a-procs.tcl
    • -0
    • +23
    ./packages/faq/tcl/q-and-a-procs.xql
    • -0
    • +1
    ./packages/faq/www/admin/q-and-a-add-edit.tcl
Fix view URLs broken by title display change.

refactor ratings from cop-base

    • -0
    • +29
    ./packages/ratings/ratings.info
    • -0
    • +13
    ./packages/ratings/sql/postgresql/ratings-data.sql
    • -0
    • +121
    ./packages/ratings/sql/postgresql/ratings-datamodel.sql
    • -0
    • +53
    ./packages/ratings/sql/postgresql/ratings-drop.sql
    • -0
    • +217
    ./packages/ratings/sql/postgresql/ratings-procs.sql
    • -0
    • +78
    ./packages/ratings/sql/postgresql/ratings-triggers.sql
    • -0
    • +175
    ./packages/ratings/tcl/rating-procs.tcl
    • -0
    • +27
    ./packages/ratings/www/rate.tcl
pass array into apm_package_install_version, bash maturity to 0 (needs to be fixed)

    • -4
    • +10
    ./packages/acs-admin/www/apm/package-add-2.tcl
sort the attribute names so the xml always comes out in the same way

    • -3
    • +5
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
fixing bugs

adding notifications to grades

adding proc calls in the apm file (in order to move out the sql)

    • -70
    • +293
    ./packages/evaluation/tcl/evaluation-procs.tcl
    • -6
    • +6
    ./packages/evaluation/www/answer-add-edit.tcl
    • -2
    • +2
    ./packages/evaluation/www/evaluation-list.tcl
    • -5
    • +5
    ./packages/evaluation/www/task-view.tcl
    • -1
    • +2
    ./packages/evaluation/www/admin/index.adp
    • -3
    • +11
    ./packages/evaluation/www/admin/index.tcl
callbacks for notifications

    • -0
    • +151
    ./packages/faq/tcl/apm-callback-procs.tcl
add a note on dealing with tsearch not found in libdir, from thread http://openacs.org/forums/message-view?message_id=129170 by Jason Macleod

Fixed too aggressive noquote

Someone forgot to make a valid XML.

xpath wrapper function

    • -0
    • +3
    ./packages/acs-tcl/tcl/30-xml-utils-procs.tcl
attribute of a child node function

    • -0
    • +68
    ./packages/acs-tcl/tcl/utilities-procs.tcl
attribute of a child node function

    • -0
    • +68
    ./packages/acs-tcl/tcl/utilities-procs.tcl
xpath wrapper function

    • -0
    • +3
    ./packages/acs-tcl/tcl/30-xml-utils-procs.tcl
Improve appearance of task print page

Fix for bug 1828: link to print page for a task fails

Typo in parameter call.

    • -1
    • +1
    ./packages/news-aggregator/www/aggregator.tcl
    • -1
    • +1
    ./packages/news-aggregator/www/index.tcl
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

    • -2
    • +2
    ./packages/acs-admin/www/apm/index.tcl
    • -2
    • +2
    ./packages/acs-admin/www/install/install-3.tcl
  1. … 820 more files in changeset.
\<a left in when fixing bug 1266

    • -1
    • +1
    ./packages/dotlrn/www/manage-memberships.adp
Fixed bug where the 'alert me/do not alert me' logic was reversed, so you'd think you signed up, but in reality you just canceled your notification

changed name from rating_img to stars

Added support for non-automatic aggregator generation for registered users (parameterized). Bug # 1827

    • -0
    • +9
    ./packages/news-aggregator/www/aggregator.tcl
    • -1
    • +16
    ./packages/news-aggregator/www/index.tcl
add flag to lars_blog_get_as_string to specify a different display template, add lib/titles.adp which is a minimal example of such a template, move generation of permalink_url out of blog.tcl since it should be passed in to the display template, change lars_blogger_get_as_string to take create_p since that is the perm that matters (not admin)

    • -0
    • +12
    ./packages/lars-blogger/lib/titles.adp
    • -2
    • +11
    ./packages/lars-blogger/www/blog.tcl
    • -7
    • +1
    ./packages/lars-blogger/www/entry-chunk.tcl
    • -0
    • +2
    ./packages/lars-blogger/www/one-entry.tcl
Fix NULL in expr when trying to divide content size. Coalesce to 0.

    • -1
    • +1
    ./packages/file-storage/www/file-oracle.xql
    • -2
    • +2
    ./packages/file-storage/www/folder-chunk.tcl
Use pretty mime type label on file details page. Show kb if over 1kb on folder listing and file details pages.

    • -2
    • +4
    ./packages/file-storage/www/file-oracle.xql
    • -4
    • +4
    ./packages/file-storage/www/folder-chunk.tcl
Remove misnamed upgrade script.

file upgrade-5.1.0d3-5.1.0d4.sql was initially added on branch oacs-5-1.

Show title on folder listing. If filename is different than title, show that as well. Show cr_mime_types.label mime type description instead of techincal mime type "code".

    • -7
    • +14
    ./packages/file-storage/www/folder-chunk.tcl
Add back comments display and link left out after list-builder redesign.