From gm at navel.gr Tue Jan 3 04:48:28 2006 From: gm at navel.gr (gm@navel.gr) Date: Tue, 3 Jan 2006 11:48:28 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060103094828.CE0848F4395@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Fri Dec 30 13:53:26 EET 2005 George Moschovitis * Better handling of errors on transactions. [timlarson] Fri Dec 30 23:05:08 EET 2005 bryan.a.soto at gmail.com * bugfix_scaffold Specifies Nitro namespace so scaffolding can correctly fill Og objects if user didn't include Nitro namespace in his app. Wed Dec 28 01:43:24 EET 2005 bryan.a.soto at gmail.com * fix_gen_executable Makes reap generate a gen executable. Tue Jan 3 11:55:22 EET 2006 George Moschovitis * More rdoc stuff, og store fix. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Tue Jan 3 12:30:30 2006 From: gm at navel.gr (gm@navel.gr) Date: Tue, 3 Jan 2006 19:30:30 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060103173030.51A6E8F4395@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Tue Jan 3 12:56:19 EET 2006 George Moschovitis * Added some template_root autodetection code, for more intelligent Template.root defaults. Tue Jan 3 19:30:28 EET 2006 George Moschovitis * Added support for WebFiles (ie file uploads) featuring imagemagick integration, thumbnails etc. Based on OgFile. Still under construction. Also added a new Gallery example to demonstrate this. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Wed Jan 4 10:45:48 2006 From: gm at navel.gr (gm@navel.gr) Date: Wed, 4 Jan 2006 17:45:48 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060104154548.6AF7D8F4321@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Wed Jan 4 13:20:06 EET 2006 George Moschovitis * Charset setting for admin part. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Wed Jan 4 11:39:59 2006 From: gm at navel.gr (gm@navel.gr) Date: Wed, 4 Jan 2006 18:39:59 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060104163959.5F69E8F4321@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Wed Jan 4 18:47:03 EET 2006 George Moschovitis * Add db dump/reload functionality, fixed some bugs too. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Thu Jan 5 08:37:15 2006 From: gm at navel.gr (gm@navel.gr) Date: Thu, 5 Jan 2006 15:37:15 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060105133715.422728F4321@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Thu Jan 5 13:17:14 EET 2006 George Moschovitis * Moved wee into helpers from adapter, some rdocs. Thu Jan 5 15:45:00 EET 2006 George Moschovitis * More flexible elements, auto inject ElementMixin if needed, handle elements in Nitro::Element namespace (safer), rdoc fixes. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Mon Jan 9 06:29:43 2006 From: gm at navel.gr (gm@navel.gr) Date: Mon, 9 Jan 2006 13:29:43 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060109112943.B0B368F439C@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Mon Jan 2 02:56:53 EET 2006 kashia at vfemail.net * helper_table_cleanup Wed Dec 21 22:08:57 EET 2005 chrisfarms at gmail.com * Neatening up of the Control code Fri Dec 23 11:29:29 EET 2005 chrisfarms at gmail.com * More controls work: ability to disbale controls, made the little +/- buttons work (tho this should be a propper spinner at some point) Fri Dec 23 12:20:24 EET 2005 chrisfarms at gmail.com * options should be optional (Control#fetch) Tue Jan 3 16:03:39 EET 2006 chrisfarms at gmail.com * Runner has the autoreload require only in the debug setup Thu Jan 5 19:16:25 EET 2006 chrisfarms at gmail.com * Fixes the @params to contain the same 'clever' structure for this[that] type post data when using Multipart form data. Thu Jan 5 19:31:47 EET 2006 chrisfarms at gmail.com * Start of Array control + small fix Thu Jan 5 19:34:46 EET 2006 chrisfarms at gmail.com * Use multipart forms with scaffolding, standby for Blob upload Control Mon Jan 9 13:27:04 EET 2006 George Moschovitis * Added test case for inheritance behaviour. [epiperak] diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Tue Jan 10 11:06:55 2006 From: gm at navel.gr (gm@navel.gr) Date: Tue, 10 Jan 2006 18:06:55 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060110160655.A92528F432A@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Mon Jan 9 16:48:26 EET 2006 kashia at vfemail.net * TableHelper sort implementation diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Wed Jan 11 09:20:00 2006 From: gm at navel.gr (gm@navel.gr) Date: Wed, 11 Jan 2006 16:20:00 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060111142000.A4A778F434E@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Wed Jan 11 15:15:51 EET 2006 George Moschovitis * Nitro automatically converts templates in Element.template_root into Element classes. Added more comments to the Elements implementation. Wed Jan 11 15:21:44 EET 2006 George Moschovitis * Make all sub-elements implicitly named. Wed Jan 11 15:24:24 EET 2006 George Moschovitis * Adde latest revision of table helper by Kashia + test case. [kashia] Wed Jan 11 15:25:44 EET 2006 George Moschovitis * Some cleanup. Wed Jan 11 16:19:50 EET 2006 George Moschovitis * Added a simple layout helper. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Thu Jan 12 06:28:27 2006 From: gm at navel.gr (gm@navel.gr) Date: Thu, 12 Jan 2006 13:28:27 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060112112827.85E1E8F439C@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Thu Jan 12 12:51:28 EET 2006 George Moschovitis * Bumped version numbers. Thu Jan 12 12:59:07 EET 2006 George Moschovitis * Improved Gen rdoc comments. Thu Jan 12 13:16:19 EET 2006 George Moschovitis * Slightly improved glue rdocs. Thu Jan 12 13:37:57 EET 2006 George Moschovitis * Improved Og rdoc comments. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Thu Jan 12 08:47:58 2006 From: gm at navel.gr (gm@navel.gr) Date: Thu, 12 Jan 2006 15:47:58 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060112134758.3117D8F439C@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Thu Jan 12 15:44:15 EET 2006 George Moschovitis * Small fixes, cleanup and changes so that tests and examples work again. Thu Jan 12 15:45:04 EET 2006 George Moschovitis * Removed ajax example (replaced by flickr example). Fri Jan 6 10:15:08 EET 2006 Jonas Pfenniger * Added password control Fri Jan 6 10:17:39 EET 2006 Jonas Pfenniger * Corrected small bug. part/admin was using RenderExit instead of Nitro::RenderExit diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Fri Jan 13 07:10:11 2006 From: gm at navel.gr (gm@navel.gr) Date: Fri, 13 Jan 2006 14:10:11 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060113121011.6F6FE8F439C@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Thu Dec 22 18:30:33 EET 2005 rob at motionpath.com * Fix so delete_all on an STI class doesn't delete other classes records Fri Jan 6 13:35:00 EET 2006 chrisfarms at gmail.com * Make populate_property more compatible with multipart-forms Fri Jan 6 14:12:38 EET 2006 chrisfarms at gmail.com * more little multipart improovements - to_s wasn't rewinding, so could only be used once (not very to_s like) Fri Jan 6 16:03:28 EET 2006 chrisfarms at gmail.com * oid issues Tue Jan 10 17:27:44 EET 2006 chrisfarms at gmail.com * Don't raise an errror from admin part /sytlesheet Thu Jan 12 14:52:56 EET 2006 chrisfarms at gmail.com * typo in utils.rb Thu Jan 12 17:48:02 EET 2006 chrisfarms at gmail.com * Update/Fix to last @params patch, recursive this.this.name --into-- {this => {this => {name => 'val'}}} works, fixed issue of Array in Array for multipart forms Thu Jan 12 20:29:32 EET 2006 chrisfarms at gmail.com * dont call to_s on @params that could be Hash/Array Fri Jan 13 14:15:46 EET 2006 George Moschovitis * Updated RELEASES with 0.27.0 info. Fri Jan 13 14:18:59 EET 2006 George Moschovitis * Updated RELEASES. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Fri Jan 13 07:17:27 2006 From: gm at navel.gr (gm@navel.gr) Date: Fri, 13 Jan 2006 14:17:27 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060113121727.118988F439C@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Tue Jan 3 09:47:20 EET 2006 bryan.a.soto at gmail.com * patch_kirby_evolve_schema Adds support for schema evolution to KirbyBase store. Beginnings of join table support. Not functional. Fri Jan 13 14:27:04 EET 2006 George Moschovitis * More updates to the docs. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Fri Jan 13 08:13:49 2006 From: gm at navel.gr (gm@navel.gr) Date: Fri, 13 Jan 2006 15:13:49 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060113131349.544BD8F43A3@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Fri Jan 13 14:50:00 EET 2006 George Moschovitis * Fixed entity == [aidan] Fri Jan 13 15:23:55 EET 2006 George Moschovitis * Fixed scaffolding of entities in modules. [guill, timl] diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Mon Jan 16 04:23:01 2006 From: gm at navel.gr (gm@navel.gr) Date: Mon, 16 Jan 2006 11:23:01 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060116092301.5FB488F4399@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Sun Jan 15 14:05:41 EET 2006 kashia at vfemail.net * Prototype of ACGI support diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Mon Jan 16 06:00:56 2006 From: gm at navel.gr (gm@navel.gr) Date: Mon, 16 Jan 2006 13:00:56 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060116110056.A53BE8F43AD@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Mon Jan 16 11:54:54 EET 2006 George Moschovitis * Small fixes in generator. Mon Jan 16 12:40:57 EET 2006 George Moschovitis * Updated flare for 0.27.0 Mon Jan 16 13:05:26 EET 2006 George Moschovitis * Small fixes so tests pass. Mon Jan 16 13:08:15 EET 2006 George Moschovitis * Updated RELEASES. Mon Jan 16 13:11:07 EET 2006 George Moschovitis * Updated changelog. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Wed Jan 18 10:58:18 2006 From: gm at navel.gr (gm@navel.gr) Date: Wed, 18 Jan 2006 17:58:18 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060118155818.09F148F4323@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Mon Jan 16 13:14:37 EET 2006 George Moschovitis * Cleanup Mon Jan 16 13:42:31 EET 2006 George Moschovitis * Small fixes. Wed Jan 18 17:11:16 EET 2006 George Moschovitis * Small fixes in the blog example. Wed Jan 18 17:11:52 EET 2006 George Moschovitis * Integrated the latest version of the pure rub mysql adapter. Wed Jan 18 02:35:05 EET 2006 bryan.a.soto at gmail.com * sqlite_schema_evolution Adds schema evolution support to Sqlite3 store. Fri Jan 13 16:58:36 EET 2006 Guillaume Pierronnet * some streaming support fixes Mon Jan 16 15:34:28 EET 2006 Guillaume Pierronnet * handling of arguments in options[:condition] in a Ruby/DBI's style auto escaping of arguments by passing an Array to options[:condition]. Example: User.find(:condition => [name = ? and create_time > ?", "toto", Time.now]) diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Fri Jan 20 06:15:18 2006 From: gm at navel.gr (gm@navel.gr) Date: Fri, 20 Jan 2006 13:15:18 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060120111518.D39AB8F432A@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Thu Jan 19 15:03:27 EET 2006 George Moschovitis * Added after_enchant Og callback, to be used in Cacheable. Fri Jan 20 11:51:42 EET 2006 George Moschovitis * Fixed has_many bug. [aidan] Fri Jan 20 13:18:35 EET 2006 George Moschovitis * Manually applied guill's condition.dup patch. Fri Jan 20 11:59:00 EET 2006 rob at motionpath.com * parse_multipart test case for tc_cgi.rb diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Fri Jan 20 06:18:50 2006 From: gm at navel.gr (gm@navel.gr) Date: Fri, 20 Jan 2006 13:18:50 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060120111850.3D3708F432A@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Thu Jan 19 01:15:36 EET 2006 Guillaume Pierronnet * template compilation bugfix Thu Jan 19 16:55:14 EET 2006 Guillaume Pierronnet * bugfix: paginate will return an empty array for items Fri Jan 20 11:22:42 EET 2006 Guillaume Pierronnet * bugfix: avoid mixin of nice urls and hash-type parameters diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Mon Jan 23 06:01:08 2006 From: gm at navel.gr (gm@navel.gr) Date: Mon, 23 Jan 2006 13:01:08 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060123110108.37EB88F43B1@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Mon Jan 23 12:52:08 EET 2006 George Moschovitis * Fixed nasty compiler bug introduced by a previous patch. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Mon Jan 23 07:33:45 2006 From: gm at navel.gr (gm@navel.gr) Date: Mon, 23 Jan 2006 14:33:45 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060123123345.3E05B8F434E@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Mon Jan 23 11:28:59 EET 2006 Guillaume Pierronnet * security bugfix: permissions on session's files Mon Jan 23 14:30:19 EET 2006 George Moschovitis * Added some useful comments. Mon Jan 23 14:42:29 EET 2006 George Moschovitis * Small fixes. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Mon Jan 23 08:50:17 2006 From: gm at navel.gr (gm@navel.gr) Date: Mon, 23 Jan 2006 15:50:17 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060123135017.A82DB8F434E@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Mon Jan 23 16:01:27 EET 2006 George Moschovitis * Small fix. Mon Jan 23 16:02:55 EET 2006 George Moschovitis * Small fixes. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Mon Jan 23 08:58:50 2006 From: gm at navel.gr (gm@navel.gr) Date: Mon, 23 Jan 2006 15:58:50 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060123135850.CD8768F434E@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Mon Jan 23 16:56:56 EET 2006 Jonas Pfenniger * Corrected spark's < > in diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Mon Jan 23 10:38:29 2006 From: gm at navel.gr (gm@navel.gr) Date: Mon, 23 Jan 2006 17:38:29 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060123153829.C31738F434E@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Mon Jan 23 17:49:18 EET 2006 George Moschovitis * Set Og.thread_safe = false in FCGI, CGI, ACGI. Mon Jan 23 17:49:40 EET 2006 George Moschovitis * NOT LIKE to be mysql compatible. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Tue Jan 24 04:09:07 2006 From: gm at navel.gr (gm@navel.gr) Date: Tue, 24 Jan 2006 11:09:07 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060124090907.C20568F43B0@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Tue Jan 24 01:18:57 EET 2006 bryan.a.soto at gmail.com * bugfix_kirby_store Repairs Kirby store goof I made. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Thu Jan 26 04:06:28 2006 From: gm at navel.gr (gm@navel.gr) Date: Thu, 26 Jan 2006 11:06:28 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060126090628.E62F58F43B0@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Tue Jan 24 13:49:46 EET 2006 George Moschovitis * Introduced the new generalized caching system in Glue. Initial implementation of MemoryStore. The new system will be used for fragment caching, og entity (model) caching, session store, application scoped variables and more. Tue Jan 24 13:51:23 EET 2006 George Moschovitis * Introduced Og Cacheable mixin. Tue Jan 24 13:52:27 EET 2006 George Moschovitis * Added missing cacheable files. Wed Jan 25 02:26:10 EET 2006 bryan.a.soto at gmail.com * og_store_kirby_fix Adds a couple of missing lines to eval_og_insert. Wed Jan 25 01:16:16 EET 2006 bryan.a.soto at gmail.com * glue_taggable_fix Fixes taggable to account for modules when adding a tag. Wed Jan 25 00:22:15 EET 2006 bryan.a.soto at gmail.com * legacy_fix Ensures the find_[all|by]_* methods work for legacy databases by retrieving the field name from the classes properties. Wed Jan 25 00:23:41 EET 2006 bryan.a.soto at gmail.com * og_manager_fix Adds checks so that Og managers don't try to enchant an already enchanted class. Wed Jan 25 01:22:44 EET 2006 bryan.a.soto at gmail.com * og_test_config_fix Makes config responsible for setting up stores. Changes logger if debug is false so that logger doesn't dump to stdout. Wed Jan 25 01:26:45 EET 2006 bryan.a.soto at gmail.com * og_test_suite_fix Changes the test suite to use global store configs $og1 and $og2 set up in CONFIG.rb. All test suites just call manage classes, which ignore's its arguments for some reason. Moves all class definitions to within the TestCase subclass definition to ensure that all managed classes have their own table. Various test case fixes, including: Changing module names from Og to Glue. tc_hierarchical tc_optimistic_locking tc_orderable Fixed some asserts to actually pass. tc_taggable tc_multi_validations Added a file multi_validations_model Commented out some tests that just don't work. tc_kirby tc_filesys Wed Jan 25 00:21:07 EET 2006 bryan.a.soto at gmail.com * rakefile_fix Fixes include directories in test task. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Fri Jan 27 04:07:29 2006 From: gm at navel.gr (gm@navel.gr) Date: Fri, 27 Jan 2006 11:07:29 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060127090729.2BCFA8F43B0@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Wed Jan 25 11:41:40 EET 2006 chrisfarms at gmail.com * Speed optimization for HasManyControl Fri Jan 27 11:18:31 EET 2006 George Moschovitis * Fixed Spoark WikiPage::Revision problems. [fang sun] diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Sat Jan 28 05:22:02 2006 From: gm at navel.gr (gm@navel.gr) Date: Sat, 28 Jan 2006 12:22:02 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060128102202.5FDB98F43A3@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Fri Jan 27 16:17:14 EET 2006 George Moschovitis * Massive: converted to facets 1.0.1, there may be some problems lurking in the code... Mon Jan 23 20:21:29 EET 2006 rob at motionpath.com * Fix to autoreloader to stop it missing files Sat Jan 28 12:23:39 EET 2006 George Moschovitis * Introduced Cache/Drb, Session uses the new generalized caching system, Added drb server helper script to keep all distributed caches/variables in one easy to manage server. Sat Jan 28 12:31:02 EET 2006 George Moschovitis * Added temp fix for facets/paramix.rb Replace the gem version if you need to run the current Glycerin version (remember, you need facets 1.0.1). diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Tue Jan 31 05:23:57 2006 From: gm at navel.gr (gm@navel.gr) Date: Tue, 31 Jan 2006 12:23:57 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060131102357.F22548F43B3@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Mon Jan 30 20:51:05 EET 2006 George Moschovitis * Really minor. Tue Jan 31 05:37:08 EET 2006 George Moschovitis * Further cleanup of the session code, better integration with the glue cache system. Tue Jan 31 06:12:15 EET 2006 George Moschovitis * Clean up nitro caching implementation, reuses glue cache system, added more RDoc comments. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Tue Jan 31 07:43:48 2006 From: gm at navel.gr (gm@navel.gr) Date: Tue, 31 Jan 2006 14:43:48 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060131124348.67B6B8F43AD@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Tue Jan 31 14:56:27 EET 2006 George Moschovitis * Added Joshua's mongrel adapter, and bugfixed it a little. [joshua] Sat Jan 14 02:03:32 EET 2006 aleksi.niemela at helsinki.fi * Guillaume's SCGI support improvement patch. Tue Jan 31 15:58:18 EET 2006 George Moschovitis * Small fix in runner. diffing dir... Applying patches to the local directories... diffing dir... Finished applying...