• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reworked the ADP revealing code to be gentler on OpenACS.

Use all_users instead of cc_users

Noquote and other small changes from Heidelberg

    • -2
    • +2
    ./packages/faq/www/admin/one-question.adp
    • -0
    • +1
    ./packages/faq/www/admin/q_and_a-new.adp
- Fix bugs 1491, 1653 (on PG at least)

- Defaults all folders to the closed state

- Fix to allow un-registered users to open/close folders

- Makes session_id negative when used interchangeably with user_id so it does

not collide with user_id

- The number of days to retain open/closed folder status is now a variable

(increased default from 1 to 31 days)

    • -2
    • +3
    ./packages/bookmarks/tcl/bookmarks-init.tcl
    • -3
    • +3
    ./packages/bookmarks/tcl/bookmarks-procs.tcl
    • -2
    • +2
    ./packages/bookmarks/www/bookmark-access.tcl
    • -18
    • +2
    ./packages/bookmarks/www/bookmark-header.tcl
    • -3
    • +6
    ./packages/bookmarks/www/toggle-open-close.tcl
fixing bugs

adding some integration (not full) with dotlrn

moving sql to xql files

    • -0
    • +3
    ./packages/evaluation/www/task-view.adp
    • -3
    • +3
    ./packages/evaluation/www/task-view.tcl
  1. … 3 more files in changeset.
Do not require subsite_id to subsite::get_element

    • -5
    • +8
    ./packages/acs-subsite/tcl/subsite-procs.tcl
Don't bomb if ds_profile start hasn't been called first

Clearer explanation on the import/export links

    • -2
    • +2
    ./packages/acs-lang/www/admin/message-list.adp
- Added support for OpenACS 5.1

- Added support for anonymous ratings, aggregated separately

Added a @see site_node::get_children in site_node::get_package_url, and

a description of when to use get_children.

    • -2
    • +4
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
Clarify that get_package_url returns the first URL if it is mounted in more

than one location.

    • -1
    • +4
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
Remove code to check OpenACS version for authentication.

    • -40
    • +15
    ./packages/oacs-dav/tcl/oacs-dav-procs.tcl
using renamed function for maturity name

Showing maturity on the package install page. Renaming apm_maturity_int_to_text to apm::package_version::attributes::maturity_int_to_text (in namespace where it belongs)

    • -3
    • +8
    ./packages/acs-admin/www/install/install.tcl
    • -32
    • +41
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
added package maturity text internationalization; incremented version so new keys are detected

    • -1
    • +32
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
adding Maturity and license support to repository builder

    • -12
    • +12
    ./packages/acs-admin/www/apm/build-repository.tcl
should return text/html for html

return rating_id when creating a rating

    • -2
    • +2
    ./packages/ratings/tcl/rating-procs.tcl
file book-delete.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./packages/bookshelf/www/book-delete.adp
file book-delete.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./packages/bookshelf/www/book-delete.tcl
- Added mime_type for main_entry and additional_entry

- Added delete page

    • -39
    • +6
    ./packages/bookshelf/bookshelf.info
    • -6
    • +3
    ./packages/bookshelf/www/book-chunk.adp
    • -2
    • +1
    ./packages/bookshelf/www/book-chunk.tcl
    • -0
    • +13
    ./packages/bookshelf/www/book-delete.adp
    • -0
    • +29
    ./packages/bookshelf/www/book-delete.tcl
    • -1
    • +2
    ./packages/bookshelf/www/book-edit.adp
    • -33
    • +40
    ./packages/bookshelf/www/book-edit.tcl
bad writte <fullquery> fixed

merging acs-mail-lite oacs-5-1 with head, since head works but the other doesnt

    • -1
    • +1
    ./packages/acs-mail-lite/www/doc/index.html
Formatting change: && at beginning of lines, instead of end

Added in upgrade files. For some reason they weren't included in the merge.

Resolves conflicts, merging from HEAD to oacs-5-1

Make the automatic detection of expired logins work when you explicitly supply party_id 0 as well

Merge HEAD to the 5.1 branch.

  1. … 38 more files in changeset.
Trim leading zeros since month_data is keyed by month number without leading zero, and I have seen at least once getting it a month value with leading zero from somewhere.

    • -1
    • +2
    ./packages/acs-templating/tcl/date-procs.tcl
factor the clipboard functionality out of cop-base and cop-ui

    • -0
    • +30
    ./packages/clipboard/clipboard.info
    • -0
    • +16
    ./packages/clipboard/sql/postgresql/clipboard-create.sql
    • -0
    • +62
    ./packages/clipboard/sql/postgresql/clipboard-datamodel.sql
    • -0
    • +35
    ./packages/clipboard/sql/postgresql/clipboard-drop.sql
    • -0
    • +91
    ./packages/clipboard/sql/postgresql/clipboard-procs.sql
    • -0
    • +43
    ./packages/clipboard/tcl/clipboard-procs-postgresql.xql
    • -0
    • +168
    ./packages/clipboard/tcl/clipboard-procs.tcl
    • -0
    • +6
    ./packages/clipboard/www/ae.adp
    • -0
    • +44
    ./packages/clipboard/www/ae.tcl
    • -0
    • +31
    ./packages/clipboard/www/attach.tcl
    • -0
    • +17
    ./packages/clipboard/www/delete.tcl
    • -0
    • +21
    ./packages/clipboard/www/index.adp
    • -0
    • +15
    ./packages/clipboard/www/index.tcl
    • -0
    • +21
    ./packages/clipboard/www/remove.tcl
    • -0
    • +22
    ./packages/clipboard/www/view.adp
    • -0
    • +40
    ./packages/clipboard/www/view.tcl