• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug: Not logged in after password change

Fixed 7.3 issue (::varchar explicit typecast needed), which was originally fixed in April 2003, but no upgrade script ever provided

file upgrade-1.3d2-1.3d3.sql was initially added on branch oacs-5-0.

Version 0.7d upgrade not supported (need to use the drop and create script)

Many many updates and fixes and improvements, too numerous really to mention.

  1. … 25 more files in changeset.
Added in a link to using ds_profile for profiling your code.

improvements to 50 upgrade scripts

    • -10
    • +33
    /openacs-4/contrib/misc/upgrade_4.6_to_5.0.sh
    • -0
    • +24
    /openacs-4/contrib/misc/zzz-upgrade-to-5-0.tcl
Took out comments that said that Postgres 7.2 works (because it doesn't).

Added in no

regenerated after merging in 5.0 work; tutorial updated

  1. … 132 more files in changeset.
merging images in docs from 5.0 to HEAD

add commit on openacs-4 for Caroline Meeks, and ecommerce for Alfred Warner

Added procs for adding categories to ad_form easier.

Fixed a bug: we used to prefetch item_id, which gets discarded and then

grab a new one in the proc. Now we are relying on the caller to provide

item_id prefetched on the form. (This of course sucks donkeyballs but

at least it is not broken now).

Also using a character entity instead of $ in $Id$ to prevent keyword

expansion.

Plus, I added usage of the -message flag on the ad_returnedirect.

committing any extraneous documentation bits; mostly this should just be some tutorial fixes. Master index chapter numbering is broken thanks to new docbook dtds.

  1. … 36 more files in changeset.
added line to delete html during regeneration

Reverted to previous version. Trying the <form> tag around did not help.

Changed to work with renamed acs_CopyText javascript proc

Implemented a safe way to delete constraints, as these constraints didn't exist. It's most likely got to do with the PG upgrade from 7.2 to 7.3 not recording constraints properly. This is a workaround, not a fix. See bug #1294.

Untabify

Fixed bug #1440 and other bugs already fixed in PG version

file upgrade-0.8.9-0.9.0.sql was initially added on branch oacs-5-0.

Fixed bug #1465: The upgrade script mistakenly put in a funtion name for the name_method for weblogger_channels, but the function itself didn't exist; the create-script didn't have this.

bugfix: wrong variable naming

Added ds_profile proc for performance profiling

Fixed problems with new require_category_p param

Fixed to work with new categories changesonly show 7 days log history

    • -5
    • +9
    /openacs-4/packages/logger/www/log.tcl
Fixed action-link

Fixed problem with start_date/end_date not being respected by list-buidler, because filter is named time_stamp

Upgrade script was added, but version number in .info file not updated

Fixing misnamed upgrade script (0.8.9-9.0 -> 0.8.9-0.9.0)