• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add missing upgrade script

- remove commented out command

- improve robustness of upgrade script

- fix bug in content-type creation: etp created entries in acs_object_types for non-existing table_names and non-existing id_columns

- fix HTML vality of several pages

- bump version number

- update of russian catalog files as contributed by v v (see issue #3274)

- update of russian catalog files as contributed by v v (see issue #3273)

- second part of Part 4 of OpenACS 5.9 agenda: get rid of tree_sortkey in acs-objects : getting rid of functions accessing acs_objects.tree_sortkey when creating new instances

- use variable names "ot1" and "ot2" instead of "o1" and "o2" when referring to object_types (and not objects)

Removed exclusive lock from permission granting and revoking. Use exception handling or ignoring instead, as in Oracle codebase.

- Part 4 of OpenACS 5.9 agenda: get rid of tree_sortkey in acs-objects ; to be on the safe side, backup your database before upgrading, since the acs-objects.treesortkey is being removed (custom packages might erroneously depend on it)

- make styling of footer more robust when used together with bootstrap

- correct comments

- backport changes

- insert missing dollar-sign

- restrict table styling to #main-content

- prettyfy HTML

- moderize code

- drop view explicitly and create it in a separate step

- Remove dependencies from acs_objects.tree_sortkey and

acs_objects.max_child_sortkey, which are not needed (just part of

the PostgreSql datamodel and not in Oracle) and which will be gone

in OpenACS 5.9

- instantiate page in method "delete-revision" to make update of item

index correct (fix suggested by Thomas Renner)

- initial version of russian catalog files as contributed by v v (see issue #3271)

- initial version of russian catalog files as contributed by v v (see issue #3270)

    • -0
    • +130
    /openacs-4/packages/chat/catalog/chat.ru_RU.utf-8.xml
- initial version of russian catalog files as contributed by v v (see issue #3269)

    • -0
    • +113
    /openacs-4/packages/categories/catalog/categories.ru_RU.utf-8.xml
- update of russian catalog files as contributed by v v (see issue #3268)

- update of russian catalog files as contributed by v v (see issue #3272)

- define FormPage.set_live_revision, a specialized version of

CrItem.set_live_revision updating the item index.

- prefer usage of FormPage.set_live_revision over

"::xo::db::sql::content_item set_live_revision" in xowiki

    • -1
    • +12
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
hot fix for http://cvs.openacs.org/changelog/OpenACS?cs=MAIN%3Agustafn%3A20150709212250 concerning slot-names and domains of slots created with extend_slot (backport to oacs-5-8)

- hot fix for http://cvs.openacs.org/changelog/OpenACS?cs=MAIN%3Agustafn%3A20150709212250 concerning slot-names and domains of slots created with extend_slot

i18n of labels used as column titles for the YUI based data table.

Using previously computed parent_id value.