Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3314 commits
Select commit Hold shift + click to select a range
dc7da88
Break out RandomDataSource into its own new module, tapestry-test-data
Apr 16, 2013
fcbb572
Step two of the case-fixing rename
Apr 16, 2013
b4032fe
Remove duplicated test class
Apr 16, 2013
7c14d4a
Update release notes
Apr 16, 2013
e954445
RESOLVED - TAP5-2101: BeanEditor should always provide a new
kaosko Apr 16, 2013
18b6f2b
RESOLVED - TAP5-2101: BeanEditor should always provide a new
kaosko Apr 16, 2013
cc0c541
RESOLVED - TAP5-2101: BeanEditor should always provide a new
kaosko Apr 16, 2013
9f854af
Refactor the t5internal library into its own separate (internal) library
Apr 19, 2013
6348595
Move RRD4J dependency to tapestry-ioc
Apr 20, 2013
42c0d1e
Move toMessage() utility method from InternalUtils to ExceptionUtils
Apr 20, 2013
aefd910
Fill in more of the implementation of MetricCollector and Metric
Apr 20, 2013
233ff42
Moven tapestry-ioc Module classes to a modules package
Apr 20, 2013
5fc74d5
Put generated source files under src/main/generated (rather than unde…
Apr 20, 2013
83167df
Delete src/main/generated on clean
Apr 20, 2013
e764c95
Move Module classes in tapestry-core to the modules package
Apr 20, 2013
259d5e1
Start work on exposing the collected metrics on a dashboard view
Apr 20, 2013
21965c5
Cleanup the markup (to use Bootstrap)
Apr 20, 2013
563cf1d
Increase the body top padding
Apr 20, 2013
7fcc81b
Improve markup
Apr 20, 2013
b15f995
Fix broken code that prevents LinkSubmit from operating
Apr 20, 2013
d53d44d
Adjust test for prior changes to RadioDemo page's template
Apr 22, 2013
3fe2242
Fix broken ComponentInstantiatorSourceImplTest
Apr 22, 2013
991afc8
Move HibernateStatitics page into the core library
Apr 23, 2013
2de3d0f
Move the HibernateCoreModule into a modules package
Apr 23, 2013
a6b5576
Move the JmxModule into a modules package
Apr 23, 2013
27d95cc
Move JpaModule into a modules package
Apr 23, 2013
e8e0af5
Move KaptchaModule into a modules package
Apr 23, 2013
db18f3c
Move MongodbModule into a modules package
Apr 23, 2013
be8884d
Move SpringModule into a modules package
Apr 23, 2013
ed79f2e
Move UploadModule into a modules package
Apr 23, 2013
6fc351f
Move YuiCompressorModule into a modules package
Apr 23, 2013
fcbb5cb
Move BeanValidatorModule into a modules package
Apr 23, 2013
1b854a9
Move ClojureModule into a modules package
Apr 23, 2013
bf41b2b
Upgrade Clojure dependency to latest stable, 1.5.1
Apr 23, 2013
ef175ac
Move JSONModule into a modules package
Apr 23, 2013
349ef62
FIXED - TAP5-2101: BeanEditor should always provide a new
kaosko Apr 23, 2013
c33d445
Remove accidentally dependency on Guava's AtomicDouble
Apr 25, 2013
eae0f03
Remove a warning
Apr 25, 2013
b96fba6
add licenses and notice for the use and abuse of ASM
mlusetti Apr 26, 2013
89113d8
make the Eclipse STS Gradle plugin correctly pick up the 'provided' c…
ustaerk May 8, 2013
9e8cc98
folks, fix your IDEs! we want to be 1.5 compatible. that means no @Ov…
ustaerk May 8, 2013
53443f2
Add cross-reference from @EagerLoad to ServiceBindingOptions.eagerLoad()
Apr 29, 2013
4fda4c8
Strip out the metrics support
May 16, 2013
43598e0
Move the HibernateModule to a modules package
May 16, 2013
378986b
Inline the generation of message strings
May 16, 2013
2015f1e
Add fix for slow page load
May 16, 2013
ead83fb
TAP5-2110: Missing JS for validators
May 16, 2013
31e3409
TAP5-2106: Maintain query parameters in URL
May 16, 2013
9d61731
TAP5-2106: Do not attempt to rewrite complete URLs
May 16, 2013
2bb0cd2
Use a single RE to detect absolute paths and paths starting with a sc…
May 16, 2013
0df7e5c
TAP5-2106: Treat VML urls (leading '#') as absolute
May 16, 2013
bdfcf9a
TAP5-2040: Expose system properties inside TapestryAppInitializer, as…
May 16, 2013
56a1148
TAP5-2079: Handle incorrect context path properly
May 16, 2013
bd26fb5
Initial work on enabling CoffeeScript compilation
May 17, 2013
9e76c37
Compile CoffeeScript as with --bare
May 17, 2013
1f6f382
Remove note about RRD4J, no longer used
May 17, 2013
336ca6b
Add missing LICENSE and NOTICE files
May 17, 2013
a5600e8
Update TODO
May 17, 2013
32beedd
Remove tapestry-yuicompressor
May 17, 2013
42862d8
prepare for upgrade to bootstrap 2.3.2
mlusetti May 19, 2013
29de524
update to latest bootstrap (2.3.2), it fix wired behaviour in a commo…
mlusetti May 19, 2013
aba68ad
Setup CSS Minimization
May 20, 2013
1f04d76
Missing copyright
May 20, 2013
d1aa911
Enable JavaScript Minification using Google Closure compiler
May 20, 2013
d111e42
Update release notes
May 20, 2013
09a94cd
Add support for Less compilation
May 23, 2013
74dcf0b
Improve exception reporting for invalid source files
May 23, 2013
56240a8
Simplify how ResourcePreProcessors are contributed
May 23, 2013
22e8d18
Include thread name in log output
May 23, 2013
2efe558
Handle yet another special case involving CSS urls
May 28, 2013
2bd4644
Extract tapestry-runner out of tapestry-test
May 28, 2013
f35438e
Straighten out org.eclipse.jetty dependency conflict
May 28, 2013
e43f578
TAP5-2092: Change dependency on tapestry-test to be testCompile
May 28, 2013
413a2af
TAP5-2103: jQuery version of text() does not work
May 28, 2013
64a036d
Adjust for change in how Selenium reports the disabled attribute
May 28, 2013
01f3ccb
Advance version number to 5.4-alpha-5
May 28, 2013
db467e2
TAP5-1905: Make BaseOptimizedSessionPersistedObject serializable
May 28, 2013
03023be
Correct selenium dependencies to be testCompile, not compile
May 28, 2013
2aa29aa
Add some observations from porting a 5.3 app to 5.4
May 29, 2013
5647c47
Move file to proper directory
May 29, 2013
3779851
Prevent NPE after deserializing
May 29, 2013
5a42ffe
Disable tests that break build (due to timing concerns)
May 29, 2013
98e7d96
TAP5-2120: Handle relative URLs through root of resource domain
May 29, 2013
2f245e6
Advance version number to 5.4-alpha-6
May 29, 2013
47c83bb
TAP5-2122: visible() on empty <div> is false
May 31, 2013
466f3dd
Put in place a development-mode cache for compiled resources
May 31, 2013
d71a6cb
Clarify return value of method
Jun 1, 2013
fac32ff
Add a Layout component
Jun 1, 2013
650ddd5
Have the Layout component import the core stack
Jun 1, 2013
795c38f
Use the common Problem base interface for reporting Less compilation …
Jun 1, 2013
1539066
Create a page to demonstrate using Less with @import statements
Jun 1, 2013
512ee31
Improve Less support; including ability to reference other Less files…
Jun 1, 2013
554ed70
Add smarter caching to the Less compiler
Jun 3, 2013
d73f938
Remove the "Metrics" tab from the Dashboard, as the page no longer ex…
Jun 3, 2013
6baad02
Advance version number to 5.4-alpha-7
Jun 3, 2013
e110ce4
Roll version number forward to 5.4-alpha-8
Jun 3, 2013
fe478d6
Expose Underscore.js as module "underscore", not "_"
Jun 3, 2013
99a1d81
Improve some documentation
Jun 3, 2013
85284b2
TAP5-2125: Ajax form submissions via jQuery may pass t:formdata as "t…
Jun 4, 2013
8808d63
Move the "data-page-initialized" attribute to the <body> tag, easier …
Jun 4, 2013
2aa9b52
Update script to compile to same place as Gradle build
Jun 4, 2013
a8b3336
Add tests for Less compilation
Jun 4, 2013
895757d
Remove Tapestry 5.3's client-side library
Jun 4, 2013
0553f5e
Use correct module name for Underscore
Jun 4, 2013
37adb4e
Update for change to where the page loaded attribute is placed
Jun 4, 2013
7f5767b
TAP5-2063: Repair conflict between multi-valued parameters in Links, …
Jun 4, 2013
1bb0d1c
Set the correct Cache-Control header on module requests to force re-v…
Jun 5, 2013
b39079c
TAP5-2028: Hide the alert container after transient alert auto-dismisses
Jun 5, 2013
52fcb51
TAP5-2124: Support triggering zone update/refresh via nested element
Jun 5, 2013
cfb63ee
Advance version number to 5.4-alpha-9
Jun 5, 2013
c18e119
Add support for a events.document.reflow event, to identify when page…
Jun 5, 2013
525cf43
Correct the jQuery element visibility check
Jun 5, 2013
5cd24a5
Ensure that a ProgressiveDisplay component renders a proper Zone, to …
Jun 10, 2013
8515eb9
Only perform validation on fields that are not disabled
Jun 10, 2013
a5df755
Update script to compile to correct location
Jun 10, 2013
f02a205
Add events to Palette component so that client-side can choose to acc…
Jun 11, 2013
53e0560
Add events to Palette component so that client-side can choose to acc…
Jun 11, 2013
a9bdf41
Add ability to defer a change to the Palette until after a confirmati…
Jun 11, 2013
a083f0c
Tighten up the code
Jun 11, 2013
d30479a
Switch the Palette over to using just Glyphicons for the buttons
Jun 11, 2013
f40f4f7
Pass the selected options, not the values, in the Palette willChange/…
Jun 11, 2013
5898990
Search up from element clicked to containing element with data-update…
Jun 12, 2013
7439533
Provide a toString() on implementations of ElementWrapper
Jun 12, 2013
4864415
Extract the Ajax request URL from the correct element's href attribute
Jun 12, 2013
b33fe5b
Allow a JavaScriptStack to contain JavaScript modules to be required …
Jun 14, 2013
e644808
Adjust build so that the install task installs the sources JAR as wel…
Jun 14, 2013
f6d06a3
Add a ElementWrapper.css() to get or set a CSS property name
Jun 14, 2013
d5e7469
Add ElementWrapper.offset()
Jun 15, 2013
8f1865f
Move the compiled test CoffeeScript under src/test/generated
Jun 18, 2013
0b223bc
Upgrade dependency to WRO4J 1.7.0
Jun 18, 2013
5e22b23
Improve exclusions needed to generate Maven POMs correctly
Jun 18, 2013
18d96cf
Improvements to CoffeeScript compilation at build time
Jun 18, 2013
56a24f5
Use a simple pre-processor to split t5-core-dom.coffee into jquery an…
Jun 18, 2013
341bd0a
Remove t5/core/dom:escapeHTML, just use _.escape
Jun 18, 2013
ab31e7f
Convert t5/core/dom:body from a function that returns an ElementWrapp…
Jun 18, 2013
77af00a
Remove long deprecated public BeanBlockContribution constructor
Jun 18, 2013
e6a726b
Switch one of the test applications over to using jquery
Jun 18, 2013
4b50982
Clean up a bunch of CSS classes
Jun 18, 2013
dc342eb
Change how the Grid component renders TH, TR, and TD elements to use …
Jun 19, 2013
1230be0
CSS and visual improvements to the Tree component
Jun 19, 2013
1a964fe
Write parameter names as <strong>
Jun 19, 2013
09ca582
Fix JavaDoc Warnings
Jun 19, 2013
2a84cea
fix typo and license header issues
mlusetti Jun 20, 2013
8400097
TAP5-2131 Add new resources for custom CSS based on JDK7 javadoc styl…
mlusetti Jun 20, 2013
c42c1c0
TAP5-2131 Adapt to choose between JDK6 and JDK7 stylesheets
mlusetti Jun 20, 2013
e20b44a
Make JDK version check smarter about parsing a string like "1.7.0_12-ea"
Jun 20, 2013
75fda37
Fix indentation problems that caused incorrect CoffeeScript to be ext…
Jun 21, 2013
6fb9a38
Use Node to compile CoffeeScript, when available
Jun 21, 2013
b04fb2f
TAP5-2050: Grid sort icons should be added via CSS instead of renderi…
Jun 21, 2013
a714e08
Fix some issues related to generating documentation
Jun 21, 2013
cbe4d66
Finish comment
Jun 21, 2013
7664e2c
Remove a Gradle warning
Jun 21, 2013
7e65bae
Advance version number to 5.4-alpha-10
Jun 22, 2013
b8e15bf
Turn of JavaDoc generation on the CI server while we wait for JDK update
Jun 22, 2013
75eaf6a
TAP5-2137: Tree component renders empty nodes as expandable, Assertio…
Jun 29, 2013
c8bb56e
TAP5-2142: Handle exceptions during form validation
Jul 16, 2013
a8ad6d2
TAP5-2141: Ajax form submission should ignore fields with no name
Jul 16, 2013
476669d
Roll version number forward to 5.4-alpha-11
Jul 16, 2013
2beaaa9
Add cross-reference documentation
Jul 16, 2013
eaada44
Add a file-system cache ofr single-input-file comilations (CoffeeScri…
Jul 16, 2013
fdd6b89
Roll version number forward to 5.4-alpha-12
Jul 16, 2013
2dbde11
Remove t5/core/builder module
Jul 18, 2013
43a9d40
Upgrade to latest version of RequireJS
Jul 18, 2013
b297723
Change the developer's CoffeeScript compilation scripts to compile th…
Jul 18, 2013
4f12ba2
Remove the well from around alerts
Jul 19, 2013
85812ae
Position the help-block for the Palette component undernear the other…
Jul 19, 2013
da4f665
Put the message of the alert inside a <span> so that it can be locate…
Jul 19, 2013
bbc3412
TAP5-1914: Alerts needs a parameter to show/hide "Dismiss all"
Jul 19, 2013
1cbec69
TAP5-2064: Add 'info' style to info alerts
Jul 19, 2013
cba4eea
TAP5-1984: Do not invoke AjaxResponseRenderer callbacks when the resp…
Jul 19, 2013
0acc96d
Restore t5/core/fields:showValidationError which was incorrectly removed
Jul 19, 2013
8ae691c
Throw an Error when an initialize function can not be found
Jul 19, 2013
22a6f12
Adjust the code that locates alert content
Jul 19, 2013
44ddc9a
Roll version forward to 5.4-alpha-13
Jul 20, 2013
6e0f4b3
Remove package info for now-empty package
Jul 21, 2013
9689b26
Floating console improvements
Jul 21, 2013
fdda179
Limit the height of the floating console
Jul 21, 2013
430b1a7
Remove some triggerReflow() logic
Jul 21, 2013
9caac8e
Turn off reflow logic while manipulating the DOM for the floating con…
Jul 21, 2013
e2db6e2
Temporarily disable the JDK check for the CI server
Jul 21, 2013
3821f38
Move the def of reflowEventsEnabled outside of the Prototype-only block
Jul 21, 2013
4fd664d
Add enable/disable buttons for the client console
Jul 22, 2013
cddab13
Remove the fadeIn() and fadeOut() EventWrapper methods
Jul 22, 2013
2ec37ad
Improve the floating console:
Jul 22, 2013
2ce0b5a
Hook requirejs.onError() to present RequireJS errors in the floating …
Jul 22, 2013
36de838
Add ElementWrapper.children()
Jul 22, 2013
01cfeb1
Add a text field for dynamic filtering of the floating console messages
Jul 22, 2013
f649276
Roll version number forward to 5.4-alpha-14
Jul 22, 2013
bc47f5d
Correct the jQuery version of ElementWrapper.children()
Jul 22, 2013
1701e3b
Delay field focus 1/8th second to allow for other initializations
Jul 22, 2013
4255ec3
Make use of the ElementWrapper.text() method, for jQuery compatibility
Jul 23, 2013
341e10d
Roll version number forward to 5.4-alpha-15
Jul 23, 2013
6215227
Adjust timing of focus tests to allow for 1/8th second delay
Jul 23, 2013
23ac665
Upgrade bundled Underscore to version 1.5.1
Jul 23, 2013
a30f8a7
Adjust the link to t5/core/dom (jquery) module
Jul 23, 2013
75b45f8
Rename the API documentation archive to reflect CoffeeScript document…
Jul 23, 2013
0dd2d2a
Correct fumble-fingers edit
Jul 23, 2013
a32faa9
Handle multiple url()s on a single line
Jul 24, 2013
a88b5f4
TAP5-2045: Set default CSS class for Label component to be "control-l…
Jul 24, 2013
c4b93e1
TAP5-1569: Grid should implement the ClientElement interface
Jul 25, 2013
5dbc372
TAP5-1822: LinkSecurity should be public, not internal, as it is used…
Jul 25, 2013
714a602
TAP5-1668: JavaDoc for @Parameter.value() should be clearer about the…
Jul 25, 2013
b8627d0
TAP5-2148: VersionUtils should close the stream it opens
Jul 25, 2013
12cb567
TAP5-2073: AbstractEventContext always emits "null" regardless of wha…
Jul 25, 2013
8f52e12
TAP5-1926: PropertyDisplayBlocks Date's display block is not thread safe
Jul 25, 2013
222291c
TAP5-1990: Link interface should be more fluid to allow setting of an…
Jul 25, 2013
5357232
Fix broken tests
Jul 26, 2013
7b27601
TAP5-2153 Adapt quickstart archetype generated sources to be bootstra…
mlusetti Jul 31, 2013
47c5cd2
TAP5-2153 Adapt quickstart archetype generated sources to be bootstra…
mlusetti Aug 1, 2013
eee3172
TAP5-2153 Adapt quickstart archetype generated sources to be bootstra…
mlusetti Aug 1, 2013
1a19ad2
TAP5-2153 Adapt quickstart archetype generated sources to be bootstra…
mlusetti Aug 1, 2013
2d4e009
TAP5-2153 Adapt quickstart archetype generated sources to be bootstra…
mlusetti Aug 1, 2013
e9469dc
TAP5-2153 Adapt quickstart archetype generated sources to be bootstra…
mlusetti Aug 1, 2013
5a9be60
TAP5-2153 Adapt quickstart archetype generated sources to be bootstra…
mlusetti Aug 1, 2013
d85ddb0
TAP5-2153 Adapt quickstart archetype generated sources to be bootstra…
mlusetti Aug 1, 2013
7254a9c
TAP5-2153 Adapt quickstart archetype generated sources to be bootstra…
mlusetti Aug 1, 2013
c641d82
TAP5-2153 Adapt quickstart archetype generated sources to be bootstra…
mlusetti Aug 1, 2013
4489a8a
TAP5-2153 Adapt quickstart archetype generated sources to be bootstra…
mlusetti Aug 1, 2013
84d26fd
clean a leftover
mlusetti Aug 2, 2013
8fecc8e
TAP5-2070 annotation and service response handler to get access to pa…
mlusetti Aug 3, 2013
5cc984b
TAP5-2070 have the component model be able to declare if it handle th…
mlusetti Aug 3, 2013
8640a40
TAP5-2070 declare if the component handle the activation context
mlusetti Aug 3, 2013
3054fd6
TAP5-2070 publish new method to let other code check for activation c…
mlusetti Aug 3, 2013
2db059c
TAP5-2070 have the meta data constants used to check each page's value
mlusetti Aug 3, 2013
6d70228
TAP5-2070 hook the services into our IoC
mlusetti Aug 3, 2013
d1fabec
TAP5-2070 check each page for UnknownActivationContext annotation
mlusetti Aug 3, 2013
6762367
TAP5-2070 test case to be expanded to use something different then Se…
mlusetti Aug 3, 2013
c13ed06
TAP5-2070 actual test pages
mlusetti Aug 3, 2013
a766ff4
fix typo
mlusetti Aug 5, 2013
0e2fc36
TAP5-2070 actually I want to check for an exact activation handler me…
mlusetti Aug 5, 2013
8d24cbd
Add some better documentation for t5/core/dom:ajaxRequest and t5/core…
Aug 5, 2013
28e3321
TAP5-2070 better to take no activation handler method as a way to acc…
mlusetti Aug 5, 2013
953f9a3
update copyright notice
mlusetti Aug 5, 2013
0ae1d11
TAP5-2070 tests on basic check on activation context with new annotation
mlusetti Aug 5, 2013
7de82f5
TAP5-2070 new page for base tests
mlusetti Aug 5, 2013
83fcdca
TAP5-2070 show new pages in main intergation test app
mlusetti Aug 5, 2013
7e05859
TAP5-2070 new test integration app for activation context check
mlusetti Aug 5, 2013
2d5fb4b
TAP5-2070 new test integration app for activation context check with …
mlusetti Aug 5, 2013
a9173f9
TAP5-2070 hook new test apps into test chain
mlusetti Aug 5, 2013
974adcc
Fix javadoc to reflect actual behavior
mlusetti Aug 6, 2013
6460e44
TAP5-2070 fix some tests
mlusetti Aug 6, 2013
80d22da
fix tests
mlusetti Aug 7, 2013
85e53f9
Handle case where RequireJS passes error object w/o a modules property
Aug 12, 2013
bb255c0
Correct module name in comment
Aug 12, 2013
e16e5fb
TAP5-1007: When Tapestry is loading templates or other files on case-…
Aug 13, 2013
cc5c53d
TAP5-1446: Coercion from List to SelectModel should use the SelectMod…
Aug 17, 2013
901c6a1
first step fix TAP5-2098
based2 Aug 20, 2013
c653f57
allow alerts to render tml with markup attribute
based2 Aug 20, 2013
e5d8257
fix typo and alert udpate
based2 Dec 11, 2013
6f11d56
fix CVE-2013-0248:
based2 Dec 22, 2013
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
33 changes: 0 additions & 33 deletions .classpath

This file was deleted.

16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
out/
bin/
.DS_Store
.classpath
.project
.settings/
*.ipr
*.iml
*.iws
target
test-output
temp-testng*.xml
build/
.gradle
*~
\#*
23 changes: 0 additions & 23 deletions .project

This file was deleted.

58 changes: 0 additions & 58 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

Loading