• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
update blank-master, added missing order parameter in the body_scripts multirow, needed for template::head to work properly with javascript that is dependent on other javascript

    • -3
    • +4
    ./packages/ajaxhelper/www/doc/blank-master.tcl
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

    • -2
    • +2
    ./packages/xowiki/www/prototypes/news.page
provide more comments

    • -1
    • +5
    ./packages/xotcl-core/tcl/05-db-procs.tcl
- don't require item_id on get_instance_from_db

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

    • -5
    • +11
    ./packages/xotcl-core/tcl/cr-procs.tcl
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
    ./packages/acs-mail-lite/sql/oracle/complex-create.sql
    • -0
    • +9
    ./packages/acs-mail-lite/sql/oracle/complex-drop.sql
    • -0
    • +39
    ./packages/acs-mail-lite/sql/postgresql/complex-create.sql
    • -0
    • +9
    ./packages/acs-mail-lite/sql/postgresql/complex-drop.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
    ./packages/acs-mail-lite/tcl/apm-callback-procs.tcl
    • -8
    • +1
    ./packages/acs-mail-lite/tcl/bounce-procs.tcl
Replace send procs with a refactored version of complex_send, allowing cc, bcc and attachments

    • -1
    • +19
    ./packages/acs-mail-lite/tcl/utils-procs.tcl
Update calls to utils procs adding the namespace

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

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

    • -2
    • +2
    ./packages/xowiki/www/prototypes/news.page
Remove code to retrieve body event handlers from prepare_multirows (was unsetting body_handlers and that code is in get_body_handlers now)

    • -19
    • +2
    ./packages/acs-templating/tcl/head-procs.tcl
fix quoting in subst

    • -1
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl
improve validation results

    • -6
    • +7
    ./packages/xowiki/tcl/adp-generator-procs.tcl
    • -5
    • +3
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -1
    • +2
    ./packages/xowiki/tcl/package-procs.tcl
    • -6
    • +12
    ./packages/xowiki/www/oacs-view3.adp
    • -1
    • +1
    ./packages/xowiki/www/view-default.adp
remove debug output

    • -3
    • +3
    ./packages/xotcl-core/tcl/06-package-procs.tcl
Make template::get_body_event_handlers proc to process the data added

with template::add_body_handler

    • -0
    • +25
    ./packages/acs-templating/tcl/head-procs.tcl
Bump version number for dotlrn packages

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

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

    • -2
    • +19
    ./packages/xotcl-core/tcl/06-package-procs.tcl
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

    • -2
    • +3
    ./packages/acs-templating/tcl/head-procs.tcl
Fix error message

    • -1
    • +1
    ./packages/file-storage/www/download-zip.tcl
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.

    • -4
    • +4
    ./packages/acs-templating/tcl/head-procs.tcl