• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
dot release: i18ned some new strings; fixed and expanded the quotable html for cut and paste

    • -3
    • +3
    ./packages/photo-album/photo-album.info
    • -3
    • +16
    ./packages/photo-album/www/photo.tcl
    • -0
    • +19
    ./packages/photo-album/www/photo.xql
Fixed portal parameter list (added page_num)

Numerous little fixes to make calendar work against .LRN. Weird that noone has complained yet.

    • -2
    • +2
    ./packages/calendar/www/cal-item-new.tcl
    • -2
    • +4
    ./packages/calendar/www/view-list-display.tcl
    • -9
    • +13
    ./packages/calendar/www/view-month-display.tcl
    • -10
    • +21
    ./packages/calendar/www/view-week-display.tcl
    • -0
    • +3
    ./packages/calendar/www/views-oracle.xql
    • -0
    • +3
    ./packages/calendar/www/views-postgresql.xql
Fixed month view for subgroups in portlet mode: need to pass down url_stub_callback parameter to calendar adp files

Fixed have_private_p to accept named parameter party_id

    • -2
    • +2
    ./packages/calendar/tcl/calendar-procs.tcl
Fixed month display in calendar portal-mode if in subgroups: Need to pass down the url_stub_callback parameter to the view-month page.

Fixed a typo: message_key name lt_Are_you_sure_you_want_1 was misspelt and corrected to

are_you_sure_you_want_to_send.

Really add the postgresql version of the folder delete query.

Add queries to delete folder contents.

Enable delete of folder contents along with folder.

    • -14
    • +1
    ./packages/file-storage/www/folder-delete.adp
    • -12
    • +35
    ./packages/file-storage/www/folder-delete.tcl
Fix folder deleting. Add new message key for folder delete to reflect the

ability to delete everything in a folder now.

Fix PROPPATCH handling to call the oacs-dav default implementation.

Fix content_folder.rename.

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

This fixes date arithmetic, "insert into ... select" column order mismatch,

and concatenation syntax error in acs-mail-lite. Bug 1719, patch 489. Gabriel Burca.

This fixes bookmarks, bug 337 patch 494 - Gabriel Burca

Fixing many references to bcms-ui-base

    • -1
    • +1
    ./packages/xcms-ui/lib/category-form.tcl
    • -1
    • +1
    ./packages/xcms-ui/lib/folder-form.tcl
    • -1
    • +1
    ./packages/xcms-ui/lib/template-form.tcl
    • -1
    • +1
    ./packages/xcms-ui/www/admin/setup.tcl
    • -4
    • +5
    ./packages/xcms-ui/www/manage/folder-view.adp
    • -5
    • +4
    ./packages/xcms-ui/www/manage/folder-view.tcl
    • -1
    • +1
    ./packages/xcms-ui/www/manage/master.adp
Remove old reference to bcms-ui-base package.

    • -1
    • +1
    ./packages/xcms-ui/www/admin/setup.tcl
Adding xcms-ui package. CMS user interface built on BCMS Tcl API

    • -0
    • +33
    ./packages/xcms-ui/xcms-ui.info
    • -0
    • +1
    ./packages/xcms-ui/lib/categories-form.adp
    • -0
    • +45
    ./packages/xcms-ui/lib/categories-form.tcl
    • -0
    • +57
    ./packages/xcms-ui/lib/category-form.tcl
    • -0
    • +71
    ./packages/xcms-ui/lib/file-form.tcl
    • -0
    • +95
    ./packages/xcms-ui/lib/folder-form.tcl
    • -0
    • +259
    ./packages/xcms-ui/lib/folder-tree.adp
    • -0
    • +97
    ./packages/xcms-ui/lib/form-template.adp
    • -0
    • +96
    ./packages/xcms-ui/lib/image-form.tcl
    • -0
    • +51
    ./packages/xcms-ui/lib/index.vuh
    • -0
    • +244
    ./packages/xcms-ui/lib/item-list.adp
    • -0
    • +6
    ./packages/xcms-ui/lib/navbar.adp
    • -0
    • +3
    ./packages/xcms-ui/lib/navbar.tcl
    • -0
    • +124
    ./packages/xcms-ui/lib/page-form.tcl
    • -0
    • +59
    ./packages/xcms-ui/lib/search-postgresql.xql
  1. … 114 more files in changeset.
second occurance of bug 1738 version match on OS X problem

content_type__drop_type doesn't work on OS X (7.2 was matching sp[uriously) bug 1738 patch 498 Jarkko Laine

clipboard-view.tcl file has SQL with an ambiguous select statement bug 1788 patch 505 Ivan Histand

    • -2
    • +2
    ./packages/photo-album/www/clipboard-view.tcl
Fix typo: inivite to invite

Move task revisions to a separate page.

    • -0
    • +98
    ./contrib/packages/project-manager/www/task-revisions.tcl
Fixes a potential serious bug that could occur when editing several

tasks at once. Occasionally, the tasks would trade item_ids!

dev2alpha

export_vars -base instead of ?[export_vars]

fix typo not forums_forumss

Fix content_folder.rename to actually change the label or

description if that parameter is specified.

Improved the interface for editing tasks: you can now add a comment at

the same time as you edit a task. I backported the util::word_diff

proc to project manager. I use it to show the difference between old

and new descriptions of tasks. I'll also use it to show differences on

the revisions of tasks (not done yet). I backported it so that

project-manager won't require acs-kernel 5.2; later, we'll move to the

correct util::word_diff. There are certainly a few bugs in how

descriptions are displayed: I haven't got the mime-type settings right

yet, but it's close. The email notifications that go out are much more

informative now.