• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bumping up version number to 2.0.1

rollback of Timo's name, package_id commit; see TIP 53

    • -6
    • +0
    ./acs-authentication/tcl/authority-procs.tcl
    • -8
    • +0
    ./acs-authentication/tcl/authority-procs.xql
    • -20
    • +6
    ./acs-content-repository/sql/oracle/content-revision.sql
    • -10
    • +1
    ./acs-content-repository/sql/oracle/content-template.sql
  1. … 82 more files in changeset.
added short doc on how to release openacs packages; added missing html files for this and for upgrade

    • -0
    • +150
    ./acs-core-docs/www/releasing-openacs-core.html
    • -0
    • +4
    ./acs-core-docs/www/releasing-package.html
    • -0
    • +11
    ./acs-core-docs/www/upgrade-4.5-to-4.6.html
    • -0
    • +37
    ./acs-core-docs/www/upgrade-4.6.3-to-5.html
    • -0
    • +1
    ./acs-core-docs/www/upgrade-5-0-dot.html
added short doc on how to release openacs packages

    • -0
    • +0
    ./acs-core-docs/www/automated-testing-best-practices.html
    • -1
    • +1
    ./acs-core-docs/www/backup-recovery.html
    • -0
    • +0
    ./acs-core-docs/www/bootstrap-acs.html
    • -1
    • +1
    ./acs-core-docs/www/complete-install.html
    • -0
    • +0
    ./acs-core-docs/www/db-api-detailed.html
    • -15
    • +15
    ./acs-core-docs/www/docbook-primer.html
    • -0
    • +0
    ./acs-core-docs/www/eng-standards-constraint-naming.html
  1. … 67 more files in changeset.
fixed bug re: perl munging of postgresql dump file

added some band-aid layout to make install from repository/local less

confusing.

    • -30
    • +36
    ./acs-admin/www/install/index.adp
Implementing ticket #20: Bulk Task Response. The bulk of the changes are on the tasks include and the task-detail page. Implementing ticket #17: sending message to own role (just removing an if statement)

    • -0
    • +1
    ./simulation/lib/simulations-task-count.adp
    • -0
    • +44
    ./simulation/lib/simulations-task-count.tcl
    • -5
    • +34
    ./simulation/tcl/template-procs.tcl
    • -2
    • +21
    ./simulation/www/simplay/task-detail.adp
    • -30
    • +110
    ./simulation/www/simplay/task-detail.tcl
    • -0
    • +10
    ./simulation/www/simplay/tasks-bulk.adp
    • -0
    • +16
    ./simulation/www/simplay/tasks-bulk.tcl
  1. … 11 more files in changeset.
corrected links in core doc TOC on index.adp

Fixed 1511 by following Anupriya's proposal.

Removed test case that won't fix 'by design'.

    • -22
    • +4
    ./acs-templating/tcl/test/multirow-procs.tcl
Added warning on nested group tags, following up on bug #428.

    • -0
    • +16
    ./acs-templating/www/doc/tagref/group.html
added deploy script

    • -0
    • +322
    ./acs-core-docs/www/files/deploy
Use [list] instead of {} for context, so the file title shows up, instead of the literal

    • -1
    • +1
    ./acs-content-repository/tcl/filter-procs.tcl
Fixed misnamed upgrade script from 4.6.3 to 5.0.0

file upgrade-4.6.3-5.0.0.sql was initially added on branch oacs-5-0.

Rolled back Dirk's change from view/ to download/ URLs. The view/ URL form is required to make interlinked HTML documents be browseable straight from file-storage, and is a critical feature in .LRN, particularly for Heidelberg

Fixed typo in TImo's upgrade to the PG version - kernel didn't (actually

still doesn't due to other errors) install.

    • -1
    • +1
    ./acs-kernel/sql/postgresql/apm-create.sql
Added a paragraph which explains another potential problem when you

create .vuh files, and how to get around it by constructing your URLs

with ad_conn package_url

fixing a syntax error

Fixing missing pretty_submission_date that caused a 500.

TIP#42,43: adding package_id and title to acs_objects table

    • -1
    • +7
    ./acs-authentication/tcl/authority-procs.tcl
    • -0
    • +8
    ./acs-authentication/tcl/authority-procs.xql
    • -7
    • +21
    ./acs-content-repository/sql/oracle/content-revision.sql
    • -2
    • +11
    ./acs-content-repository/sql/oracle/content-template.sql
    • -0
    • +382
    ./acs-content-repository/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.sql
  1. … 82 more files in changeset.
Fix bug when inviting new users via the members page on the main site, where creating the user will already make them a member of the main site, by checking to see if a relation already exists before inserting a new one. The reason for this particular fix is that it will still insert the extra admin_rel relation, if you're chose to make the user an admin.

    • -1
    • +14
    ./acs-subsite/tcl/relation-procs.tcl
Default to users being able to create new threads

Use new namespace proc declaration style

Fixed bug #1555: ad_return_complaint behavior changed

Added clarifying documentation

    • -2
    • +2
    ./acs-templating/tcl/acs-integration-procs.tcl
Fixed rendering bug on IE: context bar should be 'position: relative', otherwise the float: left stuff on the tabs causes it to not be shown at all

Killed URL-generation code for automated testing, i18n -- no longer used in ADP, plus will cause page to break if you mount automated testing more than once

Fixed bug: Forum moderate page shows threads from other forums instances if tree_sortkey happens to match

    • -1
    • +2
    ./forums/www/moderate/forum-oracle.xql
    • -1
    • +2
    ./forums/www/moderate/forum-postgresql.xql
Removed mime_type from pages: it's never stored to the DB and has no effect whatsoever