• last updated 50 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- avoid strange sequential scans on recent versions of pg (noticed on pg 9.4.1)

- prefer "ad_log error" for error messages in the log file

  1. … 5 more files in changeset.
- add -initialize flag to methods "get_instances_from_db" and "get_folder_children"

  1. … 2 more files in changeset.
- fix redirection after renaming of old-style (ad_form based) via edit operations on xowiki::Page

  1. … 5 more files in changeset.
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

- don't build db-stubs for trigger functions

  1. … 1 more file in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

  1. … 520 more files in changeset.
- add package_parameter use_hstore to xowiki

- updat descriptiong for use_hstore in xowf

- update xowiki_form_instance_item_index when renaming items

- new function xowiki::update_item_index to manually update certain

fields in the xowiki_form_instance_item_index

- remove obsolste function in xowf

  1. … 4 more files in changeset.
- don't clobber objects in "instantiate_objects" if these exists already

- add support for item index hook (to be used in other packages)

  1. … 2 more files in changeset.
- make sql version tester more robust

- fix missing "dml" in code for old sql version

Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- add attribute "create_table_attribute" to "::xo::db::Attribute" to

contol the creation of somewhat magic attributes (e.g. "text" of the

acs content repository)

  1. … 1 more file in changeset.
- fix invalid @param declarations for API browser

  1. … 3 more files in changeset.
- restrict cr-item function to object_type to avoid potential conflicts with other packages (such as e.g. etp)

- undo last change

- don't save non-persistent variables in "save_new"

Unable to use bind variables given that publish_status and parent_id variables are not guaranteed to be set on callers scope.

Using bind variables in queries in order to improve query-caching.

Fixed second typo in SQL condition for publish_status

Fixed typo in SQL condition for publish_status

- set sql-spec of attribute "description" of cr_revisions from varchar(1000) to text

- improve comments

- fixed quoting

- change tabs into spaces

  1. … 22 more files in changeset.
* overworked db-abstraction layer with support for dbi_*

* dbi_* support is per default deactivated, can be activated via

e.g. setting ::acs::preferdbi to 1 in 0-acs-init.tcl

* bump version number to use dependencies for packages, using the new interface

  1. … 9 more files in changeset.
- reduce verbosity

- keep required "eval" since it is necessary to substitute variables

- use tcl 8.5 expand operator instead of eval

  1. … 5 more files in changeset.
- use tcl 8.5 lindex features

  1. … 4 more files in changeset.
- use lassign instead of "foreach ... break" idiom

  1. … 21 more files in changeset.