• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed Arsdigita refs

when a private calendar has a name (e.g. "user foo's personal calendar") the

name is shown instead of just "Private"

bug fix to perm check

new list_calendars query

Removed old list_calendars query that queried the acs_perms tables directly.

Using permission_p instead since it automatically check rel_segments. Needed

for dotlrn.

Just added and "s" to the word calendar. Makes more sense.

Fixed the OpenFTS search by renaming the impl name to ec_product (= the product type).

Fixed shippable radio buttons. They didn't correspond to the no_shipping_avail_p field.

Changed object type hierarchy for future implementation of site-wide search

changed directory_p from f to t

changed directory_p from f to t

Added new code from Walter.

Fixed reference from ecommerce-x.sql to ec_produxt-sc-x.sql & removed spaces from datacontainer name.

Enabled the ecommerce products to the searched by the OpenFTS search.

    • -0
    • +40
    /openacs-4/packages/ecommerce/tcl/ec-product-sc-procs.tcl
update

Added products to OpenFTS Search.

Fixed debug statements.

Fixed queries.

Changed search by product ID to SKU now that product IDs are assigned automatically.

Fixed order by of query and restricted selection to states chosen in form. Now the page works as intended.

Moved from 7/15 bit keys to 7/31 bit keys to accomodate big flat trees.

Removing png imgs, adding gifs

  1. … 9 more files in changeset.
changed png graphics to gifs

Removed references to jobs-start and jobs-kill (it's done in Tcl now)

Added a new function that returns the task_id for a particular case/taskkey.

The only way to get this (needed to fire a message transition) was for one's

client code to poke into the datamodel directly with a select.

Replacing call to non-existent content_revision__delete_revision with a call to content_revision__delete.

fixed instr for searching backwards

Modifications to templates.

Added "Writing New Docs" section to docbook-primer, as well as reorganized sections a little bit.

I accidently included a change intended for use with PG 7.2 in my previous

commit. This had a couple of idiotic typos that broke installation...

Fixed the 4K character limit on session properties for Oracle by making an

optional "clob" value available. The APM wouldn't let me load any packages

when I added all the dotLRN packages plus standard packages over to a new

"dotlrn" user from my normal "acs" user - the list of packages grew to

> 4KB in size! Grrrr!