• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
reduce verbosity, allow permission checks in conditional policy clauses ({somecondition attr permission} ...)

    • -18
    • +19
    ./packages/xotcl-core/tcl/context-procs.tcl
    • -8
    • +9
    ./packages/xotcl-core/tcl/policy-procs.tcl
improving HTML compliance

    • -2
    • +2
    ./packages/xowiki/tcl/adp-generator-procs.tcl
    • -1
    • +3
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -6
    • +10
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -1
    • +2
    ./packages/xowiki/tcl/weblog-procs.tcl
    • -2
    • +3
    ./packages/xowiki/www/prototypes/news.page
    • -1
    • +2
    ./packages/xowiki/www/resources/xowiki.css
Don't fail on poorly formed mime message. If an error occurs and the

mime tokens are not cleaned up, all subsequent calls to mime procs

will end up with mismatched mime parts.

    • -3
    • +5
    ./packages/acs-tcl/tcl/html-email-procs.tcl
Always treat body handlers as list. Fix focus to use identifier. There

can only be one focus.

    • -1
    • +4
    ./packages/acs-templating/tcl/head-procs.tcl
Don't use identifier, its not needed for focus since we only call it

once.

Fix typo, llength spelled incorrectly.

strip all kinds of possible new lines of the default values in case there is a mixup between dos and unix file end conventions

    • -2
    • +2
    ./packages/xotcl-core/tcl/05-db-procs.tcl
Fix namespace for add_body_handler

Fix stupid typo!

Greek catalogs for dotlrn

    • -0
    • +20
    ./packages/bulk-mail/catalog/bulk-mail.el_GR.utf-8.xml
    • -2
    • +52
    ./packages/dotlrn/catalog/dotlrn.el_GR.utf-8.xml
  1. … 31 more files in changeset.
Cleaned up complex_send, broke it down into multiple parts, refactored repetitive things into foreach loops, made sure rollout support is handled in complex_smtp, thopugh I have no idea how to do the filters there.... This is in need of testing and should only act as a commit for the OCT to decide if this is going in the right direction.

Added procedure to resolve the party_ids if they contain groups

    • -1
    • +42
    ./packages/acs-subsite/tcl/party-procs.tcl
add css class visual-clear to ensure, float boxes don't overlap

    • -1
    • +6
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
    • -0
    • +1
    ./packages/xowiki/www/resources/xowiki.css
Allow disabling revoking community membership for waiting list users.

add Ext 2.0 stable to ajaxhelper

    • -0
    • +148
    ./packages/ajaxhelper/www/resources/ext2/CHANGELOG.txt
    • -0
    • +36
    ./packages/ajaxhelper/www/resources/ext2/INCLUDE_ORDER.txt
    • -0
    • +50
    ./packages/ajaxhelper/www/resources/ext2/LICENSE.txt
    • -0
    • +32913
    ./packages/ajaxhelper/www/resources/ext2/ext-all-debug.js
    • -0
    • +156
    ./packages/ajaxhelper/www/resources/ext2/ext-all.js
    • -0
    • +5655
    ./packages/ajaxhelper/www/resources/ext2/ext-core-debug.js
    • -0
    • +19
    ./packages/ajaxhelper/www/resources/ext2/ext-core.js
  1. … 991 more files in changeset.
commit famfam icons to ajaxhelper

    • binary
    ./packages/ajaxhelper/www/resources/icons/accept.png
    • binary
    ./packages/ajaxhelper/www/resources/icons/add.png
    • binary
    ./packages/ajaxhelper/www/resources/icons/anchor.png
    • binary
    ./packages/ajaxhelper/www/resources/icons/application.png
    • binary
    ./packages/ajaxhelper/www/resources/icons/application_add.png
  1. … 986 more files in changeset.
Move focus handling to blank master. Use add_body_handler to set

it. Pass focus up to blank master.

Remove properties not used in default master.

Remove link multirow in default master, its not used.

Add skip_link property

Remove reference to unused properties. These are generated in

blank-master now.

    • -4
    • +1
    ./packages/acs-subsite/www/group-master.adp
    • -2
    • +10
    ./packages/acs-subsite/www/group-master.tcl
Remove header_stuff code, we aren't using it anyway.

Remove reference to unused stylesheet, hasn't been used since 2003.

    • -7
    • +0
    ./packages/acs-subsite/www/group-master.tcl
improved formatting

    • -2
    • +3
    ./packages/xowiki/www/prototypes/ical.page
improved formatting

    • -2
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl
remove url used for development

    • -2
    • +2
    ./packages/xowiki/www/prototypes/ical.page
text conversion routines for ical export

    • -0
    • +17
    ./packages/xotcl-core/tcl/ical-procs.tcl
- fix year/month/day in partially specified dates (form-field event)

- new protoype page 'announcement-talk.page': sample form

for providing information about talks, events are published

based on the hcalendar micro format

- new prototype page 'ical.page': export event information of

talks into a calendar using iCal format. It is now possible

subscribed to xowiki via Mozilla Calendar/Sunbird,

or Mac OS X iCal.

    • -8
    • +24
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -6
    • +7
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -14
    • +16
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
    • -0
    • +22
    ./packages/xowiki/www/prototypes/announcement-talk.page
    • -0
    • +88
    ./packages/xowiki/www/prototypes/ical.page
Incomplete backport from my calendar extensions

    • -0
    • +60
    ./packages/xotcl-core/tcl/ical-procs.tcl
- support for compound fields in form fields

- support for compound field type event, html output as hcalendar micro format

- provide per-editor confguration, when multiple wymeditors are on one page

- allow to specify width and height for wymeditor

    • -90
    • +187
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -2
    • +12
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
Remove header stuff from core. Use template::head procedures.

Add template::head::add_style to add inline styles.

    • -3
    • +1
    ./packages/acs-admin/www/users/merge.adp
    • -1
    • +4
    ./packages/acs-admin/www/users/merge.tcl
    • -1
    • +0
    ./packages/acs-subsite/www/register/index.adp
    • -1
    • +2
    ./packages/acs-subsite/www/register/index.tcl
    • -0
    • +29
    ./packages/acs-templating/tcl/head-procs.tcl
more work on composite form fields

    • -3
    • +82
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -5
    • +4
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -13
    • +20
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -3
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
Fix message initialization. Was failing in case the message has no alternative and no attachament. In case the message has an alternative and no attachment, it was initialized twice.