• last updated 25 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
general UI improvements

    • -1
    • +3
    ./packages/ecommerce/lib/pagination-bar.adp
    • -0
    • +2
    ./packages/ecommerce/lib/pagination-bar.tcl
minor fixes

    • -1
    • +1
    ./packages/ecommerce/lib/pagination-bar.adp
    • -4
    • +1
    ./packages/ecommerce/lib/pagination-bar.tcl
adding flexible, user friendly pagination bar, particularly handy with category pages that contain many more parts than displayed

    • -0
    • +1
    ./packages/ecommerce/lib/pagination-bar.adp
    • -0
    • +31
    ./packages/ecommerce/lib/pagination-bar.tcl
updating ecds_pagination_by_items to be more user friendly ie only using exponential pagination for large numbers of pages; also adding ecds_keyword_search_update which helps to consistently automatically populate products.search_keywords

    • -5
    • +115
    ./packages/ecommerce/tcl/ecds-procs.tcl
remove deprecated calls to ad_parameter

    • -3
    • +3
    ./packages/acs-developer-support/www/index.tcl
    • -3
    • +3
    ./packages/categories/tcl/categories-procs.tcl
    • -1
    • +1
    ./packages/categories/tcl/tagcloud-procs.tcl
    • -1
    • +1
    ./packages/categories/www/cadmin/master.tcl
remove deprecated calls to ad_parameter

    • -15
    • +15
    ./packages/acs-tcl/tcl/defs-procs.tcl
    • -3
    • +2
    ./packages/acs-templating/tcl/parse-procs.tcl
    • -3
    • +3
    ./packages/acs-templating/tcl/tag-init.tcl
applying fix for category-browse-subcategory to this file

updating products display to fix an offset reference error

Version bump to 1.6. Removing some dependencies.

Cleaning redundant code. Adding proc to obtain a page list from xowiki. Showing missing resources in tree structure.

    • -7
    • +2
    ./packages/imsld/tcl/imsld-parse-procs.tcl
    • -1
    • +34
    ./packages/imsld/tcl/imsld-xowiki-procs.tcl
Adding selection of resources when adding an activity

Fixing the display of webcontent resources.

Allowing to choose the resource handler.

    • -1
    • +14
    ./packages/imsld/www/admin/imsld-new-2.tcl
    • -0
    • +13
    ./packages/imsld/www/admin/imsld-new.tcl
Adding parameter to identify the resource handler of the UoL

    • -1
    • +7
    ./packages/imsld/tcl/apm-callback-procs.tcl
    • -1
    • +3
    ./packages/imsld/tcl/imsld-install-procs.tcl
    • -46
    • +108
    ./packages/imsld/tcl/imsld-parse-procs.tcl
    • -35
    • +65
    ./packages/imsld/tcl/imsld-procs.tcl
    • -0
    • +17
    ./packages/imsld/tcl/imsld-procs.xql
    • -7
    • +3
    ./packages/imsld/tcl/imsld-xowiki-procs.tcl
avoid output escaping in list widget

    • -6
    • +6
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -1
    • +1
    ./packages/xowiki/www/resources/xowiki.css
trim values from parameter page

    • -2
    • +2
    ./packages/xowiki/tcl/package-procs.tcl
set CSS class on AnchorField

    • -3
    • +3
    ./packages/xowiki/tcl/includelet-procs.tcl
sprite updates for IE

    • -2
    • +2
    ./packages/xowiki/tcl/adp-generator-procs.tcl
    • -7
    • +7
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -1
    • +1
    ./packages/xowiki/www/view-book-no-ajax.adp
    • -2
    • +2
    ./packages/xowiki/www/view-default.adp
    • binary
    ./packages/xowiki/www/resources/sprite16.png
    • -21
    • +32
    ./packages/xowiki/www/resources/xowiki.css
- allow top-includelet "none" (to e.g. override a non-empty default; "" means no value)

    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- make tidy handling more robust with unexpected input

    • -2
    • +4
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
- remove lock statements, which seem not needed anymore with Postgres 8.2 or newer

adding Error alert for otherwise silent cases where merchant gateway is not supporting card type configured by parameters. This commit also simplifies the md5_hash calculation (and now is fully field tested).

adding a few more email template options

fixing checkout flow for 1 page checkout of nonshippable items

    • -13
    • +23
    ./packages/ecommerce/www/checkout-3.tcl
- use in AnchorFields (list widget) the css class of the Field and not of the line

- add title handling for AnchroFields in list widget

    • -3
    • +5
    ./packages/xotcl-core/tcl/30-widget-procs.tcl
- 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