• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding another tuning suggestion in lieu of caching user specific paginated queries

- factoring out common code

- new includelet: yui-carousel

    • -3
    • +2
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -8
    • +107
    ./packages/xowiki/tcl/includelet-procs.tcl
improve offsets in sprites

    • -20
    • +20
    ./packages/xowiki/www/resources/xowiki.css
add option to delete users from the admin pages (acs-admin/users/one)

    • -0
    • +26
    ./packages/acs-admin/www/users/delete-user.tcl
    • -1
    • +2
    ./packages/acs-admin/www/users/one.adp
    • -4
    • +7
    ./packages/acs-admin/www/users/one.tcl
Changed apm_load_packages to load package libraries and queries in dependency

order, rather than alphabetical order.

    • -7
    • +19
    ./packages/acs-tcl/tcl/apm-procs.tcl
Debugging my dependency-driven package tcl library loader code uncovered a

"bug" in "my code" that was actually a missing dependency in assessment

portlet. Being a portlet, it oughtta be dependent on new-portal, dontcha

think?

fixing tcl syntax error

removing cache from get_regular_product_list, and adding a note about what to do instead if need be. This fixes pagination. Added pagination label

updating ecds_pagination_by_items to work with lib/pagination-bar

    • -15
    • +10
    ./packages/ecommerce/tcl/ecds-procs.tcl
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