• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- bump version numbers to [25].8.1a3

- update requirements for core components to newest version number in the branch

  1. … 74 more files in changeset.
- change spelling of TCL to Tcl

- change requirements to Tcl 8.5

  1. … 63 more files in changeset.
- remove ignored api-doc variable

- improve page-contracts

  1. … 7 more files in changeset.
- use "![info exists]" instead of "template::util::is_nil" on scalars

- flatten nested "lindex" structures

- brace expressions

- make test expressions compileable

- don't abbreviate subcommands of "file"

- use tcl 8.5 extended index format for "string range"

- completing/improving .info files of major packages

  1. … 9 more files in changeset.
- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 326 more files in changeset.
- bump version numbers

  1. … 39 more files in changeset.
- modernize tcl

  1. … 8 more files in changeset.
- require for all packages in oacs-5-8 branch acs-kernel 5.8.0

  1. … 13 more files in changeset.
- added victor's patch to omit deprecated messages of "ns_info tcllib". Background: naviserver supports multiple (virtual) servers, which might have different tcllibs. Therefore, the preferred command to query this was moved to "ns_server ?-server s? tcllib" and "ns_info tcllib" was deprecated. From the OpenACS point of view, one wants to locate the actual library. Since the variable does not change, it is fine to store it in a per-thread variable which can be efficiently accessed.

  1. … 21 more files in changeset.
- updated charts.swf and uploader.swf in yui 2.7.0 to address serious vulnerability (see http://yuilibrary.com/support/2.8.2/)

    • binary
    ./www/resources/yui/charts/assets/charts.swf
Really fix YUI loader to use 2.7.0 version of loader

Use new yuiloader not older yuiloader-beta

remove a typo in one of the add_javascript calls

Fixed typos reported by Byron Linares.

Add ajax list handlers, fix url references

    • -0
    • +32
    ./www/list-add-filter.tcl
    • -0
    • +26
    ./www/list-view-delete.tcl
Add carousel image loader

    • -0
    • +6
    ./www/xmlhttp/carousel-images.adp
    • -0
    • +24
    ./www/xmlhttp/carousel-images.tcl
upgrade extjs to version 2.2.1

  1. … 327 more files in changeset.
upgrade ext to version 2.2

    • -0
    • +62
    ./www/resources/ext2/CHANGES.html
    • -1
    • +0
    ./www/resources/ext2/INCLUDE_ORDER.txt
    • -21446
    • +25596
    ./www/resources/ext2/ext-all-debug.js
    • -1410
    • +1668
    ./www/resources/ext2/ext-core-debug.js
    • -0
    • +42
    ./www/resources/ext2/license.txt
    • -1384
    • +2591
    ./www/resources/ext2/adapter/jquery/jquery.js
    • -337
    • +361
    ./www/resources/ext2/adapter/prototype/effects.js
    • -2522
    • +4220
    ./www/resources/ext2/adapter/prototype/prototype.js
  1. … 42 more files in changeset.
upgrade yui to 2.7

    • -0
    • +707
    ./www/resources/yui/editor/assets/skins/sam/simpleeditor-skin.css
    • -0
    • +10
    ./www/resources/yui/editor/assets/skins/sam/simpleeditor.css
    • -0
    • +1072
    ./www/resources/yui/element/element-debug.js
    • -0
    • +8
    ./www/resources/yui/element/element-min.js
    • -0
    • +1057
    ./www/resources/yui/element/element.js
    • -398
    • +602
    ./www/resources/yui/event/event-debug.js
    • -91
    • +7
    ./www/resources/yui/event/event-min.js
    • -387
    • +594
    ./www/resources/yui/event/event.js
    • -3
    • +3
    ./www/resources/yui/fonts/fonts-min.css
    • -6
    • +46
    ./www/resources/yui/fonts/fonts.css
    • -0
    • +742
    ./www/resources/yui/get/get-debug.js
  1. … 162 more files in changeset.
upgrade yui to 2.7

    • -73
    • +18
    ./www/resources/yui/animation/animation-min.js
    • -89
    • +104
    ./www/resources/yui/animation/animation.js
    • binary
    ./www/resources/yui/assets/skins/sam/ajax-loader.gif
    • binary
    ./www/resources/yui/assets/skins/sam/asc.gif
    • binary
    ./www/resources/yui/assets/skins/sam/bg-h.gif
    • binary
    ./www/resources/yui/assets/skins/sam/bg-v.gif
    • -3
    • +3
    ./www/resources/yui/assets/skins/sam/button.css
    • -3
    • +4
    ./www/resources/yui/assets/skins/sam/calendar.css
    • -0
    • +7
    ./www/resources/yui/assets/skins/sam/carousel.css
  1. … 114 more files in changeset.
add a bash script that updates the javascript libraries to the latest version available, currently only works with ext2 and yui for now

    • -0
    • +88
    ./www/resources/update_ah_resources.sh
Add forceselection and events parameters for menu widget

Fix ordering of ah_page_init and yahoo sources

use the extra_header callback instead of the ajaxhelper include, commit ajax listbuilder

    • -0
    • +493
    ./tcl/ajax-listbuilder-procs.tcl
previously was creating a cartesian self-join on headers and footers!

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