From gm at navel.gr Wed Mar 1 04:17:32 2006 From: gm at navel.gr (gm@navel.gr) Date: Wed, 1 Mar 2006 11:17:32 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060301091732.0AE4D8F43B0@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Mon Feb 20 18:13:49 EET 2006 rob at motionpath.com * Memory session needs glue logger Tue Feb 28 15:40:42 EET 2006 Kashia Buch * hierarchical fix Tue Feb 28 21:14:45 EET 2006 bryan.a.soto at gmail.com * comment_output_tc_hierarchial Comments out the puts section of the test case so it runs quietly. Tue Feb 28 23:15:47 EET 2006 bryan.a.soto at gmail.com * compiler_double_slash_test_case Adds a test case for Rob's double slash patch. Hopefully more will be added. Wed Mar 1 02:59:29 EET 2006 bryan.a.soto at gmail.com * testfix_aggregate_tc_store og/test/og/tc_store.rb looked to be using an old interface to the aggregate method defined in og/lib/og/store/sql.rb. Fixed the test and updated the RDocs to reflect the correct usage. Wed Mar 1 01:26:51 EET 2006 bryan.a.soto at gmail.com * bugfix_array_control Removes :selected option that isn't necessary for ArrayControl. Wed Mar 1 01:24:42 EET 2006 bryan.a.soto at gmail.com * bugfix_cgi_stringio_propagation Changes Cgi.structure_param to ensure that StringIOs aren't placed in the params hash. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Wed Mar 1 11:02:15 2006 From: gm at navel.gr (gm@navel.gr) Date: Wed, 1 Mar 2006 18:02:15 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060301160215.510A38F43B0@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Wed Mar 1 15:14:10 EET 2006 George Moschovitis * Experimental support for Camping style R (encode_url) operator, does not respect routig yet, has problems with hash ordering. Anyone has any ideas how to improve this? Wed Mar 1 18:16:33 EET 2006 George Moschovitis * Recoded routing system from scratch, much more powerfull, added unit test. The new router supports two way routing (encoding/decoding). The R operator now respects routing rules. Wed Mar 1 18:21:52 EET 2006 George Moschovitis * Some cleanup in router. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Wed Mar 1 12:10:28 2006 From: gm at navel.gr (gm@navel.gr) Date: Wed, 1 Mar 2006 19:10:28 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060301171028.DB8228F43B0@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Fri Feb 24 18:52:27 EET 2006 Guillaume Pierronnet * cache improvements Fri Feb 24 18:53:53 EET 2006 Guillaume Pierronnet * added --address and --port options to force server to run on those settings Wed Mar 1 17:58:46 EET 2006 Guillaume Pierronnet * little Glue::Cache improvements Wed Mar 1 18:06:54 EET 2006 Guillaume Pierronnet * Glue::MemCached implemented (and test case updated) Wed Mar 1 18:08:33 EET 2006 Guillaume Pierronnet * Nitro session memcached support (and session test case improved) Wed Mar 1 18:11:25 EET 2006 Guillaume Pierronnet * little fixes on session handlers diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Fri Mar 3 10:30:19 2006 From: gm at navel.gr (gm@navel.gr) Date: Fri, 3 Mar 2006 17:30:19 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060303153019.141638F43A1@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Thu Mar 2 18:23:32 EET 2006 George Moschovitis * Small fixes in R. Fri Mar 3 09:31:38 EET 2006 bryan.a.soto at gmail.com * test_add_og_tc_sti Adds a test case to ensure STI parents and children return the same fields when creating a database table. Thu Mar 2 09:23:44 EET 2006 bryan.a.soto at gmail.com * test_fix_tc_property Slightly modifies Rob's patch to maintain backwards compatibility. Thu Mar 2 10:04:09 EET 2006 bryan.a.soto at gmail.com * test_fix_tc_session Added back og cache test. Conditional run of memcached test. Fri Mar 3 13:34:00 EET 2006 George Moschovitis * Added tiny nitro helpers. Fri Mar 3 15:21:20 EET 2006 George Moschovitis * Added some usefull helpers to flash (push/pop/join). Fri Mar 3 16:21:39 EET 2006 George Moschovitis * Some small flash fixes. Fri Mar 3 15:26:34 EET 2006 fabian at fabian-buch.de * alias_method :redirect_referrer, :redirect_referer Referrer is written with rr in English, but referer (with one r) became standard, because of a typo in the original RFC. But not everyone might know that, so might write it with two r, which shouldn't lead to the app not working. Fri Mar 3 17:47:44 EET 2006 George Moschovitis * Tmp introduction for global variables (dont use yet). diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Mon Mar 6 05:09:34 2006 From: gm at navel.gr (gm@navel.gr) Date: Mon, 6 Mar 2006 12:09:34 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060306100934.A301F8F43B8@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Sat Mar 4 09:07:44 EET 2006 bryan.a.soto at gmail.com * mongrel_mime_type_fixes Makes Mongrel adapter properly serve mime types and adds binary flag to file read so that graphics are served correctly. Sat Mar 4 10:06:48 EET 2006 bryan.a.soto at gmail.com * blog-example-comment-fix Renames a template file, comments.xhtml, which was causing the example to blow up. Fixes some time stamp format strings that weren't actually outputting anything. Sat Mar 4 10:23:22 EET 2006 bryan.a.soto at gmail.com * scaffolding-classes-defaults When scaffolding a class, if options have already been stored, they should be updated rather than using a default. Sat Mar 4 10:53:43 EET 2006 bryan.a.soto at gmail.com * mysql-using-sqlutils Removes unnecessary redefinition of MysqlUtils#quote that is inhereited from an included module, SqlUtils. Sun Mar 5 00:45:25 EET 2006 George Moschovitis * Improved template_root stack system. Much more reusable in my part system. Will be improved more in the near future. Sun Mar 5 08:24:27 EET 2006 bryan.a.soto at gmail.com * examples-ui-patch Adds some begin/rescues to catch load errors. For example, the wee example will catch load errors of wee components and informs user that the example requires wee. Sun Mar 5 08:30:16 EET 2006 bryan.a.soto at gmail.com * stringio-patch-modification Patch modifies my earlier patch to undo a mistake I made that broke file uploads. Sun Mar 5 23:50:07 EET 2006 George Moschovitis * Improved StaticInclude compiler to take template_root stack into account. One step closer to truly reusable parts. Mon Mar 6 00:12:49 EET 2006 George Moschovitis * Fix for blog example. Mon Mar 6 00:13:04 EET 2006 George Moschovitis * Updated docs. Mon Mar 6 00:18:16 EET 2006 George Moschovitis * Fixed floating point counts bug. Mon Mar 6 00:22:50 EET 2006 George Moschovitis * Cleaned up tabs and sources. Mon Mar 6 10:44:36 EET 2006 George Moschovitis * Removed controls compiler from the default pipeline, this thing needs more thought/testing and certainly a better implementation. Some form of intuitive dynamic element style features is really need though. Mon Mar 6 11:05:48 EET 2006 George Moschovitis * Updated docs Mon Mar 6 11:27:30 EET 2006 George Moschovitis * Fixes to make some test cases pass. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Mon Mar 6 05:28:55 2006 From: gm at navel.gr (gm@navel.gr) Date: Mon, 6 Mar 2006 12:28:55 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060306102855.78E098F43AC@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Sun Mar 5 21:16:50 EET 2006 bryan.a.soto at gmail.com * test-fix-tc_cacheable Fixes to File cache, files with a colon (:) are illegal on win32. Fixes to tc_cacheable, sepearates each cache type test into it's own class as they wouldn't run otherwise. Mon Mar 6 06:45:59 EET 2006 bryan.a.soto at gmail.com * test-fixes-taggable-override Repairs taggable library using tc_taggable as a spec. Also adds a fix to tc_override, where it wasn't properly restoring the Og.prefix setting that broke taggable when running in the full suite. Mon Mar 6 09:29:17 EET 2006 bryan.a.soto at gmail.com * testfix-orderable Repairs orderable to work with test case. Simple fix. It needed an aspect run on both :og_insert and :og_update. Removed a save from the test case as it was unnecessary. Mon Mar 6 13:48:11 EET 2006 George Moschovitis * Minor og tests fix. Thanks to Bryans hard work all tests now pass! diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Tue Mar 7 03:00:35 2006 From: gm at navel.gr (gm at navel.gr) Date: Tue, 7 Mar 2006 10:00:35 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060307080035.2A07C8F43AC@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Mon Mar 6 14:04:12 EET 2006 Guillaume Pierronnet * Glue::FileCache: safe locking of files added, making this caching method safe for multiprocess Mon Mar 6 21:32:07 EET 2006 bryan.a.soto at gmail.com * test-fix-tc_session This must have been the one giving the security error. Fixed. Mon Mar 6 23:44:43 EET 2006 bryan.a.soto at gmail.com * spark-style.css Sets pre foreground color to white for easier reading. Credit to timh at dirtymonday.net Tue Mar 7 02:06:29 EET 2006 bryan.a.soto at gmail.com * testfix-tc_inheritance Repairs implementation of tc_inheritance test. Class.descendents is a Facet method that is implemented by iterating through ObjectSpace. It won't always return these descendents in the same order. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Tue Mar 7 06:15:42 2006 From: gm at navel.gr (gm at navel.gr) Date: Tue, 7 Mar 2006 13:15:42 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060307111542.29BFD8F43B8@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Tue Mar 7 13:35:19 EET 2006 George Moschovitis * Fixed bugs in Taggable. While at it added some needed helpers plus garbage collection through ref counting. Taggable is much more useful now, but there are still some things left for a future version. Tue Mar 7 12:07:00 EET 2006 Guillaume Pierronnet * Glue::FileCache improved: escaping bad characters in filenames Tue Mar 7 14:01:37 EET 2006 George Moschovitis * Updated docs. Tue Mar 7 14:09:38 EET 2006 George Moschovitis * Bumped version numbers. Tue Mar 7 14:36:33 EET 2006 George Moschovitis * Better initialization of $global (context.global) backed by Glue::Cache stores. Tue Mar 7 14:37:40 EET 2006 George Moschovitis * Minor... diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Tue Mar 7 07:12:14 2006 From: gm at navel.gr (gm at navel.gr) Date: Tue, 7 Mar 2006 14:12:14 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060307121214.F3D498F43AC@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Tue Mar 7 14:48:27 EET 2006 George Moschovitis * Added bicou's EZ array fix. [bicou] Tue Mar 7 15:22:03 EET 2006 George Moschovitis * Added support for absolute hrefs in StaticInclude. Fix in quotea. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Tue Mar 7 09:12:16 2006 From: gm at navel.gr (gm at navel.gr) Date: Tue, 7 Mar 2006 16:12:16 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060307141216.C63968F43AC@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Tue Mar 7 16:07:14 EET 2006 George Moschovitis * Removed control, action, and the controllers compiler as Jonas suggested. This code needs more thought and testing. Tue Mar 7 16:13:46 EET 2006 George Moschovitis * Added some migration info in doc/MIGRATION. Tue Mar 7 17:17:51 EET 2006 George Moschovitis * Updated the docs. Tue Mar 7 17:34:13 EET 2006 George Moschovitis * More test fixes. diffing dir... Applying patches to the local directories... diffing dir... Finished applying... From gm at navel.gr Tue Mar 7 10:00:21 2006 From: gm at navel.gr (gm at navel.gr) Date: Tue, 7 Mar 2006 17:00:21 +0200 (EET) Subject: [Nitro-repository] Patch applied Message-ID: <20060307150021.372BD8F43BD@taurus.navel.gr> We have the following extra patches: Will apply the following patches: Tue Mar 7 17:38:36 EET 2006 George Moschovitis * Minor. Tue Mar 7 15:58:39 EET 2006 Jonas Pfenniger * Element enhanced Tue Mar 7 18:22:20 EET 2006 George Moschovitis * Some small improvements in the Element code. diffing dir... Applying patches to the local directories... diffing dir... Finished applying...