• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added temporary db flushing option (to fix later)

fixing key clash

allow image column (but ignore) so the same file can be used for image upload

small bug fixes

fix escaping of block markers; prevent double escaping in book-mode

    • -7
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Moved these from HEAD to oacs-5-4

file upgrade-5.4.1-5.4.2b1.sql was added on branch oacs-5-4 on 2008-04-30 00:05:08 +0000

Created 5.4 version of a 5.3 upgrade script that was put on HEAD rather than

the oacs-5-3 branch originally, meaning the upgrade was never applied. These

two scripts create an index but check to make sure it doesn't exist first, so

if someone has created the index (perhaps by running the old upgrade script)

manually, no harm will be done by applying the 5.4 upgrade.

Removed lock table kludge used to work around PG 7 deadlock

Not needed in PG 8x

Removed lock table that's was a workaround for PG 7x, no longer supported

HTML strict cleanup

    • -4
    • +7
    /openacs-4/packages/search/lib/search.adp
Uncommenting the addition of a base tag to handle the UoL relative URLs. In case this affects any URL that shouldn't be, we'll change that one to an

absolute URL.

adding way to get to existing cart in default templates

added some more templating and caching

stop bumping admins to login page for timed-out logins

fixed some bugs and templated

allow use from other paths eg. within admin directories

made category bulk upload by name work, also some browsing bug fixes

previously was creating a cartesian self-join on headers and footers!

meant to include these links previously

partial template-isation of index and category pages

begun refactor of image support:

* created new ecommerce::resource package and moved eg. thumbnail creation there from various places

* added support for two sizes of thumbnail

* added smaller thumbnail to category-browse page

* changed default product template to use larger thumbnail and use new ::resource procs

* fixed bulk image importing page

    • -0
    • +265
    /openacs-4/packages/ecommerce/tcl/resource-procs.tcl
Fix typo in version number

Fix the require version number of acs-kernel and the provide one of CR (they were swapped)

provide an error message in includelet categories, if no category tree matches requirements

fix wrong variable name, provide saftey net for unknown category trees

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Removed duplicated implementation of search::url

Remove unecessary upgrades.

Fix RI trigger now that we require PG 8 we don't need the workaround in

cr_folders.

file upgrade-5.4.2d1-5.4.2d2.sql was initially added on branch oacs-5-4.