• last updated 50 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
1. Changed trigger functions from "opaque" to "trigger" to get rid of the

warnings during initial install (only for acs-kernel, there are a lot

elsewhere!)

2. Added "embeds" for postgresql and partially for oracle.

3. Added global parameters for postgresql and partially for oracle.

(oracle will be forthcoming shortly)

  1. … 15 more files in changeset.
Accidently added this to the 5.5 branch rather than HEAD earlier (but it

does no harm there so will leave it there).

I had forgotten to add the "apm_package.is_child" function to 5.5 ...

file upgrade-5.6.0d5-5.6.0d6.sql was initially added on branch oacs-5-5.

Implements TIP #142: Administration UI to manage mime types and extension map

- remove unneeded line

- you carousel went from beta to nonbeta (filname wise)

- let first_instance return first xowiki instance instead of instance of subclass

- compatibility fix

- fix argument list, cleanup

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Fixing constraint snom_node_id_fk, was connecting wrong field on table. Creation scripts are ok, just needed to correct upgrade files.

Fix misnamed and misordered variables in creating body script multirow.

- use xotcl-core's "set_instance_vars_defaults"

- provide default for nls_language in xowiki

- update dependency and bump verision number to 0.124

    • -6
    • +6
    /openacs-4/packages/xowiki/xowiki.info
    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -2
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- generalized resetting of instance variables to new method

"set_instance_vars_defaults"

- make sure to include method "ds" in blueprint

- bump version number

Had to move a db_transaction because it was causing some sort of lock

contention deadlock in PG.

Oracle 9i allows the standard SQL outer join syntax so we can share these

queries now ...

making category/subcategory deletes a little more robust and user friendly

email is required to create a user

Bumped version number up to 1.6d1 because there's a 1.5x version floating

around, and I need to work with and upgrade it.

1. added missing catalog entry

2. made search work, it was totally hosed

fix this broken and probably unused list filter template

HTML strict cleanup

Realeasing the handler in case we got it.

Changed the privilege necessary to modify the page layout from "write" to

"admin".

Further refinements to making names unique (I forgot to commit one change

yesterday, and further testing uncovered another case of undesirable

behavior).

Last commit was a bit hasty ...

1. Fixed cache problem that caused the pageset configuration page to blow up.

2. Rather than bomb on duplicate tab and url names for pages, which can arise

when deleting then adding pages as well as admin-provided names, "uniquify"

them. The admin can, of course, then rename them to something more reasonable

if they want.

Don't show the tabs if there is only one and the ShowSingleButtonNavbar param is set to false

minor revisions to improve use cases of displayed info. Added show_product_files proc so display can be included in product template instead of exclusively managed via adp template.

Only call the destructor of an includelet when the last of a set of clones

is deleted.

(my commit to layout-manager is incorrect, I simply added an boolean param

to the element delete proc that determines if the destructor is called. The

notion of cloning and the deletion of clones comes from the includelets

admin code in layout-managed-subsite, and it is this code that determines

when to call an includelet's destructor.)