• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed month display in calendar portal-mode if in subgroups: Need to pass down the url_stub_callback parameter to the view-month page.

    • -1
    • +2
    ./calendar-portlet/www/calendar-full-portlet.adp
    • -1
    • +2
    ./calendar-portlet/www/calendar-portlet.adp
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.

    • -1
    • +1
    ./file-storage/www/folder-delete-postgresql.xql
Add queries to delete folder contents.

    • -1
    • +1
    ./file-storage/www/folder-delete-oracle.xql
Enable delete of folder contents along with folder.

    • -14
    • +1
    ./file-storage/www/folder-delete.adp
    • -12
    • +35
    ./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.

    • -6
    • +5
    ./file-storage/catalog/file-storage.en_US.ISO-8859-1.xml
Fix PROPPATCH handling to call the oacs-dav default implementation.

    • -3
    • +2
    ./file-storage/tcl/file-storage-dav-procs.tcl
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.

    • -7
    • +8
    ./acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql
This fixes bookmarks, bug 337 patch 494 - Gabriel Burca

    • -2
    • +2
    ./bookmarks/www/bookmark-add-import.tcl
Fixing many references to bcms-ui-base

Remove old reference to bcms-ui-base package.

Adding xcms-ui package. CMS user interface built on BCMS Tcl API

    • -0
    • +33
    ./xcms-ui/xcms-ui.info
    • -0
    • +1
    ./xcms-ui/lib/categories-form.adp
    • -0
    • +45
    ./xcms-ui/lib/categories-form.tcl
    • -0
    • +57
    ./xcms-ui/lib/category-form.tcl
    • -0
    • +71
    ./xcms-ui/lib/file-form.tcl
    • -0
    • +95
    ./xcms-ui/lib/folder-form.tcl
    • -0
    • +259
    ./xcms-ui/lib/folder-tree.adp
    • -0
    • +97
    ./xcms-ui/lib/form-template.adp
    • -0
    • +96
    ./xcms-ui/lib/image-form.tcl
    • -0
    • +51
    ./xcms-ui/lib/index.vuh
    • -0
    • +244
    ./xcms-ui/lib/item-list.adp
    • -0
    • +6
    ./xcms-ui/lib/navbar.adp
    • -0
    • +3
    ./xcms-ui/lib/navbar.tcl
    • -0
    • +124
    ./xcms-ui/lib/page-form.tcl
    • -0
    • +59
    ./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

Fix typo: inivite to invite

dev2alpha

export_vars -base instead of ?[export_vars]

    • -7
    • +8
    ./acs-lang/www/admin/edit-localized-message.tcl
fix typo not forums_forumss

Fix content_folder.rename to actually change the label or

description if that parameter is specified.

upgrade-1.2d1-1.2b2.sql should have been named upgrade-1.2d2-1.2b2.sql as it overlapped with the upgrade-1.2d1-1.2d2.sql script an so was not executed when upgrading from core 5.0.4

    • -0
    • +148
    ./workflow/sql/oracle/upgrade/upgrade-1.2d2-1.2b2.sql
    • -0
    • +130
    ./workflow/sql/postgresql/upgrade/upgrade-1.2d2-1.2b2.sql
Auto-mount dotlrn at /dotlrn - this is required anyway, and means that you can install dotlrn as normal packages, then restart your server, and everything's up and beautiful

Set the .LRN master template, without which .LRN will not work. This means that you can now drop .LRN on an existing OpenACS site and have it work.

Removed errorneously left 'test' string in the name of the dotlrn instance at the /dotlrn/classes node

cascade deletes for table cr_folder_type_map when folder or content_type are deleted

    • -2
    • +2
    ./acs-content-repository/acs-content-repository.info
    • -0
    • +11
    ./acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0d2-5.2.0d3.sql
Cleaning up UI

missed the pg upgrade script for cascade delete on root folder map table

change the perm-include page to use acs_object_party_privilege_map rather than acs_permission.permission_p which should be substantially faster