|
Revision 8610, 0.8 kB
(checked in by madrobby, 9 months ago)
|
javascript_test: update prototype/unittest.js to latest 1.6.0.1 versions, generate public/javascripts/name.js file when using the generator, add option to use application-provided prototype.js file instead of the one that comes with the pluging. Fixes #10662, #10667, #10669, #10694, #10697 and #10732.
|
| Line | |
|---|
| 1 |
*SVN* |
|---|
| 2 |
|
|---|
| 3 |
* Update to prototype + unittest 1.6.0.1 [nicwilliams] |
|---|
| 4 |
The prototype unittest.js had evolved away from scriptaculous's verision. |
|---|
| 5 |
NOTE: this involves the removal of the trial BDD system. Its possible people |
|---|
| 6 |
are actually using this. |
|---|
| 7 |
|
|---|
| 8 |
* Generates a public/javascripts/name.js library file when generating the test file [nicwilliams] |
|---|
| 9 |
|
|---|
| 10 |
* Add -A/--use-app-assets generator option to allow usage of app's own prototype lib. [nicwillams] |
|---|
| 11 |
|
|---|
| 12 |
* Add JavaScriptTest namespace wrapper |
|---|
| 13 |
|
|---|
| 14 |
* Added test for JavaScript test runner |
|---|
| 15 |
|
|---|
| 16 |
* Issue headers that prevent caching, #6218 [voidlock] |
|---|
| 17 |
|
|---|
| 18 |
* Allow for manual execution of tests by manually providing an assets symlink (see README) |
|---|
| 19 |
|
|---|
| 20 |
* Updated CSS and generator to more Railsy layout and colors, borrowed from Tom Werners' #6036 default error pages patch |
|---|
| 21 |
|
|---|
| 22 |
* Add more info to README, add this CHANGELOG |
|---|