Changeset 466 for branches/gem-applet-experiment/ChangeLog
- Timestamp:
- 10/07/08 17:42:40 (3 months ago)
- Files:
-
- 1 modified
-
branches/gem-applet-experiment/ChangeLog (modified) (382 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gem-applet-experiment/ChangeLog
r460 r466 1 -- Fri, 03 Oct 2008 18:30:11 -0000 by deveiant (r465) ----- 2 Changed: Rakefile 3 4 Merged [changeset:464 build system changes from trunk]. 5 6 7 -- Fri, 03 Oct 2008 18:11:06 -0000 by deveiant (r463) ----- 8 Added: /branches/gem-applet-experiment 9 -> renamed from /trunk@r462 10 11 Branching for experimentation with deploying applets as gems 12 13 14 -- Fri, 03 Oct 2008 17:56:35 -0000 by deveiant (r462) ----- 15 Changed: /trunk/Rakefile 16 /trunk/project.yml 17 /trunk/lib/arrow/applet.rb 18 19 * Updated build system 20 * Fixed the formvalidator log message in Arrow::Applet. 21 22 23 -- Thu, 28 Aug 2008 00:24:56 -0000 by deveiant (r461) ----- 24 Added: /trunk/docs/manual/resources/js/jquery.ThickBox.js (new) 25 /trunk/docs/manual/resources/js/manual.js (new) 26 /trunk/docs/manual/resources/js/jquery.js (new) 27 /trunk/docs/manual/resources/js/search.js (new) 28 Changed: /trunk/spec/arrow/formvalidator_spec.rb 29 /trunk/lib/arrow/formvalidator.rb 30 31 * Added some more javascript stuff to the manual resources dir 32 * Made boolean constraints accept '1' or '0' in Arrow::FormValidator 33 34 35 -- Wed, 20 Aug 2008 01:46:52 -0000 by deveiant (r460) ----- 36 Changed: /trunk/project.yml 37 /trunk/ChangeLog 38 39 Updated build system. 40 41 1 42 -- Sat, 16 Aug 2008 02:28:50 -0000 by deveiant (r459) ----- 2 Added: spec/arrow/session_spec.rb (new)3 Changed: README4 docs/manual/resources/css/screen.css5 spec/arrow/appletregistry_spec.rb6 arrow.css7 LICENSE8 Rakefile (and 9 other/s)43 Added: /trunk/spec/arrow/session_spec.rb (new) 44 Changed: /trunk/README 45 /trunk/docs/manual/resources/css/screen.css 46 /trunk/spec/arrow/appletregistry_spec.rb 47 /trunk/arrow.css 48 /trunk/LICENSE 49 /trunk/Rakefile (and 9 other/s) 9 50 10 51 * Updated the build system … … 13 54 14 55 -- Fri, 25 Jul 2008 02:53:27 -0000 by deveiant (r458) ----- 15 Added: spec/arrow/appletregistry_spec.rb (new)16 Changed: docs/manual/source/tutorial/intro.page17 spec/arrow/applet_spec.rb56 Added: /trunk/spec/arrow/appletregistry_spec.rb (new) 57 Changed: /trunk/docs/manual/source/tutorial/intro.page 58 /trunk/spec/arrow/applet_spec.rb 18 59 19 60 * Updated intro page of the manual with more detail about templates, and clarified how … … 23 64 24 65 -- Fri, 18 Jul 2008 16:56:49 -0000 by deveiant (r457) ----- 25 Changed: Rakefile26 project.yml66 Changed: /trunk/Rakefile 67 /trunk/project.yml 27 68 28 69 Synced build system with the latest tasklibs … … 30 71 31 72 -- Tue, 15 Jul 2008 20:56:56 -0000 by deveiant (r455) ----- 32 Changed: docs/Structural-Overview.graffle73 Changed: /trunk/docs/Structural-Overview.graffle 33 74 34 75 Tweaked for presentation … … 36 77 37 78 -- Sat, 12 Jul 2008 01:00:34 -0000 by deveiant (r454) ----- 38 Added: project.yml (new)79 Added: /trunk/project.yml (new) 39 80 Changed: /trunk 40 Rakefile41 lib/arrow.rb42 Deleted: rake81 /trunk/Rakefile 82 /trunk/lib/arrow.rb 83 Deleted: /trunk/rake 43 84 44 85 * Started conversion to unified cross-project rake-based build system … … 46 87 47 88 -- Tue, 24 Jun 2008 17:46:09 -0000 by deveiant (r453) ----- 48 Added: lib/arrow/template/timedelta.rb (new)49 Changed: spec/arrow/formvalidator_spec.rb50 lib/arrow/formvalidator.rb89 Added: /trunk/lib/arrow/template/timedelta.rb (new) 90 Changed: /trunk/spec/arrow/formvalidator_spec.rb 91 /trunk/lib/arrow/formvalidator.rb 51 92 52 93 … … 57 98 58 99 -- Mon, 23 Jun 2008 05:47:00 -0000 by deveiant (r452) ----- 59 Added: LICENSE100 Added: /trunk/LICENSE 60 101 -> renamed from /releases/Arrow-0.9.3/LICENSE@r451 61 Changed: lib/arrow/fallbackhandler.rb62 lib/arrow/template/container.rb63 lib/arrow/config-loaders/yaml.rb64 lib/arrow/template/for.rb65 lib/arrow/rubytokenreactor.rb66 lib/arrow/mixins.rb (and 74 other/s)67 Deleted: docs/COPYRIGHT102 Changed: /trunk/lib/arrow/fallbackhandler.rb 103 /trunk/lib/arrow/template/container.rb 104 /trunk/lib/arrow/config-loaders/yaml.rb 105 /trunk/lib/arrow/template/for.rb 106 /trunk/lib/arrow/rubytokenreactor.rb 107 /trunk/lib/arrow/mixins.rb (and 74 other/s) 108 Deleted: /trunk/docs/COPYRIGHT 68 109 69 110 Merged hotfix from the 0.9.3 [log:branches/Arrow-0.9.3@450:451 release branch]. … … 71 112 72 113 -- Sun, 22 Jun 2008 21:21:00 -0000 by deveiant (r450) ----- 73 Added: rake/publishing.rb114 Added: /trunk/rake/publishing.rb 74 115 -> renamed from /trunk/rake/publication.rb@r448 75 Changed: lib/arrow/constants.rb76 Rakefile77 lib/arrow.rb78 lib/arrow/mixins.rb79 rake/svn.rb80 Deleted: rake/publication.rb116 Changed: /trunk/lib/arrow/constants.rb 117 /trunk/Rakefile 118 /trunk/lib/arrow.rb 119 /trunk/lib/arrow/mixins.rb 120 /trunk/rake/svn.rb 121 Deleted: /trunk/rake/publication.rb 81 122 82 123 … … 85 126 86 127 -- Wed, 18 Jun 2008 23:17:56 -0000 by deveiant (r448) ----- 87 Added: docs/manual/lib/api-filter.rb (new)88 Changed: Rakefile89 rake/packaging.rb128 Added: /trunk/docs/manual/lib/api-filter.rb (new) 129 Changed: /trunk/Rakefile 130 /trunk/rake/packaging.rb 90 131 91 132 * Reorganized Rakefile and merged some fixes from other projects to the … … 95 136 96 137 -- Mon, 16 Jun 2008 22:44:21 -0000 by deveiant (r447) ----- 97 Changed: Rakefile98 rake/packaging.rb138 Changed: /trunk/Rakefile 139 /trunk/rake/packaging.rb 99 140 100 141 Updated dependency list, added better diagnostics of task load failures. … … 102 143 103 144 -- Thu, 29 May 2008 22:20:59 -0000 by deveiant (r446) ----- 104 Added: docs/manual/lib/links-filter.rb (new)105 Changed: docs/manual/lib/examples-filter.rb106 docs/manual/source/tutorial/intro.page107 docs/manual/source/tutorial/templates.page108 rake/manual.rb109 Rakefile110 docs/manual/layouts/default.page (and 4 other/s)111 Deleted: docs/manual/source/tutorial/monitors.page112 docs/manual/source/tutorial/apps.page113 docs/manual/source/tutorial/sources.page145 Added: /trunk/docs/manual/lib/links-filter.rb (new) 146 Changed: /trunk/docs/manual/lib/examples-filter.rb 147 /trunk/docs/manual/source/tutorial/intro.page 148 /trunk/docs/manual/source/tutorial/templates.page 149 /trunk/rake/manual.rb 150 /trunk/Rakefile 151 /trunk/docs/manual/layouts/default.page (and 4 other/s) 152 Deleted: /trunk/docs/manual/source/tutorial/monitors.page 153 /trunk/docs/manual/source/tutorial/apps.page 154 /trunk/docs/manual/source/tutorial/sources.page 114 155 115 156 * Merged some manual stuff back from ThingFish … … 119 160 120 161 -- Sat, 03 May 2008 03:01:15 -0000 by deveiant (r445) ----- 121 Changed: rake/manual.rb122 spec/arrow/formvalidator_spec.rb123 lib/arrow/formvalidator.rb162 Changed: /trunk/rake/manual.rb 163 /trunk/spec/arrow/formvalidator_spec.rb 164 /trunk/lib/arrow/formvalidator.rb 124 165 125 166 * Merged some improvements back from ThingFish. Paired with Mahlon. … … 128 169 129 170 -- Tue, 29 Apr 2008 13:35:21 -0000 by deveiant (r444) ----- 130 Added: docs/manual/resources/images/shadows/large-70.png (new)131 docs/manual/resources/images/shadows/tl.png (new)132 docs/manual/resources/images/shadows/smaller-30.png (new)133 docs/manual/resources/images/shadows/medium.png (new)134 docs/manual/resources/images/shadows/smaller-50.png (new)135 docs/manual/resources/images/shadows/smaller-70.png (new) (and 22 other/s)136 Changed: docs/manual/resources/css/manual.css137 docs/manual/source/tutorial/validation.page138 docs/manual/lib/examples-filter.rb139 docs/manual/source/tutorial/templates.page171 Added: /trunk/docs/manual/resources/images/shadows/large-70.png (new) 172 /trunk/docs/manual/resources/images/shadows/tl.png (new) 173 /trunk/docs/manual/resources/images/shadows/smaller-30.png (new) 174 /trunk/docs/manual/resources/images/shadows/medium.png (new) 175 /trunk/docs/manual/resources/images/shadows/smaller-50.png (new) 176 /trunk/docs/manual/resources/images/shadows/smaller-70.png (new) (and 22 other/s) 177 Changed: /trunk/docs/manual/resources/css/manual.css 178 /trunk/docs/manual/source/tutorial/validation.page 179 /trunk/docs/manual/lib/examples-filter.rb 180 /trunk/docs/manual/source/tutorial/templates.page 140 181 141 182 * Committing some more work on the manual. … … 145 186 146 187 -- Fri, 18 Apr 2008 06:04:47 -0000 by deveiant (r443) ----- 147 Changed: Rakefile188 Changed: /trunk/Rakefile 148 189 149 190 Fixed the rdoc-generation task I broke by passing fully-qualified paths to RDoc. Grrr... … … 151 192 152 193 -- Thu, 17 Apr 2008 16:46:45 -0000 by deveiant (r442) ----- 153 Added: docs/manual/source/tutorial/error-handling.page (new)154 docs/manual/source/tutorial/logging.page (new)155 Changed: docs/manual/source/installation.page156 docs/manual/source/tutorial/advanced-config.page194 Added: /trunk/docs/manual/source/tutorial/error-handling.page (new) 195 /trunk/docs/manual/source/tutorial/logging.page (new) 196 Changed: /trunk/docs/manual/source/installation.page 197 /trunk/docs/manual/source/tutorial/advanced-config.page 157 198 158 199 Checkpoint of some docs work last night. … … 160 201 161 202 -- Thu, 17 Apr 2008 06:52:35 -0000 by deveiant (r441) ----- 162 Changed: docs/manual/source/tutorial/validation.page163 docs/manual/source/index.page164 docs/manual/resources/css/manual.css165 docs/manual/source/tutorial/applets.page203 Changed: /trunk/docs/manual/source/tutorial/validation.page 204 /trunk/docs/manual/source/index.page 205 /trunk/docs/manual/resources/css/manual.css 206 /trunk/docs/manual/source/tutorial/applets.page 166 207 167 208 Checkpointing manual work. … … 169 210 170 211 -- Wed, 16 Apr 2008 14:59:26 -0000 by deveiant (r440) ----- 171 Changed: README172 lib/arrow/template.rb173 Rakefile212 Changed: /trunk/README 213 /trunk/lib/arrow/template.rb 214 /trunk/Rakefile 174 215 175 216 * Added the 'install' task to the Rakefile. Thanks to Mahlon and Ben for bugging … … 179 220 180 221 -- Thu, 10 Apr 2008 23:27:34 -0000 by deveiant (r439) ----- 181 Added: docs/manual/resources/images/caution-bars.png (new)182 docs/manual/resources/images/helloworld_thumb.png (new)183 docs/manual/resources/images/helloworld.png (new)184 docs/manual/resources/css/deveiate.css (new)185 docs/manual/resources/images/basic-structure.png (new)186 docs/manual/source/tutorial/advanced-config.page (new) (and 1 other/s)187 Changed: lib/arrow/logger/apacheoutputter.rb188 rake/manual.rb189 docs/manual/layouts/default.page190 lib/arrow/config.rb191 docs/Structural-Overview.graffle192 docs/manual/resources/css/manual.css (and 17 other/s)222 Added: /trunk/docs/manual/resources/images/caution-bars.png (new) 223 /trunk/docs/manual/resources/images/helloworld_thumb.png (new) 224 /trunk/docs/manual/resources/images/helloworld.png (new) 225 /trunk/docs/manual/resources/css/deveiate.css (new) 226 /trunk/docs/manual/resources/images/basic-structure.png (new) 227 /trunk/docs/manual/source/tutorial/advanced-config.page (new) (and 1 other/s) 228 Changed: /trunk/lib/arrow/logger/apacheoutputter.rb 229 /trunk/rake/manual.rb 230 /trunk/docs/manual/layouts/default.page 231 /trunk/lib/arrow/config.rb 232 /trunk/docs/Structural-Overview.graffle 233 /trunk/docs/manual/resources/css/manual.css (and 17 other/s) 193 234 194 235 * Lots of work on the manual, including a new Rake-based generation system. … … 199 240 200 241 -- Sun, 30 Mar 2008 03:48:14 -0000 by deveiant (r438) ----- 201 Changed: rake/manual.rb202 docs/manual/layouts/default.page242 Changed: /trunk/rake/manual.rb 243 /trunk/docs/manual/layouts/default.page 203 244 204 245 Added an attribute to the Manual::Page object for relative paths in generated … … 207 248 208 249 -- Fri, 28 Mar 2008 00:49:20 -0000 by deveiant (r437) ----- 209 Added: spec/arrow/session (new)210 spec/arrow/formvalidator_spec.rb250 Added: /trunk/spec/arrow/session (new) 251 /trunk/spec/arrow/formvalidator_spec.rb 211 252 -> renamed from /trunk/spec/formvalidator_spec.rb@r435 212 spec/arrow/templatefactory_spec.rb253 /trunk/spec/arrow/templatefactory_spec.rb 213 254 -> renamed from /trunk/spec/templatefactory_spec.rb@r435 214 docs/manual/source/installation.page255 /trunk/docs/manual/source/installation.page 215 256 -> renamed from /trunk/docs/manual/source/download.page@r435 216 spec/arrow (new)217 spec/arrow/dispatcher_spec.rb257 /trunk/spec/arrow (new) 258 /trunk/spec/arrow/dispatcher_spec.rb 218 259 -> renamed from /trunk/spec/dispatcher_spec.rb@r435 (and 6 other/s) 219 Changed: applets/view-template.rb220 applets/tutorial/imgtext.rb221 lib/arrow/template/container.rb222 lib/arrow/fallbackhandler.rb223 rake/testing.rb224 tests/session_id.tests.rb (and 145 other/s)225 Deleted: docs/manual/source/tutorial.page226 spec/activerecordstore_spec.rb227 install.rb228 spec/templatefactory_spec.rb229 makedist.rb230 spec/cookieset_spec.rb (and 8 other/s)260 Changed: /trunk/applets/view-template.rb 261 /trunk/applets/tutorial/imgtext.rb 262 /trunk/lib/arrow/template/container.rb 263 /trunk/lib/arrow/fallbackhandler.rb 264 /trunk/rake/testing.rb 265 /trunk/tests/session_id.tests.rb (and 145 other/s) 266 Deleted: /trunk/docs/manual/source/tutorial.page 267 /trunk/spec/activerecordstore_spec.rb 268 /trunk/install.rb 269 /trunk/spec/templatefactory_spec.rb 270 /trunk/makedist.rb 271 /trunk/spec/cookieset_spec.rb (and 8 other/s) 231 272 232 273 * Removed the test.rb file now that testing has been converted to Rake tasks … … 237 278 238 279 -- Thu, 20 Mar 2008 18:01:26 -0000 by deveiant (r436) ----- 239 Changed: tests/cookie.tests.rb240 lib/arrow/config-loaders/yaml.rb241 lib/arrow/logger/htmloutputter.rb242 lib/arrow/logger.rb243 lib/arrow/config.rb244 lib/arrow/logger/fileoutputter.rb (and 2 other/s)280 Changed: /trunk/tests/cookie.tests.rb 281 /trunk/lib/arrow/config-loaders/yaml.rb 282 /trunk/lib/arrow/logger/htmloutputter.rb 283 /trunk/lib/arrow/logger.rb 284 /trunk/lib/arrow/config.rb 285 /trunk/lib/arrow/logger/fileoutputter.rb (and 2 other/s) 245 286 246 287 * removed unnecessary breakpoint dependency … … 251 292 252 293 -- Mon, 03 Mar 2008 14:03:23 -0000 by deveiant (r435) ----- 253 Added: docs/manual/resources/css/screen.css (new)254 docs/manual/resources/css/print.css (new)255 docs/manual/resources/css/ie.css (new)256 Changed: rake/manual.rb257 rake/testing.rb258 Rakefile259 docs/manual/layouts/default.page260 lib/arrow/session.rb261 rake/packaging.rb (and 1 other/s)294 Added: /trunk/docs/manual/resources/css/screen.css (new) 295 /trunk/docs/manual/resources/css/print.css (new) 296 /trunk/docs/manual/resources/css/ie.css (new) 297 Changed: /trunk/rake/manual.rb 298 /trunk/rake/testing.rb 299 /trunk/Rakefile 300 /trunk/docs/manual/layouts/default.page 301 /trunk/lib/arrow/session.rb 302 /trunk/rake/packaging.rb (and 1 other/s) 262 303 263 304 * Added a subtask to copy resources to the output when generating the manual. … … 267 308 268 309 -- Sun, 02 Mar 2008 08:30:17 -0000 by deveiant (r434) ----- 269 Added: rake/publication.rb (new)270 lib/arrow/constants.rb (new)271 docs/manual/source/history.page310 Added: /trunk/rake/publication.rb (new) 311 /trunk/lib/arrow/constants.rb (new) 312 /trunk/docs/manual/source/history.page 272 313 -> renamed from /trunk/docs/manual/source/whatis.page@r433 273 rake/testing.rb (new)274 rake/packaging.rb (new)275 lib/arrow/monkeypatches.rb (new) (and 1 other/s)276 Changed: lib/arrow/config-loaders/yaml.rb277 Rakefile278 lib/arrow/utils.rb279 lib/arrow.rb280 docs/manual/source/index.page281 docs (and 2 other/s)282 Deleted: docs/manual/source/whatis.page283 docs/manual/source/install.page314 /trunk/rake/testing.rb (new) 315 /trunk/rake/packaging.rb (new) 316 /trunk/lib/arrow/monkeypatches.rb (new) (and 1 other/s) 317 Changed: /trunk/lib/arrow/config-loaders/yaml.rb 318 /trunk/Rakefile 319 /trunk/lib/arrow/utils.rb 320 /trunk/lib/arrow.rb 321 /trunk/docs/manual/source/index.page 322 /trunk/docs (and 2 other/s) 323 Deleted: /trunk/docs/manual/source/whatis.page 324 /trunk/docs/manual/source/install.page 284 325 285 326 * Split tasks out of the toplevel Rakefile into tasklibs in rake/. … … 293 334 294 335 -- Sat, 01 Mar 2008 18:30:51 -0000 by deveiant (r433) ----- 295 Added: docs/manual/source/tutorial/monitors.page336 Added: /trunk/docs/manual/source/tutorial/monitors.page 296 337 -> renamed from /trunk/docs/manual/source/tutorial/monitors.textile@r432 297 docs/manual/source/tutorial/sources.page338 /trunk/docs/manual/source/tutorial/sources.page 298 339 -> renamed from /trunk/docs/manual/source/tutorial/sources.textile@r432 299 docs/manual/lib (new)300 docs/manual/source/tutorial/templates.page340 /trunk/docs/manual/lib (new) 341 /trunk/docs/manual/source/tutorial/templates.page 301 342 -> renamed from /trunk/docs/manual/source/tutorial/templates.textile@r432 302 docs/manual/source/tutorial.page343 /trunk/docs/manual/source/tutorial.page 303 344 -> renamed from /trunk/docs/manual/source/tutorial.textile@r432 304 docs/manual/source/tutorial/apps.page345 /trunk/docs/manual/source/tutorial/apps.page 305 346 -> renamed from /trunk/docs/manual/source/tutorial/apps.textile@r432 (and 13 other/s) 306 347 Changed: /trunk 307 Rakefile308 docs/manual309 Deleted: docs/manual/source/tutorial/monitors.textile310 Arrow TextMate Project.tmproj311 rake/verifytask.rb312 spec/rake313 docs/manual/source/tutorial/intro.textile314 docs/manual/source/tutorial/templates.textile (and 12 other/s)348 /trunk/Rakefile 349 /trunk/docs/manual 350 Deleted: /trunk/docs/manual/source/tutorial/monitors.textile 351 /trunk/Arrow TextMate Project.tmproj 352 /trunk/rake/verifytask.rb 353 /trunk/spec/rake 354 /trunk/docs/manual/source/tutorial/intro.textile 355 /trunk/docs/manual/source/tutorial/templates.textile (and 12 other/s) 315 356 316 357 * Added manual-generation system. … … 321 362 322 363 -- Wed, 20 Feb 2008 19:26:10 -0000 by deveiant (r432) ----- 323 Changed: spec/activerecordstore_spec.rb324 lib/arrow/logger/htmloutputter.rb325 lib/arrow/logger.rb326 lib/arrow.rb327 lib/arrow/session.rb328 lib/arrow/template/nodes.rb (and 4 other/s)364 Changed: /trunk/spec/activerecordstore_spec.rb 365 /trunk/lib/arrow/logger/htmloutputter.rb 366 /trunk/lib/arrow/logger.rb 367 /trunk/lib/arrow.rb 368 /trunk/lib/arrow/session.rb 369 /trunk/lib/arrow/template/nodes.rb (and 4 other/s) 329 370 330 371 * Updated the Arrow::Session::ActiveRecordStore to work under ActiveRecord 2.x. … … 337 378 338 379 -- Thu, 14 Feb 2008 08:10:49 -0000 by deveiant (r431) ----- 339 Added: docs/manual/resources/images/hello-world-sshot.png380 Added: /trunk/docs/manual/resources/images/hello-world-sshot.png 340 381 -> renamed from /trunk/docs/manual/hello-world-sshot.png@r430 341 docs/manual/source/tutorial/monitors.textile382 /trunk/docs/manual/source/tutorial/monitors.textile 342 383 -> renamed from /trunk/docs/manual/tutorial-monitors.html@r430 343 docs/manual/source (new)344 docs/manual/resources/images/structural-overview2.png384 /trunk/docs/manual/source (new) 385 /trunk/docs/manual/resources/images/structural-overview2.png 345 386 -> renamed from /trunk/docs/manual/structural-overview2.png@r430 346 docs/manual/layouts (new)347 docs/manual/source/tutorial (new) (and 23 other/s)348 Changed: README349 docs/COPYRIGHT350 Arrow TextMate Project.tmproj351 lib/arrow/formvalidator.rb352 spec/formvalidator_spec.rb353 Rakefile (and 2 other/s)354 Deleted: docs/manual/hello-dave-sshot.png355 docs/manual/tutorial-templates.html356 docs/manual/tutorial.html357 docs/manual/tutorial-apps.html358 docs/manual/download.html359 docs/manual/index.html (and 17 other/s)387 /trunk/docs/manual/layouts (new) 388 /trunk/docs/manual/source/tutorial (new) (and 23 other/s) 389 Changed: /trunk/README 390 /trunk/docs/COPYRIGHT 391 /trunk/Arrow TextMate Project.tmproj 392 /trunk/lib/arrow/formvalidator.rb 393 /trunk/spec/formvalidator_spec.rb 394 /trunk/Rakefile (and 2 other/s) 395 Deleted: /trunk/docs/manual/hello-dave-sshot.png 396 /trunk/docs/manual/tutorial-templates.html 397 /trunk/docs/manual/tutorial.html 398 /trunk/docs/manual/tutorial-apps.html 399 /trunk/docs/manual/download.html 400 /trunk/docs/manual/index.html (and 17 other/s) 360 401 361 402 * Merged some of the stuff I like from the ThingFish Rakefile, started trying to … … 372 413 373 414 -- Fri, 18 Jan 2008 20:36:29 -0000 by deveiant (r430) ----- 374 Added: lib/arrow/logger/htmloutputter.rb (new)415 Added: /trunk/lib/arrow/logger/htmloutputter.rb (new) 375 416 Changed: /trunk 376 docs/makedocs.rb377 Rakefile378 Arrow TextMate Project.tmproj379 lib/arrow/transaction.rb380 docs (and 4 other/s)417 /trunk/docs/makedocs.rb 418 /trunk/Rakefile 419 /trunk/Arrow TextMate Project.tmproj 420 /trunk/lib/arrow/transaction.rb 421 /trunk/docs (and 4 other/s) 381 422 382 423 * Changed docs to use Darkfish instead of the default RDoc template. … … 385 426 386 427 -- Tue, 21 Aug 2007 20:56:22 -0000 by deveiant (r426) ----- 387 Changed: lib/arrow.rb428 Changed: /trunk/lib/arrow.rb 388 429 389 430 Preparing for 0.9.2 release … … 391 432 392 433 -- Tue, 21 Aug 2007 20:54:59 -0000 by deveiant (r425) ----- 393 Changed: lib/arrow/mixins.rb434 Changed: /trunk/lib/arrow/mixins.rb 394 435 395 436 Clarified some debugging statements in Arrow::Injectable … … 397 438 398 439 -- Mon, 20 Aug 2007 20:54:26 -0000 by phaedrus (r424) ----- 399 Changed: lib/arrow/config.rb440 Changed: /trunk/lib/arrow/config.rb 400 441 401 442 Changed self::load in config.rb so that it tries to untaint a copy of the source name, instead of the actual one (which is a frozen object in some cases). … … 404 445 405 446 -- Wed, 15 Aug 2007 18:50:16 -0000 by deveiant (r423) ----- 406 Changed: Arrow TextMate Project.tmproj407 lib/arrow/applet.rb447 Changed: /trunk/Arrow TextMate Project.tmproj 448 /trunk/lib/arrow/applet.rb 408 449 409 450 * Fixed the bug that caused an inappro
