• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix type of v_is_registered to boolean. This fix is necessary at least under pg 9.5

file upgrade-5.8.3a0-5.8.3a1.sql was initially added on branch oacs-5-8.

- never add attributes when already included

Notifications for form-pages:

- added notifications to form pages (omitting per default create/edit operations of links and folders)

- notification content is now generated via method "notification_render" (similar to "search_render")

    • -2
    • +40
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- added render-bulkactions method to bootstrap table renderer

- added bulk-delete action to child-resources (instead of the useless "select" action)

- add bulk-delete to the externally callable methods

    • -14
    • +19
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
    • -2
    • +6
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- remove unused files. parameter-set.tcl was deleted already some time ago

- fix escaping of URL, use export_vars

- remove erroneous statement

- change reporting level from "error" to "warning" (errors expect actions from developers)

- remove spaces around links specified via [[...]]

    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- don't swallow error message in case site_node::get fails

- provide better message, when URL is doomed to fail

- fix validator for prefix-less pages

- Allow to pass publish_date directly via xotcl-core/tcl/cr-procs.tcl.

This change reduces as well the number of update operations when

inserting/updating xowiki pages.

- add missing www-prefix to denote function called via url interface

- fix editing bug

- Update automatically generated function for cr-types to use provided

publish_date in new revision (Changes for PostgreSQL and Oracle)

file upgrade-5.9.1d3-5.9.1d4.sql was initially added on branch oacs-5-9.

- Bug-fix: Make sure, trigger content_item_search__utrg does try to

delete content from via search queue when old publish_date was in

the future (since this is avoided by the same trigger).

(Oracle seems to implement search quite different)

file upgrade-5.9.1d2-5.9.1d3.sql was initially added on branch oacs-5-9.

- Add argument to content_item__set_live_revision (and oracle's counterpart)

to honor optionally provided "publish_date". The old behavior used hard-coded

the current time. The function is fully backward compatible, when no

publish_date is provided, the current time is used for the publish_date.

- changes for PostgreSQL and Oracle.

file upgrade-5.9.1d1-5.9.1d2.sql was initially added on branch oacs-5-9.

- replace obsolete (and broken) diagram.js by highcharts (via CDN)

  1. … 49 more files in changeset.
- don't force http for requests to yui.yahooapis.com

- for some unkonwn reasons, the javascript code in diagram.js starts looping today in the browser (FF, Chrome, Safari). deactivate it for now.

- add missing doc(title)

- use ad_log for two more warnings

- improve warning message

- generalize name normalizing (and fix freshly introduced bug)

    • -11
    • +40
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- fix one more function