[7/9] git commit: Expose Underscore as T5._ for 5.3 compatibility ... but don't put it in noConflict() mode, for easier compatibility with Backbone.js

2012-11-19 Thread hlship
Expose Underscore as T5._ for 5.3 compatibility ... but don't put it in noConflict() mode, for easier compatibility with Backbone.js Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/fa70aaeb Tree:

[4/9] git commit: Rewrite Tree: re-implement leaf node selection/de-selection

2012-11-19 Thread hlship
Rewrite Tree: re-implement leaf node selection/de-selection Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/32e3714c Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/32e3714c Diff:

[2/9] git commit: Delete the Tapestry 5.3 tree.js client library

2012-11-19 Thread hlship
Delete the Tapestry 5.3 tree.js client library Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/abace89b Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/abace89b Diff:

[9/9] git commit: Remove outdated JavaScript library

2012-11-19 Thread hlship
Remove outdated JavaScript library Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/6af73054 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/6af73054 Diff:

[5/9] git commit: Rewrite Tree: node expansion and collapse, with tracking on the server-side

2012-11-19 Thread hlship
Rewrite Tree: node expansion and collapse, with tracking on the server-side Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/623f99ed Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/623f99ed Diff:

[8/9] git commit: Remove unused RequireJS optional module

2012-11-19 Thread hlship
Remove unused RequireJS optional module Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/5af79dbf Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/5af79dbf Diff:

[6/9] git commit: Rewrite Tree: basic node expansion

2012-11-19 Thread hlship
Rewrite Tree: basic node expansion Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/23a69ca7 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/23a69ca7 Diff:

[3/9] git commit: Remove unecessary method annotations

2012-11-19 Thread hlship
Remove unecessary method annotations Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/39abf3f4 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/39abf3f4 Diff:

[CONF] Apache Tapestry Applications

2012-11-19 Thread confluence
Applications File attached by Dragan Sahpaski yanomo.png (122 kB image/png) Change Notification Preferences View Attachments

[CONF] Apache Tapestry Applications

2012-11-19 Thread confluence
Applications File attached by Dragan Sahpaski yanomo.png (27 kB image/png) Change Notification Preferences View Attachments

[1/4] git commit: Reimplement Autocomplete mixin using Bootstrap's typeahead component - Create a shim library to expose jQuery (working around apparent RequireJS bugs) - Upgrade to jQuery 1.8.3 - Som

2012-11-19 Thread hlship
Updated Branches: refs/heads/5.4-js-rewrite e9aa69362 - 5b906dbc5 Reimplement Autocomplete mixin using Bootstrap's typeahead component - Create a shim library to expose jQuery (working around apparent RequireJS bugs) - Upgrade to jQuery 1.8.3 - Some tweaks concerning

[4/4] Reimplement Autocomplete mixin using Bootstrap's typeahead component - Create a shim library to expose jQuery (working around apparent RequireJS bugs) - Upgrade to jQuery 1.8.3 - Some tweaks con

2012-11-19 Thread hlship
http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/5b906dbc/tapestry-core/src/main/resources/META-INF/assets/tapestry5/jquery-shim.js -- diff --git a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/jquery-shim.js

git commit: Force attribute autocomplete=off when using the mixin

2012-11-19 Thread hlship
Updated Branches: refs/heads/5.4-js-rewrite 5b906dbc5 - b0d52d3b9 Force attribute autocomplete=off when using the mixin Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/b0d52d3b Tree:

[2/2] git commit: When an Ajax component event request handler returns a JSONObject, pass that through the whole pipline to get the partial-page-rendering data injected into the response

2012-11-19 Thread hlship
When an Ajax component event request handler returns a JSONObject, pass that through the whole pipline to get the partial-page-rendering data injected into the response Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit:

[1/2] git commit: Test ability to include arbitrary partial-page-rendering content within an explicit JSONObject response

2012-11-19 Thread hlship
Updated Branches: refs/heads/5.4-js-rewrite b0d52d3b9 - 65056e868 Test ability to include arbitrary partial-page-rendering content within an explicit JSONObject response Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit:

git commit: Change the Label component to automatically emit the class=control-label attribute by default

2012-11-19 Thread hlship
Updated Branches: refs/heads/5.4-js-rewrite 65056e868 - b927ceb14 Change the Label component to automatically emit the class=control-label attribute by default Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: