• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-0.6d1-0.6d2.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./upgrade/upgrade-0.6d1-0.6d2.sql
All editing only future events of a recurrence

    • -0
    • +748
    ./upgrade/upgrade-0.6d1-0.6d2.sql
  1. … 2 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

    • -378
    • +377
    ./upgrade/upgrade-0.3d-0.4d.sql
  1. … 2477 more files in changeset.
typo fix, add a missing comma

Rearranging definition order to fix compilation bugs. Now the all of the package definitions come first, the bodies second.

    • -388
    • +387
    ./upgrade/upgrade-0.3d-0.4d.sql
  1. … 1 more file in changeset.
Rearranging definition order to fix compilation bugs. Now the all of the package definitions come first, the bodies second.

    • -388
    • +387
    ./upgrade/upgrade-0.3d-0.4d.sql
  1. … 1 more file in changeset.
fix pacakge -> package typo

  1. … 9 more files in changeset.
propigate package_id to acs_objects, make __new a 14 param function and add backwards compatible version, bump package version, upgrades for oracle and pg, oracle untested

    • -0
    • +737
    ./upgrade/upgrade-0.5d2-0.5d3.sql
  1. … 3 more files in changeset.
Remerge Timo's changes for tip 42,43, cf tip 53

    • -0
    • +631
    ./upgrade/upgrade-0.4d-0.4d1.sql
  1. … 95 more files in changeset.
rollback of Timo's name, package_id commit; see TIP 53

    • -631
    • +0
    ./upgrade/upgrade-0.4d-0.4d1.sql
  1. … 94 more files in changeset.
TIP#42,43: adding package_id and title to acs_objects table

    • -0
    • +631
    ./upgrade/upgrade-0.4d-0.4d1.sql
  1. … 94 more files in changeset.
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +1732
    ./upgrade/upgrade-0.3d-0.4d.sql
  1. … 23 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 270 more files in changeset.
added upgrade script for index creation on start_date (see bug #634)

    • -0
    • +1
    ./upgrade/upgrade-0.2d-0.3d.sql
  1. … 1 more file in changeset.
1. removed some errant log statemets previously inserted when debugging

2. sql/common/*sql files weren't being displayed by the APM, are now

3. added index on start_date in timespan-create after user reported

very slow calendar queries in .LRN

  1. … 7 more files in changeset.
merge from oacs-4-6

  1. … 110 more files in changeset.
- Upgrade scripts for acs-content-repository, acs-events, acs-kernel, acs-mail, acs-service-contract, bookmarks, faq, file-storage, news and search

- Bumped version of above packages to 4.6

- Fixed the view/sequence hack in apm-create so that APM package edit UI works in PG 7.2

  1. … 30 more files in changeset.
- Converted inneficient query to INNER JOINs.

- Added Oracle upgrade script.

    • -0
    • +740
    ./upgrade/upgrade-0.1d-0.2d.sql
  1. … 1 more file in changeset.
added support for editing time intervals

  1. … 1 more file in changeset.

Added some stuff to acs-events, like an html_p arg to "new" to set this

existing but unused table column.

  1. … 3 more files in changeset.

1. Added session-update.tcl, a small utility which somewhat safely allows

you to put up a link that changes a session_property, for instance to

change the number of items displayed or that sort of thing. The caller

must sign their values and URL, which are verified by the callee via

ad_page_contract. If the referrer doesn't match the signed expected

referrer, you get bounced. I think this is reasonably secure (though

permissions should always be rigorously checked on all pages, of course)

2. acs_events had an html_p flag in the datamodel but no way to set it.

Fixed. It should really be a mime-type but since it's not using the

CR, and since I'm extremely busy with other stuff, I didn't fix it.

3. While doing #1 above I learned that signing and verifying arrays didn't

quite work. Fixed.

4. Found and fixed a small problem with my earlier work on the currency widget.

  1. … 13 more files in changeset.
Initial revision, moved under oracle subdirectory since tests are oracle specific

    • -0
    • +509
    ./test/acs-events-test.sql
    • -0
    • +1003
    ./test/timespan-test.sql
Initial revision, moved to correct subdirectory

    • -0
    • +984
    ./acs-events-create.sql
    • -0
    • +26
    ./acs-events-drop.sql
    • -0
    • +284
    ./activity-create.sql
    • -0
    • +206
    ./recurrence-create.sql
    • -0
    • +10
    ./recurrence-drop.sql
    • -0
    • +782
    ./timespan-create.sql