• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
don't show edit-new links for unresolved xowiki entries, when use is not allow to edit new files

provide fully qualified name for news entry types

provide more comments

- don't require item_id on get_instance_from_db

- add per default own acs-type as allowed content type in require_folder

Forgot to rename a column in my previous commit

Upgrade scripts and fix datamodel consistency

Join upgrade scripts into one with correct

version number.

Move complex stuff to separated scripts

    • -0
    • +47
    /openacs-4/packages/acs-mail-lite/sql/oracle/complex-create.sql
Remove duplicated proc

Remove unused queries. Remove from generic xql queries that are different for each db and already in the appropriate xql

Ooops! forgot to add the after_upgrade callback in the info file

Ooops! forgot to add the after_upgrade callback in the info file

Remove sendmail procs to use smtp only. Remove SendmailBin parameter (not used anymore)

    • -0
    • +34
    /openacs-4/packages/acs-mail-lite/tcl/apm-callback-procs.tcl
Replace send procs with a refactored version of complex_send, allowing cc, bcc and attachments

Update calls to utils procs adding the namespace

Move helper procs for sending email to acs-mail-lite

    • -0
    • +157
    /openacs-4/packages/acs-mail-lite/tcl/utils-procs.tcl
fix html quiting in title of news entries

Remove code to retrieve body event handlers from prepare_multirows (was unsetting body_handlers and that code is in get_body_handlers now)

fix quoting in subst

    • -2
    • +2
    /openacs-4/packages/xowiki/www/admin/list.tcl
improve validation results

    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -6
    • +12
    /openacs-4/packages/xowiki/www/oacs-view3.adp
    • -1
    • +1
    /openacs-4/packages/xowiki/www/view-default.adp
remove debug output

Make template::get_body_event_handlers proc to process the data added

with template::add_body_handler

Bump version number for dotlrn packages

    • -5
    • +5
    /openacs-4/packages/dotlrn/dotlrn.info
  1. … 29 more files in changeset.
set per-package parameter force_refresh_login for xowiki to true

    • -2
    • +5
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
new additional per-package parameter force_refresh_login

1. template::head::get_footer_html didn't return the html

2. template::head::get_[header/footer]_html renamed to template::get_[header/footer]_html because

a. makes sense

b. the "add" procs were in the right namespace so now it's consistent

3. modifed blank-master to reflect #2

Fix error message

Added back the code to retrieve body_handlers (accidently removed)

Fixed prioritization of CSS. media=all is first.

Changed so unspecificed media goes to the end. For CSS the default is

all so media should always have a value.

Initial attempt at ordering CSS links in document head.

There is a question where media="all" should go.