• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- using a CSS sprite for small images (e.g. for *button includelets, form-usages,

notification-image, file link, external link, admin/index, admin/list)

- provide xowiki.css to admin pages index and list

    • -2
    • +2
    ./packages/xowiki/tcl/adp-generator-procs.tcl
    • -9
    • +15
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -1
    • +1
    ./packages/xowiki/www/view-book-no-ajax.adp
    • -2
    • +2
    ./packages/xowiki/www/view-default.adp
    • -0
    • +20
    ./packages/xowiki/www/admin/index.adp
    • -1
    • +20
    ./packages/xowiki/www/admin/list.adp
  1. … 3 more files in changeset.
fixing security::get_https_port, minor host_name calc in security::locations, added ecommerce exception per long standing ecommerce requirement, and made a few more code optimizations and less clunky comments for security::locations

    • -19
    • +51
    ./packages/acs-tcl/tcl/security-procs.tcl
- improve skinability and performance by using CSS classes for rendering item-buttons (based on includelets)

    • -10
    • +5
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -1
    • +27
    ./packages/xowiki/www/resources/xowiki.css
- add "htmlmode" to slim configuration for xinha

    • -2
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl
- add a simple inplace editor for xinha form-fields (activate by setting property inplace=true)

    • -2
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -0
    • +171
    ./packages/xowiki/www/resources/xinha-inplace.js
- make compound view more compact

    • -0
    • +4
    ./packages/xowiki/www/resources/xowiki.css
- generalize css class handling for form buttons

    • -5
    • +8
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
make numeric convert_to_external more robust

    • -7
    • +42
    ./packages/xowiki/tcl/form-field-procs.tcl
- adding "insert wiki link" plugin for xinha

    • -0
    • +70
    ./packages/xowiki/www/xinha/insert-wlink.adp
    • -0
    • +59
    ./packages/xowiki/www/xinha/insert-wlink.tcl
fix a bug with the single upload form, make sure it resets after an upload

Set HomeName according to HomeURL (control-panel in this case)

    • -11
    • +22
    ./packages/dotlrn/tcl/apm-callback-procs.tcl
Fix admin priv check (thks Raul for catching that)

    • -10
    • +1
    ./packages/dotlrn/tcl/community-procs.tcl
    • -4
    • +1
    ./packages/dotlrn/www/applet-remove.tcl
Fix admin priv check (thks Raul for catching that)

    • -10
    • +1
    ./packages/dotlrn/tcl/community-procs.tcl
    • -4
    • +1
    ./packages/dotlrn/www/applet-remove.tcl
- fix nested search for in compound structures

    • -2
    • +3
    ./packages/xowiki/tcl/form-field-procs.tcl
add new method to check if a subcomponent exists in a compound form structure

    • -2
    • +21
    ./packages/xowiki/tcl/form-field-procs.tcl
- allow nls_language to be passed along with the name to create-new

    • -3
    • +6
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
Check permissions before internal-redirecting to the template for that content type

    • -5
    • +13
    ./packages/file-storage/www/view/index.vuh
Check permission before internal-redirecting to default template for that content type

    • -5
    • +13
    ./packages/file-storage/www/view/index.vuh
reduce verbosity

    • -2
    • +1
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
Extracted sql from .tcl to .xql

    • -0
    • +20
    ./packages/lorsm/lib/md-record.xql
    • -0
    • +23
    ./packages/lorsm/lib/repository-shared-courses.xql
    • -42
    • +11
    ./packages/lorsm/lib/user-lorsm.tcl
    • -76
    • +105
    ./packages/lorsm/lib/user-lorsm.xql
    • -7
    • +2
    ./packages/lorsm/tcl/lorsm-callback-procs.tcl
    • -32
    • +42
    ./packages/lorsm/tcl/lorsm-callback-procs.xql
    • -135
    • +95
    ./packages/lorsm/tcl/lorsm-delivery-procs.xql
    • -0
    • +97
    ./packages/lorsm/tcl/lorsm-delivery-scorm-procs.xql
    • -30
    • +9
    ./packages/lorsm/tcl/lorsm-import-procs.tcl
    • -0
    • +38
    ./packages/lorsm/tcl/lorsm-import-procs.xql
    • -16
    • +6
    ./packages/lorsm/tcl/lorsm-install-procs.tcl
    • -0
    • +44
    ./packages/lorsm/tcl/lorsm-install-procs.xql
  1. … 226 more files in changeset.
- bump version number and update dependencies

css improvements

    • -0
    • +11
    ./packages/xowiki/www/resources/xowiki.css
- deletegate delete to package_object to ensure cache flushing

    • -3
    • +3
    ./packages/xowiki/www/admin/delete-type.tcl
- deletegate delete to package_object to ensure cache flushing

    • -3
    • +3
    ./packages/xowiki/www/admin/delete-type.tcl
- new www-method for Page:

"create-or-use": allows to create conditionally a page, if no page with the default name exists

- make sure to initialize instance_attributes for dynamically created FormPages

    • -2
    • +13
    ./packages/xowiki/tcl/package-procs.tcl
    • -4
    • +15
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- new options for includelet form-usages: "wf" and "buttons"

wf: allows to specify a workflow

buttons: specify "edit", "view" or "delete" (or e.g. all of these, separate buttons by spaces)

    • -11
    • +54
    ./packages/xowiki/tcl/includelet-procs.tcl
- use always localized strings for boolen form fields

- use "info method" to check for existing methods

    • -4
    • +5
    ./packages/xowiki/tcl/form-field-procs.tcl
- bump version number

- avoid attempted upvars to adp_level in scheduled procedures

    • -1
    • +5
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
    • -2
    • +5
    ./packages/xotcl-core/tcl/30-widget-procs.tcl
- check, if a prototype page was imported with language en, but the current language is different

    • -3
    • +13
    ./packages/xowiki/tcl/package-procs.tcl