[Jifty-commit] r1300 - in jifty/trunk: lib

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jun 15 10:52:16 EDT 2006


Author: jesse
Date: Thu Jun 15 10:52:13 2006
New Revision: 1300

Added:
   jifty/trunk/Changes
Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/Changelog
   jifty/trunk/MANIFEST
   jifty/trunk/lib/Jifty.pm

Log:
 r12651 at pinglin:  jesse | 2006-06-15 15:55:41 +0200
 * Changelog hacking, manifest hacking, 060615 version bump.
 


Modified: jifty/trunk/Changelog
==============================================================================
--- jifty/trunk/Changelog	(original)
+++ jifty/trunk/Changelog	Thu Jun 15 10:52:13 2006
@@ -1,33 +1,39 @@
-  * Removed the ActionBasePath and CurrentUserClass configuration
-    variables.  This breaks backwards compatibility.
+060615 (15 June 2006)
 
-  * If you've overridden /_elements/javascript in your app, you'll want to 
-    take a look at the new stock version to see what has changed.
+The following incompatible changes were made to Jifty. For a complete changelog,
+please see the "Changes" file.
 
-  * The JS method document.getElementsBySelector() no longer exists.  Use 
-    cssQuery() instead.
+ * Removed the ActionBasePath and CurrentUserClass configuration
+   variables.  This breaks backwards compatibility.
 
-  * Jifty::Record now returns empty objects for related objects that can't be 
-    loaded, rather than undef
-
-
-* The keybinding JS code is now a more proper library 
-    (Jifty.KeyBindings) and less intrusive.  If you've overridden the 
-    default /_elements/wrapper in your app, you'll want to make sure you get 
-    rid of the keybinding javascript (see the stock wrapper).  Just include 
-    <& /_elements/keybindings &> wherever you want the keybindings for a 
-    page to appear.
-
-* This shouldn't be the cause of breakage, but the included rico.js is 
-    no longer a stock Rico build.  See the comments at the top of the file 
-    if you're interested.
-
- r13677 at zoq-fot-pik:  chmrr | 2006-06-08 00:04:18 -0400                                        * 'last_rule' now aborts only the current stage -- thus, last_rule                         
- from a 'before' block will *NOT* prevent the RUN stage from happening!                       This is a *BACKWARDS-INCOMPATIBILE CHANGE*, but fixes the dispatcher                        
- to agree with its docs                                                                      
-  * 'abort' is the correct call to skip straight to the cleanup block.                       
-  * This allows the edit in place plugin to 'claim' its path and                             
- protect it from access control in the app's 'before' blocks                                                                                                                              
+ * If you've overridden /_elements/javascript in your app, you'll want to 
+   take a look at the new stock version to see what has changed.
+
+ * The JS method document.getElementsBySelector() no longer exists.  Use 
+   cssQuery() instead.
+
+ * Jifty::Record now returns empty objects for related objects that can't be 
+   loaded, rather than undef
+
+
+ * The keybinding JS code is now a more proper library 
+   (Jifty.KeyBindings) and less intrusive.  If you've overridden the 
+   default /_elements/wrapper in your app, you'll want to make sure you get 
+   rid of the keybinding javascript (see the stock wrapper).  Just include 
+   <& /_elements/keybindings &> wherever you want the keybindings for a 
+   page to appear.
+
+ * This shouldn't be the cause of breakage, but the included rico.js is 
+   no longer a stock Rico build.  See the comments at the top of the file 
+   if you're interested.
+
+ * 'last_rule' now aborts only the current stage -- thus, last_rule                         
+   from a 'before' block will *NOT* prevent the RUN stage from happening!
+   This is a *BACKWARDS-INCOMPATIBILE CHANGE*, but fixes the dispatcher
+   to agree with its docs.
+ * 'abort' is the correct call to skip straight to the cleanup block.                       
+ * This allows the edit in place plugin to 'claim' its path and                             
+   protect it from access control in the app's 'before' blocks                                                                                                                              
 
 
 

Added: jifty/trunk/Changes
==============================================================================
--- (empty file)
+++ jifty/trunk/Changes	Thu Jun 15 10:52:13 2006
@@ -0,0 +1,6861 @@
+------------------------------------------------------------------------
+r1297 | jesse | 2006-06-15 09:51:07 +0200 (Thu, 15 Jun 2006) | 3 lines
+
+ r12632 at pinglin:  jesse | 2006-06-15 09:50:04 +0200
+  * tweaks
+
+------------------------------------------------------------------------
+r1296 | jesse | 2006-06-15 09:16:34 +0200 (Thu, 15 Jun 2006) | 3 lines
+
+ r12624 at pinglin:  jesse | 2006-06-15 09:14:03 +0200
+ * Blog demo!
+
+------------------------------------------------------------------------
+r1295 | jesse | 2006-06-15 09:15:49 +0200 (Thu, 15 Jun 2006) | 3 lines
+
+ r12612 at pinglin:  jesse | 2006-06-15 09:08:58 +0200
+  * Blog screenshot improvements
+
+------------------------------------------------------------------------
+r1294 | alexmv | 2006-06-15 02:50:17 +0200 (Thu, 15 Jun 2006) | 4 lines
+
+ r13957 at zoq-fot-pik:  chmrr | 2006-06-14 20:50:14 -0400
+  * Make sure that the temp file doesn't go out of scope until the end
+ of the tests
+
+------------------------------------------------------------------------
+r1293 | alexmv | 2006-06-15 01:26:22 +0200 (Thu, 15 Jun 2006) | 5 lines
+
+ r13943 at zoq-fot-pik:  chmrr | 2006-06-14 19:26:00 -0400
+  * Cache plugin template and static roots
+  * Indentation nit in Jifty::Util
+  * Jifty version bump
+
+------------------------------------------------------------------------
+r1292 | alexmv | 2006-06-15 01:26:08 +0200 (Thu, 15 Jun 2006) | 4 lines
+
+ r13942 at zoq-fot-pik:  chmrr | 2006-06-14 19:24:56 -0400
+  * Continuation calls go all the way back to the dispatcher, so before
+ blocks can run again
+
+------------------------------------------------------------------------
+r1291 | alexmv | 2006-06-15 01:22:14 +0200 (Thu, 15 Jun 2006) | 4 lines
+
+ r13937 at zoq-fot-pik:  chmrr | 2006-06-14 19:21:47 -0400
+  * Having a non-empty share directory avoids arena allocation errors
+    with perl 5.8.7+ (!)
+
+------------------------------------------------------------------------
+r1290 | nelhage | 2006-06-15 00:07:58 +0200 (Thu, 15 Jun 2006) | 3 lines
+
+ r12659 at phanatique:  nelhage | 2006-06-14 18:07:51 -0400
+ Making J:T:WWW:Mech work with actions that have orderings
+
+------------------------------------------------------------------------
+r1288 | nelhage | 2006-06-14 18:28:46 +0200 (Wed, 14 Jun 2006) | 3 lines
+
+ r12637 at phanatique:  nelhage | 2006-06-14 12:28:43 -0400
+ Canonicalizing all dates by default using Jifty::DateTime
+
+------------------------------------------------------------------------
+r1287 | nelhage | 2006-06-14 18:27:00 +0200 (Wed, 14 Jun 2006) | 3 lines
+
+ r12635 at phanatique:  nelhage | 2006-06-14 12:26:57 -0400
+ Adding in a begin block that this test needs to make sense.
+
+------------------------------------------------------------------------
+r1286 | nelhage | 2006-06-14 18:24:25 +0200 (Wed, 14 Jun 2006) | 3 lines
+
+ r12633 at phanatique:  nelhage | 2006-06-14 12:24:23 -0400
+ .keybindings -> #keybindings for a slight Behaviour performance boost
+
+------------------------------------------------------------------------
+r1285 | nelhage | 2006-06-14 18:23:35 +0200 (Wed, 14 Jun 2006) | 3 lines
+
+ r12631 at phanatique:  nelhage | 2006-06-14 12:23:31 -0400
+ Semicolons!
+
+------------------------------------------------------------------------
+r1284 | jesse | 2006-06-14 18:12:26 +0200 (Wed, 14 Jun 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r1283 | jesse | 2006-06-14 18:12:11 +0200 (Wed, 14 Jun 2006) | 3 lines
+
+ r12570 at pinglin:  jesse | 2006-06-14 18:10:46 +0200
+  * Final draft
+
+------------------------------------------------------------------------
+r1282 | nelhage | 2006-06-14 17:06:55 +0200 (Wed, 14 Jun 2006) | 3 lines
+
+ r12616 at phanatique:  nelhage | 2006-06-14 11:03:09 -0400
+ Adding actual tests for the continuations/dispatcher interaction issue
+
+------------------------------------------------------------------------
+r1281 | nelhage | 2006-06-14 17:06:35 +0200 (Wed, 14 Jun 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r1280 | nelhage | 2006-06-14 17:03:34 +0200 (Wed, 14 Jun 2006) | 3 lines
+
+ r12560 at phanatique:  nelhage | 2006-06-12 17:31:45 -0400
+ Adding tests for Dispatcher before blocks being called on tangents
+
+------------------------------------------------------------------------
+r1279 | alexmv | 2006-06-14 01:11:00 +0200 (Wed, 14 Jun 2006) | 3 lines
+
+ r13892 at zoq-fot-pik:  chmrr | 2006-06-13 19:10:50 -0400
+  * EmailErrors plugin
+
+------------------------------------------------------------------------
+r1278 | zev | 2006-06-14 00:46:32 +0200 (Wed, 14 Jun 2006) | 3 lines
+
+ r4026 at galvatron:  zev | 2006-06-13 18:46:03 -0400
+ documentation additions and corrections
+
+------------------------------------------------------------------------
+r1277 | alexmv | 2006-06-13 22:59:47 +0200 (Tue, 13 Jun 2006) | 3 lines
+
+ r13882 at zoq-fot-pik:  chmrr | 2006-06-13 16:59:43 -0400
+  * Note Firefox bug
+
+------------------------------------------------------------------------
+r1276 | alexmv | 2006-06-13 22:54:53 +0200 (Tue, 13 Jun 2006) | 3 lines
+
+ r13880 at zoq-fot-pik:  chmrr | 2006-06-13 16:54:49 -0400
+  * Don't need the try {} block -- firefox JS error should go away if we set autocomplete="off" on the textfield in question
+
+------------------------------------------------------------------------
+r1275 | alexmv | 2006-06-13 22:49:06 +0200 (Tue, 13 Jun 2006) | 3 lines
+
+ r13878 at zoq-fot-pik:  chmrr | 2006-06-13 16:48:42 -0400
+  * Actually remove buttons when we replace them with links
+
+------------------------------------------------------------------------
+r1274 | jesse | 2006-06-13 13:58:30 +0200 (Tue, 13 Jun 2006) | 3 lines
+
+ r12550 at pinglin:  jesse | 2006-06-13 13:57:12 +0200
+  * A more complete draft of my npw talk
+
+------------------------------------------------------------------------
+r1273 | jesse | 2006-06-13 13:58:16 +0200 (Tue, 13 Jun 2006) | 3 lines
+
+ r12544 at pinglin:  jesse | 2006-06-13 03:41:31 +0200
+ * Removed debugging statements.
+
+------------------------------------------------------------------------
+r1272 | jesse | 2006-06-13 13:58:06 +0200 (Tue, 13 Jun 2006) | 3 lines
+
+ r12543 at pinglin:  jesse | 2006-06-13 03:37:30 +0200
+ * Enable validate_xxxx subs on the model to cascade to ajax.
+
+------------------------------------------------------------------------
+r1271 | alexmv | 2006-06-13 03:32:12 +0200 (Tue, 13 Jun 2006) | 3 lines
+
+ r13861 at zoq-fot-pik:  chmrr | 2006-06-12 21:31:51 -0400
+  * Disabling upload fields does Bad Things
+
+------------------------------------------------------------------------
+r1270 | alexmv | 2006-06-13 02:11:21 +0200 (Tue, 13 Jun 2006) | 4 lines
+
+ r13859 at zoq-fot-pik:  chmrr | 2006-06-12 20:11:14 -0400
+  * Better selector for determining what can be in an id (stolen from
+ the _toStream method in cssQuery)
+
+------------------------------------------------------------------------
+r1269 | zev | 2006-06-13 00:33:08 +0200 (Tue, 13 Jun 2006) | 3 lines
+
+ r3302 at galvatron:  zev | 2006-06-12 17:08:20 -0400
+ updated Test::WWW::Mechanize dependency
+
+------------------------------------------------------------------------
+r1268 | zev | 2006-06-13 00:33:01 +0200 (Tue, 13 Jun 2006) | 3 lines
+
+ r3125 at galvatron:  zev | 2006-06-12 17:02:49 -0400
+ minor grammar fixes
+
+------------------------------------------------------------------------
+r1267 | alexmv | 2006-06-13 00:05:18 +0200 (Tue, 13 Jun 2006) | 3 lines
+
+ r13852 at zoq-fot-pik:  chmrr | 2006-06-12 18:04:56 -0400
+  * t/04 passes now. ;>
+
+------------------------------------------------------------------------
+r1266 | nelhage | 2006-06-12 23:32:02 +0200 (Mon, 12 Jun 2006) | 3 lines
+
+ r12560 at phanatique:  nelhage | 2006-06-12 17:31:45 -0400
+ Adding tests for Dispatcher before blocks being called on tangents
+
+------------------------------------------------------------------------
+r1265 | nelhage | 2006-06-12 18:26:11 +0200 (Mon, 12 Jun 2006) | 3 lines
+
+ r12549 at phanatique:  nelhage | 2006-06-12 12:26:05 -0400
+ Oops. cssQuery returns an array, not an element.
+
+------------------------------------------------------------------------
+r1264 | trs | 2006-06-12 17:12:39 +0200 (Mon, 12 Jun 2006) | 3 lines
+
+ r12863 at zot:  tom | 2006-06-12 11:12:22 -0400
+ The generation time isn't a good way to keep track of a specific generated CSS across multiple fastcgi processes, plus, we want to cache forever.
+
+------------------------------------------------------------------------
+r1263 | nelhage | 2006-06-12 01:56:16 +0200 (Mon, 12 Jun 2006) | 3 lines
+
+ r12539 at phanatique:  nelhage | 2006-06-11 19:56:15 -0400
+ Javascript needs use strict. Making my cssQuery optimizations work, in addition to working fast.
+
+------------------------------------------------------------------------
+r1262 | nelhage | 2006-06-12 01:29:34 +0200 (Mon, 12 Jun 2006) | 3 lines
+
+ r12535 at phanatique:  nelhage | 2006-06-11 19:29:33 -0400
+ Applying behaviours to ul.<class> for performance reasons
+
+------------------------------------------------------------------------
+r1261 | nelhage | 2006-06-11 22:27:53 +0200 (Sun, 11 Jun 2006) | 3 lines
+
+ r12532 at phanatique:  nelhage | 2006-06-11 16:27:42 -0400
+ Optimzing cssQuery in the case of searching for selectors starting with #id
+
+------------------------------------------------------------------------
+r1260 | nelhage | 2006-06-11 22:27:50 +0200 (Sun, 11 Jun 2006) | 3 lines
+
+ r12531 at phanatique:  nelhage | 2006-06-11 16:26:46 -0400
+ CRLF -> LF
+
+------------------------------------------------------------------------
+r1259 | jesse | 2006-06-11 21:55:56 +0200 (Sun, 11 Jun 2006) | 3 lines
+
+ r12510 at pinglin:  jesse | 2006-06-11 15:55:05 -0400
+ * Fixing some broken html markup
+
+------------------------------------------------------------------------
+r1258 | jesse | 2006-06-11 21:29:05 +0200 (Sun, 11 Jun 2006) | 3 lines
+
+ r12507 at pinglin:  jesse | 2006-06-11 15:28:11 -0400
+ * First draft of npw talk
+
+------------------------------------------------------------------------
+r1257 | jesse | 2006-06-11 19:53:49 +0200 (Sun, 11 Jun 2006) | 3 lines
+
+ r12500 at pinglin:  jesse | 2006-06-11 13:52:04 -0400
+ * _get_current_user is nice magic for user code, so that users don't need to pass in the current user's context all the time. But when we _know_ that's what should happen inside the Jifty core, it can save us some serious CPU time. (20% in one test here)
+
+------------------------------------------------------------------------
+r1256 | jesse | 2006-06-11 19:53:41 +0200 (Sun, 11 Jun 2006) | 3 lines
+
+ r12467 at pinglin:  jesse | 2006-06-10 16:49:17 -0400
+ * Debugging info isn't useful in production
+
+------------------------------------------------------------------------
+r1255 | jesse | 2006-06-11 19:53:36 +0200 (Sun, 11 Jun 2006) | 3 lines
+
+ r12462 at pinglin:  jesse | 2006-06-10 16:43:55 -0400
+ * The Test::Builder hack we're using to stop a mysterious bug in Jifty::Server under profiling was clobbering our __DIE__ handler. So we're working around the workaround
+
+------------------------------------------------------------------------
+r1254 | jesse | 2006-06-11 19:53:32 +0200 (Sun, 11 Jun 2006) | 3 lines
+
+ r12461 at pinglin:  jesse | 2006-06-10 16:43:09 -0400
+ * Halos now work across fragment calls
+
+------------------------------------------------------------------------
+r1253 | jesse | 2006-06-11 07:11:47 +0200 (Sun, 11 Jun 2006) | 2 lines
+
+* Patch from Tom Sibley to make our css generator run properly (absolute path fix)
+
+------------------------------------------------------------------------
+r1252 | clkao | 2006-06-11 07:05:10 +0200 (Sun, 11 Jun 2006) | 3 lines
+
+The short-circuit of primary_key wasn't actually usable.
+Play tricks on ->_primary_key and ->id instead.
+
+------------------------------------------------------------------------
+r1251 | clkao | 2006-06-11 07:01:10 +0200 (Sun, 11 Jun 2006) | 2 lines
+
+Use Storable::dclone instead of Clone::clone.
+
+------------------------------------------------------------------------
+r1250 | clkao | 2006-06-11 05:56:12 +0200 (Sun, 11 Jun 2006) | 2 lines
+
+Misc refactoring to drop Clickable->generator from 16% to 12%.
+
+------------------------------------------------------------------------
+r1247 | trs | 2006-06-11 04:15:14 +0200 (Sun, 11 Jun 2006) | 3 lines
+
+ r12834 at zot:  tom | 2006-06-10 15:20:53 -0400
+ Send a 304 if If-Modified-Since matches our Last-Modified date
+
+------------------------------------------------------------------------
+r1246 | trs | 2006-06-11 04:15:04 +0200 (Sun, 11 Jun 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r1244 | jesse | 2006-06-10 22:50:06 +0200 (Sat, 10 Jun 2006) | 3 lines
+
+ r12467 at pinglin:  jesse | 2006-06-10 16:49:17 -0400
+ * Debugging info isn't useful in production
+
+------------------------------------------------------------------------
+r1243 | jesse | 2006-06-10 22:44:54 +0200 (Sat, 10 Jun 2006) | 3 lines
+
+ r12462 at pinglin:  jesse | 2006-06-10 16:43:55 -0400
+ * The Test::Builder hack we're using to stop a mysterious bug in Jifty::Server under profiling was clobbering our __DIE__ handler. So we're working around the workaround
+
+------------------------------------------------------------------------
+r1242 | jesse | 2006-06-10 22:44:47 +0200 (Sat, 10 Jun 2006) | 3 lines
+
+ r12461 at pinglin:  jesse | 2006-06-10 16:43:09 -0400
+ * Halos now work across fragment calls
+
+------------------------------------------------------------------------
+r1241 | jesse | 2006-06-10 22:44:44 +0200 (Sat, 10 Jun 2006) | 3 lines
+
+ r12460 at pinglin:  jesse | 2006-06-10 16:42:52 -0400
+ * whitespace
+
+------------------------------------------------------------------------
+r1240 | jesse | 2006-06-10 21:43:12 +0200 (Sat, 10 Jun 2006) | 3 lines
+
+ r12455 at pinglin:  jesse | 2006-06-10 15:42:19 -0400
+ * Added a stash to Jifty::Handle. The stash persists across the life of the request
+
+------------------------------------------------------------------------
+r1236 | clkao | 2006-06-09 23:38:56 +0200 (Fri, 09 Jun 2006) | 2 lines
+
+No need to scan deps for dead files.
+
+------------------------------------------------------------------------
+r1235 | clkao | 2006-06-09 21:15:35 +0200 (Fri, 09 Jun 2006) | 3 lines
+
+Adjust Module::Pluggable uses for the Holy Emacs Followers.
+Do not load .#ThisIsABackupFile!
+
+------------------------------------------------------------------------
+r1234 | nelhage | 2006-06-09 20:41:03 +0200 (Fri, 09 Jun 2006) | 8 lines
+
+ r12473 at phanatique:  nelhage | 2006-06-09 14:40:52 -0400
+ "oops" on the last commit message.
+ 
+ When we update the DOM as the result of submitting an action, only
+ re-apply behaviours to changed node and its children, leading to huge
+ performance improvements.
+ 
+
+------------------------------------------------------------------------
+r1233 | nelhage | 2006-06-09 20:40:55 +0200 (Fri, 09 Jun 2006) | 3 lines
+
+ r12472 at phanatique:  nelhage | 2006-06-09 14:36:22 -0400
+ --template
+
+------------------------------------------------------------------------
+r1232 | nelhage | 2006-06-09 17:38:09 +0200 (Fri, 09 Jun 2006) | 3 lines
+
+ r12466 at phanatique:  nelhage | 2006-06-09 11:37:44 -0400
+ Hopefully fixing the issue with popups not fading
+
+------------------------------------------------------------------------
+r1231 | nelhage | 2006-06-09 17:38:04 +0200 (Fri, 09 Jun 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r1229 | audreyt | 2006-06-09 02:48:41 +0200 (Fri, 09 Jun 2006) | 1 line
+
+* add clkao to AUTHORS.
+------------------------------------------------------------------------
+r1228 | jesse | 2006-06-09 00:31:33 +0200 (Fri, 09 Jun 2006) | 3 lines
+
+ r12415 at pinglin:  jesse | 2006-06-08 18:29:05 -0400
+ * Cache the current_user in Jifty::Web
+
+------------------------------------------------------------------------
+r1227 | alexmv | 2006-06-09 00:29:05 +0200 (Fri, 09 Jun 2006) | 3 lines
+
+ r13747 at zoq-fot-pik:  chmrr | 2006-06-08 18:28:58 -0400
+  * We have to have a current_region to update ourselves
+
+------------------------------------------------------------------------
+r1226 | trs | 2006-06-09 00:22:24 +0200 (Fri, 09 Jun 2006) | 3 lines
+
+ r12801 at zot:  tom | 2006-06-08 18:20:41 -0400
+ CSS is now cached in Jifty::Web across requests until the app is restarted
+
+------------------------------------------------------------------------
+r1225 | trs | 2006-06-09 00:22:14 +0200 (Fri, 09 Jun 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r1224 | alexmv | 2006-06-09 00:16:42 +0200 (Fri, 09 Jun 2006) | 3 lines
+
+ r13741 at zoq-fot-pik:  chmrr | 2006-06-08 18:16:27 -0400
+  * Update Mech helper method to grab real current user value
+
+------------------------------------------------------------------------
+r1222 | alexmv | 2006-06-08 23:48:52 +0200 (Thu, 08 Jun 2006) | 4 lines
+
+ r13731 at zoq-fot-pik:  chmrr | 2006-06-08 17:46:05 -0400
+  * Reduce css generation log to debug
+  * Deal with case where current_user is set to undef
+
+------------------------------------------------------------------------
+r1221 | alexmv | 2006-06-08 23:48:28 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r13730 at zoq-fot-pik:  chmrr | 2006-06-08 17:45:16 -0400
+  * Re-add reduced error logging for the server
+
+------------------------------------------------------------------------
+r1220 | alexmv | 2006-06-08 23:48:07 +0200 (Thu, 08 Jun 2006) | 7 lines
+
+ r13729 at zoq-fot-pik:  chmrr | 2006-06-08 17:23:34 -0400
+  * Storing the whole current_user object in the session means that it
+ caches the user_object across requests, meaning that checks on
+ current_user get incorrectly cached.  This shifts to storing the id
+ and class of the user object in the database instead.  Note that this
+ will LOG OUT ALL USERS upon upgrade.
+
+------------------------------------------------------------------------
+r1219 | alexmv | 2006-06-08 23:47:41 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r13728 at zoq-fot-pik:  chmrr | 2006-06-08 17:15:13 -0400
+  * Auto-generate empty App::Upgrade
+
+------------------------------------------------------------------------
+r1218 | alexmv | 2006-06-08 23:47:16 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r13727 at zoq-fot-pik:  chmrr | 2006-06-08 17:14:22 -0400
+  * Perltidy
+
+------------------------------------------------------------------------
+r1217 | alexmv | 2006-06-08 23:46:52 +0200 (Thu, 08 Jun 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r1216 | jesse | 2006-06-08 23:34:37 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r12396 at pinglin:  jesse | 2006-06-08 17:33:51 -0400
+  * don't even ask
+
+------------------------------------------------------------------------
+r1215 | jesse | 2006-06-08 23:33:29 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r12394 at pinglin:  jesse | 2006-06-08 17:32:39 -0400
+  * 50% less lexwrap
+
+------------------------------------------------------------------------
+r1214 | clkao | 2006-06-08 22:29:05 +0200 (Thu, 08 Jun 2006) | 4 lines
+
+Avoid hundreds of backtict pwd happening in load time, this halves
+BTDT::Test loading.  Those `pwd`s are coming from Module::Pluggable's
+abs2rel calls.
+
+------------------------------------------------------------------------
+r1213 | clkao | 2006-06-08 22:25:11 +0200 (Thu, 08 Jun 2006) | 2 lines
+
+Use TEST_CONFIG rather than SITE_CONFIG for testing.
+
+------------------------------------------------------------------------
+r1212 | jesse | 2006-06-08 22:18:34 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r12360 at pinglin:  jesse | 2006-06-08 16:17:35 -0400
+ * Added a hook for a test config file
+
+------------------------------------------------------------------------
+r1211 | trs | 2006-06-08 20:20:53 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r12799 at zot:  tom | 2006-06-08 14:20:42 -0400
+ Give the calendar link it's class back (and get rid of now-useless CSS)
+
+------------------------------------------------------------------------
+r1210 | alexmv | 2006-06-08 20:11:52 +0200 (Thu, 08 Jun 2006) | 4 lines
+
+ r13708 at zoq-fot-pik:  chmrr | 2006-06-08 14:07:02 -0400
+  * Inline buttons don't have hints
+  * s/YAML::Dump/Jifty::YAML::Dump/
+
+------------------------------------------------------------------------
+r1209 | alexmv | 2006-06-08 20:11:39 +0200 (Thu, 08 Jun 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r1208 | clkao | 2006-06-08 18:39:34 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+Switch back to Test::HTTP::Server::Simple for normal testing.  Only
+use the new Jifty::TestServer when profiling or collecting coverage.
+
+------------------------------------------------------------------------
+r1207 | trs | 2006-06-08 07:48:00 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r12777 at zot:  tom | 2006-06-08 01:47:30 -0400
+ Better choices for DevelMode and generating the CSS (though the cache doesn't work at the moment because Jifty->web is not persistant across requests)
+
+------------------------------------------------------------------------
+r1206 | trs | 2006-06-08 07:47:57 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r12770 at zot:  tom | 2006-06-07 18:15:37 -0400
+ Always regenerate when in DevelMode
+
+------------------------------------------------------------------------
+r1205 | clkao | 2006-06-08 06:37:14 +0200 (Thu, 08 Jun 2006) | 1 line
+
+Fix a deadly typo that pushed us back to the YAML.pm dark age.
+------------------------------------------------------------------------
+r1204 | jesse | 2006-06-08 06:12:51 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r12341 at pinglin:  jesse | 2006-06-08 00:11:14 -0400
+ * Changelog update
+
+------------------------------------------------------------------------
+r1203 | jesse | 2006-06-08 06:12:08 +0200 (Thu, 08 Jun 2006) | 4 lines
+
+ r12335 at pinglin:  jesse | 2006-06-07 22:50:46 -0400
+ * Added a changelog note about the record/object changes
+ * Don't cluck on failed _set method calls.
+
+------------------------------------------------------------------------
+r1202 | clkao | 2006-06-08 06:12:06 +0200 (Thu, 08 Jun 2006) | 1 line
+
+oops, these got in accidentally.
+------------------------------------------------------------------------
+r1201 | alexmv | 2006-06-08 06:07:11 +0200 (Thu, 08 Jun 2006) | 9 lines
+
+ r13677 at zoq-fot-pik:  chmrr | 2006-06-08 00:04:18 -0400
+  * 'last_rule' now aborts only the current stage -- thus, last_rule
+ from a 'before' block will *NOT* prevent the RUN stage from happening!
+ This is a *BACKWARDS-INCOMPATIBILE CHANGE*, but fixes the dispatcher
+ to agree with its docs
+  * 'abort' is the correct call to skip straight to the cleanup block.
+  * This allows the edit in place plugin to 'claim' its path and
+ protect it from access control in the app's 'before' blocks
+
+------------------------------------------------------------------------
+r1200 | clkao | 2006-06-08 06:01:57 +0200 (Thu, 08 Jun 2006) | 4 lines
+
+New testing environment that invokes standalone 'jifty server' rather
+than using Test::HTTP::Server::Simple.  This allows us to use
+Devel::DProf and Devel::Cover.
+
+------------------------------------------------------------------------
+r1199 | nelhage | 2006-06-08 04:34:24 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r12371 at phanatique:  nelhage | 2006-06-07 22:34:21 -0400
+ Making Array.buttons() both saner and more right
+
+------------------------------------------------------------------------
+r1198 | alexmv | 2006-06-08 04:08:59 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r13668 at zoq-fot-pik:  chmrr | 2006-06-07 21:28:23 -0400
+  * Our auto-finding of 'use' statements is too twitchy
+
+------------------------------------------------------------------------
+r1197 | alexmv | 2006-06-08 03:21:42 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r13666 at zoq-fot-pik:  chmrr | 2006-06-07 21:21:37 -0400
+  * Revert r1194
+
+------------------------------------------------------------------------
+r1196 | alexmv | 2006-06-08 03:16:50 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r13661 at zoq-fot-pik:  chmrr | 2006-06-07 21:16:03 -0400
+  * Now, with docs
+
+------------------------------------------------------------------------
+r1195 | alexmv | 2006-06-08 03:16:43 +0200 (Thu, 08 Jun 2006) | 4 lines
+
+ r13660 at zoq-fot-pik:  chmrr | 2006-06-07 21:12:24 -0400
+  * Ability to send arbitrary actions from the Mech object, using the
+ webservices API
+
+------------------------------------------------------------------------
+r1194 | alexmv | 2006-06-08 03:16:27 +0200 (Thu, 08 Jun 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r1193 | nelhage | 2006-06-08 02:06:01 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r12363 at phanatique:  nelhage | 2006-06-07 20:05:50 -0400
+ Disabling form buttons, not just fields
+
+------------------------------------------------------------------------
+r1192 | trs | 2006-06-08 00:07:58 +0200 (Thu, 08 Jun 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r1191 | trs | 2006-06-08 00:07:53 +0200 (Thu, 08 Jun 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r1190 | trs | 2006-06-08 00:07:44 +0200 (Thu, 08 Jun 2006) | 4 lines
+
+ r12762 at zot:  tom | 2006-06-07 18:06:33 -0400
+ The generated one-file CSS is now memory-cached in Jifty::Web and is requested
+ based on a digest of the content
+
+------------------------------------------------------------------------
+r1189 | alexmv | 2006-06-08 00:06:46 +0200 (Thu, 08 Jun 2006) | 5 lines
+
+ r13634 at zoq-fot-pik:  chmrr | 2006-06-07 18:05:59 -0400
+  * Buttons can render as links
+  * onclick actions on buttons work with action arguments now
+  * they also work with action registration in the button
+
+------------------------------------------------------------------------
+r1188 | alexmv | 2006-06-08 00:06:34 +0200 (Thu, 08 Jun 2006) | 3 lines
+
+ r13599 at zoq-fot-pik:  chmrr | 2006-06-07 13:39:48 -0400
+  * Be explicit when you *don't* take an action
+
+------------------------------------------------------------------------
+r1187 | clkao | 2006-06-07 23:53:50 +0200 (Wed, 07 Jun 2006) | 1 line
+
+Handle signals so ^C doesn't upset dbi profile and friends.
+------------------------------------------------------------------------
+r1186 | trs | 2006-06-07 21:51:05 +0200 (Wed, 07 Jun 2006) | 5 lines
+
+ r12754 at zot:  tom | 2006-06-07 15:50:55 -0400
+ * Add CSS::Squish to the prereqs
+ * Add and use Jifty->web->include_css
+ * Make /__jifty/styles.css return the one-file CSS
+
+------------------------------------------------------------------------
+r1185 | clkao | 2006-06-07 20:10:04 +0200 (Wed, 07 Jun 2006) | 2 lines
+
+Add jifty server --start and --stop.
+
+------------------------------------------------------------------------
+r1183 | clkao | 2006-06-07 19:47:08 +0200 (Wed, 07 Jun 2006) | 3 lines
+
+Use a temp file to store test-only config so we can reuse in spawned
+processes.
+
+------------------------------------------------------------------------
+r1180 | trs | 2006-06-07 03:47:55 +0200 (Wed, 07 Jun 2006) | 3 lines
+
+ r12733 at zot:  tom | 2006-06-06 21:45:30 -0400
+ Slightly longer fade to give the user more time to read/click
+
+------------------------------------------------------------------------
+r1179 | nelhage | 2006-06-06 23:20:23 +0200 (Tue, 06 Jun 2006) | 3 lines
+
+ r6923 at phanatique:  nelhage | 2006-06-06 17:20:18 -0400
+ Adding Growl-esque notification support
+
+------------------------------------------------------------------------
+r1177 | alexmv | 2006-06-06 21:26:22 +0200 (Tue, 06 Jun 2006) | 3 lines
+
+ r13560 at zoq-fot-pik:  chmrr | 2006-06-06 15:25:37 -0400
+  * Need to call _str() to get the string version of the Math::BigInt::Calc object
+
+------------------------------------------------------------------------
+r1176 | trs | 2006-06-06 21:09:48 +0200 (Tue, 06 Jun 2006) | 4 lines
+
+ r12717 at zot:  tom | 2006-06-06 15:09:29 -0400
+ * Clean up app_behaviour.js
+ * Add a default app.js and include it
+
+------------------------------------------------------------------------
+r1175 | srl | 2006-06-06 20:37:28 +0200 (Tue, 06 Jun 2006) | 4 lines
+
+ r4353 at lightning:  srl | 2006-06-06 14:36:53 -0400
+ Documented the fact that Record creates default validation and
+ autocompletion methods.
+
+------------------------------------------------------------------------
+r1174 | clkao | 2006-06-06 18:00:54 +0200 (Tue, 06 Jun 2006) | 6 lines
+
+Don't use Math::BigInt->new directly for simple computation, because
+it insists exporting overload to us, which makes devel::cover and
+devel::dprof very sad.
+
+This also makes Jifty::Everything memory usage down for about 500K.
+
+------------------------------------------------------------------------
+r1173 | jesse | 2006-06-06 04:54:11 +0200 (Tue, 06 Jun 2006) | 3 lines
+
+ r12196 at pinglin:  jesse | 2006-06-05 22:53:30 -0400
+ * If a FK column has a null value and the user asks for the column's foreign record, we should give them an empty record, not undef
+
+------------------------------------------------------------------------
+r1172 | jesse | 2006-06-06 02:11:22 +0200 (Tue, 06 Jun 2006) | 3 lines
+
+ r12186 at pinglin:  jesse | 2006-06-05 20:10:31 -0400
+ * Switching our PoDir path from Kenichi's "Option B" to his "Option A". Thanks to seanmil
+
+------------------------------------------------------------------------
+r1171 | trs | 2006-06-06 01:47:25 +0200 (Tue, 06 Jun 2006) | 3 lines
+
+ r12706 at zot:  tom | 2006-06-05 19:47:02 -0400
+ Allow setting escape_label when creating the child so you don't have to create a new link object just to specify an unescaped label
+
+------------------------------------------------------------------------
+r1170 | srl | 2006-06-05 23:35:38 +0200 (Mon, 05 Jun 2006) | 4 lines
+
+ r4291 at lightning:  srl | 2006-06-05 17:34:14 -0400
+ Added docs about a very frustrating and easy-to-make programmer error
+ when using the onclick parameter.
+
+------------------------------------------------------------------------
+r1169 | srl | 2006-06-05 23:35:33 +0200 (Mon, 05 Jun 2006) | 3 lines
+
+ r4290 at lightning:  srl | 2006-06-05 17:33:21 -0400
+ Spelling peeve.
+
+------------------------------------------------------------------------
+r1168 | ishigaki | 2006-06-05 23:09:13 +0200 (Mon, 05 Jun 2006) | 1 line
+
+changed PoDir's default setting to include $app_name
+------------------------------------------------------------------------
+r1167 | seanmil | 2006-06-05 20:44:23 +0200 (Mon, 05 Jun 2006) | 3 lines
+
+ r361 at pc102:  sean | 2006-06-05 14:44:14 -0400
+ * Enable ajax_canonicalizes if we have a canonicalize_field method
+
+------------------------------------------------------------------------
+r1166 | nelhage | 2006-06-05 20:17:07 +0200 (Mon, 05 Jun 2006) | 3 lines
+
+ r6843 at phanatique:  nelhage | 2006-06-05 14:16:34 -0400
+ Blurring elements before we disable them
+
+------------------------------------------------------------------------
+r1165 | nelhage | 2006-06-05 20:17:01 +0200 (Mon, 05 Jun 2006) | 3 lines
+
+ r6842 at phanatique:  nelhage | 2006-06-05 14:07:44 -0400
+ Moving the disabling of form fields into the Action class
+
+------------------------------------------------------------------------
+r1164 | nelhage | 2006-06-05 20:16:53 +0200 (Mon, 05 Jun 2006) | 3 lines
+
+ r6841 at phanatique:  nelhage | 2006-06-05 13:48:14 -0400
+ Reordered loops to be slightly more efficient
+
+------------------------------------------------------------------------
+r1163 | nelhage | 2006-06-05 20:16:48 +0200 (Mon, 05 Jun 2006) | 5 lines
+
+ r6840 at phanatique:  nelhage | 2006-06-05 13:30:29 -0400
+ First pass at disabling all form inputs related to an action when we
+ submit the action, to prevent double-submits.
+ 
+
+------------------------------------------------------------------------
+r1161 | trs | 2006-06-05 17:55:39 +0200 (Mon, 05 Jun 2006) | 3 lines
+
+ r12671 at zot:  tom | 2006-06-05 11:55:27 -0400
+ Make sure the image shows up
+
+------------------------------------------------------------------------
+r1160 | trs | 2006-06-05 17:55:35 +0200 (Mon, 05 Jun 2006) | 4 lines
+
+ r12668 at zot:  tom | 2006-06-05 11:54:38 -0400
+ * Make the variable name more appropriate and s/'/"/g for best compat
+ * Use JS to get rid of that pesky plus sign (+) from links
+
+------------------------------------------------------------------------
+r1157 | trs | 2006-06-05 16:44:38 +0200 (Mon, 05 Jun 2006) | 3 lines
+
+ r12666 at zot:  tom | 2006-06-05 10:44:18 -0400
+ Auto sizing doesn't work in IE
+
+------------------------------------------------------------------------
+r1156 | jesse | 2006-06-05 06:34:48 +0200 (Mon, 05 Jun 2006) | 3 lines
+
+ r12108 at pinglin:  jesse | 2006-06-05 00:33:48 -0400
+ * Now know what actions are autogenerated and don't display them in our list of all actions
+
+------------------------------------------------------------------------
+r1155 | jesse | 2006-06-05 06:34:40 +0200 (Mon, 05 Jun 2006) | 3 lines
+
+ r12092 at pinglin:  jesse | 2006-06-02 15:12:10 -0400
+ * We depend on XML::Simple
+
+------------------------------------------------------------------------
+r1154 | seanmil | 2006-06-04 18:20:57 +0200 (Sun, 04 Jun 2006) | 4 lines
+
+ r349 at pc102:  sean | 2006-06-04 12:20:48 -0400
+ * Fix use of label to refer to the form element id, not name
+ * Add labels to radio button text
+
+------------------------------------------------------------------------
+r1153 | seanmil | 2006-06-03 23:03:02 +0200 (Sat, 03 Jun 2006) | 3 lines
+
+ r345 at pc102:  sean | 2006-06-03 17:02:53 -0400
+ * Fix minor Pod typos
+
+------------------------------------------------------------------------
+r1152 | audreyt | 2006-06-03 05:29:15 +0200 (Sat, 03 Jun 2006) | 1 line
+
+* Fix calendar popup icon on IE6.
+------------------------------------------------------------------------
+r1151 | alexmv | 2006-06-03 01:56:55 +0200 (Sat, 03 Jun 2006) | 4 lines
+
+ r13423 at zoq-fot-pik:  chmrr | 2006-06-02 19:56:43 -0400
+  * Jifty::Action::Record doesn't clobber the action's validator if
+ there is a record validator
+
+------------------------------------------------------------------------
+r1149 | alexmv | 2006-06-03 00:34:48 +0200 (Sat, 03 Jun 2006) | 4 lines
+
+ r13417 at zoq-fot-pik:  chmrr | 2006-06-02 18:34:37 -0400
+  * XML::Simple doesn't deal with circular data structures, like
+ Jifty::DBI objects
+
+------------------------------------------------------------------------
+r1148 | nelhage | 2006-06-02 23:19:07 +0200 (Fri, 02 Jun 2006) | 3 lines
+
+ r6795 at phanatique:  nelhage | 2006-06-02 17:18:59 -0400
+ Typo fix
+
+------------------------------------------------------------------------
+r1147 | alexmv | 2006-06-02 22:49:59 +0200 (Fri, 02 Jun 2006) | 3 lines
+
+ r13414 at zoq-fot-pik:  chmrr | 2006-06-02 16:49:50 -0400
+  * Don't assume that field warnings or errors existed
+
+------------------------------------------------------------------------
+r1146 | jesse | 2006-06-02 21:12:48 +0200 (Fri, 02 Jun 2006) | 3 lines
+
+ r12092 at pinglin:  jesse | 2006-06-02 15:12:10 -0400
+ * We depend on XML::Simple
+
+------------------------------------------------------------------------
+r1145 | alexmv | 2006-06-02 21:12:28 +0200 (Fri, 02 Jun 2006) | 3 lines
+
+ r13412 at zoq-fot-pik:  chmrr | 2006-06-02 15:12:22 -0400
+  * Don't assume they set a requestHeaders
+
+------------------------------------------------------------------------
+r1144 | seanmil | 2006-06-02 19:48:29 +0200 (Fri, 02 Jun 2006) | 3 lines
+
+ r327 at pc102:  sean | 2006-06-02 13:46:33 -0400
+ * Skip nonexistant columns when creating records
+
+------------------------------------------------------------------------
+r1143 | seanmil | 2006-06-02 19:48:24 +0200 (Fri, 02 Jun 2006) | 3 lines
+
+ r326 at pc102:  sean | 2006-06-02 13:23:20 -0400
+ * Add flush_cache to test so it is valid
+
+------------------------------------------------------------------------
+r1142 | jesse | 2006-06-02 19:24:26 +0200 (Fri, 02 Jun 2006) | 3 lines
+
+ r12090 at pinglin:  jesse | 2006-06-02 13:23:34 -0400
+ * Cachability test cleanup
+
+------------------------------------------------------------------------
+r1140 | audreyt | 2006-06-02 13:33:53 +0200 (Fri, 02 Jun 2006) | 1 line
+
+* regular Module::Install updates from M::I trunk to detect make loop.
+------------------------------------------------------------------------
+r1139 | seanmil | 2006-06-02 11:46:12 +0200 (Fri, 02 Jun 2006) | 1 line
+
+* Fix my working-with-insomnia oops: rename test files to .t
+------------------------------------------------------------------------
+r1138 | seanmil | 2006-06-02 11:37:27 +0200 (Fri, 02 Jun 2006) | 2 lines
+
+* Add tests for a simple form update using both Jifty::DBI::Record and
+  Jifty::DBI::Record::Cachable
+------------------------------------------------------------------------
+r1135 | seanmil | 2006-06-01 19:10:20 +0200 (Thu, 01 Jun 2006) | 3 lines
+
+ r320 at pc102:  sean | 2006-06-01 13:07:30 -0400
+ * Fix Javascript canonicalization bug
+
+------------------------------------------------------------------------
+r1134 | alexmv | 2006-05-31 23:38:07 +0200 (Wed, 31 May 2006) | 3 lines
+
+ r13388 at zoq-fot-pik:  chmrr | 2006-05-31 17:38:02 -0400
+  * Comment back out placeholder lines
+
+------------------------------------------------------------------------
+r1133 | alexmv | 2006-05-31 23:33:16 +0200 (Wed, 31 May 2006) | 3 lines
+
+ r13382 at zoq-fot-pik:  chmrr | 2006-05-31 17:33:13 -0400
+  * Updated META.yml
+
+------------------------------------------------------------------------
+r1132 | alexmv | 2006-05-31 23:31:20 +0200 (Wed, 31 May 2006) | 5 lines
+
+ r13380 at zoq-fot-pik:  chmrr | 2006-05-31 17:31:13 -0400
+  * Rework XML webservices response to include fragments
+  * Fragment request is now just a webservice call
+  * Helper 'hidden' method on actions
+
+------------------------------------------------------------------------
+r1131 | alexmv | 2006-05-31 19:27:02 +0200 (Wed, 31 May 2006) | 4 lines
+
+ r13375 at zoq-fot-pik:  chmrr | 2006-05-31 13:26:41 -0400
+  * Workaround for double-stringification of links in as_link.  Really
+ need to fix render_* methods to use context to do the Right Thing.
+
+------------------------------------------------------------------------
+r1130 | srl | 2006-05-30 23:17:30 +0200 (Tue, 30 May 2006) | 3 lines
+
+ r4220 at lightning:  srl | 2006-05-30 17:17:12 -0400
+ Pointed tutorial users at the Jifty::ClassLoader docs.
+
+------------------------------------------------------------------------
+r1129 | alexmv | 2006-05-30 20:52:56 +0200 (Tue, 30 May 2006) | 3 lines
+
+ r13366 at zoq-fot-pik:  chmrr | 2006-05-30 14:52:50 -0400
+  * Fragment requests get result metadata
+
+------------------------------------------------------------------------
+r1128 | alexmv | 2006-05-30 20:04:25 +0200 (Tue, 30 May 2006) | 3 lines
+
+ r13364 at zoq-fot-pik:  chmrr | 2006-05-30 14:04:14 -0400
+  * Allow arbitrary JS on elements
+
+------------------------------------------------------------------------
+r1126 | audreyt | 2006-05-30 16:56:36 +0200 (Tue, 30 May 2006) | 1 line
+
+* Jifty::Web - the ->escape and ->escape_uri methods were destructive. bad.
+------------------------------------------------------------------------
+r1125 | jesse | 2006-05-30 03:46:34 +0200 (Tue, 30 May 2006) | 3 lines
+
+ r9893 at pinglin:  jesse | 2006-05-29 21:06:50 -0400
+ * Initial support for page nav as dropdowns
+
+------------------------------------------------------------------------
+r1122 | audreyt | 2006-05-27 05:33:32 +0200 (Sat, 27 May 2006) | 2 lines
+
+* Makefile.PL - update Syck dependency to 0.45, for the fix
+  on Dump memleak and newline emitting in JSON
+------------------------------------------------------------------------
+r1121 | trs | 2006-05-27 00:26:59 +0200 (Sat, 27 May 2006) | 3 lines
+
+ r12564 at zot:  tom | 2006-05-26 18:26:43 -0400
+ Do automatic sizing based on content instead of fixed sizing
+
+------------------------------------------------------------------------
+r1120 | alexmv | 2006-05-26 17:24:28 +0200 (Fri, 26 May 2006) | 5 lines
+
+ r13312 at zoq-fot-pik:  chmrr | 2006-05-26 11:24:09 -0400
+  * Docs for "call" in Jifty::Web::Form
+  * 'return' from an action
+  * Redirects should preserve continuations
+
+------------------------------------------------------------------------
+r1119 | jesse | 2006-05-25 16:11:32 +0200 (Thu, 25 May 2006) | 3 lines
+
+ r9806 at jesse-vincents-computer-2:  jesse | 2006-05-25 10:09:59 -0400
+ * If we don't have a URL for this menu item, don't try to highlight it as current
+
+------------------------------------------------------------------------
+r1118 | jesse | 2006-05-25 16:11:17 +0200 (Thu, 25 May 2006) | 3 lines
+
+ r9804 at jesse-vincents-computer-2:  jesse | 2006-05-25 00:14:42 -0400
+ 
+
+------------------------------------------------------------------------
+r1117 | alexmv | 2006-05-24 19:14:44 +0200 (Wed, 24 May 2006) | 7 lines
+
+ r13289 at zoq-fot-pik:  chmrr | 2006-05-24 13:13:56 -0400
+  * J:ACTIONS delimits on ! instead of ; because of a CGI.pm bug with
+ multipart/form (but we need a more general escaping solution)
+  * Deal with case of '=' in value of button (but, you might say that
+ we need a more general escaping solution)
+  * Always store actions in redirects, store has_run
+
+------------------------------------------------------------------------
+r1116 | srl | 2006-05-24 17:35:24 +0200 (Wed, 24 May 2006) | 3 lines
+
+Made the application name (caps) consistent; corrected the templates path;
+updated the listed output for creating an application and schema.
+
+------------------------------------------------------------------------
+r1115 | jesse | 2006-05-24 06:28:20 +0200 (Wed, 24 May 2006) | 3 lines
+
+ r14041 at hualien:  jesse | 2006-05-24 00:17:35 -0400
+  * Stringifying links in menus wasn't doing the right thing
+
+------------------------------------------------------------------------
+r1114 | audreyt | 2006-05-24 03:06:41 +0200 (Wed, 24 May 2006) | 2 lines
+
+* Jifty::Dispatcher - proper support for {alter,nations} and [a-z].
+  Previously they were not compiled when the pattern had no * nor ?.
+------------------------------------------------------------------------
+r1113 | audreyt | 2006-05-24 02:47:28 +0200 (Wed, 24 May 2006) | 1 line
+
+* upgrade inc/ trees to 0.62+ to reflect the version::vpp fix.
+------------------------------------------------------------------------
+r1111 | jesse | 2006-05-23 23:13:22 +0200 (Tue, 23 May 2006) | 3 lines
+
+ r14024 at hualien:  jesse | 2006-05-23 16:40:15 -0400
+ * Let the top-level item in a menu be a link
+
+------------------------------------------------------------------------
+r1108 | alexmv | 2006-05-23 20:22:38 +0200 (Tue, 23 May 2006) | 3 lines
+
+ r13256 at zoq-fot-pik:  chmrr | 2006-05-23 14:22:24 -0400
+  * Die'ing early should also prevent test cleanup
+
+------------------------------------------------------------------------
+r1104 | jesse | 2006-05-23 17:15:21 +0200 (Tue, 23 May 2006) | 3 lines
+
+ r13997 at hualien:  jesse | 2006-05-23 11:14:02 -0400
+ * Updated pod coverage for contextual menus
+
+------------------------------------------------------------------------
+r1103 | jesse | 2006-05-23 17:14:47 +0200 (Tue, 23 May 2006) | 3 lines
+
+ r13996 at hualien:  jesse | 2006-05-23 11:10:46 -0400
+ * MANIFEST updates
+
+------------------------------------------------------------------------
+r1102 | jesse | 2006-05-23 17:02:05 +0200 (Tue, 23 May 2006) | 101 lines
+
+ r11778 at hualien (orig r892):  trs | 2006-04-22 17:25:16 -0400
+ New branch for JSAN integration instead of prototype, etc.
+ r11801 at hualien (orig r898):  trs | 2006-04-23 12:15:31 -0400
+  r9946 at zot:  tom | 2006-04-23 00:38:34 -0400
+  Remove IE7 source from Jifty
+ 
+ r11802 at hualien (orig r899):  trs | 2006-04-23 12:15:37 -0400
+  r9947 at zot:  tom | 2006-04-23 00:39:58 -0400
+  Reworked Behaviour library to use JSAN and cssQuery
+ 
+ r11803 at hualien (orig r900):  trs | 2006-04-23 12:15:41 -0400
+ 
+ r11858 at hualien (orig r915):  trs | 2006-04-24 15:36:29 -0400
+  r9980 at zot:  tom | 2006-04-24 11:49:12 -0400
+  We use cssQuery now
+ 
+ r11859 at hualien (orig r916):  trs | 2006-04-24 15:36:37 -0400
+  r9981 at zot:  tom | 2006-04-24 12:06:29 -0400
+  Turn the key bindings into a Jifty library and fix propagation problems in Firefox
+ 
+ r11873 at hualien (orig r920):  trs | 2006-04-24 17:11:45 -0400
+  r10015 at zot:  tom | 2006-04-24 17:10:18 -0400
+  Make writing keybinding legend use Behaviour and the DOM
+ 
+ r11877 at hualien (orig r924):  trs | 2006-04-24 22:48:58 -0400
+  r10027 at zot:  tom | 2006-04-24 22:48:38 -0400
+  IE doesn't like binding to the window, but document works (should have just kept it in the first place, I guess)
+ 
+ r11879 at hualien (orig r926):  trs | 2006-04-24 23:18:35 -0400
+  r10035 at zot:  tom | 2006-04-24 23:18:18 -0400
+  Support key bindings for Opera
+ 
+ r11962 at hualien (orig r938):  trs | 2006-04-26 21:01:54 -0400
+  r10127 at zot:  tom | 2006-04-26 21:01:10 -0400
+  Only append the keybindings if there are any
+ 
+ r13101 at hualien (orig r963):  trs | 2006-04-29 17:49:43 -0400
+  r10199 at zot:  tom | 2006-04-29 17:48:30 -0400
+  Fix Rico's corner implementation to deal with padding better
+ 
+ r13145 at hualien (orig r967):  trs | 2006-04-29 23:15:18 -0400
+  r10202 at zot:  tom | 2006-04-29 23:14:57 -0400
+  Add a note about the modified Rico and make it a new version
+ 
+ r13405 at hualien (orig r1037):  trs | 2006-05-11 22:42:20 -0400
+  r10438 at zot:  tom | 2006-05-11 22:41:10 -0400
+  Hardcoding the dependencies instead of letting JSAN handle it was a bad idea (users would have to fiddle then instead of simply "use"ing the libs)
+ 
+ r13567 at hualien (orig r1046):  trs | 2006-05-13 16:43:30 -0400
+  r12260 at zot:  tom | 2006-05-13 13:01:09 -0400
+  s/'/"/g -- not all browsers like single quotes
+ 
+ r13568 at hualien (orig r1047):  trs | 2006-05-13 16:43:34 -0400
+  r12269 at zot:  tom | 2006-05-13 16:40:32 -0400
+  Put JSAN.js first and take care of its config _before_ loading anything that uses it.  Plus, be a little smarter about the includePath and errorLevel.
+ 
+ r13569 at hualien (orig r1048):  trs | 2006-05-13 16:43:41 -0400
+ 
+ r13570 at hualien (orig r1049):  trs | 2006-05-13 16:43:47 -0400
+  r12275 at zot:  tom | 2006-05-13 16:43:21 -0400
+  Fix merge bug
+ 
+ r13572 at hualien (orig r1051):  trs | 2006-05-13 17:46:54 -0400
+  r12281 at zot:  tom | 2006-05-13 17:30:28 -0400
+  Compat with Konq
+ 
+ r13891 at hualien (orig r1079):  trs | 2006-05-18 18:49:52 -0400
+  r12387 at zot:  tom | 2006-05-18 18:49:43 -0400
+  Not really as desirable or as useful as I first thought.
+ 
+ r13965 at hualien (orig r1086):  alexmv | 2006-05-22 16:43:57 -0400
+  r13204 at zoq-fot-pik:  chmrr | 2006-05-22 16:43:48 -0400
+   * Register actions of buttons in the buttons, not in the form
+ 
+ r13966 at hualien (orig r1087):  alexmv | 2006-05-22 19:13:23 -0400
+  r13212 at zoq-fot-pik:  chmrr | 2006-05-22 19:12:06 -0400
+   * "" is false in javascript
+ 
+ r13967 at hualien (orig r1088):  jesse | 2006-05-22 21:43:15 -0400
+ * Added support for context menus (at the code level. next up, at the CSS level)
+ 
+ r13977 at hualien (orig r1093):  jesse | 2006-05-22 22:01:58 -0400
+ * Added back missing loc
+ r13978 at hualien (orig r1094):  trs | 2006-05-22 22:23:34 -0400
+  r12461 at zot:  tom | 2006-05-22 22:23:22 -0400
+  Oops, we don't want these
+ 
+ r13981 at hualien (orig r1096):  jesse | 2006-05-22 22:39:32 -0400
+ * Pull in backcompat breakage notes from trs
+ r13986 at hualien (orig r1097):  trs | 2006-05-22 23:32:14 -0400
+  r12463 at zot:  tom | 2006-05-22 23:24:39 -0400
+  Contextual menu support
+ 
+ r13987 at hualien (orig r1098):  trs | 2006-05-22 23:32:19 -0400
+ 
+ r13989 at hualien (orig r1099):  trs | 2006-05-22 23:57:37 -0400
+  r12469 at zot:  tom | 2006-05-22 23:57:21 -0400
+  * Use JS to place the context menu above everything else
+  * Better styling
+ 
+
+------------------------------------------------------------------------
+r1100 | audreyt | 2006-05-23 13:47:34 +0200 (Tue, 23 May 2006) | 2 lines
+
+* Jifty::Dispatcher - Support for {alternation,syntax} in shellglobs.
+  Like [bracket] it's non-capturing.
+------------------------------------------------------------------------
+r1092 | audreyt | 2006-05-23 03:56:05 +0200 (Tue, 23 May 2006) | 1 line
+
+* Form Field: localise hints.
+------------------------------------------------------------------------
+r1091 | audreyt | 2006-05-23 03:53:12 +0200 (Tue, 23 May 2006) | 1 line
+
+* Jifty::Dispatcher - support for non-capturing [a-z] in shellglobs.
+------------------------------------------------------------------------
+r1090 | audreyt | 2006-05-23 03:51:10 +0200 (Tue, 23 May 2006) | 2 lines
+
+* Jifty::Action::Record::{Create,Delete,Update}: Localise the result messages
+  like "Created" and "Updated".
+------------------------------------------------------------------------
+r1089 | audreyt | 2006-05-23 03:49:32 +0200 (Tue, 23 May 2006) | 1 line
+
+* Jifty::I18N: Compatibility fix with "-e _".
+------------------------------------------------------------------------
+r1085 | alexmv | 2006-05-22 19:13:47 +0200 (Mon, 22 May 2006) | 3 lines
+
+ r13088 at zoq-fot-pik:  chmrr | 2006-05-22 13:13:37 -0400
+  * Don't try to add headers if running from the command line
+
+------------------------------------------------------------------------
+r1082 | alexmv | 2006-05-19 19:31:50 +0200 (Fri, 19 May 2006) | 5 lines
+
+ r13084 at zoq-fot-pik:  chmrr | 2006-05-19 13:31:40 -0400
+  * 'toggle' flag on fragment requests
+  * Remove old _bootstrap code from PageRegions
+  * Pageregions now default to the 'empty' region as a path
+
+------------------------------------------------------------------------
+r1080 | jesse | 2006-05-19 01:52:50 +0200 (Fri, 19 May 2006) | 4 lines
+
+ r13902 at hualien:  jesse | 2006-05-18 19:52:31 -0400
+ * arguments can be undefined, badly breaking things. 
+   alexmv: check this for  sanity?
+
+------------------------------------------------------------------------
+r1077 | alexmv | 2006-05-18 19:22:15 +0200 (Thu, 18 May 2006) | 3 lines
+
+ r13053 at zoq-fot-pik:  chmrr | 2006-05-18 13:22:10 -0400
+  * Region argument mapping fixes
+
+------------------------------------------------------------------------
+r1075 | alexmv | 2006-05-16 23:46:14 +0200 (Tue, 16 May 2006) | 4 lines
+
+ r13039 at zoq-fot-pik:  chmrr | 2006-05-16 17:45:38 -0400
+  * Requests know the top-level request
+  * mason_internal_error's "try again" is to top level request
+
+------------------------------------------------------------------------
+r1074 | alexmv | 2006-05-16 23:46:07 +0200 (Tue, 16 May 2006) | 3 lines
+
+ r13038 at zoq-fot-pik:  chmrr | 2006-05-16 17:44:35 -0400
+  * Mention jifty plugin --name
+
+------------------------------------------------------------------------
+r1073 | jesse | 2006-05-16 22:59:06 +0200 (Tue, 16 May 2006) | 3 lines
+
+ r13826 at hualien:  jesse | 2006-05-16 16:58:49 -0400
+ * Cleaned up the admin ui css a little bit so it renders a bit more right
+
+------------------------------------------------------------------------
+r1072 | ishigaki | 2006-05-16 21:01:45 +0200 (Tue, 16 May 2006) | 1 line
+
+now jifty requries Jifty::DBI 0.21
+------------------------------------------------------------------------
+r1071 | alexmv | 2006-05-16 19:27:37 +0200 (Tue, 16 May 2006) | 17 lines
+
+ r13031 at zoq-fot-pik:  chmrr | 2006-05-16 13:27:30 -0400
+  * ->render on page regions now calls ->enter, outputs via Jifty->out,
+    calls ->exit, and returns an empty string -- this breaks backwards
+    compatibility.  The previous functionality is accessible via
+    ->as_string
+ 
+  * Revert r1069 -- use the more sensible $region->render for this
+ 
+  * Regions now establish their qualified names and parents at creation
+    time, which means they can be referred to before they are rendered
+    now.  This was not previously the case because I was imagining
+    pathological cases where a region was created in one region, and
+    passed to inside another region before being rendered.  However,
+    this is impossible, as references cannot pass region boundries.
+    This removes the cumbersome restriction that qualified names be
+    established only at render-time.
+
+------------------------------------------------------------------------
+r1070 | seanmil | 2006-05-16 01:54:05 +0200 (Tue, 16 May 2006) | 3 lines
+
+ r81 at localhost:  sean | 2006-05-15 19:53:14 -0400
+ * Proper fix (hopefully) for state variable handling in Jifty::Web
+
+------------------------------------------------------------------------
+r1069 | alexmv | 2006-05-15 23:28:46 +0200 (Mon, 15 May 2006) | 4 lines
+
+ r13022 at zoq-fot-pik:  chmrr | 2006-05-15 17:27:50 -0400
+  * Allow Jifty->web->region($region) to do the right thing; this
+ avoids having to do the tedious ->enter, ->render, ->exit
+
+------------------------------------------------------------------------
+r1068 | alexmv | 2006-05-15 23:28:40 +0200 (Mon, 15 May 2006) | 3 lines
+
+ r13021 at zoq-fot-pik:  chmrr | 2006-05-15 17:27:16 -0400
+  * To pageregion mapping earlier
+
+------------------------------------------------------------------------
+r1067 | alexmv | 2006-05-15 23:28:32 +0200 (Mon, 15 May 2006) | 4 lines
+
+ r13020 at zoq-fot-pik:  chmrr | 2006-05-15 17:26:31 -0400
+  * Don't use the same escape character for mapping as we use for
+ submit query argument joining
+
+------------------------------------------------------------------------
+r1066 | alexmv | 2006-05-15 23:28:23 +0200 (Mon, 15 May 2006) | 3 lines
+
+ r13019 at zoq-fot-pik:  chmrr | 2006-05-15 17:25:14 -0400
+  * Wording fixes
+
+------------------------------------------------------------------------
+r1063 | jesse | 2006-05-15 15:54:36 +0200 (Mon, 15 May 2006) | 3 lines
+
+ r13802 at hualien:  jesse | 2006-05-15 09:54:21 -0400
+ * Kenichi pointed out a typo
+
+------------------------------------------------------------------------
+r1062 | ishigaki | 2006-05-15 15:54:06 +0200 (Mon, 15 May 2006) | 1 line
+
+Add myself to AUTHORS
+------------------------------------------------------------------------
+r1061 | jesse | 2006-05-15 14:48:34 +0200 (Mon, 15 May 2006) | 3 lines
+
+ r13800 at hualien:  jesse | 2006-05-15 08:48:24 -0400
+ * Adding a bit of missing doc
+
+------------------------------------------------------------------------
+r1060 | jesse | 2006-05-15 14:40:54 +0200 (Mon, 15 May 2006) | 3 lines
+
+ r13798 at hualien:  jesse | 2006-05-15 08:40:18 -0400
+ * Win32 cleanups from Kenichi Ishigaki
+
+------------------------------------------------------------------------
+r1059 | jesse | 2006-05-15 14:28:56 +0200 (Mon, 15 May 2006) | 14 lines
+
+ r13793 at hualien:  jesse | 2006-05-15 08:27:04 -0400
+  My app uses some columns that refers_to other table, and I find that
+  the default rendering of such column is inconsistent between update/create
+  modes and the read one:
+   the update/create versions use a select field that displays values of
+   the name column of the target table (of the name method if exists, the id
+   otherwise) whereas the "view" version uses the default render_value method
+   of Field.pm, and thus displays the id of the target row (which is not
+   the expected result IMHO.)
+ 
+ 
+   - Frederic Blank  
+ 
+
+------------------------------------------------------------------------
+r1058 | jesse | 2006-05-15 14:28:39 +0200 (Mon, 15 May 2006) | 7 lines
+
+ r13792 at hualien:  jesse | 2006-05-15 08:26:34 -0400
+  The second attachment is a patch for the Checkbox widget as I think
+  a checbox checked accordingly the current_value is nicer than the raw value.
+ 
+  - Frederic Blank
+ 
+
+------------------------------------------------------------------------
+r1057 | jesse | 2006-05-15 14:28:10 +0200 (Mon, 15 May 2006) | 6 lines
+
+ r13791 at hualien:  jesse | 2006-05-15 08:26:05 -0400
+  The third attachment is for the Password widget which has already
+  a render_value method but which returns '-' only, without rendering any HTML.
+   The patch modify this behaviour by rendering the instead of returning it.
+   - Frederic Blanc
+
+------------------------------------------------------------------------
+r1056 | seanmil | 2006-05-15 03:51:20 +0200 (Mon, 15 May 2006) | 7 lines
+
+ r68 at localhost:  sean | 2006-05-14 21:48:50 -0400
+ * Fix autocompletes so that the simple list method that was
+   documented now works.
+ 
+ * Document the autocomplete hash reference return value method
+   already in the code.
+
+------------------------------------------------------------------------
+r1055 | jesse | 2006-05-14 22:41:23 +0200 (Sun, 14 May 2006) | 3 lines
+
+ r13578 at hualien:  jesse | 2006-05-14 16:40:41 -0400
+ * The new dispatcher hash magic didn't work right with the BTDT dispatcher
+
+------------------------------------------------------------------------
+r1054 | seanmil | 2006-05-14 15:27:07 +0200 (Sun, 14 May 2006) | 4 lines
+
+ r64 at localhost:  sean | 2006-05-14 09:24:10 -0400
+ * Fix for inconsistent state_variable handling, move to using
+   the request to store all state_variables
+
+------------------------------------------------------------------------
+r1053 | jesse | 2006-05-14 03:26:31 +0200 (Sun, 14 May 2006) | 3 lines
+
+ r13574 at hualien:  jesse | 2006-05-13 18:57:35 -0400
+ * Clobber the user's HTTP proxy before running tests - Thanks to Matt Trout
+
+------------------------------------------------------------------------
+r1044 | trs | 2006-05-13 22:38:58 +0200 (Sat, 13 May 2006) | 3 lines
+
+ r12267 at zot:  tom | 2006-05-13 16:38:53 -0400
+ Put a note in a code
+
+------------------------------------------------------------------------
+r1043 | trs | 2006-05-13 22:33:10 +0200 (Sat, 13 May 2006) | 3 lines
+
+ r12265 at zot:  tom | 2006-05-13 16:32:56 -0400
+ Allow for MIME types to be overridden.  The included override is needed because Opera chokes with ajax-fetched JS otherwise.
+
+------------------------------------------------------------------------
+r1040 | alexmv | 2006-05-13 00:09:20 +0200 (Sat, 13 May 2006) | 3 lines
+
+ r12970 at zoq-fot-pik:  chmrr | 2006-05-12 18:09:12 -0400
+  * jifty plugin --name Something
+
+------------------------------------------------------------------------
+r1039 | alexmv | 2006-05-12 23:04:13 +0200 (Fri, 12 May 2006) | 3 lines
+
+ r12968 at zoq-fot-pik:  chmrr | 2006-05-12 17:04:05 -0400
+  * Plugin rule reodering
+
+------------------------------------------------------------------------
+r1038 | alexmv | 2006-05-12 22:14:54 +0200 (Fri, 12 May 2006) | 3 lines
+
+ r12966 at zoq-fot-pik:  chmrr | 2006-05-12 16:14:48 -0400
+  * Remove confusing, undocumented, and unnecessary 'next_show'
+
+------------------------------------------------------------------------
+r1035 | alexmv | 2006-05-11 21:12:09 +0200 (Thu, 11 May 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r1034 | alexmv | 2006-05-11 21:11:18 +0200 (Thu, 11 May 2006) | 9 lines
+
+ r12958 at zoq-fot-pik:  chmrr | 2006-05-11 15:07:39 -0400
+  * First pass at a plugin archetecture
+ 
+  * This also include some reworking of the ClassLoader, including
+    removing the ActionBaseClass and CurrentUserPath config settings,
+    which breaks backwards compatibility!  If you were using these,
+    please let us know your use case.
+ 
+
+------------------------------------------------------------------------
+r1032 | seanmil | 2006-05-10 23:25:07 +0200 (Wed, 10 May 2006) | 4 lines
+
+ r14 at pc102:  sean | 2006-05-10 17:20:33 -0400
+ * Added AJAXified canonicalizations
+ 
+
+------------------------------------------------------------------------
+r1031 | alexmv | 2006-05-10 22:09:32 +0200 (Wed, 10 May 2006) | 8 lines
+
+ r12949 at zoq-fot-pik:  chmrr | 2006-05-10 16:08:45 -0400
+  * Dispatcher fixes -- Jifty->dispatcher was a Jifty::Dispatcher,
+ which never had any rules on it, so dispatching from it never did
+ anything.  Remove Jifty->dispatcher in favor of
+ Jifty->handler->dispatcher, which does work.  This means that
+ fragments *actually* go through the siaptcher now.
+  * The main dispatcher array is RULES_RUN not RULES.
+
+------------------------------------------------------------------------
+r1030 | seanmil | 2006-05-10 14:01:04 +0200 (Wed, 10 May 2006) | 5 lines
+
+* Small cleanup for validation warnings
+
+* Adding myself to AUTHORS
+
+
+------------------------------------------------------------------------
+r1027 | jesse | 2006-05-09 20:10:47 +0200 (Tue, 09 May 2006) | 3 lines
+
+ r13339 at hualien:  jesse | 2006-05-09 14:10:04 -0400
+ 
+
+------------------------------------------------------------------------
+r1026 | jesse | 2006-05-09 20:10:39 +0200 (Tue, 09 May 2006) | 3 lines
+
+ r13338 at hualien:  jesse | 2006-05-09 14:09:34 -0400
+ * more plugin comments
+
+------------------------------------------------------------------------
+r1025 | alexmv | 2006-05-09 19:20:24 +0200 (Tue, 09 May 2006) | 3 lines
+
+ r12936 at zoq-fot-pik:  chmrr | 2006-05-09 13:19:53 -0400
+  * We don't need a session directory anymore
+
+------------------------------------------------------------------------
+r1024 | jesse | 2006-05-09 04:37:38 +0200 (Tue, 09 May 2006) | 3 lines
+
+ r13323 at hualien:  jesse | 2006-05-08 22:36:22 -0400
+ Support for "warnings" in addition to the existing "errors" and "validators" from Sean E. Millichamp
+
+------------------------------------------------------------------------
+r1022 | trs | 2006-05-09 01:19:54 +0200 (Tue, 09 May 2006) | 3 lines
+
+ r10363 at zot:  tom | 2006-05-08 19:19:29 -0400
+ Include the .argument-<name> class in the surrounding .form_field div
+
+------------------------------------------------------------------------
+r1021 | jesse | 2006-05-08 00:34:57 +0200 (Mon, 08 May 2006) | 4 lines
+
+* If users were upgrading from pre->0.60427 versions of Jifty, the table upgrades semantics could bite them as they did the wrong thing
+on "repeated" upgrades.
+
+
+------------------------------------------------------------------------
+r1019 | jesse | 2006-05-07 21:28:09 +0200 (Sun, 07 May 2006) | 3 lines
+
+ r13298 at hualien:  jesse | 2006-05-07 15:27:44 -0400
+ * 0.60507
+
+------------------------------------------------------------------------
+r1018 | jesse | 2006-05-07 21:28:01 +0200 (Sun, 07 May 2006) | 4 lines
+
+ r13295 at hualien:  jesse | 2006-05-07 13:41:03 -0400
+ * We were inconsistently using Jifty::Util::make_path as a subroutine. It's a class method.
+   This could break the stub generators and tutorial.  Thanks to Sean E. Millichamp
+
+------------------------------------------------------------------------
+r1017 | audreyt | 2006-05-07 07:22:09 +0200 (Sun, 07 May 2006) | 2 lines
+
+* Update the inc tree to 0.62 for various fixes,
+  in particular improved share_dir compatibility.
+------------------------------------------------------------------------
+r1016 | jesse | 2006-05-07 04:27:11 +0200 (Sun, 07 May 2006) | 3 lines
+
+ r13266 at hualien:  jesse | 2006-05-06 22:26:52 -0400
+ File::Path doesn't do what we'd expect on paths that already exist.
+
+------------------------------------------------------------------------
+r1014 | alexmv | 2006-05-06 22:05:14 +0200 (Sat, 06 May 2006) | 4 lines
+
+ r12858 at zoq-fot-pik:  chmrr | 2006-05-06 16:04:13 -0400
+  * Be a little more explicit about SQLite's limitation, and a possible
+    (painful) workaround
+
+------------------------------------------------------------------------
+r1012 | ewilhelm | 2006-05-06 06:02:29 +0200 (Sat, 06 May 2006) | 6 lines
+
+ r960 at mjolnir:  ewilhelm | 2006-05-05 21:01:58 -0700
+ lib/Jifty/Object.pm - removed incorrect '=for' directive
+ lib/Jifty/Web/Form/Field.pm - removed incorrect '=for' directive
+ lib/Jifty/Web/Form.pm - removed incorrect '=for' directive
+ 
+
+------------------------------------------------------------------------
+r1011 | ewilhelm | 2006-05-06 06:02:20 +0200 (Sat, 06 May 2006) | 3 lines
+
+ r957 at mjolnir:  ewilhelm | 2006-05-05 20:49:34 -0700
+ lib/Jifty/Web/Form.pm - just trailing whitespace cleanup
+
+------------------------------------------------------------------------
+r995 | jesse | 2006-05-05 20:56:06 +0200 (Fri, 05 May 2006) | 3 lines
+
+ r13254 at hualien:  jesse | 2006-05-05 14:55:45 -0400
+ * Jifty 2006-05-05
+
+------------------------------------------------------------------------
+r994 | nelhage | 2006-05-05 18:38:18 +0200 (Fri, 05 May 2006) | 1 line
+
+Adding myself to AUTHORS
+------------------------------------------------------------------------
+r993 | nelhage | 2006-05-05 18:35:05 +0200 (Fri, 05 May 2006) | 1 line
+
+Fixing a documentation bug in Jifty::Web::PageRegion
+------------------------------------------------------------------------
+r992 | autrijus | 2006-05-05 06:20:57 +0200 (Fri, 05 May 2006) | 12 lines
+
+* Jifty is now ported to Win32 (tested with ActivePerl 5.8.8.817).
+
+* Unified nonportable _mkpath into Jifty::Util::make_path,
+  which now uses File::Path::mkpath underneath.
+
+* On application creation, make bin/jifty.bat as well as bin/jifty.
+
+* Changed nonportable use of splitdir() to File::Basename's
+  basename() and dirname().
+
+* Jifty::Handle: correct "jifty schema --setup" sequence so
+  it can create tables from nonexisting databases.
+------------------------------------------------------------------------
+r991 | jesse | 2006-05-05 05:44:29 +0200 (Fri, 05 May 2006) | 3 lines
+
+ r13245 at hualien:  jesse | 2006-05-04 23:43:02 -0400
+ Dobrica Pavlinusic caught a logic error in our upgrade code.
+
+------------------------------------------------------------------------
+r990 | alexmv | 2006-05-04 22:25:00 +0200 (Thu, 04 May 2006) | 3 lines
+
+ r12829 at zoq-fot-pik:  chmrr | 2006-05-04 16:24:18 -0400
+  * Rename 'key' to 'data_key'
+
+------------------------------------------------------------------------
+r989 | alexmv | 2006-05-04 22:24:50 +0200 (Thu, 04 May 2006) | 4 lines
+
+ r12821 at zoq-fot-pik:  chmrr | 2006-05-04 16:22:27 -0400
+  * Redirects in 'before' in the dispatcher should keep track of unrun
+ actions
+
+------------------------------------------------------------------------
+r986 | ewilhelm | 2006-05-04 06:10:40 +0200 (Thu, 04 May 2006) | 5 lines
+
+ r920 at mjolnir:  ewilhelm | 2006-05-03 21:09:08 -0700
+ lib/Jifty/JSON.pm - fix for CPAN.pm/MM complaints
+ lib/Jifty/YAML.pm - fix for CPAN.pm/MM complaints
+   * ->VERSION() tip by audreyt
+
+------------------------------------------------------------------------
+r985 | ewilhelm | 2006-05-04 06:10:34 +0200 (Thu, 04 May 2006) | 3 lines
+
+ r919 at mjolnir:  ewilhelm | 2006-05-03 21:07:40 -0700
+ t/01-version_checks.t - fixed to run under test harness
+
+------------------------------------------------------------------------
+r984 | ewilhelm | 2006-05-04 06:10:28 +0200 (Thu, 04 May 2006) | 3 lines
+
+ r918 at mjolnir:  ewilhelm | 2006-05-03 20:52:39 -0700
+ t/01-version_checks.t - actually fails, tests everything
+
+------------------------------------------------------------------------
+r983 | ewilhelm | 2006-05-04 06:10:21 +0200 (Thu, 04 May 2006) | 3 lines
+
+ r917 at mjolnir:  ewilhelm | 2006-05-03 20:28:05 -0700
+ t/01-version_checks.t - failing test for Randal's CPAN.pm complaint
+
+------------------------------------------------------------------------
+r977 | autrijus | 2006-05-03 20:06:52 +0200 (Wed, 03 May 2006) | 2 lines
+
+* Update Syck dep to 0.44/0.12, as it's thoroughly non-leaky
+  and has fixes for alexmv's test cases.
+------------------------------------------------------------------------
+r975 | jesse | 2006-05-02 20:14:08 +0200 (Tue, 02 May 2006) | 3 lines
+
+ r13155 at hualien:  jesse | 2006-05-02 14:13:50 -0400
+ * Since we clear the cache on each http hit, hold onto cached records longer _within_ one http hit
+
+------------------------------------------------------------------------
+r971 | ewilhelm | 2006-05-02 09:14:44 +0200 (Tue, 02 May 2006) | 4 lines
+
+ r911 at mjolnir:  ewilhelm | 2006-05-02 00:14:10 -0700
+ lib/Jifty/Manual/ObjectModel.pod - typo fixes
+ lib/Jifty/Manual/Tutorial.pod - removed link in literal, added 'Online Help' section
+
+------------------------------------------------------------------------
+r970 | ewilhelm | 2006-05-02 09:14:29 +0200 (Tue, 02 May 2006) | 3 lines
+
+ r910 at mjolnir:  ewilhelm | 2006-05-02 00:05:43 -0700
+ share/web/templates/__jifty/online_docs/content.html - disable magic schema quoting for core module docs
+
+------------------------------------------------------------------------
+r966 | jesse | 2006-04-30 04:05:06 +0200 (Sun, 30 Apr 2006) | 3 lines
+
+ r13105 at hualien:  jesse | 2006-04-29 22:03:28 -0400
+ * MANIFEST
+
+------------------------------------------------------------------------
+r965 | jesse | 2006-04-30 04:04:54 +0200 (Sun, 30 Apr 2006) | 3 lines
+
+ r13104 at hualien:  jesse | 2006-04-29 21:54:03 -0400
+  * Remove a reference to Apache::Session we don't need
+
+------------------------------------------------------------------------
+r964 | jesse | 2006-04-30 04:04:47 +0200 (Sun, 30 Apr 2006) | 3 lines
+
+ r13103 at hualien:  jesse | 2006-04-29 21:35:35 -0400
+ * Alex removed our dependency on Apache::Session. Eternal Glory for Alex!
+
+------------------------------------------------------------------------
+r962 | alexmv | 2006-04-29 21:28:47 +0200 (Sat, 29 Apr 2006) | 3 lines
+
+ r12708 at zoq-fot-pik:  chmrr | 2006-04-29 15:28:31 -0400
+  * Dependency bump for YAML::Syck for JSON::Syck bugfix
+
+------------------------------------------------------------------------
+r960 | alexmv | 2006-04-28 23:48:13 +0200 (Fri, 28 Apr 2006) | 3 lines
+
+ r12692 at zoq-fot-pik:  chmrr | 2006-04-28 17:47:58 -0400
+  * Typxo caught by Bart Bunting <bart at bunting.net.au>
+
+------------------------------------------------------------------------
+r959 | alexmv | 2006-04-28 23:04:39 +0200 (Fri, 28 Apr 2006) | 3 lines
+
+ r12690 at zoq-fot-pik:  chmrr | 2006-04-28 17:04:20 -0400
+  * Bump DBD::SQLite dependency to 1.11, which supports blobs transparently
+
+------------------------------------------------------------------------
+r958 | alexmv | 2006-04-28 22:28:38 +0200 (Fri, 28 Apr 2006) | 3 lines
+
+ r12688 at zoq-fot-pik:  chmrr | 2006-04-28 16:28:22 -0400
+  * Class 'load' and 'store' methods always act as the superuser
+
+------------------------------------------------------------------------
+r957 | alexmv | 2006-04-28 22:05:43 +0200 (Fri, 28 Apr 2006) | 3 lines
+
+ r12686 at zoq-fot-pik:  chmrr | 2006-04-28 16:05:27 -0400
+  * POD nits
+
+------------------------------------------------------------------------
+r956 | alexmv | 2006-04-28 21:49:59 +0200 (Fri, 28 Apr 2006) | 3 lines
+
+ r12683 at zoq-fot-pik:  chmrr | 2006-04-28 15:49:31 -0400
+  * Sessions stored in the database
+
+------------------------------------------------------------------------
+r955 | alexmv | 2006-04-28 21:49:53 +0200 (Fri, 28 Apr 2006) | 3 lines
+
+ r12682 at zoq-fot-pik:  chmrr | 2006-04-28 15:48:33 -0400
+  * _db_version -> _jifty_metadata, jifty schema versioning
+
+------------------------------------------------------------------------
+r954 | alexmv | 2006-04-28 08:07:02 +0200 (Fri, 28 Apr 2006) | 4 lines
+
+ r12677 at zoq-fot-pik:  chmrr | 2006-04-28 02:03:32 -0400
+  * Allow passing just a value, instead of having to specify the type
+ (value, fallback, doublefallback)
+
+------------------------------------------------------------------------
+r953 | alexmv | 2006-04-28 08:06:53 +0200 (Fri, 28 Apr 2006) | 3 lines
+
+ r12676 at zoq-fot-pik:  chmrr | 2006-04-28 02:01:51 -0400
+  * Check if it can ->name before calling
+
+------------------------------------------------------------------------
+r952 | alexmv | 2006-04-28 08:06:43 +0200 (Fri, 28 Apr 2006) | 3 lines
+
+ r12675 at zoq-fot-pik:  chmrr | 2006-04-28 02:01:16 -0400
+  * Indent
+
+------------------------------------------------------------------------
+r951 | alexmv | 2006-04-28 08:06:35 +0200 (Fri, 28 Apr 2006) | 3 lines
+
+ r12674 at zoq-fot-pik:  chmrr | 2006-04-28 01:59:48 -0400
+  * Move session tests into TestApp, in preperation for them needing a database
+
+------------------------------------------------------------------------
+r949 | trs | 2006-04-28 01:47:39 +0200 (Fri, 28 Apr 2006) | 3 lines
+
+ r10153 at zot:  tom | 2006-04-27 19:47:16 -0400
+ Add note about class name breakage
+
+------------------------------------------------------------------------
+r948 | alexmv | 2006-04-27 20:16:19 +0200 (Thu, 27 Apr 2006) | 4 lines
+
+ r12669 at zoq-fot-pik:  chmrr | 2006-04-27 14:15:55 -0400
+  * refers_to isn't actually a reference, it's a string.
+ UNIVERSAL::isa is actually (more) right here.
+
+------------------------------------------------------------------------
+r947 | jesse | 2006-04-27 20:14:52 +0200 (Thu, 27 Apr 2006) | 3 lines
+
+ r11999 at hualien:  jesse | 2006-04-27 14:14:37 -0400
+ * The stub, it breaks apps.
+
+------------------------------------------------------------------------
+r946 | autrijus | 2006-04-27 09:35:13 +0200 (Thu, 27 Apr 2006) | 1 line
+
+* update MANIFEST
+------------------------------------------------------------------------
+r945 | alexmv | 2006-04-27 09:07:58 +0200 (Thu, 27 Apr 2006) | 3 lines
+
+ r12663 at zoq-fot-pik:  chmrr | 2006-04-27 03:07:32 -0400
+  * Missing semicolon in classloader
+
+------------------------------------------------------------------------
+r944 | autrijus | 2006-04-27 07:16:38 +0200 (Thu, 27 Apr 2006) | 1 line
+
+* ClassLoader: Also create CRUD scaffolding for App::Model::Class::Subclass.
+------------------------------------------------------------------------
+r943 | jesse | 2006-04-27 07:07:08 +0200 (Thu, 27 Apr 2006) | 3 lines
+
+ r11977 at hualien:  jesse | 2006-04-27 01:05:12 -0400
+ * A more conservative Time::Local / $ENV{TZ} workaround
+
+------------------------------------------------------------------------
+r942 | jesse | 2006-04-27 07:06:38 +0200 (Thu, 27 Apr 2006) | 5 lines
+
+ r11966 at hualien:  jesse | 2006-04-27 00:18:41 -0400
+ * Added suppport for native support for dates and timestamps with time zones 
+ 
+ NOTE: JIFTY NOW SETS $ENV{TZ'} TO GMT work around a bug in Time::Local
+
+------------------------------------------------------------------------
+r937 | trs | 2006-04-27 02:40:34 +0200 (Thu, 27 Apr 2006) | 3 lines
+
+ r10109 at zot:  tom | 2006-04-26 20:39:52 -0400
+ Make sure there are no spaces if there is no content
+
+------------------------------------------------------------------------
+r935 | alexmv | 2006-04-27 00:50:48 +0200 (Thu, 27 Apr 2006) | 3 lines
+
+ r12640 at zoq-fot-pik:  chmrr | 2006-04-26 18:50:33 -0400
+  * Fix buttons that should redirect to URLs
+
+------------------------------------------------------------------------
+r934 | alexmv | 2006-04-27 00:34:59 +0200 (Thu, 27 Apr 2006) | 3 lines
+
+ r12638 at zoq-fot-pik:  chmrr | 2006-04-26 18:34:43 -0400
+  * References can't possibly be "" -- this saves overloading headaches
+
+------------------------------------------------------------------------
+r932 | alexmv | 2006-04-26 22:26:54 +0200 (Wed, 26 Apr 2006) | 7 lines
+
+ r12633 at zoq-fot-pik:  chmrr | 2006-04-26 16:26:02 -0400
+  * Fix class selection regex in behavior
+  * Differentiate the automatically-added column name from the rest of
+ the classes.  THIS MAY BREAK EXISTING CSS.  However, it's the only way
+ to have columns named "date" not get the date popup widget
+ automatically.
+
+------------------------------------------------------------------------
+r927 | jesse | 2006-04-25 22:52:43 +0200 (Tue, 25 Apr 2006) | 3 lines
+
+ r11872 at hualien:  jesse | 2006-04-25 16:49:57 -0400
+ Stub!
+
+------------------------------------------------------------------------
+r923 | alexmv | 2006-04-25 03:20:37 +0200 (Tue, 25 Apr 2006) | 4 lines
+
+ r12560 at zoq-fot-pik:  chmrr | 2006-04-24 21:20:19 -0400
+  * Autocomplete serializes the whole action
+  * autocomplete_* on models get passed all of the columns
+
+------------------------------------------------------------------------
+r922 | alexmv | 2006-04-25 00:48:08 +0200 (Tue, 25 Apr 2006) | 3 lines
+
+ r12558 at zoq-fot-pik:  chmrr | 2006-04-24 18:47:49 -0400
+  * Fix getElementsBySelector for case where id selector returns nothing
+
+------------------------------------------------------------------------
+r921 | ewilhelm | 2006-04-24 23:49:52 +0200 (Mon, 24 Apr 2006) | 3 lines
+
+ r869 at mjolnir:  ewilhelm | 2006-04-24 14:49:32 -0700
+ lib/Jifty/JSON.pm - www.crockford.com says goto www.json.org
+
+------------------------------------------------------------------------
+r919 | ewilhelm | 2006-04-24 22:32:12 +0200 (Mon, 24 Apr 2006) | 3 lines
+
+ r867 at mjolnir:  ewilhelm | 2006-04-24 13:30:33 -0700
+ AUTHORS - added myself
+
+------------------------------------------------------------------------
+r918 | trs | 2006-04-24 22:25:54 +0200 (Mon, 24 Apr 2006) | 3 lines
+
+ r10013 at zot:  tom | 2006-04-24 16:25:34 -0400
+ Personal preference when putting my name on something
+
+------------------------------------------------------------------------
+r917 | jesse | 2006-04-24 22:09:34 +0200 (Mon, 24 Apr 2006) | 3 lines
+
+ r11856 at hualien:  jesse | 2006-04-24 16:09:11 -0400
+ Added an authors file
+
+------------------------------------------------------------------------
+r913 | jesse | 2006-04-24 19:30:26 +0200 (Mon, 24 Apr 2006) | 3 lines
+
+ r11854 at hualien:  jesse | 2006-04-24 13:30:07 -0400
+ * notes on making a par. they don't work yet
+
+------------------------------------------------------------------------
+r912 | jesse | 2006-04-24 19:21:37 +0200 (Mon, 24 Apr 2006) | 3 lines
+
+ r11851 at hualien:  jesse | 2006-04-24 13:20:29 -0400
+ * POD Updates from Eric Wilhelm
+
+------------------------------------------------------------------------
+r911 | jesse | 2006-04-24 19:21:01 +0200 (Mon, 24 Apr 2006) | 3 lines
+
+ r11828 at hualien:  jesse | 2006-04-23 23:47:28 -0400
+ * Only blow away the database on test pass if we set one up in the first place
+
+------------------------------------------------------------------------
+r907 | jesse | 2006-04-24 04:16:51 +0200 (Mon, 24 Apr 2006) | 3 lines
+
+ r11820 at hualien:  jesse | 2006-04-23 22:15:51 -0400
+ Jifty::Notification refactoring to not try to send mail to undef
+
+------------------------------------------------------------------------
+r906 | jesse | 2006-04-24 04:16:32 +0200 (Mon, 24 Apr 2006) | 3 lines
+
+ r11799 at hualien:  jesse | 2006-04-23 14:26:36 -0400
+ * Typo
+
+------------------------------------------------------------------------
+r903 | trs | 2006-04-23 21:53:05 +0200 (Sun, 23 Apr 2006) | 3 lines
+
+ r9970 at zot:  tom | 2006-04-23 15:52:41 -0400
+ Support setting link targets
+
+------------------------------------------------------------------------
+r902 | trs | 2006-04-23 21:52:58 +0200 (Sun, 23 Apr 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r897 | jesse | 2006-04-23 00:28:07 +0200 (Sun, 23 Apr 2006) | 3 lines
+
+ r11786 at hualien:  jesse | 2006-04-22 18:20:20 -0400
+ * It's not nice when we try to run methods on undef
+
+------------------------------------------------------------------------
+r896 | jesse | 2006-04-23 00:27:59 +0200 (Sun, 23 Apr 2006) | 3 lines
+
+ r11785 at hualien:  jesse | 2006-04-22 18:15:55 -0400
+ * The error page wasn't doing the right thing when devel mode was off. (parameters were out of order).
+
+------------------------------------------------------------------------
+r893 | jesse | 2006-04-22 23:29:24 +0200 (Sat, 22 Apr 2006) | 4 lines
+
+ r11777 at hualien:  jesse | 2006-04-22 17:28:37 -0400
+ * Added an API for rendering just one action's results
+ 
+
+------------------------------------------------------------------------
+r889 | jesse | 2006-04-22 05:53:31 +0200 (Sat, 22 Apr 2006) | 3 lines
+
+ r11768 at hualien:  jesse | 2006-04-21 23:52:55 -0400
+ * Have Jifty::Action::Records cache their arguments  
+
+------------------------------------------------------------------------
+r886 | alexmv | 2006-04-21 18:51:33 +0200 (Fri, 21 Apr 2006) | 3 lines
+
+ r12467 at zoq-fot-pik:  chmrr | 2006-04-21 12:51:20 -0400
+  * Skip things in .svn directories
+
+------------------------------------------------------------------------
+r882 | alexmv | 2006-04-21 06:28:08 +0200 (Fri, 21 Apr 2006) | 3 lines
+
+ r12457 at zoq-fot-pik:  chmrr | 2006-04-21 00:27:55 -0400
+  * name is assumed to be a fully-qualified region name
+
+------------------------------------------------------------------------
+r881 | alexmv | 2006-04-21 05:18:12 +0200 (Fri, 21 Apr 2006) | 5 lines
+
+ r12455 at zoq-fot-pik:  chmrr | 2006-04-20 23:17:54 -0400
+  * Only show calendar link on text entry (it was showing up on hidden entries!)
+  * element.parentNode hits Document before it hits null, which doesn't
+ have a getAttribute
+
+------------------------------------------------------------------------
+r880 | alexmv | 2006-04-21 03:49:44 +0200 (Fri, 21 Apr 2006) | 7 lines
+
+ r12451 at zoq-fot-pik:  chmrr | 2006-04-20 21:48:05 -0400
+  * Buttons should produce registrations
+  * links and buttons should insert submit information into their onclicks
+  * First pass at removing regions
+  * If we can't know the path of the region (because we don't know
+ about it), carry on anyways, but output a debug warning.
+
+------------------------------------------------------------------------
+r879 | ruz | 2006-04-21 02:56:46 +0200 (Fri, 21 Apr 2006) | 3 lines
+
+ r7519 at cubic-pc:  cubic | 2006-04-21 04:58:54 +0400
+ * use correct url base for models in navigation
+
+------------------------------------------------------------------------
+r877 | autrijus | 2006-04-20 09:27:26 +0200 (Thu, 20 Apr 2006) | 1 line
+
+* Jifty::Dispatcher - Make it Really Work (tm) :)
+------------------------------------------------------------------------
+r876 | jesse | 2006-04-20 07:34:19 +0200 (Thu, 20 Apr 2006) | 3 lines
+
+ r11732 at hualien:  jesse | 2006-04-20 01:29:42 -0400
+ Jesse and Audrey design session on client-side continuations
+
+------------------------------------------------------------------------
+r875 | autrijus | 2006-04-20 04:56:07 +0200 (Thu, 20 Apr 2006) | 8 lines
+
+* Jifty::Dispatcher: _compile_glob is now closer to unixy behaviour:
+    /*/         # one or more chars must match at *
+    /foo/*      # one or more
+    /*foo       # zero or more
+    /foo*       # zero or more
+    /foo??      # captured as one unit
+    /foo???*    # two units
+  also documented it more thoroughly in POD.
+------------------------------------------------------------------------
+r874 | alexmv | 2006-04-20 04:11:48 +0200 (Thu, 20 Apr 2006) | 3 lines
+
+ r12444 at zoq-fot-pik:  chmrr | 2006-04-19 22:11:32 -0400
+  * expand relative paths on guessed data
+
+------------------------------------------------------------------------
+r873 | alexmv | 2006-04-20 04:03:33 +0200 (Thu, 20 Apr 2006) | 4 lines
+
+ r12441 at zoq-fot-pik:  chmrr | 2006-04-19 22:02:27 -0400
+  * Change localization to the '%1' format that works, from the '[_1]
+ format that doesn't.
+
+------------------------------------------------------------------------
+r872 | alexmv | 2006-04-20 04:03:26 +0200 (Thu, 20 Apr 2006) | 5 lines
+
+ r12440 at zoq-fot-pik:  chmrr | 2006-04-19 22:01:56 -0400
+  * Don't use absolute paths in the config file; use %percents% to mark
+ them as to be made absolute when read
+  * Return undef if we can't guess the app path
+
+------------------------------------------------------------------------
+r871 | alexmv | 2006-04-19 07:48:10 +0200 (Wed, 19 Apr 2006) | 5 lines
+
+ r12411 at zoq-fot-pik:  chmrr | 2006-04-19 01:47:57 -0400
+  * A moniker can show up in more than one form.  Try harder to find
+ the right one.
+  * Note that skipping undef values for canonicalization is a bit odd
+
+------------------------------------------------------------------------
+r870 | alexmv | 2006-04-18 08:18:07 +0200 (Tue, 18 Apr 2006) | 3 lines
+
+ r12398 at zoq-fot-pik:  chmrr | 2006-04-18 02:17:47 -0400
+  * Wording change to not trigger dependency checker.
+
+------------------------------------------------------------------------
+r869 | alexmv | 2006-04-18 08:18:01 +0200 (Tue, 18 Apr 2006) | 4 lines
+
+ r12397 at zoq-fot-pik:  chmrr | 2006-04-18 02:17:21 -0400
+  * Better dependency checking
+  * Remove modules in 5.8.3 core from Makefile.PL
+
+------------------------------------------------------------------------
+r868 | alexmv | 2006-04-18 03:17:21 +0200 (Tue, 18 Apr 2006) | 3 lines
+
+ r12395 at zoq-fot-pik:  chmrr | 2006-04-17 21:17:07 -0400
+  * Update actions should still enforce constructors as being required.
+
+------------------------------------------------------------------------
+r867 | alexmv | 2006-04-14 22:44:30 +0200 (Fri, 14 Apr 2006) | 4 lines
+
+ r12378 at zoq-fot-pik:  chmrr | 2006-04-14 16:44:13 -0400
+  * Fix MANIFEST
+  * Update META.yml, Module::Install
+
+------------------------------------------------------------------------
+r866 | trs | 2006-04-14 22:36:23 +0200 (Fri, 14 Apr 2006) | 3 lines
+
+ r9840 at wintermute:  tom | 2006-04-14 16:36:02 -0400
+ update manifest
+
+------------------------------------------------------------------------
+r865 | alexmv | 2006-04-14 22:17:58 +0200 (Fri, 14 Apr 2006) | 4 lines
+
+ r12369 at zoq-fot-pik:  chmrr | 2006-04-14 16:17:38 -0400
+  * Unescape incoming and stored URIs to make them match better
+  * If that fails, warn if it looks dodgy.
+
+------------------------------------------------------------------------
+r864 | trs | 2006-04-14 22:14:01 +0200 (Fri, 14 Apr 2006) | 3 lines
+
+ r9838 at wintermute:  tom | 2006-04-14 16:13:40 -0400
+ POD fix
+
+------------------------------------------------------------------------
+r863 | trs | 2006-04-14 16:39:17 +0200 (Fri, 14 Apr 2006) | 3 lines
+
+ r9822 at wintermute:  tom | 2006-04-14 10:37:47 -0400
+ Add a type for reset buttons
+
+------------------------------------------------------------------------
+r862 | trs | 2006-04-14 16:39:06 +0200 (Fri, 14 Apr 2006) | 3 lines
+
+ r9474 at wintermute:  tom | 2006-04-08 13:01:54 -0400
+ Shouldn't have gotten rid of this
+
+------------------------------------------------------------------------
+r861 | trs | 2006-04-14 16:38:57 +0200 (Fri, 14 Apr 2006) | 4 lines
+
+ r9473 at wintermute:  tom | 2006-04-08 12:58:24 -0400
+ * Use source of IE7 instead of the compacted version (which generates errors)
+ * Remove two code blocks from ie7-standard-p.js which also cause errors.  See the comment marked "XXX TODO".
+
+------------------------------------------------------------------------
+r860 | alexmv | 2006-04-14 01:49:56 +0200 (Fri, 14 Apr 2006) | 4 lines
+
+ r12345 at zoq-fot-pik:  chmrr | 2006-04-13 19:49:35 -0400
+  * Option to force Clickables to generate buttons
+  * POD nits
+
+------------------------------------------------------------------------
+r859 | autrijus | 2006-04-13 10:02:52 +0200 (Thu, 13 Apr 2006) | 2 lines
+
+* Jifty::I18N: allow hard-coding of application language using
+  the framework.L10N.Lang config.
+------------------------------------------------------------------------
+r858 | autrijus | 2006-04-13 10:01:02 +0200 (Thu, 13 Apr 2006) | 3 lines
+
+* Jifty::Config: when guessing initial config, always use absolute
+  path instead of relative ones, as lighttpd does a implicit "chdir"
+  into document root, rendering relative paths for e.g. PO files useless.
+------------------------------------------------------------------------
+r857 | autrijus | 2006-04-13 09:46:40 +0200 (Thu, 13 Apr 2006) | 1 line
+
+* remove an erroneous entry in MANIFEST
+------------------------------------------------------------------------
+r856 | alexmv | 2006-04-13 08:47:03 +0200 (Thu, 13 Apr 2006) | 3 lines
+
+ r12332 at zoq-fot-pik:  chmrr | 2006-04-13 02:46:49 -0400
+  * Unite escaping functions
+
+------------------------------------------------------------------------
+r854 | autrijus | 2006-04-13 05:47:07 +0200 (Thu, 13 Apr 2006) | 3 lines
+
+* Massively improved Locale::Maketext::Extract's API for Jifty's
+  needs, so up the deps again to LME 0.20 / LML 0.60 to take
+  advantage of the new API.
+------------------------------------------------------------------------
+r853 | alexmv | 2006-04-13 05:39:52 +0200 (Thu, 13 Apr 2006) | 4 lines
+
+ r12296 at zoq-fot-pik:  chmrr | 2006-04-12 23:39:32 -0400
+  * Actions get automagic current_user's too
+  * Update POD to match reality
+
+------------------------------------------------------------------------
+r852 | jesse | 2006-04-13 05:15:19 +0200 (Thu, 13 Apr 2006) | 3 lines
+
+ r11604 at hualien:  jesse | 2006-04-12 23:11:34 -0400
+ * Removed an extra eval from J::O->_get_current_user
+
+------------------------------------------------------------------------
+r851 | jesse | 2006-04-13 04:16:30 +0200 (Thu, 13 Apr 2006) | 3 lines
+
+ r11601 at hualien:  jesse | 2006-04-12 22:15:47 -0400
+ * A little bit of work to make PageRegion calls a little bit lighter. 
+
+------------------------------------------------------------------------
+r850 | autrijus | 2006-04-13 03:19:02 +0200 (Thu, 13 Apr 2006) | 1 line
+
+* Jifty::Web::Form - change the "warning" call to $self->log->warn
+------------------------------------------------------------------------
+r848 | autrijus | 2006-04-13 03:07:20 +0200 (Thu, 13 Apr 2006) | 4 lines
+
+* Jifty::Web::Form - Change the Jifty->logger->warning API call 
+  to a regular "warn" as $SIG{__WARN__} is already populated by
+  Jifty::Logger nowadays; this also makes it not die when a logger
+  is not in place at all.
+------------------------------------------------------------------------
+r847 | autrijus | 2006-04-13 03:05:43 +0200 (Thu, 13 Apr 2006) | 2 lines
+
+* Jifty::Script::Po: Use the new write_po API from L::M::E 0.12
+  to make it very clear that we are not using maketext syntax.
+------------------------------------------------------------------------
+r846 | autrijus | 2006-04-13 03:04:59 +0200 (Thu, 13 Apr 2006) | 2 lines
+
+* Static handler: avoid uninitialized warnings when the client does not
+  issue Accept-Encoding header at all.
+------------------------------------------------------------------------
+r845 | autrijus | 2006-04-13 03:04:13 +0200 (Thu, 13 Apr 2006) | 1 line
+
+* Jifty::Dispatcher - trivial pod typo fix.
+------------------------------------------------------------------------
+r844 | autrijus | 2006-04-13 02:58:31 +0200 (Thu, 13 Apr 2006) | 4 lines
+
+* Jifty::Action::Record: The comment claims:
+        # If we're hand-coding a render_as, hints or label, let's use it.
+  but then it ignored hand-coded values in the code.  One of them is
+  lying, and I agree with the comment, so the code goes away. ;) 
+------------------------------------------------------------------------
+r843 | autrijus | 2006-04-13 02:53:52 +0200 (Thu, 13 Apr 2006) | 1 line
+
+* Update dep for LML/LME again for the new 'verbatim' flag.
+------------------------------------------------------------------------
+r842 | jesse | 2006-04-13 00:29:43 +0200 (Thu, 13 Apr 2006) | 3 lines
+
+ r11580 at hualien:  jesse | 2006-04-12 18:29:22 -0400
+ * Switch to Class::Accessor::Fast, for a small performance gain
+
+------------------------------------------------------------------------
+r841 | jesse | 2006-04-12 17:01:32 +0200 (Wed, 12 Apr 2006) | 4 lines
+
+ r11572 at hualien:  jesse | 2006-04-12 11:01:14 -0400
+ * Revert audrey's hacky LexWrap fix and fix it properly
+ 
+
+------------------------------------------------------------------------
+r840 | autrijus | 2006-04-12 07:30:16 +0200 (Wed, 12 Apr 2006) | 2 lines
+
+* Jifty::Handler - calling wrap() without importing Hook::LexWrap
+  considered harmful. :)
+------------------------------------------------------------------------
+r839 | jesse | 2006-04-12 03:27:47 +0200 (Wed, 12 Apr 2006) | 3 lines
+
+ r11542 at hualien:  jesse | 2006-04-11 21:26:35 -0400
+ * Use Module::Refresh but once.  Less repetition == good.
+
+------------------------------------------------------------------------
+r838 | jesse | 2006-04-12 03:27:35 +0200 (Wed, 12 Apr 2006) | 3 lines
+
+ r11539 at hualien:  jesse | 2006-04-11 21:24:41 -0400
+ * Don't auto-import Math::BigInt as it's wasteful _and_ it can cause Devel::DProf to segfault.
+
+------------------------------------------------------------------------
+r837 | autrijus | 2006-04-12 03:14:32 +0200 (Wed, 12 Apr 2006) | 4 lines
+
+* J::Web::Form::Link - do not blindly localize the "label" field, as
+  the label may be from DB that does not want to be localized.
+
+  The burden of localization should be on the link's caller.
+------------------------------------------------------------------------
+r834 | alexmv | 2006-04-11 16:04:43 +0200 (Tue, 11 Apr 2006) | 3 lines
+
+ r12201 at zoq-fot-pik:  chmrr | 2006-04-11 10:04:23 -0400
+  * In some cases, superuser is id 0; hence, check defined-ness
+
+------------------------------------------------------------------------
+r833 | autrijus | 2006-04-11 14:24:34 +0200 (Tue, 11 Apr 2006) | 3 lines
+
+* Upgrade L::M::L dependency to remove one primary source of $&
+  (but Text::Balanced still uses it), as well as make %1%2%3
+  and %quant() transparently work.
+------------------------------------------------------------------------
+r831 | autrijus | 2006-04-11 04:45:36 +0200 (Tue, 11 Apr 2006) | 2 lines
+
+* Add dtd/ to jifty distribution and make Test::WWW:Mechanize find them.
+  (updated MANIFEST in the process.)
+------------------------------------------------------------------------
+r830 | autrijus | 2006-04-11 04:36:50 +0200 (Tue, 11 Apr 2006) | 2 lines
+
+* Use Jifty->config->framework('Web')->{'DataDir'} instead of hard-coded
+  `var/mason/` in "jifty server" auto-rmtree, as suggested by obra.
+------------------------------------------------------------------------
+r829 | alexmv | 2006-04-11 00:52:08 +0200 (Tue, 11 Apr 2006) | 5 lines
+
+ r12190 at zoq-fot-pik:  chmrr | 2006-04-10 18:51:55 -0400
+  * Checkboxes get to check themselves off
+  * Jifty->web->url takes a scheme argument now/again
+  * $mech->moniker_for can take a unqualified action
+
+------------------------------------------------------------------------
+r828 | autrijus | 2006-04-10 16:23:02 +0200 (Mon, 10 Apr 2006) | 2 lines
+
+* `jifty server` now rm-rf's the var/mason/{obj,cache} directories,
+  so developing under DevelMode=0 is at least possible. :-)
+------------------------------------------------------------------------
+r822 | alexmv | 2006-04-06 23:40:18 +0200 (Thu, 06 Apr 2006) | 4 lines
+
+ r12178 at zoq-fot-pik:  chmrr | 2006-04-06 17:40:05 -0400
+  * fix 'base class is empty' errors -- I believe they stem from Spiffy
+    messing with load ordering.
+
+------------------------------------------------------------------------
+r819 | alexmv | 2006-04-06 21:43:20 +0200 (Thu, 06 Apr 2006) | 4 lines
+
+ r12170 at zoq-fot-pik:  chmrr | 2006-04-06 15:43:05 -0400
+  * YAML::Syck::Dump isn't quite all there yet; it doesn't handle
+ circular references
+
+------------------------------------------------------------------------
+r818 | jesse | 2006-04-06 02:56:12 +0200 (Thu, 06 Apr 2006) | 3 lines
+
+ r11092 at hualien:  jesse | 2006-04-05 20:55:44 -0400
+ * Documented Jifty::Script::Po
+
+------------------------------------------------------------------------
+r817 | jesse | 2006-04-06 02:56:03 +0200 (Thu, 06 Apr 2006) | 3 lines
+
+ r11079 at hualien:  jesse | 2006-04-04 15:25:42 -0400
+ * Don't try to loc html
+
+------------------------------------------------------------------------
+r816 | alexmv | 2006-04-06 01:12:55 +0200 (Thu, 06 Apr 2006) | 5 lines
+
+ r12164 at zoq-fot-pik:  chmrr | 2006-04-05 19:12:38 -0400
+  * Access to all actions through the admin UI
+  * Don't use Jifty->web->return on the model pages; we don't have a continuation push to them
+  * Show action errors if we're in devel mode
+
+------------------------------------------------------------------------
+r815 | alexmv | 2006-04-06 01:12:49 +0200 (Thu, 06 Apr 2006) | 3 lines
+
+ r12161 at zoq-fot-pik:  chmrr | 2006-04-05 16:37:39 -0400
+  * Listing if actions
+
+------------------------------------------------------------------------
+r814 | alexmv | 2006-04-05 22:14:34 +0200 (Wed, 05 Apr 2006) | 3 lines
+
+ r12159 at zoq-fot-pik:  chmrr | 2006-04-05 16:14:11 -0400
+  * Add a ApplicationName to make tests happier
+
+------------------------------------------------------------------------
+r812 | alexmv | 2006-04-05 20:13:05 +0200 (Wed, 05 Apr 2006) | 3 lines
+
+ r12153 at zoq-fot-pik:  chmrr | 2006-04-05 14:12:53 -0400
+  * Now, with more human-readable changelogs
+
+------------------------------------------------------------------------
+r809 | alexmv | 2006-04-05 02:14:49 +0200 (Wed, 05 Apr 2006) | 3 lines
+
+ r12143 at zoq-fot-pik:  chmrr | 2006-04-04 20:14:17 -0400
+  * Update doc to reflect new API
+
+------------------------------------------------------------------------
+r808 | alexmv | 2006-04-05 02:14:42 +0200 (Wed, 05 Apr 2006) | 7 lines
+
+ r12142 at zoq-fot-pik:  chmrr | 2006-04-04 20:13:52 -0400
+  * Move allow and deny'ing of actions into Jifty::API
+  * Clean up MANIFEST
+  * Don't allow applications to be named "Jifty" by default
+  * Fix copy/paste bug in Jifty.pm's handler method
+  * Remove unused Jifty->web->actions
+
+------------------------------------------------------------------------
+r807 | autrijus | 2006-04-02 19:26:15 +0200 (Sun, 02 Apr 2006) | 1 line
+
+* 0th draft sketch on plugin syntax in config and dispatchers
+------------------------------------------------------------------------
+r806 | jesse | 2006-04-02 19:23:28 +0200 (Sun, 02 Apr 2006) | 3 lines
+
+ r11044 at hualien:  jesse | 2006-04-03 02:23:12 +0900
+ * plugin reqts
+
+------------------------------------------------------------------------
+r805 | jesse | 2006-04-02 18:12:08 +0200 (Sun, 02 Apr 2006) | 3 lines
+
+ r11039 at hualien:  jesse | 2006-04-03 01:11:00 +0900
+  * Discussed command naming and packaging with audrey
+
+------------------------------------------------------------------------
+r804 | autrijus | 2006-04-02 17:46:43 +0200 (Sun, 02 Apr 2006) | 1 line
+
+* The "perl-maketext-format" tag is probably unneccessary.
+------------------------------------------------------------------------
+r803 | autrijus | 2006-04-02 17:38:02 +0200 (Sun, 02 Apr 2006) | 1 line
+
+* Ditto for reading existing .po files.
+------------------------------------------------------------------------
+r802 | autrijus | 2006-04-02 17:36:35 +0200 (Sun, 02 Apr 2006) | 1 line
+
+* Fix "jifty po" to correctly extract PO files in the gettext-compatible format.
+------------------------------------------------------------------------
+r801 | jesse | 2006-04-02 17:27:55 +0200 (Sun, 02 Apr 2006) | 3 lines
+
+ r11033 at hualien:  jesse | 2006-04-03 00:26:43 +0900
+ * Notifications can now take a user object or an email address
+
+------------------------------------------------------------------------
+r800 | autrijus | 2006-04-02 17:27:49 +0200 (Sun, 02 Apr 2006) | 1 line
+
+* also registering L::M::Extract as a dep.
+------------------------------------------------------------------------
+r799 | jesse | 2006-04-02 17:27:26 +0200 (Sun, 02 Apr 2006) | 3 lines
+
+ r11032 at hualien:  jesse | 2006-04-03 00:25:39 +0900
+ * Second half of "sort order for arguments" patch, as suggested by miyagawa
+
+------------------------------------------------------------------------
+r798 | autrijus | 2006-04-02 17:26:24 +0200 (Sun, 02 Apr 2006) | 1 line
+
+* we now depend on File::Find::Rule.
+------------------------------------------------------------------------
+r797 | autrijus | 2006-04-02 17:20:15 +0200 (Sun, 02 Apr 2006) | 1 line
+
+* Makefile.PL: we really want Module::Refresh 0.09.
+------------------------------------------------------------------------
+r796 | autrijus | 2006-04-02 17:18:24 +0200 (Sun, 02 Apr 2006) | 1 line
+
+* avoid an empty substitution trap.
+------------------------------------------------------------------------
+r795 | autrijus | 2006-04-02 12:51:15 +0200 (Sun, 02 Apr 2006) | 6 lines
+
+* oops. revert the extra bogus commits.
+  (the last commit also fixed RPS::I18N to _AUTO fallback
+   on non-english languages, as well as turn on "use utf8"
+   for all compoments so that textual utf8 works there.)
+  Because of this change, :utf8 is now turned on again
+  on the Mason view.
+------------------------------------------------------------------------
+r794 | autrijus | 2006-04-02 12:47:58 +0200 (Sun, 02 Apr 2006) | 1 line
+
+* 01-raw-api.t in Mapper needs to be a bit more liberal in accepting Syck lists
+------------------------------------------------------------------------
+r793 | autrijus | 2006-04-02 12:45:26 +0200 (Sun, 02 Apr 2006) | 1 line
+
+* Upgrade Syck dependency for Jifty
+------------------------------------------------------------------------
+r792 | jesse | 2006-04-01 09:09:04 +0200 (Sat, 01 Apr 2006) | 3 lines
+
+ r11004 at hualien:  jesse | 2006-04-01 16:08:04 +0900
+ * First useful version of the message catalog extractor
+
+------------------------------------------------------------------------
+r791 | jesse | 2006-04-01 09:08:49 +0200 (Sat, 01 Apr 2006) | 3 lines
+
+ r11003 at hualien:  jesse | 2006-04-01 16:07:29 +0900
+ * Empty japanese translation
+
+------------------------------------------------------------------------
+r790 | jesse | 2006-04-01 09:08:33 +0200 (Sat, 01 Apr 2006) | 3 lines
+
+ r11002 at hualien:  jesse | 2006-04-01 15:45:26 +0900
+ * first pass po file extractor
+
+------------------------------------------------------------------------
+r789 | jesse | 2006-04-01 09:08:19 +0200 (Sat, 01 Apr 2006) | 3 lines
+
+ r11001 at hualien:  jesse | 2006-04-01 15:41:23 +0900
+ * updates to the message catalogs
+
+------------------------------------------------------------------------
+r788 | jesse | 2006-04-01 05:30:51 +0200 (Sat, 01 Apr 2006) | 3 lines
+
+ r10999 at hualien:  jesse | 2006-04-01 12:30:29 +0900
+ * More YAML engine unification
+
+------------------------------------------------------------------------
+r787 | jesse | 2006-03-31 18:01:48 +0200 (Fri, 31 Mar 2006) | 3 lines
+
+ r10996 at hualien:  jesse | 2006-04-01 01:01:16 +0900
+ * YAML -> Jifty::YAML
+
+------------------------------------------------------------------------
+r786 | jesse | 2006-03-31 18:01:32 +0200 (Fri, 31 Mar 2006) | 3 lines
+
+ r10993 at hualien:  jesse | 2006-04-01 00:24:22 +0900
+ * if you try to loc a null string, do something smarter than dying
+
+------------------------------------------------------------------------
+r785 | jesse | 2006-03-31 16:47:20 +0200 (Fri, 31 Mar 2006) | 3 lines
+
+ r10991 at hualien:  jesse | 2006-03-31 23:46:08 +0900
+ * manifest cleanup; dependency fixes
+
+------------------------------------------------------------------------
+r783 | jesse | 2006-03-31 16:06:05 +0200 (Fri, 31 Mar 2006) | 3 lines
+
+ r10987 at hualien:  jesse | 2006-03-31 23:05:42 +0900
+ * First template extraction
+
+------------------------------------------------------------------------
+r782 | jesse | 2006-03-31 15:22:15 +0200 (Fri, 31 Mar 2006) | 3 lines
+
+ r10982 at hualien:  jesse | 2006-03-31 22:07:26 +0900
+ * First pass localization
+
+------------------------------------------------------------------------
+r780 | jesse | 2006-03-31 11:24:19 +0200 (Fri, 31 Mar 2006) | 3 lines
+
+ r10658 at hualien:  jesse | 2006-03-31 18:23:18 +0900
+ * First working pass of internationalization
+
+------------------------------------------------------------------------
+r779 | jesse | 2006-03-31 10:27:44 +0200 (Fri, 31 Mar 2006) | 3 lines
+
+ r10651 at hualien:  jesse | 2006-03-31 17:23:52 +0900
+ * Switch from Time::ParseDate to Date::Manip, since the former isn't win32 compatible
+
+------------------------------------------------------------------------
+r778 | jesse | 2006-03-31 10:27:14 +0200 (Fri, 31 Mar 2006) | 3 lines
+
+ r10650 at hualien:  jesse | 2006-03-31 14:01:25 +0900
+  * First pass at internationalization that passes smoke tests
+
+------------------------------------------------------------------------
+r777 | jesse | 2006-03-31 10:26:52 +0200 (Fri, 31 Mar 2006) | 3 lines
+
+ r10649 at hualien:  jesse | 2006-03-31 13:55:23 +0900
+ * First real pass at I18N support
+
+------------------------------------------------------------------------
+r776 | jesse | 2006-03-31 10:26:33 +0200 (Fri, 31 Mar 2006) | 3 lines
+
+ r10648 at hualien:  jesse | 2006-03-31 13:46:37 +0900
+ Glasser pointed out that I accitentally nuked the README
+
+------------------------------------------------------------------------
+r775 | jesse | 2006-03-31 10:26:13 +0200 (Fri, 31 Mar 2006) | 3 lines
+
+ r10647 at hualien:  jesse | 2006-03-31 13:44:49 +0900
+ * Moved "web" under "share", since we have a sharedir now 
+
+------------------------------------------------------------------------
+r774 | jesse | 2006-03-31 10:25:56 +0200 (Fri, 31 Mar 2006) | 3 lines
+
+ r10646 at hualien:  jesse | 2006-03-31 13:43:22 +0900
+ * Moved the static content handler into the View hierarchy
+
+------------------------------------------------------------------------
+r773 | jesse | 2006-03-31 03:47:44 +0200 (Fri, 31 Mar 2006) | 20 lines
+
+ r10632 at hualien:  jesse | 2006-03-31 10:47:25 +0900
+ From Marc Beyer:
+ 
+ Hi,
+ 
+ loading the wifty HomePage in Konqueror (v. 3.3.2 on Debian Sarge)
+ brings up a JavaScript error:
+ 
+ http://p6:8888/static/js/rico.js: TypeError: Value undefined (result of
+ expression document.attachEvent) is not an object. Cannot be called.
+ 
+ My JavaScript knowledge is poor to nonexistant, so I have no idea
+ whether this is an error in rico.js or Konqueror, but the attached patch
+ (stolen shamelessly from jamest at ajrs.com at
+ http://trac.openrico.org:9004/rico/ticket/2) prevents the warning.
+ 
+ Hope that helps,
+ 
+ Marc
+
+------------------------------------------------------------------------
+r772 | jesse | 2006-03-30 10:27:32 +0200 (Thu, 30 Mar 2006) | 3 lines
+
+ r10549 at hualien:  jesse | 2006-03-30 17:18:28 +0900
+ * Audrey had a good suggestion. ::View
+
+------------------------------------------------------------------------
+r771 | jesse | 2006-03-30 10:23:32 +0200 (Thu, 30 Mar 2006) | 3 lines
+
+ r10548 at hualien:  jesse | 2006-03-30 16:52:50 +0900
+ * More shuffling of the Mason Handler. Moved the mason handler into a new templating namespace
+
+------------------------------------------------------------------------
+r770 | jesse | 2006-03-30 10:23:12 +0200 (Thu, 30 Mar 2006) | 3 lines
+
+ r10547 at hualien:  jesse | 2006-03-30 15:52:34 +0900
+ * minor refactoring
+
+------------------------------------------------------------------------
+r769 | jesse | 2006-03-30 08:38:17 +0200 (Thu, 30 Mar 2006) | 3 lines
+
+ r10545 at hualien:  jesse | 2006-03-30 15:37:09 +0900
+ * test for indented requirements
+
+------------------------------------------------------------------------
+r768 | jesse | 2006-03-30 04:19:30 +0200 (Thu, 30 Mar 2006) | 3 lines
+
+ r10537 at hualien:  jesse | 2006-03-29 14:55:05 +0900
+  * RTFM Formatting
+
+------------------------------------------------------------------------
+r767 | jesse | 2006-03-29 07:40:38 +0200 (Wed, 29 Mar 2006) | 3 lines
+
+ r10536 at hualien:  jesse | 2006-03-29 14:40:00 +0900
+ * more live editing
+
+------------------------------------------------------------------------
+r766 | jesse | 2006-03-29 07:07:12 +0200 (Wed, 29 Mar 2006) | 3 lines
+
+ r10534 at hualien:  jesse | 2006-03-29 14:06:42 +0900
+ *Move some slides around at the last minute
+
+------------------------------------------------------------------------
+r765 | jesse | 2006-03-29 06:52:43 +0200 (Wed, 29 Mar 2006) | 3 lines
+
+ r10532 at hualien:  jesse | 2006-03-29 13:50:40 +0900
+ * Jifty comes with one pony, not two
+
+------------------------------------------------------------------------
+r764 | autrijus | 2006-03-29 06:45:37 +0200 (Wed, 29 Mar 2006) | 1 line
+
+* space bar for jifty takahashi, courtesy of ingy
+------------------------------------------------------------------------
+r763 | jesse | 2006-03-29 06:31:46 +0200 (Wed, 29 Mar 2006) | 3 lines
+
+ r10528 at hualien:  jesse | 2006-03-29 13:31:00 +0900
+ * Translation fix
+
+------------------------------------------------------------------------
+r762 | jesse | 2006-03-29 04:38:21 +0200 (Wed, 29 Mar 2006) | 3 lines
+
+ r10526 at hualien:  jesse | 2006-03-29 11:33:49 +0900
+ * Smarter font sizing
+
+------------------------------------------------------------------------
+r761 | jesse | 2006-03-29 03:59:38 +0200 (Wed, 29 Mar 2006) | 3 lines
+
+ r10521 at hualien:  jesse | 2006-03-29 10:50:18 +0900
+ It's not 2005 anymore
+
+------------------------------------------------------------------------
+r760 | jesse | 2006-03-29 03:59:08 +0200 (Wed, 29 Mar 2006) | 3 lines
+
+ r10520 at hualien:  jesse | 2006-03-29 10:49:27 +0900
+ * presentation cleanups
+
+------------------------------------------------------------------------
+r759 | jesse | 2006-03-29 03:58:27 +0200 (Wed, 29 Mar 2006) | 3 lines
+
+ r10519 at hualien:  jesse | 2006-03-29 10:45:38 +0900
+ * size fix
+
+------------------------------------------------------------------------
+r758 | jesse | 2006-03-29 03:58:06 +0200 (Wed, 29 Mar 2006) | 3 lines
+
+ r10518 at hualien:  jesse | 2006-03-29 09:59:52 +0900
+  * Updates from Kenichi
+
+------------------------------------------------------------------------
+r757 | autrijus | 2006-03-28 18:26:18 +0200 (Tue, 28 Mar 2006) | 1 line
+
+* yapc.asia talk: CSS tweaks for better screen presentation.
+------------------------------------------------------------------------
+r756 | jesse | 2006-03-28 14:31:40 +0200 (Tue, 28 Mar 2006) | 3 lines
+
+ r10514 at hualien:  jesse | 2006-03-28 21:30:52 +0900
+ * image fixes
+
+------------------------------------------------------------------------
+r755 | jesse | 2006-03-28 12:20:40 +0200 (Tue, 28 Mar 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r754 | jesse | 2006-03-28 12:20:21 +0200 (Tue, 28 Mar 2006) | 3 lines
+
+ r10509 at hualien:  jesse | 2006-03-28 16:37:27 +0900
+ * pictures
+
+------------------------------------------------------------------------
+r753 | alexmv | 2006-03-28 05:00:47 +0200 (Tue, 28 Mar 2006) | 3 lines
+
+ r11912 at zoq-fot-pik:  chmrr | 2006-03-27 22:00:38 -0500
+  * We switched to /__jifty/edit instead of /=/edit
+
+------------------------------------------------------------------------
+r749 | alexmv | 2006-03-28 04:30:38 +0200 (Tue, 28 Mar 2006) | 3 lines
+
+ r11910 at zoq-fot-pik:  chmrr | 2006-03-27 21:30:28 -0500
+  * Devel mode error handling and file editing
+
+------------------------------------------------------------------------
+r748 | alexmv | 2006-03-28 03:36:01 +0200 (Tue, 28 Mar 2006) | 3 lines
+
+ r11906 at zoq-fot-pik:  chmrr | 2006-03-27 20:35:52 -0500
+  * Skip file uploads if blank
+
+------------------------------------------------------------------------
+r747 | alexmv | 2006-03-28 03:08:36 +0200 (Tue, 28 Mar 2006) | 3 lines
+
+ r11904 at zoq-fot-pik:  chmrr | 2006-03-27 20:08:26 -0500
+  * AJAX file upload fixes, for real this time
+
+------------------------------------------------------------------------
+r746 | alexmv | 2006-03-28 01:36:56 +0200 (Tue, 28 Mar 2006) | 4 lines
+
+ r11900 at zoq-fot-pik:  chmrr | 2006-03-27 18:36:45 -0500
+  * When bootstrapping regions during fragment requests, fragments can
+    show up more than once
+
+------------------------------------------------------------------------
+r745 | jesse | 2006-03-28 01:33:31 +0200 (Tue, 28 Mar 2006) | 3 lines
+
+ r10495 at hualien:  jesse | 2006-03-28 08:28:22 +0900
+ * Updated translations
+
+------------------------------------------------------------------------
+r744 | alexmv | 2006-03-26 20:17:09 +0200 (Sun, 26 Mar 2006) | 3 lines
+
+ r11857 at zoq-fot-pik:  chmrr | 2006-03-26 13:16:59 -0500
+  * Typo fixes
+
+------------------------------------------------------------------------
+r743 | jesse | 2006-03-26 12:47:14 +0200 (Sun, 26 Mar 2006) | 3 lines
+
+ r10485 at hualien:  jesse | 2006-03-26 14:09:38 +0900
+ * Slides checkpoint
+
+------------------------------------------------------------------------
+r742 | jesse | 2006-03-26 12:47:00 +0200 (Sun, 26 Mar 2006) | 4 lines
+
+ r10484 at hualien:  jesse | 2006-03-26 12:55:59 +0900
+ * As requested by Alex, we no longer write DefaultStaticRoot and DefaultTemplateRoot
+   into config files
+
+------------------------------------------------------------------------
+r741 | jesse | 2006-03-26 12:46:44 +0200 (Sun, 26 Mar 2006) | 3 lines
+
+ r10483 at hualien:  jesse | 2006-03-26 12:46:01 +0900
+  * Added a  "LogLevel" option to the Jifty config file, so you can more easily enable debug logging.
+
+------------------------------------------------------------------------
+r739 | jesse | 2006-03-25 18:16:14 +0100 (Sat, 25 Mar 2006) | 3 lines
+
+ r10476 at hualien:  jesse | 2006-03-25 12:11:40 -0500
+ * Slide updates from dallas
+
+------------------------------------------------------------------------
+r738 | jesse | 2006-03-25 18:15:37 +0100 (Sat, 25 Mar 2006) | 3 lines
+
+ r10439 at hualien:  jesse | 2006-03-24 11:41:22 -0500
+ * We made a stupid assumption about how to generate the application base class name
+
+------------------------------------------------------------------------
+r737 | jesse | 2006-03-25 18:14:58 +0100 (Sat, 25 Mar 2006) | 3 lines
+
+ r10438 at hualien:  jesse | 2006-03-24 11:06:52 -0500
+ 
+
+------------------------------------------------------------------------
+r736 | alexmv | 2006-03-25 03:54:31 +0100 (Sat, 25 Mar 2006) | 3 lines
+
+ r11842 at zoq-fot-pik:  chmrr | 2006-03-24 21:54:15 -0500
+  * Only show the jifty wait message if we can find it
+
+------------------------------------------------------------------------
+r735 | jesse | 2006-03-24 17:41:44 +0100 (Fri, 24 Mar 2006) | 3 lines
+
+ r10439 at hualien:  jesse | 2006-03-24 11:41:22 -0500
+ * We made a stupid assumption about how to generate the application base class name
+
+------------------------------------------------------------------------
+r734 | jesse | 2006-03-24 17:41:38 +0100 (Fri, 24 Mar 2006) | 3 lines
+
+ r10438 at hualien:  jesse | 2006-03-24 11:06:52 -0500
+ 
+
+------------------------------------------------------------------------
+r733 | jesse | 2006-03-23 19:37:53 +0100 (Thu, 23 Mar 2006) | 1 line
+
+* Takahashi.js updates for translations
+------------------------------------------------------------------------
+r732 | jesse | 2006-03-22 02:23:58 +0100 (Wed, 22 Mar 2006) | 3 lines
+
+ r30277 at truegrounds:  jesse | 2006-03-21 20:23:50 -0500
+ * UTF8 fixes from Audrey Tang
+
+------------------------------------------------------------------------
+r731 | jesse | 2006-03-22 00:04:25 +0100 (Wed, 22 Mar 2006) | 3 lines
+
+ r30269 at truegrounds:  jesse | 2006-03-21 18:02:27 -0500
+ * Committing signature
+
+------------------------------------------------------------------------
+r730 | jesse | 2006-03-22 00:04:15 +0100 (Wed, 22 Mar 2006) | 3 lines
+
+ r30268 at truegrounds:  jesse | 2006-03-21 18:02:16 -0500
+ * Changelog updated
+
+------------------------------------------------------------------------
+r729 | jesse | 2006-03-22 00:03:56 +0100 (Wed, 22 Mar 2006) | 3 lines
+
+ r30267 at truegrounds:  jesse | 2006-03-21 18:00:39 -0500
+ * Work around Module::ShareDir brokeness (and a bit of our own)
+
+------------------------------------------------------------------------
+r728 | jesse | 2006-03-22 00:03:49 +0100 (Wed, 22 Mar 2006) | 3 lines
+
+ r30266 at truegrounds:  jesse | 2006-03-21 16:35:10 -0500
+ * Manifest updates
+
+------------------------------------------------------------------------
+r727 | jesse | 2006-03-22 00:03:37 +0100 (Wed, 22 Mar 2006) | 3 lines
+
+ r30265 at truegrounds:  jesse | 2006-03-21 16:33:13 -0500
+ pre-release prep
+
+------------------------------------------------------------------------
+r726 | alexmv | 2006-03-21 22:17:16 +0100 (Tue, 21 Mar 2006) | 3 lines
+
+ r11760 at zoq-fot-pik:  chmrr | 2006-03-21 16:17:08 -0500
+  * Updated Changelog
+
+------------------------------------------------------------------------
+r725 | alexmv | 2006-03-21 22:11:51 +0100 (Tue, 21 Mar 2006) | 3 lines
+
+ r11758 at zoq-fot-pik:  chmrr | 2006-03-21 16:11:42 -0500
+  * 'return if already_run' in after rules so they run only once
+
+------------------------------------------------------------------------
+r724 | alexmv | 2006-03-21 21:53:37 +0100 (Tue, 21 Mar 2006) | 3 lines
+
+ r11756 at zoq-fot-pik:  chmrr | 2006-03-21 15:53:14 -0500
+  * Some updates
+
+------------------------------------------------------------------------
+r723 | jesse | 2006-03-21 19:02:35 +0100 (Tue, 21 Mar 2006) | 3 lines
+
+ r30257 at truegrounds:  jesse | 2006-03-21 13:01:44 -0500
+ * commit!
+
+------------------------------------------------------------------------
+r722 | alexmv | 2006-03-21 18:35:32 +0100 (Tue, 21 Mar 2006) | 4 lines
+
+ r11752 at zoq-fot-pik:  chmrr | 2006-03-21 12:35:24 -0500
+  * Revert changes that were supposed to force full submit for upload
+ fields, but were breaking all AJAX submits
+
+------------------------------------------------------------------------
+r721 | alexmv | 2006-03-21 18:10:12 +0100 (Tue, 21 Mar 2006) | 3 lines
+
+ r11750 at zoq-fot-pik:  chmrr | 2006-03-21 12:09:55 -0500
+  * BLOB and file upload fixes
+
+------------------------------------------------------------------------
+r720 | jesse | 2006-03-21 07:30:06 +0100 (Tue, 21 Mar 2006) | 5 lines
+
+ r30254 at truegrounds:  jesse | 2006-03-21 01:28:58 -0500
+ * Overhauled the static server to try really hard to force caching by clients.
+ * Refactored a bit to unify some codepaths
+ 
+
+------------------------------------------------------------------------
+r719 | jesse | 2006-03-21 07:29:59 +0100 (Tue, 21 Mar 2006) | 3 lines
+
+ r30243 at truegrounds:  jesse | 2006-03-21 00:29:31 -0500
+ * Docs
+
+------------------------------------------------------------------------
+r718 | trs | 2006-03-21 05:56:49 +0100 (Tue, 21 Mar 2006) | 5 lines
+
+ r9308 at wintermute:  tom | 2006-03-20 23:53:51 -0500
+ * Create date selection widgets using Behaviour
+ * Specify width of date fields in CSS rather than Perl
+ * Fix problem of no date selection widgets in ajax updated forms
+
+------------------------------------------------------------------------
+r717 | trs | 2006-03-21 05:03:53 +0100 (Tue, 21 Mar 2006) | 3 lines
+
+ r9304 at wintermute:  tom | 2006-03-20 23:02:52 -0500
+ Pass POD coverage tests
+
+------------------------------------------------------------------------
+r716 | trs | 2006-03-21 04:55:13 +0100 (Tue, 21 Mar 2006) | 5 lines
+
+ r9298 at wintermute:  tom | 2006-03-20 22:50:59 -0500
+ * More stylish forms
+ * Classes for more of the form fields
+ * Image URL fixes in CSS
+
+------------------------------------------------------------------------
+r715 | trs | 2006-03-21 04:24:57 +0100 (Tue, 21 Mar 2006) | 3 lines
+
+ r9292 at wintermute:  tom | 2006-03-20 22:04:33 -0500
+ Add the class 'text' to text fields
+
+------------------------------------------------------------------------
+r714 | trs | 2006-03-21 04:24:48 +0100 (Tue, 21 Mar 2006) | 3 lines
+
+ r9249 at wintermute:  tom | 2006-03-19 14:37:45 -0500
+ Debug output fix
+
+------------------------------------------------------------------------
+r711 | alexmv | 2006-03-20 23:15:29 +0100 (Mon, 20 Mar 2006) | 3 lines
+
+ r11717 at zoq-fot-pik:  chmrr | 2006-03-20 17:15:21 -0500
+  * Missing parameter doc
+
+------------------------------------------------------------------------
+r710 | alexmv | 2006-03-20 19:22:08 +0100 (Mon, 20 Mar 2006) | 3 lines
+
+ r11700 at zoq-fot-pik:  chmrr | 2006-03-20 13:21:07 -0500
+  * Clarify a bit
+
+------------------------------------------------------------------------
+r709 | alexmv | 2006-03-20 09:00:04 +0100 (Mon, 20 Mar 2006) | 3 lines
+
+ r11698 at zoq-fot-pik:  chmrr | 2006-03-20 02:59:50 -0500
+  * First pass at gzip'ing when possible
+
+------------------------------------------------------------------------
+r708 | jesse | 2006-03-20 05:04:52 +0100 (Mon, 20 Mar 2006) | 3 lines
+
+ r30204 at truegrounds:  jesse | 2006-03-19 19:57:18 -0500
+ * Refixed the test alex moved out from under me ;)
+
+------------------------------------------------------------------------
+r707 | jesse | 2006-03-20 01:36:57 +0100 (Mon, 20 Mar 2006) | 3 lines
+
+ r30191 at truegrounds:  jesse | 2006-03-19 19:35:42 -0500
+ * First pass at the new static server
+
+------------------------------------------------------------------------
+r706 | alexmv | 2006-03-20 00:30:44 +0100 (Mon, 20 Mar 2006) | 4 lines
+
+ r11677 at zoq-fot-pik:  chmrr | 2006-03-19 18:30:37 -0500
+  * Add length test for static images
+  * Bump test numbers
+
+------------------------------------------------------------------------
+r705 | alexmv | 2006-03-20 00:28:17 +0100 (Mon, 20 Mar 2006) | 3 lines
+
+ r11674 at zoq-fot-pik:  chmrr | 2006-03-19 18:27:15 -0500
+  * Add (currently failing) dispatcher tests for before and after
+
+------------------------------------------------------------------------
+r704 | alexmv | 2006-03-20 00:28:11 +0100 (Mon, 20 Mar 2006) | 3 lines
+
+ r11673 at zoq-fot-pik:  chmrr | 2006-03-19 17:22:20 -0500
+  * Renumber and move around a few tests
+
+------------------------------------------------------------------------
+r703 | trs | 2006-03-18 19:34:10 +0100 (Sat, 18 Mar 2006) | 3 lines
+
+ r9223 at wintermute:  tom | 2006-03-18 13:33:37 -0500
+ Hopefully svk won't barf this time...
+
+------------------------------------------------------------------------
+r702 | trs | 2006-03-18 19:12:54 +0100 (Sat, 18 Mar 2006) | 3 lines
+
+ r9113 at wintermute:  tom | 2006-03-18 13:12:38 -0500
+ Somehow when I updated Rico it didn't contain all of the source (RicoUtil, to be specific).
+
+------------------------------------------------------------------------
+r701 | trs | 2006-03-18 18:26:42 +0100 (Sat, 18 Mar 2006) | 3 lines
+
+ r9056 at wintermute:  tom | 2006-03-12 13:49:42 -0500
+ Add a surrounding div around keybindings to facilitate styling
+
+------------------------------------------------------------------------
+r700 | trs | 2006-03-18 18:26:35 +0100 (Sat, 18 Mar 2006) | 3 lines
+
+ r9002 at wintermute:  tom | 2006-03-06 12:11:01 -0500
+ Update rico
+
+------------------------------------------------------------------------
+r699 | alexmv | 2006-03-17 22:34:27 +0100 (Fri, 17 Mar 2006) | 3 lines
+
+ r8614 at zoq-fot-pik:  chmrr | 2006-03-17 16:34:19 -0500
+  * Doc fixes from Bart Bunting <bart at bunting.net.au>
+
+------------------------------------------------------------------------
+r698 | alexmv | 2006-03-17 21:49:22 +0100 (Fri, 17 Mar 2006) | 3 lines
+
+ r8608 at zoq-fot-pik:  chmrr | 2006-03-17 15:49:12 -0500
+  * Allow Jifty->web->return( to => "..default path..", ...)
+
+------------------------------------------------------------------------
+r697 | alexmv | 2006-03-17 20:37:56 +0100 (Fri, 17 Mar 2006) | 4 lines
+
+ r8604 at zoq-fot-pik:  chmrr | 2006-03-17 14:37:39 -0500
+  * Actually accept region names to refresh
+  * Warn if we can't find the region
+
+------------------------------------------------------------------------
+r696 | alexmv | 2006-03-17 00:06:38 +0100 (Fri, 17 Mar 2006) | 3 lines
+
+ r8595 at zoq-fot-pik:  chmrr | 2006-03-16 18:01:59 -0500
+  * Make canonicalize look more like validate
+
+------------------------------------------------------------------------
+r695 | alexmv | 2006-03-17 00:06:31 +0100 (Fri, 17 Mar 2006) | 3 lines
+
+ r8594 at zoq-fot-pik:  chmrr | 2006-03-16 18:01:42 -0500
+  * Remove a couple warnings
+
+------------------------------------------------------------------------
+r694 | alexmv | 2006-03-17 00:02:48 +0100 (Fri, 17 Mar 2006) | 3 lines
+
+ r8531 at zoq-fot-pik:  chmrr | 2006-03-15 19:32:35 -0500
+  * More halo work
+
+------------------------------------------------------------------------
+r693 | jesse | 2006-03-16 00:07:29 +0100 (Thu, 16 Mar 2006) | 3 lines
+
+ r26294 at truegrounds:  jesse | 2006-03-15 16:02:37 -0500
+ * Removing outdated comments
+
+------------------------------------------------------------------------
+r692 | jesse | 2006-03-16 00:07:23 +0100 (Thu, 16 Mar 2006) | 3 lines
+
+ r26293 at truegrounds:  jesse | 2006-03-15 14:58:05 -0500
+ * Server isn't masonic anymore
+
+------------------------------------------------------------------------
+r691 | jesse | 2006-03-16 00:07:05 +0100 (Thu, 16 Mar 2006) | 4 lines
+
+ r26292 at truegrounds:  jesse | 2006-03-15 14:50:38 -0500
+ * chromatic supplied a patch to switch from UNIVERSAL::isa to ->isa. 
+ * Fixed some nits turned up by internal testing.
+
+------------------------------------------------------------------------
+r690 | alexmv | 2006-03-15 06:30:25 +0100 (Wed, 15 Mar 2006) | 3 lines
+
+ r8529 at zoq-fot-pik:  chmrr | 2006-03-15 00:30:14 -0500
+  * Messing around with making halos more suave
+
+------------------------------------------------------------------------
+r689 | alexmv | 2006-03-14 22:06:38 +0100 (Tue, 14 Mar 2006) | 3 lines
+
+ r8526 at zoq-fot-pik:  chmrr | 2006-03-14 16:06:26 -0500
+  * Additional bit of docs to clear up upload field confusion
+
+------------------------------------------------------------------------
+r688 | alexmv | 2006-03-14 21:30:57 +0100 (Tue, 14 Mar 2006) | 3 lines
+
+ r8524 at zoq-fot-pik:  chmrr | 2006-03-14 15:30:48 -0500
+  * YAML doesn't deal well with outputting globs
+
+------------------------------------------------------------------------
+r687 | alexmv | 2006-03-14 09:10:37 +0100 (Tue, 14 Mar 2006) | 5 lines
+
+ r8514 at zoq-fot-pik:  chmrr | 2006-03-14 03:10:22 -0500
+  * All columns includes the 'id' column, which is marked 'mandatory',
+    but obviously isn't mandatory for the create action.  Hence, we
+    skip 'serial' columns.
+
+------------------------------------------------------------------------
+r686 | alexmv | 2006-03-14 01:56:41 +0100 (Tue, 14 Mar 2006) | 3 lines
+
+ r8508 at zoq-fot-pik:  chmrr | 2006-03-13 19:56:33 -0500
+  * Jifty::Action::Record::Create needs to be able to set immutable columns
+
+------------------------------------------------------------------------
+r685 | alexmv | 2006-03-13 20:37:44 +0100 (Mon, 13 Mar 2006) | 4 lines
+
+ r8492 at zoq-fot-pik:  chmrr | 2006-03-13 14:37:35 -0500
+  * Axe out modules in Makefile.PL that are in core
+  * Document ->exit on PageRegions
+
+------------------------------------------------------------------------
+r684 | jesse | 2006-03-13 07:41:08 +0100 (Mon, 13 Mar 2006) | 3 lines
+
+ r26066 at truegrounds:  jesse | 2006-03-12 22:40:24 -0800
+ * A couple minor html rendering fixes for jifty
+
+------------------------------------------------------------------------
+r683 | alexmv | 2006-03-10 01:22:49 +0100 (Fri, 10 Mar 2006) | 3 lines
+
+ r8475 at zoq-fot-pik:  chmrr | 2006-03-09 19:22:42 -0500
+  * Leaving off the '1;' in a Dispatcher silently ate the last rule
+
+------------------------------------------------------------------------
+r680 | jesse | 2006-03-08 07:47:46 +0100 (Wed, 08 Mar 2006) | 3 lines
+
+ r25819 at truegrounds:  jesse | 2006-03-07 22:46:53 -0800
+ * Autocomplete and canonicalization fixes.
+
+------------------------------------------------------------------------
+r679 | jesse | 2006-03-08 07:47:41 +0100 (Wed, 08 Mar 2006) | 3 lines
+
+ r25818 at truegrounds:  jesse | 2006-03-07 22:45:21 -0800
+ * Clickable fixes from alex for including arguments in a clickable button
+
+------------------------------------------------------------------------
+r677 | jesse | 2006-03-08 06:44:34 +0100 (Wed, 08 Mar 2006) | 3 lines
+
+ r25810 at truegrounds:  jesse | 2006-03-07 21:43:40 -0800
+ *Backing out an autogenerate function that is not yet fully thought out
+
+------------------------------------------------------------------------
+r676 | jesse | 2006-03-08 06:44:28 +0100 (Wed, 08 Mar 2006) | 3 lines
+
+ r25809 at truegrounds:  jesse | 2006-03-07 21:18:55 -0800
+ * We shouldn't be utf8-decoding values that are serialized as object references
+
+------------------------------------------------------------------------
+r675 | jesse | 2006-03-08 06:44:21 +0100 (Wed, 08 Mar 2006) | 3 lines
+
+ r25808 at truegrounds:  jesse | 2006-03-07 21:15:34 -0800
+ * Initialize recipients when setting up a notification
+
+------------------------------------------------------------------------
+r674 | jesse | 2006-03-08 06:44:16 +0100 (Wed, 08 Mar 2006) | 3 lines
+
+ r25807 at truegrounds:  jesse | 2006-03-07 21:14:18 -0800
+ * when we create models, "use warnings; and use strict;"
+
+------------------------------------------------------------------------
+r673 | alexmv | 2006-03-07 09:34:22 +0100 (Tue, 07 Mar 2006) | 3 lines
+
+ r8440 at zoq-fot-pik:  chmrr | 2006-03-07 00:34:15 -0800
+  * Fix typo
+
+------------------------------------------------------------------------
+r672 | alexmv | 2006-03-07 09:23:01 +0100 (Tue, 07 Mar 2006) | 4 lines
+
+ r8433 at zoq-fot-pik:  chmrr | 2006-03-07 00:22:47 -0800
+  * ClassLoad the ActionBaseClass
+  * Autocomplete
+
+------------------------------------------------------------------------
+r671 | jesse | 2006-03-07 08:38:36 +0100 (Tue, 07 Mar 2006) | 3 lines
+
+ r25628 at truegrounds:  jesse | 2006-03-06 23:38:26 -0800
+ * Flatten compared values to scalars on update, so that, say, datetimes get scalarized for comparison. Yes, this is a nasty hack
+
+------------------------------------------------------------------------
+r670 | alexmv | 2006-03-07 07:36:51 +0100 (Tue, 07 Mar 2006) | 3 lines
+
+ r8428 at zoq-fot-pik:  chmrr | 2006-03-06 22:36:40 -0800
+  * Trivial webservices hack
+
+------------------------------------------------------------------------
+r669 | jesse | 2006-03-05 09:41:51 +0100 (Sun, 05 Mar 2006) | 3 lines
+
+ r25586 at truegrounds:  jesse | 2006-03-05 00:34:45 -0800
+ * It's now possible to override Jifty::Record's baseclass in your app
+
+------------------------------------------------------------------------
+r668 | jesse | 2006-03-05 09:41:45 +0100 (Sun, 05 Mar 2006) | 3 lines
+
+ r25585 at truegrounds:  jesse | 2006-03-05 00:34:00 -0800
+ * Made Jifty::Handle a little less heavyweight
+
+------------------------------------------------------------------------
+r667 | jesse | 2006-03-05 09:41:40 +0100 (Sun, 05 Mar 2006) | 3 lines
+
+ r25584 at truegrounds:  jesse | 2006-03-05 00:33:09 -0800
+ * Backed Record off to depending on J::DBI::Record by default
+
+------------------------------------------------------------------------
+r666 | jesse | 2006-03-05 09:41:26 +0100 (Sun, 05 Mar 2006) | 3 lines
+
+ r25583 at truegrounds:  jesse | 2006-03-05 00:32:29 -0800
+ * These libraries do not depend on Jifty::Everything
+
+------------------------------------------------------------------------
+r665 | jesse | 2006-03-05 09:41:20 +0100 (Sun, 05 Mar 2006) | 3 lines
+
+ r25582 at truegrounds:  jesse | 2006-03-04 22:55:00 -0800
+ Re-enable memcached support
+
+------------------------------------------------------------------------
+r664 | jesse | 2006-03-05 09:41:14 +0100 (Sun, 05 Mar 2006) | 3 lines
+
+ r25581 at truegrounds:  jesse | 2006-03-04 22:50:28 -0800
+ * each test script gets its own memcached namespace
+
+------------------------------------------------------------------------
+r662 | jesse | 2006-03-05 09:41:02 +0100 (Sun, 05 Mar 2006) | 3 lines
+
+ r25560 at truegrounds:  jesse | 2006-03-04 21:14:25 -0800
+ * Switch back to record::cachable for now. Memcached is busted still
+
+------------------------------------------------------------------------
+r661 | jesse | 2006-03-05 03:10:20 +0100 (Sun, 05 Mar 2006) | 3 lines
+
+ r25553 at truegrounds:  jesse | 2006-03-04 18:09:18 -0800
+ * bumped the jdbi dep
+
+------------------------------------------------------------------------
+r659 | jesse | 2006-03-05 03:09:58 +0100 (Sun, 05 Mar 2006) | 3 lines
+
+ r25551 at truegrounds:  jesse | 2006-03-04 17:59:12 -0800
+ * Switch to using Jifty::DBI::Record::Memcached by default, rather than just Record::Cachable. If you don't have Memcached, falls back to not caching ;\)
+
+------------------------------------------------------------------------
+r658 | jesse | 2006-03-05 03:09:51 +0100 (Sun, 05 Mar 2006) | 3 lines
+
+ r25550 at truegrounds:  jesse | 2006-03-04 17:56:20 -0800
+ * Cache flushing should only happen if your record class supports it
+
+------------------------------------------------------------------------
+r653 | jesse | 2006-03-04 01:04:08 +0100 (Sat, 04 Mar 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r652 | jesse | 2006-03-04 01:03:53 +0100 (Sat, 04 Mar 2006) | 3 lines
+
+ r25150 at truegrounds:  jesse | 2006-03-03 11:28:48 -0800
+ * removed an extra require
+
+------------------------------------------------------------------------
+r651 | jesse | 2006-03-04 01:03:39 +0100 (Sat, 04 Mar 2006) | 3 lines
+
+ r25149 at truegrounds:  jesse | 2006-03-03 11:28:24 -0800
+  * Removed an extra collection
+
+------------------------------------------------------------------------
+r650 | jesse | 2006-03-04 01:03:23 +0100 (Sat, 04 Mar 2006) | 3 lines
+
+ r25148 at truegrounds:  jesse | 2006-03-03 11:27:53 -0800
+ * When we can, pass in a currentuser, rather than using the convenience method that goes code-diving
+
+------------------------------------------------------------------------
+r649 | jesse | 2006-03-04 01:03:07 +0100 (Sat, 04 Mar 2006) | 3 lines
+
+ r25147 at truegrounds:  jesse | 2006-03-03 11:27:14 -0800
+ * The way we were setting up out_methods for PageRegions was bogus
+
+------------------------------------------------------------------------
+r648 | jesse | 2006-03-04 01:02:52 +0100 (Sat, 04 Mar 2006) | 3 lines
+
+ r25146 at truegrounds:  jesse | 2006-03-03 11:26:37 -0800
+  * removed an extra ->require
+
+------------------------------------------------------------------------
+r646 | jesse | 2006-03-04 01:02:26 +0100 (Sat, 04 Mar 2006) | 4 lines
+
+ r25143 at truegrounds:  jesse | 2006-03-03 09:21:42 -0800
+ * Only init mason once, not once per request. We used to need to do this 
+   because of a bug in page regions
+
+------------------------------------------------------------------------
+r645 | jesse | 2006-03-04 01:02:12 +0100 (Sat, 04 Mar 2006) | 6 lines
+
+ r25142 at truegrounds:  jesse | 2006-03-03 09:18:20 -0800
+ * PageRegions were resetting the Jifty out method and never setting it 
+   back to the one we needed. This made subsequent requests never...send 
+   content to the outside world...unless we reset the MasonHandler on each
+   request. And my gods did that hurt performance ;)
+
+------------------------------------------------------------------------
+r644 | jesse | 2006-03-04 01:01:59 +0100 (Sat, 04 Mar 2006) | 3 lines
+
+ r25141 at truegrounds:  jesse | 2006-03-03 09:14:49 -0800
+ * Testapp gets a real jifty
+
+------------------------------------------------------------------------
+r643 | trs | 2006-03-02 22:08:13 +0100 (Thu, 02 Mar 2006) | 4 lines
+
+ r8814 at wintermute:  tom | 2006-03-02 16:07:45 -0500
+ * Correct attribute is type
+ * Make sure the loading message has a high z-index
+
+------------------------------------------------------------------------
+r642 | trs | 2006-03-02 22:07:57 +0100 (Thu, 02 Mar 2006) | 3 lines
+
+ r8786 at wintermute:  tom | 2006-02-26 12:32:16 -0500
+ Only show page nav if we have something to show
+
+------------------------------------------------------------------------
+r641 | jesse | 2006-03-01 10:04:23 +0100 (Wed, 01 Mar 2006) | 3 lines
+
+ r24819 at truegrounds:  jesse | 2006-03-01 04:03:52 -0500
+ * Docs about how broken handler is
+
+------------------------------------------------------------------------
+r640 | jesse | 2006-03-01 10:03:55 +0100 (Wed, 01 Mar 2006) | 3 lines
+
+ r24818 at truegrounds:  jesse | 2006-03-01 03:38:40 -0500
+ * A bit of rejiggering of the way the Jifty Handler sets things up to only set up a dispatcher once.
+
+------------------------------------------------------------------------
+r639 | jesse | 2006-03-01 08:58:33 +0100 (Wed, 01 Mar 2006) | 3 lines
+
+ r24814 at truegrounds:  jesse | 2006-03-01 02:58:29 -0500
+ * Halos now show SQL statements executed in each component
+
+------------------------------------------------------------------------
+r638 | jesse | 2006-02-27 08:19:32 +0100 (Mon, 27 Feb 2006) | 5 lines
+
+ r24773 at truegrounds:  jesse | 2006-02-27 02:18:34 -0500
+ * Signal handling cleanup
+ * Jifty::Dispatcher now cleans out HTML::Mason::Request->instance on load.
+   This stops redirects from incorrectly detecting a Jifty->request->mason
+
+------------------------------------------------------------------------
+r637 | jesse | 2006-02-27 08:19:27 +0100 (Mon, 27 Feb 2006) | 3 lines
+
+ r24772 at truegrounds:  jesse | 2006-02-27 02:16:05 -0500
+ * UNIVERSAL::require is _heavy_. (It does an eval without bothering to check %INC. The wrapper now fixes it
+
+------------------------------------------------------------------------
+r636 | jesse | 2006-02-27 08:19:22 +0100 (Mon, 27 Feb 2006) | 4 lines
+
+ r24771 at truegrounds:  jesse | 2006-02-27 02:13:33 -0500
+ * Turn back on "the "abort after redirect" behaviour fi we're running in mason
+ * Improved URL generation to deal with the "redirect with a continuation and handcoded cgi args"  case reported by tibbetts.
+
+------------------------------------------------------------------------
+r635 | jesse | 2006-02-27 06:31:52 +0100 (Mon, 27 Feb 2006) | 3 lines
+
+ r24769 at truegrounds:  jesse | 2006-02-27 00:29:49 -0500
+ * Testing a fix for alex
+
+------------------------------------------------------------------------
+r634 | jesse | 2006-02-27 00:40:27 +0100 (Mon, 27 Feb 2006) | 3 lines
+
+ r24744 at truegrounds:  jesse | 2006-02-26 18:29:35 -0500
+ * SIG{__DIE__} wrapper in Jifty::Object
+
+------------------------------------------------------------------------
+r633 | jesse | 2006-02-27 00:39:42 +0100 (Mon, 27 Feb 2006) | 3 lines
+
+ r24743 at truegrounds:  jesse | 2006-02-26 18:28:42 -0500
+ * Tiny refactoring
+
+------------------------------------------------------------------------
+r632 | jesse | 2006-02-27 00:39:13 +0100 (Mon, 27 Feb 2006) | 3 lines
+
+ r24740 at truegrounds:  jesse | 2006-02-26 18:04:34 -0500
+ * Remove a comment that turned out to be a lie, after some profiling
+
+------------------------------------------------------------------------
+r631 | jesse | 2006-02-27 00:38:58 +0100 (Mon, 27 Feb 2006) | 3 lines
+
+ r24739 at truegrounds:  jesse | 2006-02-26 18:02:36 -0500
+ * Revert mistaken commit
+
+------------------------------------------------------------------------
+r630 | jesse | 2006-02-27 00:38:14 +0100 (Mon, 27 Feb 2006) | 3 lines
+
+ r24738 at truegrounds:  jesse | 2006-02-26 17:58:05 -0500
+ * Removed a line about using Hook::LexWrap, which is just a lieJifty/RightsFrom.pm
+
+------------------------------------------------------------------------
+r629 | jesse | 2006-02-27 00:37:41 +0100 (Mon, 27 Feb 2006) | 3 lines
+
+ r24737 at truegrounds:  jesse | 2006-02-26 17:56:29 -0500
+ * We don't need to do a $m->abort(). A return works fine and is ligher weight
+
+------------------------------------------------------------------------
+r628 | jesse | 2006-02-27 00:36:18 +0100 (Mon, 27 Feb 2006) | 4 lines
+
+ r24734 at truegrounds:  jesse | 2006-02-26 15:34:24 -0500
+ * Squashing exception handling for explicit checking (for more understandable code).
+ * Fixing broken comments uncovered by this.
+
+------------------------------------------------------------------------
+r627 | jesse | 2006-02-27 00:31:04 +0100 (Mon, 27 Feb 2006) | 3 lines
+
+ r24502 at truegrounds:  jesse | 2006-02-21 23:54:26 -0500
+ * version bump
+
+------------------------------------------------------------------------
+r625 | trs | 2006-02-25 04:31:24 +0100 (Sat, 25 Feb 2006) | 3 lines
+
+ r8777 at wintermute:  tom | 2006-02-24 22:29:50 -0500
+ That CSS rule doesn't belong in jifty
+
+------------------------------------------------------------------------
+r624 | trs | 2006-02-25 03:14:05 +0100 (Sat, 25 Feb 2006) | 3 lines
+
+ r8764 at wintermute:  tom | 2006-02-24 21:12:27 -0500
+ Make the menu elements not have extra whitespace around them, which many times is important when CSSifying a list.  (Is there a better way to do this?)
+
+------------------------------------------------------------------------
+r623 | alexmv | 2006-02-24 23:19:43 +0100 (Fri, 24 Feb 2006) | 4 lines
+
+ r9309 at zoq-fot-pik:  chmrr | 2006-02-24 17:18:53 -0500
+  * Set up response, session, and ookies before dispatcher
+  * When tangenting, stick in all of this request's arguments
+
+------------------------------------------------------------------------
+r622 | trs | 2006-02-24 04:53:24 +0100 (Fri, 24 Feb 2006) | 3 lines
+
+ r8755 at wintermute:  tom | 2006-02-23 22:51:42 -0500
+ Added page-level navigation support and refactored the menuing a little
+
+------------------------------------------------------------------------
+r621 | alexmv | 2006-02-23 05:44:01 +0100 (Thu, 23 Feb 2006) | 3 lines
+
+ r9251 at zoq-fot-pik:  chmrr | 2006-02-22 23:43:14 -0500
+  * 0 is a fine value to have in a select.  Gimme my defined-or operator already!
+
+------------------------------------------------------------------------
+r620 | trs | 2006-02-23 04:21:22 +0100 (Thu, 23 Feb 2006) | 3 lines
+
+ r8739 at wintermute:  tom | 2006-02-22 22:19:50 -0500
+ Make sure buttons have the proper class and change the styling to reflect this
+
+------------------------------------------------------------------------
+r619 | alexmv | 2006-02-22 23:18:30 +0100 (Wed, 22 Feb 2006) | 3 lines
+
+ r9241 at zoq-fot-pik:  chmrr | 2006-02-22 17:17:50 -0500
+  * Doc fixes from Ben Cornett <ben.cornett at gmail.com>
+
+------------------------------------------------------------------------
+r618 | alexmv | 2006-02-22 23:12:18 +0100 (Wed, 22 Feb 2006) | 8 lines
+
+ r9235 at zoq-fot-pik:  chmrr | 2006-02-22 17:10:08 -0500
+  * Make Jifty->web->region simply do a -new, ->enter, ->render, ->exit
+ on the page region; this involves moving some of the processing into
+ ->enter.  The reason for this is so we can enter a region, and thus
+ reference it using current_region, and have it have a qualified name
+ that we can refer to.  We can then refer to it (using submit buttons
+ and the like) and then render it by hand.
+
+------------------------------------------------------------------------
+r617 | alexmv | 2006-02-22 23:11:58 +0100 (Wed, 22 Feb 2006) | 4 lines
+
+ r9234 at zoq-fot-pik:  chmrr | 2006-02-22 17:08:04 -0500
+  * Remove 'use UNIVERSAL::require' from all over the place;
+    Jifty::Util suffices
+
+------------------------------------------------------------------------
+r616 | alexmv | 2006-02-22 23:11:53 +0100 (Wed, 22 Feb 2006) | 3 lines
+
+ r9233 at zoq-fot-pik:  chmrr | 2006-02-22 17:07:08 -0500
+  * Don't wrap in an eval, as it hides errors caused by the require
+
+------------------------------------------------------------------------
+r615 | alexmv | 2006-02-22 05:59:03 +0100 (Wed, 22 Feb 2006) | 6 lines
+
+ r9229 at zoq-fot-pik:  chmrr | 2006-02-21 23:58:11 -0500
+  * Use Jifty::Util->require to log require errors
+  * Auto-generate Bootstrap class
+  * Check for a valid Jifty->web->response object before calling
+    ->results on it
+
+------------------------------------------------------------------------
+r614 | jesse | 2006-02-22 04:42:39 +0100 (Wed, 22 Feb 2006) | 3 lines
+
+ r24497 at truegrounds:  jesse | 2006-02-21 22:41:00 -0500
+ * Backed out audrey's utf8 upgrade patch
+
+------------------------------------------------------------------------
+r613 | alexmv | 2006-02-22 04:03:03 +0100 (Wed, 22 Feb 2006) | 3 lines
+
+ r9227 at zoq-fot-pik:  chmrr | 2006-02-21 22:02:09 -0500
+  * Doc fixes from Ben Cornett <ben.cornett at gmail.com>
+
+------------------------------------------------------------------------
+r612 | alexmv | 2006-02-22 03:55:21 +0100 (Wed, 22 Feb 2006) | 3 lines
+
+ r9225 at zoq-fot-pik:  chmrr | 2006-02-21 21:54:39 -0500
+  * Check that require'ing the dispatcher returns a true value
+
+------------------------------------------------------------------------
+r611 | alexmv | 2006-02-21 22:27:02 +0100 (Tue, 21 Feb 2006) | 4 lines
+
+ r9219 at zoq-fot-pik:  chmrr | 2006-02-21 16:26:03 -0500
+  * Update MANIFEST for removed images files
+  * Add action limit tests pulled from other app
+
+------------------------------------------------------------------------
+r610 | alexmv | 2006-02-21 22:21:42 +0100 (Tue, 21 Feb 2006) | 3 lines
+
+ r9217 at zoq-fot-pik:  chmrr | 2006-02-21 16:20:32 -0500
+  * Give us a way to get the CurrentUser from a MEch object during testing
+
+------------------------------------------------------------------------
+r609 | trs | 2006-02-21 05:08:55 +0100 (Tue, 21 Feb 2006) | 3 lines
+
+ r8702 at wintermute:  tom | 2006-02-20 23:07:06 -0500
+ Fix some general issues with our form styling
+
+------------------------------------------------------------------------
+r608 | jesse | 2006-02-20 05:09:24 +0100 (Mon, 20 Feb 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r607 | jesse | 2006-02-20 05:09:15 +0100 (Mon, 20 Feb 2006) | 3 lines
+
+ r24440 at truegrounds:  root | 2006-02-19 20:43:27 -0500
+ * Removing inc/.author will cause Module::Install to not regenerate itself on EVERY build. Now, we need to explicitly rm it before 'perl Makefile.PL'
+
+------------------------------------------------------------------------
+r606 | jesse | 2006-02-20 05:08:55 +0100 (Mon, 20 Feb 2006) | 9 lines
+
+ r24439 at truegrounds:  root | 2006-02-19 20:42:11 -0500
+ * Dispatcher fixes to deal with 
+ 
+     /path/to/dir
+ and /path/to/dir/ 
+ 
+ more reasonably as equals without exploding
+ 
+
+------------------------------------------------------------------------
+r605 | jesse | 2006-02-20 05:08:48 +0100 (Mon, 20 Feb 2006) | 3 lines
+
+ r24438 at truegrounds:  jesse | 2006-02-19 20:25:16 -0500
+ * When calling a continuation, try to make sure that the urls are really different, not just differently canonicalized, lest we get an infinite loop
+
+------------------------------------------------------------------------
+r604 | jesse | 2006-02-20 05:08:45 +0100 (Mon, 20 Feb 2006) | 5 lines
+
+ r24437 at truegrounds:  jesse | 2006-02-19 20:24:24 -0500
+ * Better debug logging.
+ * Better checking to make sure we don't try to redirect to //index.html, 
+   which browsers treat as "http://index.html" (or https://)
+
+------------------------------------------------------------------------
+r603 | jesse | 2006-02-20 05:08:42 +0100 (Mon, 20 Feb 2006) | 3 lines
+
+ r24436 at truegrounds:  jesse | 2006-02-19 19:46:47 -0500
+ * Default to not showing debug logs
+
+------------------------------------------------------------------------
+r602 | trs | 2006-02-19 18:33:38 +0100 (Sun, 19 Feb 2006) | 3 lines
+
+ r8688 at wintermute:  tom | 2006-02-19 12:32:22 -0500
+ Update Rico and add it to the default javascript loaded
+
+------------------------------------------------------------------------
+r601 | trs | 2006-02-19 14:30:36 +0100 (Sun, 19 Feb 2006) | 4 lines
+
+ r8681 at wintermute:  tom | 2006-02-19 08:28:57 -0500
+ * Add the calendar icon so it's actually there
+ * Remove old icons (these don't belong in Jifty)
+
+------------------------------------------------------------------------
+r600 | trs | 2006-02-19 14:30:30 +0100 (Sun, 19 Feb 2006) | 4 lines
+
+ r8680 at wintermute:  tom | 2006-02-19 08:25:58 -0500
+ * Add class for links to calendars
+ * Replace "Calendar" text with calendar icons via CSS
+
+------------------------------------------------------------------------
+r599 | jesse | 2006-02-19 05:46:41 +0100 (Sun, 19 Feb 2006) | 4 lines
+
+ r23866 at truegrounds:  jesse | 2006-02-18 20:45:25 -0800
+ * Switch from redirecting to add a trailing / to sub-dispatching.
+ * no longer strip a trailing slash as soon as we have it.
+
+------------------------------------------------------------------------
+r598 | alexmv | 2006-02-18 22:24:30 +0100 (Sat, 18 Feb 2006) | 4 lines
+
+ r9162 at zoq-fot-pik:  chmrr | 2006-02-18 16:23:52 -0500
+  * Module::Install bump
+  * Updated MANIFEST and META.yml
+
+------------------------------------------------------------------------
+r597 | alexmv | 2006-02-18 22:17:31 +0100 (Sat, 18 Feb 2006) | 6 lines
+
+ r9160 at zoq-fot-pik:  chmrr | 2006-02-18 16:16:48 -0500
+  * The _do_dispatch in handle_request needs to also catch the
+ LAST_RULE exceptions, otherwise cleanup never gets run
+  * _do_show's default path should be from the most recent dispatch,
+ not from the request
+
+------------------------------------------------------------------------
+r596 | jesse | 2006-02-18 21:04:31 +0100 (Sat, 18 Feb 2006) | 3 lines
+
+ r23856 at truegrounds:  jesse | 2006-02-18 12:03:07 -0800
+ * Checkpoint dispatcher triage for a baton-pass to alex
+
+------------------------------------------------------------------------
+r595 | jesse | 2006-02-18 21:04:24 +0100 (Sat, 18 Feb 2006) | 3 lines
+
+ r23855 at truegrounds:  jesse | 2006-02-18 11:34:10 -0800
+ * Better test diagnostics
+
+------------------------------------------------------------------------
+r593 | jesse | 2006-02-18 04:13:56 +0100 (Sat, 18 Feb 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r591 | alexmv | 2006-02-17 06:36:51 +0100 (Fri, 17 Feb 2006) | 4 lines
+
+ r9149 at zoq-fot-pik:  chmrr | 2006-02-17 00:34:53 -0500
+  * Actually return what I changed the docs to return;
+    Jifty::Request::add_* returns object added
+
+------------------------------------------------------------------------
+r590 | alexmv | 2006-02-16 21:32:37 +0100 (Thu, 16 Feb 2006) | 10 lines
+
+ r9111 at zoq-fot-pik:  chmrr | 2006-02-16 15:31:18 -0500
+  * Fragments in JS land now know about their parents, and pass their
+    superstructure in the fragment request.  This lets $region->parent
+    have full information.
+  * Compute replacement element earlier in js
+  * 'refresh => region' mode for replacement
+  * Better docs on region replacement
+  * add_* calls on Jifty::Request now return the object added, not the
+    request
+
+------------------------------------------------------------------------
+r589 | jesse | 2006-02-16 07:28:38 +0100 (Thu, 16 Feb 2006) | 3 lines
+
+ r23734 at truegrounds:  jesse | 2006-02-15 21:12:41 -0800
+ * Autocompletion had broken when prototype (or something) switched from GET to POST as a default.
+
+------------------------------------------------------------------------
+r588 | alexmv | 2006-02-16 04:02:42 +0100 (Thu, 16 Feb 2006) | 4 lines
+
+ r9098 at zoq-fot-pik:  chmrr | 2006-02-15 22:01:16 -0500
+  * Remove very application-specific css from base.css
+  * Add accessors for failed (and successful, just because) request actions
+
+------------------------------------------------------------------------
+r587 | trs | 2006-02-16 03:04:32 +0100 (Thu, 16 Feb 2006) | 3 lines
+
+ r8590 at wintermute:  tom | 2006-02-15 21:01:54 -0500
+ Tests for dispatcher bug regarding the 'dispatch' function
+
+------------------------------------------------------------------------
+r586 | trs | 2006-02-15 03:01:58 +0100 (Wed, 15 Feb 2006) | 3 lines
+
+ r8588 at wintermute:  tom | 2006-02-14 21:01:14 -0500
+ Make sure Calendar::Simple is required for install
+
+------------------------------------------------------------------------
+r585 | trs | 2006-02-15 03:00:23 +0100 (Wed, 15 Feb 2006) | 3 lines
+
+ r8586 at wintermute:  tom | 2006-02-14 20:59:29 -0500
+ Add in the missing calender helper
+
+------------------------------------------------------------------------
+r584 | jesse | 2006-02-14 23:45:26 +0100 (Tue, 14 Feb 2006) | 3 lines
+
+ r23730 at truegrounds:  jesse | 2006-02-14 17:43:26 -0500
+ * Let the actual URL the user came in on override our default configuration. Makes remote testing SO MUCH EASIER.
+
+------------------------------------------------------------------------
+r583 | jesse | 2006-02-14 05:05:30 +0100 (Tue, 14 Feb 2006) | 3 lines
+
+ r23706 at truegrounds:  jesse | 2006-02-13 23:04:35 -0500
+ * Changelog
+
+------------------------------------------------------------------------
+r582 | jesse | 2006-02-14 05:05:24 +0100 (Tue, 14 Feb 2006) | 3 lines
+
+ r23705 at truegrounds:  jesse | 2006-02-13 23:03:07 -0500
+  * Version bump
+
+------------------------------------------------------------------------
+r581 | jesse | 2006-02-14 05:02:45 +0100 (Tue, 14 Feb 2006) | 3 lines
+
+ r23702 at truegrounds:  jesse | 2006-02-13 23:00:20 -0500
+ * Stub doc
+
+------------------------------------------------------------------------
+r580 | jesse | 2006-02-14 05:02:20 +0100 (Tue, 14 Feb 2006) | 3 lines
+
+ r23699 at truegrounds:  jesse | 2006-02-13 22:46:11 -0500
+ * Documentation coverage pass.
+
+------------------------------------------------------------------------
+r579 | alexmv | 2006-02-14 01:47:08 +0100 (Tue, 14 Feb 2006) | 5 lines
+
+ r9083 at zoq-fot-pik:  chmrr | 2006-02-13 19:46:06 -0500
+  * During Jifty::Web->handle_request, only validate once if possible
+  * During from_webform handling, transform into data structure to
+    reduce code duplicaction
+
+------------------------------------------------------------------------
+r578 | alexmv | 2006-02-13 16:40:09 +0100 (Mon, 13 Feb 2006) | 3 lines
+
+ r9079 at zoq-fot-pik:  chmrr | 2006-02-13 10:39:23 -0500
+  * Be nice and generate valid HTML
+
+------------------------------------------------------------------------
+r577 | jesse | 2006-02-13 02:25:58 +0100 (Mon, 13 Feb 2006) | 3 lines
+
+ r23617 at truegrounds:  jesse | 2006-02-12 20:25:14 -0500
+ * Doc cleanup from Ben Cornett
+
+------------------------------------------------------------------------
+r576 | jesse | 2006-02-13 02:23:58 +0100 (Mon, 13 Feb 2006) | 7 lines
+
+ r23615 at truegrounds:  jesse | 2006-02-12 20:23:11 -0500
+ 
+ * Moved the wrapping of CGI->new() to something that runs once per process
+ * Stop using Hook::LexWrap for sending HTTP headers.
+ * In lay-speak: paint on some really bitchin 'go faster' stripes.
+ 
+
+------------------------------------------------------------------------
+r575 | jesse | 2006-02-12 21:34:06 +0100 (Sun, 12 Feb 2006) | 4 lines
+
+ r23610 at truegrounds:  jesse | 2006-02-12 15:32:05 -0500
+ * Caching! Caching is always the answer. (This change cuts out about half of the per-hit overhead on standalone)
+ 
+
+------------------------------------------------------------------------
+r574 | jesse | 2006-02-12 21:34:01 +0100 (Sun, 12 Feb 2006) | 3 lines
+
+ r23609 at truegrounds:  jesse | 2006-02-12 14:38:07 -0500
+ * Use explicit session and data directories. This should get rid of all those apache sessions in /tmp
+
+------------------------------------------------------------------------
+r573 | jesse | 2006-02-12 21:33:56 +0100 (Sun, 12 Feb 2006) | 3 lines
+
+ r23608 at truegrounds:  jesse | 2006-02-12 14:36:55 -0500
+ * Set up our app templater to create directories for var data
+
+------------------------------------------------------------------------
+r572 | jesse | 2006-02-12 21:33:49 +0100 (Sun, 12 Feb 2006) | 4 lines
+
+ r23607 at truegrounds:  jesse | 2006-02-12 14:36:28 -0500
+ * extracted make_path from Jifty::Action::Devel::FileEditor, so we can use it to create var directories
+ 
+
+------------------------------------------------------------------------
+r571 | jesse | 2006-02-12 00:54:53 +0100 (Sun, 12 Feb 2006) | 3 lines
+
+ r23605 at truegrounds:  jesse | 2006-02-11 18:52:28 -0500
+ * clearing floats on inline submit buttons. stupid rule that broke things
+
+------------------------------------------------------------------------
+r570 | jesse | 2006-02-11 23:00:27 +0100 (Sat, 11 Feb 2006) | 5 lines
+
+ r23601 at truegrounds:  jesse | 2006-02-11 16:59:14 -0500
+ * Refactored the dispatcher to use exceptions rather than LABELS: so that Devel::DProf doesn't fall over
+ * Added a new "DevelMode" flag, to toggle the peformance-killing development aids.
+ 
+
+------------------------------------------------------------------------
+r569 | jesse | 2006-02-10 20:26:39 +0100 (Fri, 10 Feb 2006) | 12 lines
+
+ r23589 at truegrounds:  jesse | 2006-02-10 14:25:35 -0500
+ - Tutorial_ja.pod
+ utf8-encoded Japanese translation. I also uploaded shift_jis-encoded
+ html version at http://www.tcool.org/jifty/Tutorial.html
+ 
+ - Tutorial.patch
+ a few correction of Tutorial.pod
+ 
+ Kenichi Ishigaki (aka charsbar at #jifty)
+ 
+ 
+
+------------------------------------------------------------------------
+r568 | alexmv | 2006-02-10 11:12:21 +0100 (Fri, 10 Feb 2006) | 4 lines
+
+ r9036 at zoq-fot-pik:  chmrr | 2006-02-10 05:11:43 -0500
+  * One FakeApache object per handle_request
+  * Trap calls to CGI->new
+
+------------------------------------------------------------------------
+r567 | alexmv | 2006-02-10 10:25:59 +0100 (Fri, 10 Feb 2006) | 3 lines
+
+ r9032 at zoq-fot-pik:  chmrr | 2006-02-10 04:25:15 -0500
+  * Missed a call to FakeApache->new
+
+------------------------------------------------------------------------
+r566 | alexmv | 2006-02-10 02:09:15 +0100 (Fri, 10 Feb 2006) | 4 lines
+
+ r9026 at zoq-fot-pik:  chmrr | 2006-02-09 20:08:36 -0500
+  * Hate FastCGI.  Specifically, it doesn't like there being other CGI
+ objects, or it wedges.
+
+------------------------------------------------------------------------
+r565 | alexmv | 2006-02-09 23:37:06 +0100 (Thu, 09 Feb 2006) | 4 lines
+
+ r9024 at zoq-fot-pik:  chmrr | 2006-02-09 17:36:27 -0500
+  * Need to make sure we set the action class of the result after we
+ re-init it after validation and saving continuations
+
+------------------------------------------------------------------------
+r564 | alexmv | 2006-02-09 12:17:56 +0100 (Thu, 09 Feb 2006) | 13 lines
+
+ r9018 at zoq-fot-pik:  chmrr | 2006-02-09 06:17:12 -0500
+  * last_rule does the wrong thing when calling continuations -- it can
+    cause nothing to be rendered (!)
+  * The response of a GET request in the second phase of a continuation
+    call can have results in it already, if they were added based on
+    the dispatcher, for example.  Those results (call then "C") take
+    priority over the results saved in the continuation (call them
+    "B"), which in turn took priority over results the earlier versions
+    of "C" (call then "A") which happened before the continuation was
+    pushed.
+      Because of this, we can't just load the whole response up, but
+    instead have to copy results out of it.
+
+------------------------------------------------------------------------
+r563 | jesse | 2006-02-09 10:24:46 +0100 (Thu, 09 Feb 2006) | 2 lines
+
+* Disable halos for now
+
+------------------------------------------------------------------------
+r562 | jesse | 2006-02-09 10:23:43 +0100 (Thu, 09 Feb 2006) | 4 lines
+
+ r23552 at truegrounds:  jesse | 2006-02-09 04:22:25 -0500
+ * We don't want to clean valid arguments just because they're not columns
+ 
+
+------------------------------------------------------------------------
+r561 | jesse | 2006-02-09 07:35:01 +0100 (Thu, 09 Feb 2006) | 4 lines
+
+ r23535 at truegrounds:  jesse | 2006-02-09 01:34:00 -0500
+ * Exposing an API for finding out if we're currently inside a form
+ 
+
+------------------------------------------------------------------------
+r560 | alexmv | 2006-02-09 01:42:02 +0100 (Thu, 09 Feb 2006) | 4 lines
+
+ r8985 at zoq-fot-pik:  chmrr | 2006-02-08 19:41:23 -0500
+  * Give users more rope to hang themselves with, by handing a whole
+    hash from the config file to Mason's config
+
+------------------------------------------------------------------------
+r559 | alexmv | 2006-02-09 01:15:51 +0100 (Thu, 09 Feb 2006) | 8 lines
+
+ r8982 at zoq-fot-pik:  chmrr | 2006-02-08 19:14:39 -0500
+  * Update deps
+  * Move more Mason config (and defaults) into Jifty::Config or
+    Jifty::MasonHandler as appropriate
+  * Doc Jifty::MasonHandler more
+  * $m->redirect now calls Jifty->web->redirect, so redirect code is
+    only in one place
+
+------------------------------------------------------------------------
+r558 | alexmv | 2006-02-09 01:15:29 +0100 (Thu, 09 Feb 2006) | 3 lines
+
+ r8981 at zoq-fot-pik:  chmrr | 2006-02-08 19:08:55 -0500
+  * Module::Install bump
+
+------------------------------------------------------------------------
+r556 | jesse | 2006-02-08 02:47:03 +0100 (Wed, 08 Feb 2006) | 1 line
+
+* Administratively disabled halos for the moment
+------------------------------------------------------------------------
+r555 | alexmv | 2006-02-08 02:29:13 +0100 (Wed, 08 Feb 2006) | 4 lines
+
+ r8966 at zoq-fot-pik:  chmrr | 2006-02-07 20:28:20 -0500
+  * Temporary fix for HTML::Mason::FakeApache creating a new CGI
+ object, which breaks FastCGI
+
+------------------------------------------------------------------------
+r554 | jesse | 2006-02-07 19:36:21 +0100 (Tue, 07 Feb 2006) | 3 lines
+
+ r23501 at truegrounds:  jesse | 2006-02-07 13:34:47 -0500
+ Testapp tests wrong
+
+------------------------------------------------------------------------
+r553 | jesse | 2006-02-07 15:39:39 +0100 (Tue, 07 Feb 2006) | 2 lines
+
+* Minor cleanups for dependency checking tests --jesse
+
+------------------------------------------------------------------------
+r551 | alexmv | 2006-02-06 23:42:14 +0100 (Mon, 06 Feb 2006) | 3 lines
+
+ r8956 at zoq-fot-pik:  chmrr | 2006-02-06 17:41:35 -0500
+  * Fixes to only print HTTP header once
+
+------------------------------------------------------------------------
+r550 | alexmv | 2006-02-06 22:48:33 +0100 (Mon, 06 Feb 2006) | 3 lines
+
+ r8950 at zoq-fot-pik:  chmrr | 2006-02-06 16:47:45 -0500
+  * We're only dropping tables if the tests all succeeded
+
+------------------------------------------------------------------------
+r549 | autrijus | 2006-02-06 15:06:20 +0100 (Mon, 06 Feb 2006) | 3 lines
+
+* fragments containing unicode strings should be served
+  without warnings; turn off "wide characters in output"
+  warnings lexically for the serve_fragment block.
+------------------------------------------------------------------------
+r548 | alexmv | 2006-02-06 09:27:52 +0100 (Mon, 06 Feb 2006) | 3 lines
+
+ r8948 at zoq-fot-pik:  chmrr | 2006-02-06 03:27:00 -0500
+  * Test apps should get their application's library root added to @INC
+
+------------------------------------------------------------------------
+r547 | jesse | 2006-02-05 22:50:45 +0100 (Sun, 05 Feb 2006) | 3 lines
+
+ r23113 at truegrounds:  jesse | 2006-02-05 16:49:09 -0500
+ * Removed pre-release license docs
+
+------------------------------------------------------------------------
+r546 | alexmv | 2006-02-03 19:16:01 +0100 (Fri, 03 Feb 2006) | 5 lines
+
+ r8893 at zoq-fot-pik:  chmrr | 2006-02-03 13:14:57 -0500
+  * Fragments now go through the dispatcher
+  * I really wanted defined-or; false action arguments were being
+ ignored when looking through possible values in fragment requests
+
+------------------------------------------------------------------------
+r545 | alexmv | 2006-02-03 15:09:18 +0100 (Fri, 03 Feb 2006) | 3 lines
+
+ r8886 at zoq-fot-pik:  chmrr | 2006-02-03 09:08:36 -0500
+  * Tweaks to make halo editing work a bit happier
+
+------------------------------------------------------------------------
+r544 | alexmv | 2006-02-03 12:48:55 +0100 (Fri, 03 Feb 2006) | 12 lines
+
+ r8884 at zoq-fot-pik:  chmrr | 2006-02-03 06:47:57 -0500
+ `jifty schema` overhaul:
+  * Removed references to old 'ProjectRoot'
+  * Removed non-useful --include option
+  * Trap possible warnings and errors in 'get version from db' check
+  * Make dependencies chain more clear for schema generation
+  * Add missing 'else' in create_all_tables
+  * Fix logic in manage_database_existance for printing, reconnection
+  * Doc updates for all of the above
+  * Test harness needs to disconnect before wiping db
+  * 'wiping db' involves explicitly setting up the db after we drop it
+
+------------------------------------------------------------------------
+r543 | kevinr | 2006-02-03 08:45:05 +0100 (Fri, 03 Feb 2006) | 3 lines
+
+ r10758 at RANDOM-THREE-NINETY-TWO:  kevinr | 2006-02-03 02:43:59 -0500
+ * Updated manifest
+
+------------------------------------------------------------------------
+r542 | kevinr | 2006-02-03 08:45:00 +0100 (Fri, 03 Feb 2006) | 4 lines
+
+ r10757 at RANDOM-THREE-NINETY-TWO:  kevinr | 2006-02-03 02:43:01 -0500
+ * Added the remaining (very basic) TestApp tests.  I've now got a handle on how
+ to do this, so some *real* tests should be forthcoming Real Soon Now.
+
+------------------------------------------------------------------------
+r541 | trs | 2006-02-02 22:48:34 +0100 (Thu, 02 Feb 2006) | 3 lines
+
+ r8419 at wintermute:  tom | 2006-02-02 16:47:37 -0500
+ Fix typo
+
+------------------------------------------------------------------------
+r540 | jesse | 2006-02-02 02:37:24 +0100 (Thu, 02 Feb 2006) | 3 lines
+
+ r23047 at truegrounds:  jesse | 2006-02-01 20:36:33 -0500
+ * fixing case
+
+------------------------------------------------------------------------
+r539 | jesse | 2006-02-02 02:37:22 +0100 (Thu, 02 Feb 2006) | 3 lines
+
+ r23046 at truegrounds:  jesse | 2006-02-01 20:05:04 -0500
+ * Typo fix
+
+------------------------------------------------------------------------
+r537 | alexmv | 2006-02-01 23:57:05 +0100 (Wed, 01 Feb 2006) | 3 lines
+
+ r8872 at zoq-fot-pik:  chmrr | 2006-02-01 17:56:24 -0500
+  * Fixes to make Jifty work under FastCGI again
+
+------------------------------------------------------------------------
+r534 | jesse | 2006-01-30 05:37:50 +0100 (Mon, 30 Jan 2006) | 3 lines
+
+ r23017 at truegrounds:  jesse | 2006-01-30 05:35:14 +0100
+ * File edity
+
+------------------------------------------------------------------------
+r533 | jesse | 2006-01-30 05:37:46 +0100 (Mon, 30 Jan 2006) | 3 lines
+
+ r23016 at truegrounds:  jesse | 2006-01-30 05:32:05 +0100
+ * even yet still more halo
+
+------------------------------------------------------------------------
+r532 | jesse | 2006-01-30 01:24:38 +0100 (Mon, 30 Jan 2006) | 3 lines
+
+ r23014 at truegrounds:  jesse | 2006-01-30 01:21:39 +0100
+ * A lot more work on halos. The tool starts to feel useful.
+
+------------------------------------------------------------------------
+r531 | jesse | 2006-01-28 19:41:04 +0100 (Sat, 28 Jan 2006) | 3 lines
+
+ r23011 at truegrounds:  jesse | 2006-01-28 19:30:31 +0100
+ * Turned off halos by default.
+
+------------------------------------------------------------------------
+r530 | jesse | 2006-01-28 19:40:59 +0100 (Sat, 28 Jan 2006) | 3 lines
+
+ r23010 at truegrounds:  jesse | 2006-01-28 19:30:06 +0100
+ * First pass at halos.
+
+------------------------------------------------------------------------
+r529 | jesse | 2006-01-27 20:47:44 +0100 (Fri, 27 Jan 2006) | 3 lines
+
+ r23008 at truegrounds:  jesse | 2006-01-27 20:43:36 +0100
+ * Added a bunch of debug logging
+
+------------------------------------------------------------------------
+r528 | alexmv | 2006-01-25 11:30:27 +0100 (Wed, 25 Jan 2006) | 7 lines
+
+ r8797 at zoq-fot-pik:  chmrr | 2006-01-25 05:29:23 -0500
+  * More topsy-turvy-ness.  We no longer are a H::S::S::Mason, as that
+    constructed the mason object at the wrong time.
+  * Dispatcher all goes through Jifty::Request
+  * Don't need to worry about subrequests hitting
+    jifty->web->handle_request anymore
+
+------------------------------------------------------------------------
+r527 | alexmv | 2006-01-25 03:25:23 +0100 (Wed, 25 Jan 2006) | 3 lines
+
+ r8779 at zoq-fot-pik:  chmrr | 2006-01-24 21:24:47 -0500
+  * Support mapping on both sticky_value and default_value
+
+------------------------------------------------------------------------
+r526 | alexmv | 2006-01-25 03:08:28 +0100 (Wed, 25 Jan 2006) | 3 lines
+
+ r8777 at zoq-fot-pik:  chmrr | 2006-01-24 21:07:50 -0500
+  * Mapping of arguments of actions
+
+------------------------------------------------------------------------
+r524 | alexmv | 2006-01-23 23:28:09 +0100 (Mon, 23 Jan 2006) | 3 lines
+
+ r8773 at zoq-fot-pik:  chmrr | 2006-01-23 17:27:31 -0500
+  * More gracefully handle mason errors
+
+------------------------------------------------------------------------
+r523 | jesse | 2006-01-23 14:08:03 +0100 (Mon, 23 Jan 2006) | 3 lines
+
+ r22886 at truegrounds:  jesse | 2006-01-23 14:05:03 +0100
+ * Mandatory form fields now have a css marker.
+
+------------------------------------------------------------------------
+r520 | alexmv | 2006-01-21 10:22:28 +0100 (Sat, 21 Jan 2006) | 4 lines
+
+ r8765 at zoq-fot-pik:  chmrr | 2006-01-21 04:21:28 -0500
+  * Temporary workaround for Spiffy-activated 'require' order bug in
+    HTTP::Server::Simple.  It's complicated.  Blame Canada.
+
+------------------------------------------------------------------------
+r519 | alexmv | 2006-01-21 06:52:30 +0100 (Sat, 21 Jan 2006) | 4 lines
+
+ r8732 at zoq-fot-pik:  chmrr | 2006-01-21 00:25:15 -0500
+  * Jump through some hoops for safari
+  * Better escape mechanism after redirect
+
+------------------------------------------------------------------------
+r518 | autrijus | 2006-01-20 14:45:40 +0100 (Fri, 20 Jan 2006) | 2 lines
+
+* Now that DBD 1.50 has solid unicode support, use utf8::upgrade
+  instead of decode because the DBD may indeed return ustrings.
+------------------------------------------------------------------------
+r517 | alexmv | 2006-01-19 19:02:27 +0100 (Thu, 19 Jan 2006) | 3 lines
+
+ r8723 at zoq-fot-pik:  chmrr | 2006-01-19 13:01:52 -0500
+  * Redirect to directory if we find one
+
+------------------------------------------------------------------------
+r516 | alexmv | 2006-01-18 20:24:48 +0100 (Wed, 18 Jan 2006) | 4 lines
+
+ r8672 at zoq-fot-pik:  chmrr | 2006-01-18 14:24:05 -0500
+  * Sketchy sketchy way of making fragments work under the Brave New
+ Order; they're not going though the dispatcher, though they should be.
+
+------------------------------------------------------------------------
+r515 | alexmv | 2006-01-18 03:24:09 +0100 (Wed, 18 Jan 2006) | 5 lines
+
+ r8670 at zoq-fot-pik:  chmrr | 2006-01-17 21:23:28 -0500
+  * Dispatcher calls Jifty::Web and Mason, not the other way around
+  * Do away with setup_actions
+  * Stop using mason notes
+
+------------------------------------------------------------------------
+r514 | jesse | 2006-01-16 17:21:57 +0100 (Mon, 16 Jan 2006) | 3 lines
+
+ r22411 at truegrounds:  jesse | 2006-01-16 11:19:26 -0500
+ Distribution instruction updates from Grant Grueninger
+
+------------------------------------------------------------------------
+r513 | jesse | 2006-01-16 17:21:53 +0100 (Mon, 16 Jan 2006) | 3 lines
+
+ r22410 at truegrounds:  jesse | 2006-01-15 20:51:47 -0500
+ * removed a debugging statement
+
+------------------------------------------------------------------------
+r512 | jesse | 2006-01-16 17:21:48 +0100 (Mon, 16 Jan 2006) | 3 lines
+
+ r22409 at truegrounds:  jesse | 2006-01-15 20:46:40 -0500
+ * Don't automatically require Record classes when loading Collection classes. This lets us have circular relationships between record types and collections.
+
+------------------------------------------------------------------------
+r511 | trs | 2006-01-16 16:04:49 +0100 (Mon, 16 Jan 2006) | 3 lines
+
+ r8268 at wintermute:  tom | 2006-01-16 10:04:07 -0500
+ Fix for mysql
+
+------------------------------------------------------------------------
+r510 | autrijus | 2006-01-16 11:20:40 +0100 (Mon, 16 Jan 2006) | 1 line
+
+* YAML::Syck and JSON::Syck support.
+------------------------------------------------------------------------
+r509 | autrijus | 2006-01-15 19:54:41 +0100 (Sun, 15 Jan 2006) | 1 line
+
+* Add "tooltip" field to form elements (maps to HTML "title" attribute).
+------------------------------------------------------------------------
+r508 | autrijus | 2006-01-15 19:50:31 +0100 (Sun, 15 Jan 2006) | 1 line
+
+* force charset to UTF8 for both __jifty xml utils.
+------------------------------------------------------------------------
+r507 | jesse | 2006-01-14 20:39:40 +0100 (Sat, 14 Jan 2006) | 3 lines
+
+ r22407 at truegrounds:  jesse | 2006-01-14 14:37:40 -0500
+ Better support for apps named Foo::Bar or Foo-Bar instead of FooBar
+
+------------------------------------------------------------------------
+r506 | jesse | 2006-01-14 20:05:17 +0100 (Sat, 14 Jan 2006) | 3 lines
+
+ r22405 at truegrounds:  jesse | 2006-01-14 14:02:59 -0500
+ * Pass at an icon
+
+------------------------------------------------------------------------
+r505 | jesse | 2006-01-14 19:25:14 +0100 (Sat, 14 Jan 2006) | 4 lines
+
+ r22402 at truegrounds:  jesse | 2006-01-14 13:23:12 -0500
+ * Jifty::Script::Schema support for basic mysql love
+ 
+
+------------------------------------------------------------------------
+r501 | kevinr | 2006-01-13 02:55:20 +0100 (Fri, 13 Jan 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r500 | kevinr | 2006-01-13 02:55:15 +0100 (Fri, 13 Jan 2006) | 3 lines
+
+ r10311 at SAD-GIRL-IN-SNOW:  kevinr | 2006-01-09 19:02:07 -0500
+ * Ported another test from Hiveminder
+
+------------------------------------------------------------------------
+r499 | kevinr | 2006-01-13 02:55:12 +0100 (Fri, 13 Jan 2006) | 3 lines
+
+ r10310 at SAD-GIRL-IN-SNOW:  kevinr | 2006-01-09 18:57:17 -0500
+ * Added an app for testing
+
+------------------------------------------------------------------------
+r498 | autrijus | 2006-01-12 07:59:07 +0100 (Thu, 12 Jan 2006) | 1 line
+
+* lighttpd support.
+------------------------------------------------------------------------
+r494 | jesse | 2006-01-11 04:26:01 +0100 (Wed, 11 Jan 2006) | 3 lines
+
+ r22346 at truegrounds:  jesse | 2006-01-10 23:26:41 +0100
+ * First stab at a parbuilder for jifty. it's still not quite right.
+
+------------------------------------------------------------------------
+r493 | jesse | 2006-01-11 04:25:06 +0100 (Wed, 11 Jan 2006) | 3 lines
+
+ r22220 at truegrounds:  jesse | 2006-01-08 19:19:22 +0100
+ * manifest update
+
+------------------------------------------------------------------------
+r492 | autrijus | 2006-01-10 09:57:39 +0100 (Tue, 10 Jan 2006) | 2 lines
+
+* Add some more detailed documentations to Jifty::Dispatch to explain
+  how the matching really works, as well as some copyediting.
+------------------------------------------------------------------------
+r491 | trs | 2006-01-10 03:34:06 +0100 (Tue, 10 Jan 2006) | 3 lines
+
+ r8206 at wintermute:  tom | 2006-01-09 21:32:47 -0500
+ Should be ApplicationClass not ApplicationName
+
+------------------------------------------------------------------------
+r490 | alexmv | 2006-01-10 00:10:38 +0100 (Tue, 10 Jan 2006) | 3 lines
+
+ r8618 at zoq-fot-pik:  chmrr | 2006-01-09 18:09:59 -0500
+  * Only die if there actually is something to complain about
+
+------------------------------------------------------------------------
+r489 | trs | 2006-01-08 20:09:11 +0100 (Sun, 08 Jan 2006) | 3 lines
+
+ r8201 at wintermute:  tom | 2006-01-08 14:08:25 -0500
+ Updated MANIFEST and META.yml
+
+------------------------------------------------------------------------
+r488 | trs | 2006-01-08 20:09:07 +0100 (Sun, 08 Jan 2006) | 3 lines
+
+ r8200 at wintermute:  tom | 2006-01-08 13:45:59 -0500
+ Create actions via "jifty action --name Foo" now
+
+------------------------------------------------------------------------
+r485 | jesse | 2006-01-08 16:35:01 +0100 (Sun, 08 Jan 2006) | 3 lines
+
+ r22214 at truegrounds:  jesse | 2006-01-08 16:10:06 +0100
+ * POD nit
+
+------------------------------------------------------------------------
+r484 | jesse | 2006-01-08 16:06:58 +0100 (Sun, 08 Jan 2006) | 3 lines
+
+ r22212 at truegrounds:  jesse | 2006-01-08 16:05:14 +0100
+ * MANIFEST update.
+
+------------------------------------------------------------------------
+r483 | jesse | 2006-01-08 16:02:07 +0100 (Sun, 08 Jan 2006) | 3 lines
+
+ r22207 at truegrounds:  jesse | 2006-01-08 15:59:42 +0100
+ * Jos pointed out we should be skipping .svn directories
+
+------------------------------------------------------------------------
+r479 | kevinr | 2006-01-07 09:04:12 +0100 (Sat, 07 Jan 2006) | 6 lines
+
+ r10294 at sad-girl-in-snow:  kevinr | 2006-01-07 02:03:19 -0600
+ * Started porting tests from $PROJECT to Jifty.  These are almost straight
+ copy-and-paste, except to reference Jifty::Test (and, of course, to make sure
+ they all still passed :).  If people care about ordering, they can feel free
+ to renumber the tests themselves -- it didn't look like it mattered to me.
+
+------------------------------------------------------------------------
+r477 | jesse | 2006-01-06 23:47:49 +0100 (Fri, 06 Jan 2006) | 6 lines
+
+ r22198 at truegrounds:  jesse | 2006-01-06 23:46:08 +0100
+ * The first version of the dispatcher that I think is basically feature complete
+ 
+ * The next step is to entirely replace the mason->jifty->mason call chain with a jifty->mason call chain.
+ 
+
+------------------------------------------------------------------------
+r476 | jesse | 2006-01-06 23:15:51 +0100 (Fri, 06 Jan 2006) | 3 lines
+
+ r22194 at truegrounds:  jesse | 2006-01-06 23:13:13 +0100
+ * Depend on Module::Install::Admin instead of Module::Install. Thanks to sri.
+
+------------------------------------------------------------------------
+r475 | jesse | 2006-01-06 23:15:44 +0100 (Fri, 06 Jan 2006) | 5 lines
+
+ r22193 at truegrounds:  jesse | 2006-01-06 23:08:19 +0100
+ * Parrot is incorrectly the CPAN owner for Pod::Simple::Text. Instead,
+   depend on Pod::Simple
+ 
+
+------------------------------------------------------------------------
+r474 | jesse | 2006-01-06 23:15:37 +0100 (Fri, 06 Jan 2006) | 4 lines
+
+ r22192 at truegrounds:  jesse | 2006-01-06 17:52:37 +0100
+ * _do and _compile functions are private. mark them as so with a leading _
+ * start to add and document before and after matches
+
+------------------------------------------------------------------------
+r473 | jesse | 2006-01-06 15:59:16 +0100 (Fri, 06 Jan 2006) | 6 lines
+
+ r22190 at truegrounds:  jesse | 2006-01-06 15:57:12 +0100
+ * do_show was being called with a extra $self argument
+ * perltidied
+ * added a bit more error reporting. 
+ 
+
+------------------------------------------------------------------------
+r472 | autrijus | 2006-01-06 15:48:08 +0100 (Fri, 06 Jan 2006) | 1 line
+
+* another try at not swallowing $@.
+------------------------------------------------------------------------
+r470 | autrijus | 2006-01-06 14:14:05 +0100 (Fri, 06 Jan 2006) | 1 line
+
+* Do not let eval mask errors in op array dispatch.
+------------------------------------------------------------------------
+r465 | alexmv | 2006-01-05 22:11:19 +0100 (Thu, 05 Jan 2006) | 3 lines
+
+ r8586 at zoq-fot-pik:  chmrr | 2006-01-05 16:10:30 -0500
+  * Updated Module::Install; also, don't index t/
+
+------------------------------------------------------------------------
+r464 | autrijus | 2006-01-05 20:58:11 +0100 (Thu, 05 Jan 2006) | 2 lines
+
+20:55 <obra> fwiw, your redirect should use Jifty->web->redirect
+20:56 <obra> that will preserve action results, etc across the redirect
+------------------------------------------------------------------------
+r462 | autrijus | 2006-01-05 20:39:11 +0100 (Thu, 05 Jan 2006) | 3 lines
+
+* Large dose of DWIM coming to Jifty::Dispatcher - any method name,
+  fully qualified subroutine name, as well as \&coderef can serve
+  as valid rules.  run{} becomes merely sugar around do{} and sub{}.
+------------------------------------------------------------------------
+r461 | autrijus | 2006-01-05 18:01:12 +0100 (Thu, 05 Jan 2006) | 2 lines
+
+* More doc cleanup.
+* "under" should not reset dynamic scope.
+------------------------------------------------------------------------
+r460 | autrijus | 2006-01-05 17:30:02 +0100 (Thu, 05 Jan 2006) | 2 lines
+
+* Jifty::Dispatcher - do not use s/// in sub ret(), so now set=>$1
+  works magically.
+------------------------------------------------------------------------
+r459 | jesse | 2006-01-05 17:22:44 +0100 (Thu, 05 Jan 2006) | 4 lines
+
+ r22133 at truegrounds:  jesse | 2006-01-05 17:21:06 +0100
+ * in -> under
+ * fix to a bogus dispatcher->{'op'} from audrey
+
+------------------------------------------------------------------------
+r458 | jesse | 2006-01-05 16:17:46 +0100 (Thu, 05 Jan 2006) | 3 lines
+
+ r22131 at truegrounds:  jesse | 2006-01-05 16:16:07 +0100
+ * Added a missing Module::Install dependency from Rob Kinyon.
+
+------------------------------------------------------------------------
+r457 | jesse | 2006-01-04 19:35:34 +0100 (Wed, 04 Jan 2006) | 4 lines
+
+ r22110 at truegrounds:  jesse | 2006-01-04 17:55:19 +0100
+ * Autoinstantiate a "blank" dispatcher if necessary.
+ * Doc the dispatcher (a bit) in the objectmodel
+
+------------------------------------------------------------------------
+r456 | jesse | 2006-01-04 19:35:24 +0100 (Wed, 04 Jan 2006) | 3 lines
+
+ r22109 at truegrounds:  jesse | 2006-01-04 17:54:31 +0100
+ * Removed now-duplicated dispatcher docs
+
+------------------------------------------------------------------------
+r455 | jesse | 2006-01-04 19:35:12 +0100 (Wed, 04 Jan 2006) | 6 lines
+
+ r22108 at truegrounds:  jesse | 2006-01-04 17:54:17 +0100
+ * Changed "action" to "rule" in Jifty::Dispatcher per discussion with audrey
+ * Started integrating Jifty::Dispatcher docs into the Jifty::Dispatcher code.
+ 
+ 
+
+------------------------------------------------------------------------
+r454 | jesse | 2006-01-04 19:35:01 +0100 (Wed, 04 Jan 2006) | 3 lines
+
+ r22107 at truegrounds:  jesse | 2006-01-04 17:33:50 +0100
+ * FastCGI and standalone handlers now use Jifty->handler to do their dispatch
+
+------------------------------------------------------------------------
+r453 | jesse | 2006-01-04 19:34:51 +0100 (Wed, 04 Jan 2006) | 3 lines
+
+ r22106 at truegrounds:  jesse | 2006-01-04 17:33:06 +0100
+ * Jifty::Handler is now an object, not a utility. It has the power to "run" a request.
+
+------------------------------------------------------------------------
+r452 | jesse | 2006-01-04 19:34:39 +0100 (Wed, 04 Jan 2006) | 3 lines
+
+ r22105 at truegrounds:  jesse | 2006-01-04 17:32:09 +0100
+ * Jifty::Handler is no longer a utility class. now Jifty->handler exists
+
+------------------------------------------------------------------------
+r451 | jesse | 2006-01-04 19:34:29 +0100 (Wed, 04 Jan 2006) | 3 lines
+
+ r22104 at truegrounds:  jesse | 2006-01-04 17:29:57 +0100
+ * Jifty::Everything shouldn't import anything
+
+------------------------------------------------------------------------
+r450 | jesse | 2006-01-03 18:28:07 +0100 (Tue, 03 Jan 2006) | 3 lines
+
+ r22079 at truegrounds:  jesse | 2006-01-03 18:26:06 +0100
+ * Stevan spotted a typo in the tutorial
+
+------------------------------------------------------------------------
+r449 | autrijus | 2006-01-03 16:04:45 +0100 (Tue, 03 Jan 2006) | 1 line
+
+* Move autocomplete.xml and validator.xml to __jifty/.
+------------------------------------------------------------------------
+r448 | autrijus | 2006-01-03 15:36:16 +0100 (Tue, 03 Jan 2006) | 1 line
+
+* more wordsmithing.
+------------------------------------------------------------------------
+r447 | autrijus | 2006-01-03 15:33:27 +0100 (Tue, 03 Jan 2006) | 1 line
+
+* fixed some typo.
+------------------------------------------------------------------------
+r446 | autrijus | 2006-01-03 15:32:40 +0100 (Tue, 03 Jan 2006) | 1 line
+
+* docs.
+------------------------------------------------------------------------
+r445 | autrijus | 2006-01-03 15:31:25 +0100 (Tue, 03 Jan 2006) | 1 line
+
+* Shiny new Jifty dispatcher.
+------------------------------------------------------------------------
+r444 | autrijus | 2006-01-03 13:46:41 +0100 (Tue, 03 Jan 2006) | 1 line
+
+* Upgrade to Scriptaculous 1.5.1.
+------------------------------------------------------------------------
+r443 | jesse | 2006-01-02 19:15:57 +0100 (Mon, 02 Jan 2006) | 1 line
+
+
+------------------------------------------------------------------------
+r442 | jesse | 2006-01-02 19:15:47 +0100 (Mon, 02 Jan 2006) | 3 lines
+
+ r22050 at truegrounds:  jesse | 2006-01-02 19:10:21 +0100
+ * A bit more fleshing out of the Dispatcher
+
+------------------------------------------------------------------------
+r441 | jesse | 2006-01-02 19:15:35 +0100 (Mon, 02 Jan 2006) | 3 lines
+
+ r22030 at truegrounds:  jesse | 2006-01-01 17:49:59 +0100
+ * Perltidies web.pm
+
+------------------------------------------------------------------------
+r440 | glasser | 2006-01-02 02:55:48 +0100 (Mon, 02 Jan 2006) | 3 lines
+
+ r52919 at david-glassers-powerbook-g4-15:  glasser | 2006-01-01 16:45:36 -0500
+ Upgrade Rico lib to 1.1.0.
+
+------------------------------------------------------------------------
+r439 | glasser | 2005-12-31 20:06:34 +0100 (Sat, 31 Dec 2005) | 3 lines
+
+ r52913 at david-glassers-powerbook-g4-15:  glasser | 2005-12-31 14:06:00 -0500
+ This canonicalization broke things.  Reverting temporarily.
+
+------------------------------------------------------------------------
+r438 | glasser | 2005-12-31 19:56:25 +0100 (Sat, 31 Dec 2005) | 3 lines
+
+ r52910 at david-glassers-powerbook-g4-15:  glasser | 2005-12-31 13:55:47 -0500
+ Add a MANIFEST.SKIP, and remake manifest (rm MANIFEST; make manifest).
+
+------------------------------------------------------------------------
+r437 | glasser | 2005-12-31 19:32:01 +0100 (Sat, 31 Dec 2005) | 7 lines
+
+ r52905 at david-glassers-powerbook-g4-15:  glasser | 2005-12-31 12:39:39 -0500
+ Allow use of relative paths for SQLite.
+ r52906 at david-glassers-powerbook-g4-15:  glasser | 2005-12-31 13:02:12 -0500
+ Better: move database argument canonicalization into Jifty::Handle.
+ r52907 at david-glassers-powerbook-g4-15:  glasser | 2005-12-31 13:29:40 -0500
+ Patch now implemented as canonical_database_name.
+
+------------------------------------------------------------------------
+r436 | alexmv | 2005-12-31 01:00:48 +0100 (Sat, 31 Dec 2005) | 3 lines
+
+ r8532 at zoq-fot-pik:  chmrr | 2005-12-30 19:00:18 -0500
+  * Typo in content encoding was making fragments incorrectly render UTF-8
+
+------------------------------------------------------------------------
+r435 | alexmv | 2005-12-31 00:05:45 +0100 (Sat, 31 Dec 2005) | 8 lines
+
+ r8530 at zoq-fot-pik:  chmrr | 2005-12-30 18:05:13 -0500
+  * Wrapping and formatting tweaks.
+ 
+ Overall, looks like it makes some sense.  The syntax won't work, alas,
+ since you can only have magic function prototypes as the first
+ argument.  But we can come up with something similar.  Or we may just
+ need to stick "sub" in front of those braces -- horrors!
+
+------------------------------------------------------------------------
+r434 | alexmv | 2005-12-30 23:49:44 +0100 (Fri, 30 Dec 2005) | 3 lines
+
+ r8527 at zoq-fot-pik:  chmrr | 2005-12-30 17:49:01 -0500
+  * Mostly wrapping, L<> and C<> nits, and a few minor clarifications
+
+------------------------------------------------------------------------
+r433 | alexmv | 2005-12-30 19:37:34 +0100 (Fri, 30 Dec 2005) | 4 lines
+
+ r8517 at zoq-fot-pik:  chmrr | 2005-12-30 13:36:48 -0500
+  * Buttons should register the action
+  * Allow users to override the 'submit' argument
+
+------------------------------------------------------------------------
+r432 | jesse | 2005-12-30 17:23:26 +0100 (Fri, 30 Dec 2005) | 3 lines
+
+ r21948 at truegrounds:  jesse | 2005-12-30 16:32:17 +0100
+ * First pass at a design for a Dispatcher. wants comment from audrey and alex
+
+------------------------------------------------------------------------
+r431 | jesse | 2005-12-30 17:23:17 +0100 (Fri, 30 Dec 2005) | 3 lines
+
+ r21947 at truegrounds:  jesse | 2005-12-30 15:29:17 +0100
+ * Actually load up Delete actions
+
+------------------------------------------------------------------------
+r430 | jesse | 2005-12-30 17:23:08 +0100 (Fri, 30 Dec 2005) | 1 line
+
+
+------------------------------------------------------------------------
+r429 | jesse | 2005-12-30 17:22:58 +0100 (Fri, 30 Dec 2005) | 3 lines
+
+ r21945 at truegrounds:  jesse | 2005-12-30 15:28:07 +0100
+ * Actually described how Jifty::ClassLoader works its magic, so that users can build apps that use actions
+
+------------------------------------------------------------------------
+r428 | alexmv | 2005-12-30 01:21:02 +0100 (Fri, 30 Dec 2005) | 4 lines
+
+ r8513 at zoq-fot-pik:  chmrr | 2005-12-29 19:20:12 -0500
+  * Don't directly call into JSON::Converter
+  * Clear output before returning fragments XML
+
+------------------------------------------------------------------------
+r427 | alexmv | 2005-12-29 22:23:57 +0100 (Thu, 29 Dec 2005) | 8 lines
+
+ r8511 at zoq-fot-pik:  chmrr | 2005-12-29 16:23:24 -0500
+  * The patch to JSON.pm didn't get accepted; and possibly rightly so,
+ as, looking at the JSON spec, it technically only allows double
+ quotes.  Instead, conditionally replace the JSON::Converter's string
+ output to use single quotes.
+  * We now no longer need to skip some files for POD testing
+  * Remove forked JSON.pm
+
+------------------------------------------------------------------------
+r425 | jesse | 2005-12-29 14:32:53 +0100 (Thu, 29 Dec 2005) | 4 lines
+
+ r21865 at truegrounds:  jesse | 2005-12-28 12:20:49 -0500
+ * Fixed a missing dep
+ * .051228
+
+------------------------------------------------------------------------
+r424 | autrijus | 2005-12-28 05:09:48 +0100 (Wed, 28 Dec 2005) | 2 lines
+
+* Jifty::Action->argument_names should sort keys lexographically,
+  not random hash-ordering.
+------------------------------------------------------------------------
+r423 | glasser | 2005-12-28 04:34:21 +0100 (Wed, 28 Dec 2005) | 32 lines
+
+ r52798 at david-glassers-powerbook-g4-15:  glasser | 2005-12-27 22:22:01 -0500
+  r52791 at david-glassers-powerbook-g4-15 (orig r407):  alexmv | 2005-12-27 14:11:43 -0500
+   r8424 at zoq-fot-pik:  chmrr | 2005-12-27 14:10:55 -0500
+    * Sorted deps
+    * Added requirement of Test::Base 0.62
+    * Added Test::Pod::Coverage; patch from Todd Chapman <todd at chaka.net>
+    * Tutorial fixes; patch from Anton Berezin <tobez at tobez.org>
+  
+  r52792 at david-glassers-powerbook-g4-15 (orig r408):  alexmv | 2005-12-27 15:17:15 -0500
+   r8426 at zoq-fot-pik:  chmrr | 2005-12-27 15:16:45 -0500
+    * Move the order_by into implicit_clauses, so other implicit_clauses
+      can override ordering
+  
+  r52793 at david-glassers-powerbook-g4-15 (orig r409):  alexmv | 2005-12-27 16:46:17 -0500
+   r8428 at zoq-fot-pik:  chmrr | 2005-12-27 16:45:40 -0500
+    * Pull request path from ENV rather than Mason, so we keep things
+      like dhandlers out of the request path.  This also makes
+      continuations to dhandlers happy.
+  
+  r52794 at david-glassers-powerbook-g4-15 (orig r410):  alexmv | 2005-12-27 18:07:06 -0500
+   r8430 at zoq-fot-pik:  chmrr | 2005-12-27 18:06:33 -0500
+    * Only cleanup after tests if they succeeded
+    * Add automagic database dropping to after-tests cleanup
+  
+  r52795 at david-glassers-powerbook-g4-15 (orig r411):  alexmv | 2005-12-27 18:49:18 -0500
+   r8432 at zoq-fot-pik:  chmrr | 2005-12-27 18:20:58 -0500
+    * Remove last vestiges of ::Delete from ::Update
+  
+  r52796 at david-glassers-powerbook-g4-15 (orig r412):  autrijus | 2005-12-27 20:46:13 -0500
+  * We really want App::CLI 0.03, not 0.02.
+ 
+
+------------------------------------------------------------------------
+r422 | glasser | 2005-12-28 04:34:07 +0100 (Wed, 28 Dec 2005) | 3 lines
+
+ r52765 at david-glassers-powerbook-g4-15:  glasser | 2005-12-27 14:20:10 -0500
+ Proper submenu nesting for nav.  (It looks right in lynx now.)  Somebody with sharper eyes than me should ensure that the proper CSS is still being applied, but it looks good to me.
+
+------------------------------------------------------------------------
+r421 | glasser | 2005-12-28 04:33:55 +0100 (Wed, 28 Dec 2005) | 3 lines
+
+ r52764 at david-glassers-powerbook-g4-15:  glasser | 2005-12-27 13:46:57 -0500
+ Change some stuff in tutorial that was just plugging in defaults.
+
+------------------------------------------------------------------------
+r420 | glasser | 2005-12-28 04:33:42 +0100 (Wed, 28 Dec 2005) | 3 lines
+
+ r52763 at david-glassers-powerbook-g4-15:  glasser | 2005-12-27 13:43:45 -0500
+ Another moved module reference
+
+------------------------------------------------------------------------
+r419 | glasser | 2005-12-28 04:33:15 +0100 (Wed, 28 Dec 2005) | 4 lines
+
+ r52762 at david-glassers-powerbook-g4-15:  glasser | 2005-12-27 13:25:44 -0500
+ Typo in tutorial (ApplicationName, not AppNamE)'
+ 
+
+------------------------------------------------------------------------
+r418 | glasser | 2005-12-28 04:32:59 +0100 (Wed, 28 Dec 2005) | 3 lines
+
+ r52761 at david-glassers-powerbook-g4-15:  glasser | 2005-12-27 13:24:05 -0500
+ I don't think this return does anything, and is distracting.  Maybe I'm wrong.
+
+------------------------------------------------------------------------
+r417 | glasser | 2005-12-28 04:32:46 +0100 (Wed, 28 Dec 2005) | 3 lines
+
+ r52760 at david-glassers-powerbook-g4-15:  glasser | 2005-12-27 12:50:13 -0500
+ Oops, the typo was worse -- wrong package name.
+
+------------------------------------------------------------------------
+r416 | glasser | 2005-12-28 04:32:30 +0100 (Wed, 28 Dec 2005) | 3 lines
+
+ r52759 at david-glassers-powerbook-g4-15:  glasser | 2005-12-27 12:46:26 -0500
+ Typo in tutorial (no constructor call)
+
+------------------------------------------------------------------------
+r415 | glasser | 2005-12-28 04:28:17 +0100 (Wed, 28 Dec 2005) | 3 lines
+
+ r52758 at david-glassers-powerbook-g4-15:  glasser | 2005-12-27 12:45:16 -0500
+ Clarify tutorial file location.
+
+------------------------------------------------------------------------
+r414 | glasser | 2005-12-28 04:28:05 +0100 (Wed, 28 Dec 2005) | 3 lines
+
+ r52757 at david-glassers-powerbook-g4-15:  glasser | 2005-12-27 12:41:09 -0500
+ Fix POD references to Jifty::Web::PageRegion.
+
+------------------------------------------------------------------------
+r413 | glasser | 2005-12-28 04:27:20 +0100 (Wed, 28 Dec 2005) | 4 lines
+
+ r52756 at david-glassers-powerbook-g4-15:  glasser | 2005-12-27 11:54:08 -0500
+ * Make 'jifty app' not put extra slashes on filenames.  (Although, hmm, maybe we should be using catfile here?)
+ * Update 'jifty app' output in tutorial.
+
+------------------------------------------------------------------------
+r412 | autrijus | 2005-12-28 02:46:13 +0100 (Wed, 28 Dec 2005) | 1 line
+
+* We really want App::CLI 0.03, not 0.02.
+------------------------------------------------------------------------
+r411 | alexmv | 2005-12-28 00:49:18 +0100 (Wed, 28 Dec 2005) | 3 lines
+
+ r8432 at zoq-fot-pik:  chmrr | 2005-12-27 18:20:58 -0500
+  * Remove last vestiges of ::Delete from ::Update
+
+------------------------------------------------------------------------
+r410 | alexmv | 2005-12-28 00:07:06 +0100 (Wed, 28 Dec 2005) | 4 lines
+
+ r8430 at zoq-fot-pik:  chmrr | 2005-12-27 18:06:33 -0500
+  * Only cleanup after tests if they succeeded
+  * Add automagic database dropping to after-tests cleanup
+
+------------------------------------------------------------------------
+r409 | alexmv | 2005-12-27 22:46:17 +0100 (Tue, 27 Dec 2005) | 5 lines
+
+ r8428 at zoq-fot-pik:  chmrr | 2005-12-27 16:45:40 -0500
+  * Pull request path from ENV rather than Mason, so we keep things
+    like dhandlers out of the request path.  This also makes
+    continuations to dhandlers happy.
+
+------------------------------------------------------------------------
+r408 | alexmv | 2005-12-27 21:17:15 +0100 (Tue, 27 Dec 2005) | 4 lines
+
+ r8426 at zoq-fot-pik:  chmrr | 2005-12-27 15:16:45 -0500
+  * Move the order_by into implicit_clauses, so other implicit_clauses
+    can override ordering
+
+------------------------------------------------------------------------
+r407 | alexmv | 2005-12-27 20:11:43 +0100 (Tue, 27 Dec 2005) | 6 lines
+
+ r8424 at zoq-fot-pik:  chmrr | 2005-12-27 14:10:55 -0500
+  * Sorted deps
+  * Added requirement of Test::Base 0.62
+  * Added Test::Pod::Coverage; patch from Todd Chapman <todd at chaka.net>
+  * Tutorial fixes; patch from Anton Berezin <tobez at tobez.org>
+
+------------------------------------------------------------------------
+r406 | alexmv | 2005-12-27 08:36:26 +0100 (Tue, 27 Dec 2005) | 4 lines
+
+ r8417 at zoq-fot-pik:  chmrr | 2005-12-27 02:34:53 -0500
+  * Remove files from MANIFEST that we no longer include
+  * Quiet down logging when we create the db and start up the server
+
+------------------------------------------------------------------------
+r405 | jesse | 2005-12-27 08:28:27 +0100 (Tue, 27 Dec 2005) | 4 lines
+
+ r21826 at truegrounds:  jesse | 2005-12-27 02:27:05 -0500
+ * hcchien pointed out that 'jifty server' didn't work right for non-installed apps
+   alemxv pointed out that this was due to my boneheaded surgery on bin/jifty
+
+------------------------------------------------------------------------
+r404 | jesse | 2005-12-27 06:10:14 +0100 (Tue, 27 Dec 2005) | 3 lines
+
+ r21808 at truegrounds:  jesse | 2005-12-27 00:08:36 -0500
+  * hcchien reported that we had missed a rename in the model. Left a mean note for alex about code to fix
+
+------------------------------------------------------------------------
+r403 | jesse | 2005-12-27 01:59:42 +0100 (Tue, 27 Dec 2005) | 3 lines
+
+ r21799 at truegrounds:  jesse | 2005-12-26 19:39:22 -0500
+ * Removed magical guessed library targets that were only useful at BPS
+
+------------------------------------------------------------------------
+r402 | jesse | 2005-12-27 01:59:38 +0100 (Tue, 27 Dec 2005) | 3 lines
+
+ r21798 at truegrounds:  jesse | 2005-12-26 19:38:27 -0500
+ jifty schema updated to require Jifty::Config
+
+------------------------------------------------------------------------
+r401 | jesse | 2005-12-27 01:59:34 +0100 (Tue, 27 Dec 2005) | 3 lines
+
+ r21797 at truegrounds:  jesse | 2005-12-26 19:37:00 -0500
+ jifty app  updated to not try to load a config file
+
+------------------------------------------------------------------------
+r400 | jesse | 2005-12-27 01:59:30 +0100 (Tue, 27 Dec 2005) | 3 lines
+
+ r21796 at truegrounds:  jesse | 2005-12-26 19:36:10 -0500
+ Jifty::Config can now be loaded _without_ actually loading the config file; updated Jifty::Util->default_app_name
+
+------------------------------------------------------------------------
+r399 | jesse | 2005-12-27 01:59:26 +0100 (Tue, 27 Dec 2005) | 4 lines
+
+ r21795 at truegrounds:  jesse | 2005-12-26 19:35:05 -0500
+  * Jifty::Util->app_name renamed to Jifty::Util->default_app_name
+ Jifty::Util->app_root failure softened to a warning to support app creation
+
+------------------------------------------------------------------------
+r398 | alexmv | 2005-12-26 22:48:07 +0100 (Mon, 26 Dec 2005) | 5 lines
+
+ r8402 at zoq-fot-pik:  chmrr | 2005-12-26 16:47:31 -0500
+  * Clean up t/*/ directories
+  * Make Mapper and Continuations tests clean up after themselves
+  * Reduce logging to screen during testing
+
+------------------------------------------------------------------------
+r397 | alexmv | 2005-12-26 09:39:29 +0100 (Mon, 26 Dec 2005) | 3 lines
+
+ r8400 at zoq-fot-pik:  chmrr | 2005-12-26 03:38:52 -0500
+  * Colonectomy on the NAME given in the POD to make it correct
+
+------------------------------------------------------------------------
+r395 | jesse | 2005-12-26 08:19:41 +0100 (Mon, 26 Dec 2005) | 3 lines
+
+ r21764 at truegrounds:  jesse | 2005-12-26 02:18:06 -0500
+ * Fixed a lowercase value that should have been ucfirst. Thanks to chromatic
+
+------------------------------------------------------------------------
+r394 | jesse | 2005-12-26 08:16:59 +0100 (Mon, 26 Dec 2005) | 3 lines
+
+ r21762 at truegrounds:  jesse | 2005-12-26 02:15:41 -0500
+ * Added a stub for the object model docs
+
+------------------------------------------------------------------------
+r393 | jesse | 2005-12-26 08:15:54 +0100 (Mon, 26 Dec 2005) | 6 lines
+
+ r21760 at truegrounds:  jesse | 2005-12-26 02:14:34 -0500
+ * Refactored Jifty::Config to allow the application class to be specified when calling Config->guess 
+ * Refactored Jifty::Script::App into bite-sized morsels
+ * Made Jifty::Script::App generate a config file
+ * Made Jifty::Script::App and Jifty::Config::Guess happy with multi-level package names
+
+------------------------------------------------------------------------
+r392 | jesse | 2005-12-26 06:30:56 +0100 (Mon, 26 Dec 2005) | 4 lines
+
+ r21755 at truegrounds:  jesse | 2005-12-26 00:29:23 -0500
+ Updated pod for Jifty::Script::Schema. Now it passes tests
+ 
+
+------------------------------------------------------------------------
+r391 | alexmv | 2005-12-26 05:52:09 +0100 (Mon, 26 Dec 2005) | 4 lines
+
+ r8388 at zoq-fot-pik:  chmrr | 2005-12-25 23:50:23 -0500
+  * Use the application root (which is smarter), not the binary's
+    parent dir, as the place to start looking for lib/
+
+------------------------------------------------------------------------
+r390 | alexmv | 2005-12-26 05:52:06 +0100 (Mon, 26 Dec 2005) | 5 lines
+
+ r8387 at zoq-fot-pik:  chmrr | 2005-12-25 23:43:34 -0500
+  * Remove the content from these files; they only serve to mark that
+ their parent dir is a jifty app root, and having old versions of the
+ bin/jifty code might be confusing
+
+------------------------------------------------------------------------
+r389 | jesse | 2005-12-26 05:45:03 +0100 (Mon, 26 Dec 2005) | 3 lines
+
+ r21750 at truegrounds:  jesse | 2005-12-25 23:43:46 -0500
+ * Use a better pod translator for the readme
+
+------------------------------------------------------------------------
+r388 | jesse | 2005-12-26 04:20:42 +0100 (Mon, 26 Dec 2005) | 3 lines
+
+ r21748 at truegrounds:  jesse | 2005-12-25 22:19:24 -0500
+ * Now that we are post-release, bump the version to say so
+
+------------------------------------------------------------------------
+r387 | jesse | 2005-12-26 04:19:03 +0100 (Mon, 26 Dec 2005) | 3 lines
+
+ r21746 at truegrounds:  jesse | 2005-12-25 22:17:42 -0500
+ * Track the manifest
+
+------------------------------------------------------------------------
+r384 | jesse | 2005-12-26 03:34:01 +0100 (Mon, 26 Dec 2005) | 3 lines
+
+ r21740 at truegrounds:  jesse | 2005-12-25 21:27:39 -0500
+ * Removed a couple of the things that stopped non-subclassable use of Jifty::Notification
+
+------------------------------------------------------------------------
+r383 | jesse | 2005-12-26 00:52:54 +0100 (Mon, 26 Dec 2005) | 3 lines
+
+ r21738 at truegrounds:  jesse | 2005-12-25 18:51:33 -0500
+ * Change how we load the "default" config to actually use the application name set in the config file if we have one
+
+------------------------------------------------------------------------
+r382 | jesse | 2005-12-25 22:58:35 +0100 (Sun, 25 Dec 2005) | 4 lines
+
+ r21736 at truegrounds:  jesse | 2005-12-25 16:57:17 -0500
+ * POD Cleanups from chromatic.
+ * Improvements to our pod-coverage tester from chromatic.
+
+------------------------------------------------------------------------
+r381 | jesse | 2005-12-25 22:49:36 +0100 (Sun, 25 Dec 2005) | 3 lines
+
+ r21733 at truegrounds:  jesse | 2005-12-25 16:48:15 -0500
+ * Glossary and Tutorial cleanups and fixes from chromatic
+
+------------------------------------------------------------------------
+r380 | jesse | 2005-12-25 22:49:33 +0100 (Sun, 25 Dec 2005) | 3 lines
+
+ r21732 at truegrounds:  jesse | 2005-12-25 16:32:24 -0500
+ * Updated Jifty::Record::check_read_rights to use the same keys as update_rights 
+
+------------------------------------------------------------------------
+r378 | jesse | 2005-12-25 08:46:11 +0100 (Sun, 25 Dec 2005) | 3 lines
+
+ r21698 at truegrounds:  jesse | 2005-12-25 02:44:59 -0500
+ * Versioning inc
+
+------------------------------------------------------------------------
+r374 | jesse | 2005-12-25 08:27:13 +0100 (Sun, 25 Dec 2005) | 3 lines
+
+ r21689 at truegrounds:  jesse | 2005-12-25 02:19:19 -0500
+ * Cleanup to Jifty.pm POD
+
+------------------------------------------------------------------------
+r370 | jesse | 2005-12-25 07:46:11 +0100 (Sun, 25 Dec 2005) | 3 lines
+
+ r21681 at truegrounds:  jesse | 2005-12-25 01:43:26 -0500
+ * updates to deps
+
+------------------------------------------------------------------------
+r261 | jesse | 2005-12-25 05:07:37 +0100 (Sun, 25 Dec 2005) | 1 line
+
+Updates from audrey
+------------------------------------------------------------------------
+r225 | jesse | 2005-12-25 02:16:19 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21116 at truegrounds (orig r2765):  jesse | 2005-12-24 19:51:21 -0500
+  r21112 at truegrounds:  jesse | 2005-12-24 19:48:43 -0500
+  * Bumped the version 
+ 
+
+------------------------------------------------------------------------
+r224 | jesse | 2005-12-25 02:16:16 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21115 at truegrounds (orig r2764):  jesse | 2005-12-24 19:51:05 -0500
+  r21111 at truegrounds:  jesse | 2005-12-24 19:44:35 -0500
+  * removed a warning
+ 
+
+------------------------------------------------------------------------
+r223 | jesse | 2005-12-25 02:16:13 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21114 at truegrounds (orig r2763):  jesse | 2005-12-24 19:50:52 -0500
+  r21110 at truegrounds:  jesse | 2005-12-24 19:43:47 -0500
+  * Even yet still more tweaks.
+ 
+
+------------------------------------------------------------------------
+r222 | jesse | 2005-12-25 02:16:10 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21113 at truegrounds (orig r2762):  jesse | 2005-12-24 19:50:35 -0500
+  r21109 at truegrounds:  jesse | 2005-12-24 19:37:20 -0500
+  * Fixed docs for an installed Jifty
+ 
+
+------------------------------------------------------------------------
+r221 | jesse | 2005-12-25 02:16:00 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21108 at truegrounds (orig r2761):  jesse | 2005-12-24 19:25:24 -0500
+  r21107 at truegrounds:  jesse | 2005-12-24 19:24:05 -0500
+  * Fixing tutorial typos
+ 
+
+------------------------------------------------------------------------
+r220 | jesse | 2005-12-25 02:15:57 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21106 at truegrounds (orig r2760):  root | 2005-12-24 19:17:31 -0500
+  r21105 at truegrounds:  root | 2005-12-24 19:14:55 -0500
+  * Proper checkpoint
+ 
+
+------------------------------------------------------------------------
+r219 | jesse | 2005-12-25 02:15:52 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r21103 at truegrounds (orig r2759):  alexmv | 2005-12-24 17:55:18 -0500
+  r8090 at zoq-fot-pik:  chmrr | 2005-12-24 17:54:24 -0500
+   * All but Jifty::JSON (which isn't our fault) and
+  Jifty::Script::Schema (which I don't understand anymore) doc'd
+ 
+
+------------------------------------------------------------------------
+r218 | jesse | 2005-12-25 02:15:48 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r21101 at truegrounds (orig r2758):  alexmv | 2005-12-24 17:28:53 -0500
+  r8082 at zoq-fot-pik:  chmrr | 2005-12-24 17:26:04 -0500
+   * Jifty::Glossary -> Jifty::Manual::Glossary
+   * More docs; down to Jifty::Script and Jifty::JSON not passing docs tests
+ 
+
+------------------------------------------------------------------------
+r217 | jesse | 2005-12-25 02:15:44 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21099 at truegrounds (orig r2756):  jesse | 2005-12-24 17:23:08 -0500
+  r21098 at truegrounds:  jesse | 2005-12-24 17:20:45 -0500
+  Checkpoint
+ 
+
+------------------------------------------------------------------------
+r216 | jesse | 2005-12-25 02:15:41 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21097 at truegrounds (orig r2755):  jesse | 2005-12-24 16:59:29 -0500
+  r21094 at truegrounds:  jesse | 2005-12-24 16:56:00 -0500
+  Checkpoint
+ 
+
+------------------------------------------------------------------------
+r215 | jesse | 2005-12-25 02:15:38 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21095 at truegrounds (orig r2753):  alexmv | 2005-12-24 16:48:13 -0500
+  r8080 at zoq-fot-pik:  chmrr | 2005-12-24 16:47:42 -0500
+   * Now that I actually understand what .bind() does, use it correctly
+ 
+
+------------------------------------------------------------------------
+r214 | jesse | 2005-12-25 02:15:34 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r21092 at truegrounds (orig r2752):  alexmv | 2005-12-24 16:10:05 -0500
+  r8078 at zoq-fot-pik:  chmrr | 2005-12-24 16:09:34 -0500
+   * Point Jifty::Script::Help at Jifty::Manual::*, so you can type
+  'jifty help tutorial'
+ 
+
+------------------------------------------------------------------------
+r213 | jesse | 2005-12-25 02:15:31 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r21091 at truegrounds (orig r2751):  alexmv | 2005-12-24 16:05:26 -0500
+  r8076 at zoq-fot-pik:  chmrr | 2005-12-24 16:04:30 -0500
+   * We only need one glossary
+   * Flesh out all of the definitions in it
+ 
+
+------------------------------------------------------------------------
+r212 | jesse | 2005-12-25 02:15:27 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21090 at truegrounds (orig r2750):  jesse | 2005-12-24 15:41:36 -0500
+  r21089 at truegrounds:  jesse | 2005-12-24 15:40:18 -0500
+  * Checkpoint
+ 
+
+------------------------------------------------------------------------
+r211 | jesse | 2005-12-25 02:15:14 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21088 at truegrounds (orig r2749):  jesse | 2005-12-24 15:05:38 -0500
+  r21086 at truegrounds:  jesse | 2005-12-24 15:03:44 -0500
+  * Another tutorial
+ 
+
+------------------------------------------------------------------------
+r210 | jesse | 2005-12-25 02:15:11 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21087 at truegrounds (orig r2748):  jesse | 2005-12-24 15:05:25 -0500
+  r21085 at truegrounds:  jesse | 2005-12-24 15:02:17 -0500
+  * Tutorial outline
+ 
+
+------------------------------------------------------------------------
+r209 | jesse | 2005-12-25 02:15:07 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r21083 at truegrounds (orig r2747):  alexmv | 2005-12-24 05:38:10 -0500
+  r8069 at zoq-fot-pik:  chmrr | 2005-12-24 05:37:39 -0500
+   * More small docs cleanups
+   * Remove old stub code (Jifty::Devel::Halo, Jifty::SetupRequest)
+ 
+
+------------------------------------------------------------------------
+r208 | jesse | 2005-12-25 02:15:03 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21082 at truegrounds (orig r2746):  alexmv | 2005-12-24 05:25:53 -0500
+  r8067 at zoq-fot-pik:  chmrr | 2005-12-24 05:25:07 -0500
+   * More request docs
+ 
+
+------------------------------------------------------------------------
+r207 | jesse | 2005-12-25 02:15:00 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21081 at truegrounds (orig r2745):  jesse | 2005-12-24 04:17:02 -0500
+  r21076 at truegrounds:  jesse | 2005-12-24 04:11:25 -0500
+  * Missing dep, tuning down logger 
+ 
+
+------------------------------------------------------------------------
+r206 | jesse | 2005-12-25 02:14:56 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21079 at truegrounds (orig r2743):  jesse | 2005-12-24 04:14:54 -0500
+  r21072 at truegrounds:  jesse | 2005-12-24 03:52:41 -0500
+  * Turn back on logging of Schema messages
+ 
+
+------------------------------------------------------------------------
+r205 | jesse | 2005-12-25 02:14:54 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r21078 at truegrounds (orig r2742):  jesse | 2005-12-24 04:14:45 -0500
+  r21071 at truegrounds:  jesse | 2005-12-24 03:46:49 -0500
+  * Actually try to load Jifty on upgrade.
+  * Upgrade refers-to columns that aren't virtual
+ 
+
+------------------------------------------------------------------------
+r204 | jesse | 2005-12-25 02:14:50 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21077 at truegrounds (orig r2741):  jesse | 2005-12-24 04:14:32 -0500
+  r21070 at truegrounds:  jesse | 2005-12-24 03:44:53 -0500
+  * Classloader before the database potentially doesn't work
+ 
+
+------------------------------------------------------------------------
+r203 | jesse | 2005-12-25 02:14:43 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21074 at truegrounds (orig r2740):  alexmv | 2005-12-24 03:58:27 -0500
+  r8059 at zoq-fot-pik:  chmrr | 2005-12-24 03:57:14 -0500
+   * More doc checkpointing
+ 
+
+------------------------------------------------------------------------
+r202 | jesse | 2005-12-25 02:14:40 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21069 at truegrounds (orig r2739):  jesse | 2005-12-24 01:20:09 -0500
+  r21067 at truegrounds:  jesse | 2005-12-24 01:18:47 -0500
+  * Don't let email::send export to us
+ 
+
+------------------------------------------------------------------------
+r201 | jesse | 2005-12-25 02:14:36 +0100 (Sun, 25 Dec 2005) | 3 lines
+
+ r21066 at truegrounds (orig r2737):  jesse | 2005-12-24 01:01:28 -0500
+ 
+
+------------------------------------------------------------------------
+r200 | jesse | 2005-12-25 02:14:32 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r21064 at truegrounds (orig r2735):  jesse | 2005-12-24 01:01:04 -0500
+  r21055 at truegrounds:  jesse | 2005-12-24 00:46:08 -0500
+  * Extracted 'let' functionality to Jifty
+  * renamed insecure_url_auth_token to auth_token
+ 
+
+------------------------------------------------------------------------
+r199 | jesse | 2005-12-25 02:14:28 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21061 at truegrounds (orig r2732):  jesse | 2005-12-24 01:00:40 -0500
+  r21052 at truegrounds:  jesse | 2005-12-23 23:30:59 -0500
+  * In admin mode, your currentuser objects default to superuserness 
+ 
+
+------------------------------------------------------------------------
+r198 | jesse | 2005-12-25 02:14:23 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21060 at truegrounds (orig r2731):  jesse | 2005-12-24 01:00:33 -0500
+  r21051 at truegrounds:  jesse | 2005-12-23 23:29:31 -0500
+  * Extracted notification magic from BTDT
+ 
+
+------------------------------------------------------------------------
+r197 | jesse | 2005-12-25 02:14:18 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r21058 at truegrounds (orig r2730):  alexmv | 2005-12-24 00:26:26 -0500
+  r8047 at zoq-fot-pik:  chmrr | 2005-12-24 00:25:35 -0500
+   * Fork'd JSON.pm temporarily
+   * Added Jifty::Action::Record::Delete
+   * More docs checkpointing (Up to continuation!)
+ 
+
+------------------------------------------------------------------------
+r196 | jesse | 2005-12-25 02:14:13 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21057 at truegrounds (orig r2729):  alexmv | 2005-12-23 18:58:56 -0500
+  r8045 at zoq-fot-pik:  chmrr | 2005-12-23 18:55:48 -0500
+   * Docs checkpoint
+ 
+
+------------------------------------------------------------------------
+r195 | jesse | 2005-12-25 02:14:08 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21044 at truegrounds (orig r2727):  jesse | 2005-12-23 17:31:24 -0500
+  r21043 at truegrounds:  jesse | 2005-12-23 17:29:16 -0500
+  * Updated how delegated acl decisions happen
+ 
+
+------------------------------------------------------------------------
+r194 | jesse | 2005-12-25 02:14:04 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21041 at truegrounds (orig r2726):  alexmv | 2005-12-23 16:46:19 -0500
+  r8036 at zoq-fot-pik:  chmrr | 2005-12-23 16:45:39 -0500
+   * Make submenus not break the main menu layout
+ 
+
+------------------------------------------------------------------------
+r193 | jesse | 2005-12-25 02:14:01 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21040 at truegrounds (orig r2725):  alexmv | 2005-12-23 16:46:11 -0500
+  r8035 at zoq-fot-pik:  chmrr | 2005-12-23 16:39:43 -0500
+   * Remove a couple of lingering BTDT mentions
+ 
+
+------------------------------------------------------------------------
+r192 | jesse | 2005-12-25 02:13:57 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r21036 at truegrounds (orig r2721):  jesse | 2005-12-23 16:15:32 -0500
+  r21032 at truegrounds:  jesse | 2005-12-23 16:13:46 -0500
+  * Jifty::Script::Schema updated
+  
+ 
+
+------------------------------------------------------------------------
+r191 | jesse | 2005-12-25 02:13:53 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21035 at truegrounds (orig r2720):  jesse | 2005-12-23 16:15:20 -0500
+  r21031 at truegrounds:  jesse | 2005-12-23 16:13:30 -0500
+  Deps updated
+ 
+
+------------------------------------------------------------------------
+r190 | jesse | 2005-12-25 02:13:50 +0100 (Sun, 25 Dec 2005) | 9 lines
+
+ r21034 at truegrounds (orig r2719):  alexmv | 2005-12-23 15:51:24 -0500
+  r8025 at zoq-fot-pik:  chmrr | 2005-12-23 15:50:31 -0500
+   * Only init the log4perl object once
+   * Updated deps in META.yaml
+   * Output new testing code for model classes
+   * Make generated Makefile.PL actually work
+   * SchemaTool only shows errors
+ 
+
+------------------------------------------------------------------------
+r189 | jesse | 2005-12-25 02:13:45 +0100 (Sun, 25 Dec 2005) | 12 lines
+
+ r21023 at truegrounds (orig r2715):  alexmv | 2005-12-23 13:02:23 -0500
+  r8015 at zoq-fot-pik:  chmrr | 2005-12-23 13:01:06 -0500
+   * Test file reworking!  Jifty::Test now isa Test::More, and
+  additionally magically changes your config options and resets the
+  database.  BTDT::Test now isa Jifty::Test, and just overrides a couple
+  things.
+   * The mail testing stuff from BTDT was moved into Jifty
+   * The default user and task rows are now created all of the time,
+  instead of if you just called make_server.  This means the id of the
+  user created for letme testing changed, changing the token.
+ 
+
+------------------------------------------------------------------------
+r188 | jesse | 2005-12-25 02:13:41 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21013 at truegrounds (orig r2712):  jesse | 2005-12-23 00:51:20 -0500
+  r20995 at truegrounds:  jesse | 2005-12-23 00:40:04 -0500
+  * Cleaned up deps
+ 
+
+------------------------------------------------------------------------
+r187 | jesse | 2005-12-25 02:13:32 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21012 at truegrounds (orig r2711):  jesse | 2005-12-23 00:51:13 -0500
+  r20994 at truegrounds:  jesse | 2005-12-23 00:39:39 -0500
+  * Jifty::Handle docs updated to refer to new args to jifty schema
+ 
+
+------------------------------------------------------------------------
+r186 | jesse | 2005-12-25 02:13:28 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21011 at truegrounds (orig r2710):  jesse | 2005-12-23 00:51:07 -0500
+  r20993 at truegrounds:  jesse | 2005-12-23 00:37:54 -0500
+  * Overhauled arguments for Jifty::Script::Schema
+ 
+
+------------------------------------------------------------------------
+r185 | jesse | 2005-12-25 02:13:25 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21010 at truegrounds (orig r2709):  jesse | 2005-12-23 00:50:55 -0500
+  r20992 at truegrounds:  jesse | 2005-12-23 00:37:15 -0500
+  * Cleaned up dependency check algorithm
+ 
+
+------------------------------------------------------------------------
+r184 | jesse | 2005-12-25 02:13:21 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21009 at truegrounds (orig r2708):  jesse | 2005-12-23 00:50:49 -0500
+  r20991 at truegrounds:  jesse | 2005-12-22 23:38:02 -0500
+  * First refactoring of Jifty::Script::Schema
+ 
+
+------------------------------------------------------------------------
+r183 | jesse | 2005-12-25 02:13:17 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21008 at truegrounds (orig r2707):  jesse | 2005-12-23 00:50:43 -0500
+  r20990 at truegrounds:  jesse | 2005-12-22 23:37:31 -0500
+  * Jifty::LetMe was missing dependencies
+ 
+
+------------------------------------------------------------------------
+r182 | jesse | 2005-12-25 02:13:14 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21006 at truegrounds (orig r2705):  jesse | 2005-12-23 00:50:31 -0500
+  r20988 at truegrounds:  jesse | 2005-12-22 21:10:04 -0500
+  * We don't use Jifty::Script::Command anymore
+ 
+
+------------------------------------------------------------------------
+r181 | jesse | 2005-12-25 02:13:11 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21005 at truegrounds (orig r2704):  jesse | 2005-12-23 00:50:24 -0500
+  r20987 at truegrounds:  jesse | 2005-12-22 20:44:17 -0500
+  removed outdated Jifty::DBI dep
+ 
+
+------------------------------------------------------------------------
+r180 | jesse | 2005-12-25 02:13:07 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21004 at truegrounds (orig r2703):  jesse | 2005-12-23 00:50:17 -0500
+  r20986 at truegrounds:  jesse | 2005-12-22 20:19:15 -0500
+  We don't use Data::UUID. kill it
+ 
+
+------------------------------------------------------------------------
+r179 | jesse | 2005-12-25 02:13:03 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r21003 at truegrounds (orig r2702):  jesse | 2005-12-23 00:50:10 -0500
+  r20985 at truegrounds:  jesse | 2005-12-22 20:16:48 -0500
+  * a fix to Jifty::DBI broke btdt
+ 
+
+------------------------------------------------------------------------
+r178 | jesse | 2005-12-25 02:12:57 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r21001 at truegrounds (orig r2700):  jesse | 2005-12-23 00:49:32 -0500
+  r20941 at truegrounds:  jesse | 2005-12-22 15:53:16 -0500
+  * Warning silencing. Jifty now doesnt warn on testing
+  
+ 
+
+------------------------------------------------------------------------
+r177 | jesse | 2005-12-25 02:12:50 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r20996 at truegrounds (orig r2695):  autrijus | 2005-12-22 23:33:00 -0500
+  r7135 at not:  autrijus | 2005-12-23 12:31:59 +0800
+  * Jifty::Web::Menu - Implement active_child() to return the
+    first active child node.
+ 
+
+------------------------------------------------------------------------
+r176 | jesse | 2005-12-25 02:12:47 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20951 at truegrounds (orig r2667):  alexmv | 2005-12-22 16:35:26 -0500
+  r7961 at zoq-fot-pik:  chmrr | 2005-12-22 16:34:44 -0500
+   * Another checkpoint
+ 
+
+------------------------------------------------------------------------
+r175 | jesse | 2005-12-25 02:12:43 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20942 at truegrounds (orig r2666):  alexmv | 2005-12-22 15:52:29 -0500
+  r7956 at zoq-fot-pik:  chmrr | 2005-12-22 15:51:58 -0500
+   * Checkpoint 'jifty model' code
+ 
+
+------------------------------------------------------------------------
+r174 | jesse | 2005-12-25 02:12:40 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r20939 at truegrounds (orig r2665):  alexmv | 2005-12-22 15:33:03 -0500
+  r7953 at zoq-fot-pik:  chmrr | 2005-12-22 15:32:07 -0500
+   * Add another dep (but this one's in core, at least)
+   * Add the 't' directory
+   * Avoid some undef warnings in Jifty::Util::absolute_path
+ 
+
+------------------------------------------------------------------------
+r173 | jesse | 2005-12-25 02:12:36 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20938 at truegrounds (orig r2664):  alexmv | 2005-12-22 15:32:48 -0500
+  r7952 at zoq-fot-pik:  chmrr | 2005-12-22 12:46:55 -0500
+   * Avoid an undefined warning
+ 
+
+------------------------------------------------------------------------
+r172 | jesse | 2005-12-25 02:12:30 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20937 at truegrounds (orig r2663):  alexmv | 2005-12-22 12:19:34 -0500
+  r7950 at zoq-fot-pik:  chmrr | 2005-12-22 12:19:04 -0500
+   * Jifty::Util->jifty_root now actually works, making the online docs work
+ 
+
+------------------------------------------------------------------------
+r171 | jesse | 2005-12-25 02:12:20 +0100 (Sun, 25 Dec 2005) | 8 lines
+
+ r20936 at truegrounds (orig r2662):  alexmv | 2005-12-22 11:30:52 -0500
+  r7948 at zoq-fot-pik:  chmrr | 2005-12-22 11:22:40 -0500
+   * Remove Jifty::Script::Command (pushed into App::CLI::Command)
+   * Make Jifty::Script::App build basic framework
+   * Extract most of Jifty::Script::Help into App::CLI::Command::Help
+   * Allow --port option to Jifty::Script::Server
+ 
+
+------------------------------------------------------------------------
+r170 | jesse | 2005-12-25 02:12:16 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20933 at truegrounds (orig r2659):  jesse | 2005-12-22 04:13:01 -0500
+  r20929 at truegrounds:  jesse | 2005-12-22 03:57:25 -0500
+  * Test subpackages - only using a new Module::Install
+ 
+
+------------------------------------------------------------------------
+r169 | jesse | 2005-12-25 02:12:12 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20932 at truegrounds (orig r2658):  jesse | 2005-12-22 04:12:19 -0500
+  r20928 at truegrounds:  jesse | 2005-12-22 03:55:22 -0500
+  * Updated Contn. and Mapper test suites to _work_ when called from Jifty's test harness
+ 
+
+------------------------------------------------------------------------
+r168 | jesse | 2005-12-25 02:12:09 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r20931 at truegrounds (orig r2657):  jesse | 2005-12-22 04:11:34 -0500
+  r20927 at truegrounds:  jesse | 2005-12-22 03:53:54 -0500
+  * Refactor Jifty::Util to not die if FindBin can't work its magic
+  * Remove extra use of FindBin from Jifty::Server
+ 
+
+------------------------------------------------------------------------
+r167 | jesse | 2005-12-25 02:12:05 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20925 at truegrounds (orig r2655):  jesse | 2005-12-22 02:36:06 -0500
+  r20924 at truegrounds:  jesse | 2005-12-22 02:34:35 -0500
+  * first pass at recursive tests
+ 
+
+------------------------------------------------------------------------
+r166 | jesse | 2005-12-25 02:12:02 +0100 (Sun, 25 Dec 2005) | 8 lines
+
+ r20911 at truegrounds (orig r2644):  alexmv | 2005-12-21 02:18:10 -0500
+  r7923 at zoq-fot-pik:  chmrr | 2005-12-21 02:16:56 -0500
+   * Make record_class DTRT, so we can inerit from the generated class
+  if need be
+  r7924 at zoq-fot-pik:  chmrr | 2005-12-21 02:17:10 -0500
+   * Typo and var cleanup
+ 
+
+------------------------------------------------------------------------
+r165 | jesse | 2005-12-25 02:11:58 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r20909 at truegrounds (orig r2642):  alexmv | 2005-12-21 01:21:44 -0500
+  r7919 at zoq-fot-pik:  chmrr | 2005-12-21 01:21:12 -0500
+   * Use .bind() to get around scoping issues so we can call setTimeout
+  and give browsers the delay they need to update their DOM
+ 
+
+------------------------------------------------------------------------
+r164 | jesse | 2005-12-25 02:11:55 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20898 at truegrounds (orig r2641):  alexmv | 2005-12-21 00:53:05 -0500
+  r7917 at zoq-fot-pik:  chmrr | 2005-12-21 00:52:13 -0500
+   * Just providing args counts as a refresh_self
+ 
+
+------------------------------------------------------------------------
+r163 | jesse | 2005-12-25 02:11:51 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r20891 at truegrounds (orig r2635):  jesse | 2005-12-20 23:59:47 -0500
+  r20890 at truegrounds:  jesse | 2005-12-20 23:58:28 -0500
+  * By default, Jifty applications let superuser and bootstrap users do aaaaaaanything.
+    And regular users can't do anything.
+ 
+
+------------------------------------------------------------------------
+r162 | jesse | 2005-12-25 02:11:42 +0100 (Sun, 25 Dec 2005) | 8 lines
+
+ r20879 at truegrounds (orig r2630):  alexmv | 2005-12-20 19:05:34 -0500
+  r7903 at zoq-fot-pik:  chmrr | 2005-12-20 19:03:37 -0500
+   * ./lib/Jifty/DefaultApp moved to ./share
+   * Added magic symlink to ./lib/Jifty/auto/Jifty to make share dir
+     accessible during dev work
+   * Re-spec application root dir
+ 
+
+------------------------------------------------------------------------
+r161 | jesse | 2005-12-25 02:11:31 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20878 at truegrounds (orig r2629):  jesse | 2005-12-20 18:59:07 -0500
+  r20877 at truegrounds:  jesse | 2005-12-20 18:57:56 -0500
+  * Jifty::RightsFrom is a generalization of BTDT::ACLFromTask that lets you specify the acls as coming from any related column's object
+ 
+
+------------------------------------------------------------------------
+r160 | jesse | 2005-12-25 02:11:27 +0100 (Sun, 25 Dec 2005) | 8 lines
+
+ r20875 at truegrounds (orig r2627):  alexmv | 2005-12-20 13:27:58 -0500
+  r7891 at zoq-fot-pik:  chmrr | 2005-12-20 13:27:27 -0500
+   * Indent fixes
+   * Also, for some reason "Wifty::Model::User::SUPER" starts showing
+     up.  Skip it.  Quite possibly there should be a method on Jifty
+     that returns your model classes, so we obey DRY.
+ 
+
+------------------------------------------------------------------------
+r159 | jesse | 2005-12-25 02:11:23 +0100 (Sun, 25 Dec 2005) | 8 lines
+
+ r20874 at truegrounds (orig r2626):  alexmv | 2005-12-20 13:16:06 -0500
+  r7889 at zoq-fot-pik:  chmrr | 2005-12-20 13:15:00 -0500
+   * All create actions return the id (factored out of BTDT)
+   * Admin UI gets javascript magic
+   * Fix Jifty/t/*/t tests to work with (temporary) new mapper interface
+   * Better checks to not push fragments when they're not needed
+ 
+
+------------------------------------------------------------------------
+r158 | jesse | 2005-12-25 02:11:19 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20864 at truegrounds (orig r2625):  jesse | 2005-12-20 11:11:01 -0500
+  r20861 at truegrounds:  jesse | 2005-12-20 11:08:19 -0500
+  * Admin UI  now gets the create/edit ajaxy hotness
+ 
+
+------------------------------------------------------------------------
+r157 | jesse | 2005-12-25 02:11:15 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20862 at truegrounds (orig r2623):  jesse | 2005-12-20 11:10:37 -0500
+  r20859 at truegrounds:  jesse | 2005-12-20 00:06:48 -0500
+  * show values in admin ui (make the "read mode" for form::field widgets work)
+ 
+
+------------------------------------------------------------------------
+r156 | jesse | 2005-12-25 02:11:11 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20854 at truegrounds (orig r2618):  jesse | 2005-12-19 23:22:56 -0500
+  r20845 at truegrounds:  jesse | 2005-12-19 23:14:30 -0500
+  * Finished fleshing out currentuser API
+ 
+
+------------------------------------------------------------------------
+r155 | jesse | 2005-12-25 02:11:06 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r20853 at truegrounds (orig r2617):  jesse | 2005-12-19 23:22:49 -0500
+  r20844 at truegrounds:  jesse | 2005-12-19 23:13:41 -0500
+  * we don't want password confirms to be mandatory if the _password_ isn't mandatory
+  
+ 
+
+------------------------------------------------------------------------
+r154 | jesse | 2005-12-25 02:10:57 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20852 at truegrounds (orig r2616):  jesse | 2005-12-19 23:22:43 -0500
+  r20843 at truegrounds:  jesse | 2005-12-19 23:09:06 -0500
+  * removed swap file
+ 
+
+------------------------------------------------------------------------
+r153 | jesse | 2005-12-25 02:10:52 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r20841 at truegrounds (orig r2614):  alexmv | 2005-12-19 19:37:05 -0500
+  r7874 at zoq-fot-pik:  chmrr | 2005-12-19 19:34:45 -0500
+   * Bold New Plan for AJAX or AHAH components.  One request can return
+     multiple fragments.
+   * Also, requests can come from JSON or YAML POST requests
+ 
+
+------------------------------------------------------------------------
+r152 | jesse | 2005-12-25 02:10:48 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20840 at truegrounds (orig r2613):  jesse | 2005-12-19 18:12:42 -0500
+  r20837 at truegrounds:  jesse | 2005-12-19 18:10:57 -0500
+  * Checkpoint much?
+ 
+
+------------------------------------------------------------------------
+r151 | jesse | 2005-12-25 02:10:45 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20839 at truegrounds (orig r2612):  jesse | 2005-12-19 18:12:32 -0500
+  r20836 at truegrounds:  jesse | 2005-12-19 03:58:27 -0500
+  * make auto-current-user classes truly auto
+ 
+
+------------------------------------------------------------------------
+r150 | jesse | 2005-12-25 02:10:41 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r20835 at truegrounds (orig r2610):  jesse | 2005-12-19 03:52:22 -0500
+  r20831 at truegrounds:  jesse | 2005-12-19 03:48:29 -0500
+  * Autogenerate a CurrentUser class if we don't have one.
+  * Abstract out more love to Jifty::CurrentUser
+ 
+
+------------------------------------------------------------------------
+r149 | jesse | 2005-12-25 02:10:37 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r20834 at truegrounds (orig r2609):  jesse | 2005-12-19 03:52:10 -0500
+  r20830 at truegrounds:  jesse | 2005-12-19 03:29:23 -0500
+  * Jifty now knows about apps' CurrentUser classes
+  * LetMes have been extracted to Jifty
+ 
+
+------------------------------------------------------------------------
+r148 | jesse | 2005-12-25 02:10:34 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20833 at truegrounds (orig r2608):  jesse | 2005-12-19 03:52:01 -0500
+  r20829 at truegrounds:  jesse | 2005-12-19 03:28:23 -0500
+  
+ 
+
+------------------------------------------------------------------------
+r147 | jesse | 2005-12-25 02:10:29 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20827 at truegrounds (orig r2605):  jesse | 2005-12-18 22:16:25 -0500
+  r20807 at truegrounds:  jesse | 2005-12-18 22:05:59 -0500
+  Cleaned up CurrentUser to _delegate_ to the User object, rather than be the user object.
+ 
+
+------------------------------------------------------------------------
+r146 | jesse | 2005-12-25 02:10:19 +0100 (Sun, 25 Dec 2005) | 8 lines
+
+ r20789 at truegrounds (orig r2586):  jesse | 2005-12-18 02:35:36 -0500
+  r20788 at truegrounds:  jesse | 2005-12-18 02:34:16 -0500
+  * mason->out -> out
+    (It's a tiny step, but a step)
+  
+  
+ 
+
+------------------------------------------------------------------------
+r145 | jesse | 2005-12-25 02:10:16 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20562 at truegrounds (orig r2575):  jesse | 2005-12-16 19:37:51 -0500
+  r20543 at truegrounds:  jesse | 2005-12-16 19:16:15 -0500
+  * Validator committed to default app. It hsould probably be in __jifty
+ 
+
+------------------------------------------------------------------------
+r144 | jesse | 2005-12-25 02:10:12 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20561 at truegrounds (orig r2574):  jesse | 2005-12-16 19:37:35 -0500
+  r20542 at truegrounds:  jesse | 2005-12-16 19:13:42 -0500
+  * CSS cleanups
+ 
+
+------------------------------------------------------------------------
+r143 | jesse | 2005-12-25 02:10:08 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20560 at truegrounds (orig r2573):  jesse | 2005-12-16 19:37:06 -0500
+  r20541 at truegrounds:  jesse | 2005-12-16 19:11:29 -0500
+  * There's no reason to have element ids in the element's class
+ 
+
+------------------------------------------------------------------------
+r142 | jesse | 2005-12-25 02:10:03 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20559 at truegrounds (orig r2572):  jesse | 2005-12-16 19:36:45 -0500
+  r20540 at truegrounds:  jesse | 2005-12-16 19:10:41 -0500
+  *Simplifed Jifty::Web::Serial generation
+ 
+
+------------------------------------------------------------------------
+r141 | jesse | 2005-12-25 02:09:59 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20558 at truegrounds (orig r2571):  jesse | 2005-12-16 19:36:30 -0500
+  r20539 at truegrounds:  jesse | 2005-12-16 03:35:03 -0500
+  * remove an extra warning
+ 
+
+------------------------------------------------------------------------
+r140 | jesse | 2005-12-25 02:09:56 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20557 at truegrounds (orig r2570):  jesse | 2005-12-16 19:36:04 -0500
+  r20538 at truegrounds:  jesse | 2005-12-16 03:32:54 -0500
+  * don't clear a session if we have no session
+ 
+
+------------------------------------------------------------------------
+r139 | jesse | 2005-12-25 02:09:52 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20556 at truegrounds (orig r2569):  jesse | 2005-12-16 19:34:58 -0500
+  r20537 at truegrounds:  jesse | 2005-12-16 03:32:26 -0500
+  * Date fields also need to be called by id, not name 
+ 
+
+------------------------------------------------------------------------
+r138 | jesse | 2005-12-25 02:09:48 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20535 at truegrounds (orig r2564):  jesse | 2005-12-16 01:29:56 -0500
+  r20534 at truegrounds:  jesse | 2005-12-16 01:28:56 -0500
+  * Helps if I check in
+ 
+
+------------------------------------------------------------------------
+r137 | jesse | 2005-12-25 02:09:42 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20533 at truegrounds (orig r2563):  jesse | 2005-12-16 01:20:04 -0500
+  r20531 at truegrounds:  jesse | 2005-12-16 00:54:23 -0500
+  * It helps if Jesse understands how javascript works.
+ 
+
+------------------------------------------------------------------------
+r136 | jesse | 2005-12-25 02:09:37 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20532 at truegrounds (orig r2562):  jesse | 2005-12-16 01:19:56 -0500
+  r20530 at truegrounds:  jesse | 2005-12-16 00:46:57 -0500
+  Scriptaculous 1.50
+ 
+
+------------------------------------------------------------------------
+r135 | jesse | 2005-12-25 02:09:33 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20529 at truegrounds (orig r2561):  jesse | 2005-12-15 23:43:28 -0500
+  r20525 at truegrounds:  jesse | 2005-12-15 23:41:52 -0500
+  * don't use elemnt ids when we don't have to. (That breaks if an element doesn't have an id)
+ 
+
+------------------------------------------------------------------------
+r134 | jesse | 2005-12-25 02:09:29 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20517 at truegrounds (orig r2553):  jesse | 2005-12-15 22:12:48 -0500
+  r20515 at truegrounds:  jesse | 2005-12-15 22:10:50 -0500
+  * Jifty web form field ids are now unique. This may have broken BTDT ajax
+ 
+
+------------------------------------------------------------------------
+r133 | jesse | 2005-12-25 02:09:25 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20508 at truegrounds (orig r2548):  jesse | 2005-12-15 20:48:48 -0500
+  r20503 at truegrounds:  jesse | 2005-12-15 20:46:09 -0500
+  * Checkboxes can now be used to pick items from lists
+ 
+
+------------------------------------------------------------------------
+r132 | jesse | 2005-12-25 02:09:22 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20498 at truegrounds (orig r2542):  jesse | 2005-12-15 15:36:02 -0500
+  r20497 at truegrounds:  jesse | 2005-12-15 15:28:10 -0500
+   * UTF8 fixes from audrey
+ 
+
+------------------------------------------------------------------------
+r131 | jesse | 2005-12-25 02:09:17 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20485 at truegrounds (orig r2535):  jesse | 2005-12-15 02:39:22 -0500
+  r20475 at truegrounds:  jesse | 2005-12-15 02:37:26 -0500
+  * Online documentation browser
+ 
+
+------------------------------------------------------------------------
+r130 | jesse | 2005-12-25 02:09:13 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20484 at truegrounds (orig r2534):  jesse | 2005-12-15 02:39:13 -0500
+  r20474 at truegrounds:  jesse | 2005-12-15 02:36:20 -0500
+  * Generator was dead code
+ 
+
+------------------------------------------------------------------------
+r129 | jesse | 2005-12-25 02:09:09 +0100 (Sun, 25 Dec 2005) | 3 lines
+
+ r20483 at truegrounds (orig r2533):  autrijus | 2005-12-15 02:29:50 -0500
+ * Jifty really wants a new HTTP::Server::Simple::Mason.
+
+------------------------------------------------------------------------
+r128 | jesse | 2005-12-25 02:09:06 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r20480 at truegrounds (orig r2530):  alexmv | 2005-12-15 02:24:33 -0500
+  r7745 at zoq-fot-pik:  chmrr | 2005-12-15 02:24:01 -0500
+   * fragment became "replace_with"
+   * Numbers are people, too!  This makes paging work again
+ 
+
+------------------------------------------------------------------------
+r127 | jesse | 2005-12-25 02:09:01 +0100 (Sun, 25 Dec 2005) | 8 lines
+
+ r20476 at truegrounds (orig r2526):  alexmv | 2005-12-15 00:49:38 -0500
+  r7729 at zoq-fot-pik:  chmrr | 2005-12-15 00:48:42 -0500
+   * Automagic fade-in for new tasks
+  
+   * For fragments, build full fragments stack, and possibly region wrapper if need be
+   * Page regions have parents
+ 
+
+------------------------------------------------------------------------
+r126 | jesse | 2005-12-25 02:08:57 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r20460 at truegrounds (orig r2519):  jesse | 2005-12-14 22:39:12 -0500
+  r20459 at truegrounds:  jesse | 2005-12-14 22:37:43 -0500
+  * if the user tries to get a collection, be smart and pull in the record class
+ 
+
+------------------------------------------------------------------------
+r125 | jesse | 2005-12-25 02:08:53 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r20445 at truegrounds (orig r2516):  autrijus | 2005-12-13 17:31:47 -0500
+ * In admin mode, change per-model-item admin pages from tangents to links.
+ 
+ 23:29 <obra> (tangents are the wrong thing to use there and should have been
+              smashed, as you can nav there directly)
+ 
+
+------------------------------------------------------------------------
+r124 | jesse | 2005-12-25 02:08:47 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19958 at truegrounds (orig r2508):  jesse | 2005-12-12 04:47:34 -0500
+  r19951 at truegrounds:  jesse | 2005-12-12 04:25:11 -0500
+  * When loading a record object, use the related object's key
+ 
+
+------------------------------------------------------------------------
+r123 | jesse | 2005-12-25 02:08:44 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19937 at truegrounds (orig r2490):  jesse | 2005-12-11 05:04:41 -0500
+  r19921 at truegrounds:  jesse | 2005-12-11 04:19:31 -0500
+  * Password confirm fields are all mandatory
+ 
+
+------------------------------------------------------------------------
+r122 | jesse | 2005-12-25 02:08:40 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19936 at truegrounds (orig r2489):  jesse | 2005-12-11 05:04:34 -0500
+  r19920 at truegrounds:  jesse | 2005-12-11 04:18:22 -0500
+  * ClassLoader updates to actually require things in the right order (and avoid redefinition warnings)
+ 
+
+------------------------------------------------------------------------
+r121 | jesse | 2005-12-25 02:08:37 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19935 at truegrounds (orig r2488):  jesse | 2005-12-11 05:04:27 -0500
+  r19919 at truegrounds:  jesse | 2005-12-11 04:17:37 -0500
+  * Basic tests for sessions
+ 
+
+------------------------------------------------------------------------
+r120 | jesse | 2005-12-25 02:08:32 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r19876 at truegrounds (orig r2480):  jesse | 2005-12-09 18:10:06 -0500
+  r19865 at truegrounds:  jesse | 2005-12-09 18:05:49 -0500
+  * Make menus automatically hilight the current page. 
+  * Change the default menu style
+  * Pony.
+ 
+
+------------------------------------------------------------------------
+r119 | jesse | 2005-12-25 02:08:27 +0100 (Sun, 25 Dec 2005) | 8 lines
+
+ r19872 at truegrounds (orig r2477):  alexmv | 2005-12-09 02:29:46 -0500
+  r7621 at zoq-fot-pik:  chmrr | 2005-12-09 02:28:13 -0500
+   * Move defaults areound for tasklist region
+   * Move 'local' of request to handle_request
+   * Unaccepted tasks doesnt have a 'new' box
+   * Fix sessions in test suite
+ 
+
+------------------------------------------------------------------------
+r118 | jesse | 2005-12-25 02:08:24 +0100 (Sun, 25 Dec 2005) | 14 lines
+
+ r19871 at truegrounds (orig r2476):  alexmv | 2005-12-09 01:16:07 -0500
+  r7610 at zoq-fot-pik:  chmrr | 2005-12-09 00:53:24 -0500
+   * Accepted and pending tasks in searches
+   * Inbox only shows accepted tasks
+   * Can skip entries in task transactions (if they return undef)
+   * Defaults for searches work again
+   * Fragments localize the request
+   * Can submit '0' as a valid value for Jifty::Action::Record::Update
+   * Must be owner or requestor to create tasks
+   * Better stringification for acceptance in task transaction history
+   * Tasks for testing have current_user of their owner
+   * Stickiness can be on failure or success, on a per-action basis
+ 
+
+------------------------------------------------------------------------
+r117 | jesse | 2005-12-25 02:08:20 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19868 at truegrounds (orig r2473):  alexmv | 2005-12-08 14:18:40 -0500
+  r7608 at zoq-fot-pik:  chmrr | 2005-12-08 14:14:48 -0500
+   * Use script.aculo.us effects for spiffier styling on the 'loading'
+ 
+
+------------------------------------------------------------------------
+r116 | jesse | 2005-12-25 02:05:21 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19867 at truegrounds (orig r2472):  alexmv | 2005-12-07 23:10:22 -0500
+  r7606 at zoq-fot-pik:  chmrr | 2005-12-07 23:09:00 -0500
+   * Avoid some warnings by only including defined arguments
+ 
+
+------------------------------------------------------------------------
+r115 | jesse | 2005-12-25 02:05:08 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r19866 at truegrounds (orig r2471):  alexmv | 2005-12-07 22:55:32 -0500
+  r7601 at zoq-fot-pik:  chmrr | 2005-12-07 22:54:19 -0500
+   * Radio buttons can't have the same id as each other, despite having
+     the same name, otherwise serialization gets sad.
+   * POD reformatting
+ 
+
+------------------------------------------------------------------------
+r114 | jesse | 2005-12-25 02:05:02 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r19790 at truegrounds (orig r2468):  alexmv | 2005-12-07 21:29:30 -0500
+  r7599 at zoq-fot-pik:  chmrr | 2005-12-07 21:28:03 -0500
+   * Some acceptance fixes; AJAX accept on view page is broken because Form.Element.serialize is wrong
+   * AJAX can submit multiple actions
+   * Various syntactical cleanups
+ 
+
+------------------------------------------------------------------------
+r113 | jesse | 2005-12-25 02:04:58 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19789 at truegrounds (orig r2467):  jesse | 2005-12-07 21:19:53 -0500
+  r19788 at truegrounds:  jesse | 2005-12-07 21:17:18 -0500
+   * Revert. Revert. Ok
+ 
+
+------------------------------------------------------------------------
+r112 | jesse | 2005-12-25 02:04:54 +0100 (Sun, 25 Dec 2005) | 8 lines
+
+ r19787 at truegrounds (orig r2466):  jesse | 2005-12-07 21:14:53 -0500
+  r19785 at truegrounds:  jesse | 2005-12-07 21:10:17 -0500
+  * Don't repeat ourselves
+  
+  r19786 at truegrounds:  jesse | 2005-12-07 21:13:47 -0500
+  * helps to have the component
+ 
+
+------------------------------------------------------------------------
+r111 | jesse | 2005-12-25 02:04:50 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19784 at truegrounds (orig r2465):  jesse | 2005-12-07 18:30:07 -0500
+  r19782 at truegrounds:  jesse | 2005-12-07 18:28:11 -0500
+  * Better error reporting when you call page region wrong
+ 
+
+------------------------------------------------------------------------
+r110 | jesse | 2005-12-25 02:04:46 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19778 at truegrounds (orig r2461):  alexmv | 2005-12-07 16:46:33 -0500
+  r7589 at zoq-fot-pik:  chmrr | 2005-12-07 16:45:28 -0500
+   * Move quicksearch into BTDT from Jifty core
+ 
+
+------------------------------------------------------------------------
+r109 | jesse | 2005-12-25 02:04:42 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19773 at truegrounds (orig r2459):  jesse | 2005-12-07 14:21:10 -0500
+  r19772 at truegrounds:  jesse | 2005-12-07 14:20:15 -0500
+  * Cookies need to be set if they're not the same as what we got
+ 
+
+------------------------------------------------------------------------
+r108 | jesse | 2005-12-25 02:04:38 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19770 at truegrounds (orig r2458):  alexmv | 2005-12-07 13:55:19 -0500
+  r7583 at zoq-fot-pik:  chmrr | 2005-12-07 13:54:05 -0500
+   * Bludgeon sessions into a happy place.  Not pretty.
+ 
+
+------------------------------------------------------------------------
+r107 | jesse | 2005-12-25 02:04:35 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19768 at truegrounds (orig r2456):  jesse | 2005-12-06 16:44:08 -0500
+  r19766 at truegrounds:  jesse | 2005-12-06 16:43:22 -0500
+  * notes aobut sessions
+ 
+
+------------------------------------------------------------------------
+r106 | jesse | 2005-12-25 02:04:24 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19767 at truegrounds (orig r2455):  jesse | 2005-12-06 16:43:58 -0500
+  r19765 at truegrounds:  jesse | 2005-12-06 02:41:54 -0500
+  * Trying apache::session::flex
+ 
+
+------------------------------------------------------------------------
+r105 | jesse | 2005-12-25 02:04:20 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19764 at truegrounds (orig r2454):  jesse | 2005-12-06 02:17:23 -0500
+  r19763 at truegrounds:  jesse | 2005-12-06 02:16:43 -0500
+   *let's try unloading the session
+ 
+
+------------------------------------------------------------------------
+r104 | jesse | 2005-12-25 02:04:17 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r19762 at truegrounds (orig r2453):  jesse | 2005-12-06 02:02:45 -0500
+  r19760 at truegrounds:  jesse | 2005-12-06 01:57:39 -0500
+  * The rest of the API
+  
+ 
+
+------------------------------------------------------------------------
+r103 | jesse | 2005-12-25 02:04:13 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19761 at truegrounds (orig r2452):  jesse | 2005-12-06 02:02:38 -0500
+  r19759 at truegrounds:  jesse | 2005-12-06 01:33:06 -0500
+  * Checkpoint
+ 
+
+------------------------------------------------------------------------
+r102 | jesse | 2005-12-25 02:04:09 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19758 at truegrounds (orig r2451):  jesse | 2005-12-05 23:45:43 -0500
+  r19757 at truegrounds:  jesse | 2005-12-05 23:44:15 -0500
+  * Ditched Apache::Session
+ 
+
+------------------------------------------------------------------------
+r101 | jesse | 2005-12-25 02:04:05 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r19755 at truegrounds (orig r2450):  alexmv | 2005-12-05 17:27:20 -0500
+  r7561 at zoq-fot-pik:  chmrr | 2005-12-05 17:26:25 -0500
+   * Use an internal request to eliminate one redirect during ->tangent
+     in void context
+ 
+
+------------------------------------------------------------------------
+r100 | jesse | 2005-12-25 02:04:01 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19754 at truegrounds (orig r2449):  alexmv | 2005-12-05 16:15:46 -0500
+  r7559 at zoq-fot-pik:  chmrr | 2005-12-05 16:15:17 -0500
+   * Some sketchy docs
+ 
+
+------------------------------------------------------------------------
+r99 | jesse | 2005-12-25 02:03:57 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19752 at truegrounds (orig r2448):  alexmv | 2005-12-05 15:04:56 -0500
+  r7557 at zoq-fot-pik:  chmrr | 2005-12-05 15:04:28 -0500
+   * Helps if I check in the mapper code
+ 
+
+------------------------------------------------------------------------
+r98 | jesse | 2005-12-25 02:03:50 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r19750 at truegrounds (orig r2447):  alexmv | 2005-12-05 14:34:54 -0500
+  r7518 at zoq-fot-pik:  chmrr | 2005-12-05 14:33:40 -0500
+   * Argument mapping; needs quite a bit of naming love
+   * Continuations use mapping arch for return values
+ 
+
+------------------------------------------------------------------------
+r97 | jesse | 2005-12-25 02:03:44 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19746 at truegrounds (orig r2444):  jesse | 2005-12-05 12:37:48 -0500
+  r19743 at truegrounds:  jesse | 2005-12-05 12:35:53 -0500
+  * the scriptaculous library doesn't work if we don't include it
+ 
+
+------------------------------------------------------------------------
+r96 | jesse | 2005-12-25 02:03:35 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19745 at truegrounds (orig r2443):  jesse | 2005-12-05 12:36:58 -0500
+  r19740 at truegrounds:  jesse | 2005-12-05 12:07:28 -0500
+  * updated prototype
+ 
+
+------------------------------------------------------------------------
+r95 | jesse | 2005-12-25 02:03:26 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19738 at truegrounds (orig r2440):  jesse | 2005-12-04 19:06:04 -0500
+  r19736 at truegrounds:  jesse | 2005-12-04 19:03:41 -0500
+  * Better default admin ui
+ 
+
+------------------------------------------------------------------------
+r94 | jesse | 2005-12-25 02:03:17 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19737 at truegrounds (orig r2439):  jesse | 2005-12-04 19:05:53 -0500
+  r19735 at truegrounds:  jesse | 2005-12-04 15:45:01 -0500
+   * checkpoint
+ 
+
+------------------------------------------------------------------------
+r93 | jesse | 2005-12-25 02:00:54 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19733 at truegrounds (orig r2437):  jesse | 2005-12-04 03:21:37 -0500
+  r19725 at truegrounds:  jesse | 2005-12-04 03:14:43 -0500
+   * YES. This should live somewhere else. But now all of Jifty's deps are actually packaged with Jifty. It might not actually hurt badly to install
+ 
+
+------------------------------------------------------------------------
+r92 | jesse | 2005-12-25 02:00:50 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r19732 at truegrounds (orig r2436):  jesse | 2005-12-04 03:18:06 -0500
+  r19724 at truegrounds:  jesse | 2005-12-04 03:13:27 -0500
+  * Switched Jifty to default to SQLite.
+  * Added a missing dependency
+  
+ 
+
+------------------------------------------------------------------------
+r91 | jesse | 2005-12-25 02:00:41 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19721 at truegrounds (orig r2428):  jesse | 2005-12-03 16:47:09 -0500
+  r19714 at truegrounds:  jesse | 2005-12-03 16:44:10 -0500
+   * Default templates!
+ 
+
+------------------------------------------------------------------------
+r90 | jesse | 2005-12-25 02:00:37 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19719 at truegrounds (orig r2426):  jesse | 2005-12-03 16:46:31 -0500
+  r19712 at truegrounds:  jesse | 2005-12-03 15:22:03 -0500
+  * checkpointy
+ 
+
+------------------------------------------------------------------------
+r89 | jesse | 2005-12-25 02:00:33 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r19687 at truegrounds (orig r2423):  jesse | 2005-12-02 01:47:59 -0500
+  r19685 at truegrounds:  jesse | 2005-12-02 01:46:48 -0500
+  * Script::Schema cleanups
+  
+ 
+
+------------------------------------------------------------------------
+r88 | jesse | 2005-12-25 02:00:29 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19680 at truegrounds (orig r2421):  alexmv | 2005-12-02 00:50:14 -0500
+  r7483 at zoq-fot-pik:  chmrr | 2005-12-02 00:49:03 -0500
+   * Make sure the class isn't empty
+ 
+
+------------------------------------------------------------------------
+r87 | jesse | 2005-12-25 02:00:25 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19679 at truegrounds (orig r2420):  alexmv | 2005-12-02 00:50:05 -0500
+  r7419 at zoq-fot-pik:  chmrr | 2005-12-01 16:54:29 -0500
+   * Typo and warning cleanup
+ 
+
+------------------------------------------------------------------------
+r86 | jesse | 2005-12-25 02:00:21 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19660 at truegrounds (orig r2419):  jesse | 2005-12-01 22:30:32 -0500
+  r19659 at truegrounds:  jesse | 2005-12-01 22:29:51 -0500
+  * Test passes are good
+ 
+
+------------------------------------------------------------------------
+r85 | jesse | 2005-12-25 02:00:17 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19658 at truegrounds (orig r2418):  jesse | 2005-12-01 18:53:25 -0500
+  r19656 at truegrounds:  jesse | 2005-12-01 18:52:34 -0500
+  * Design sketches for how ajaxy mutlisubmit and args stuff should work
+ 
+
+------------------------------------------------------------------------
+r84 | jesse | 2005-12-25 02:00:09 +0100 (Sun, 25 Dec 2005) | 15 lines
+
+ r19657 at truegrounds (orig r2417):  jesse | 2005-12-01 18:53:13 -0500
+  r19655 at truegrounds:  jesse | 2005-12-01 18:51:14 -0500
+   r19654 at truegrounds:  jesse | 2005-12-01 18:50:35 -0500
+    r19647 at truegrounds (orig r2411):  alexmv | 2005-11-30 19:00:06 -0500
+     r7406 at zoq-fot-pik:  chmrr | 2005-11-30 18:59:31 -0500
+      * Reverse order of source and destination for return locations; it
+     made no sense before, it now pretends to maybe make sense
+      * Clean up task review a little
+    
+    r19651 at truegrounds (orig r2415):  jesse | 2005-11-30 19:49:00 -0500
+    * I bet this broke everything - sketch of loop
+   
+  
+ 
+
+------------------------------------------------------------------------
+r83 | jesse | 2005-12-25 02:00:00 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r19652 at truegrounds (orig r2416):  alexmv | 2005-12-01 15:37:29 -0500
+  r7417 at zoq-fot-pik:  chmrr | 2005-12-01 15:36:51 -0500
+   * Doc pass
+   * perltidy some
+ 
+
+------------------------------------------------------------------------
+r82 | jesse | 2005-12-25 01:59:56 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19650 at truegrounds (orig r2414):  alexmv | 2005-11-30 19:45:43 -0500
+  r7410 at zoq-fot-pik:  chmrr | 2005-11-30 19:44:55 -0500
+   * Syntax error fix
+ 
+
+------------------------------------------------------------------------
+r81 | jesse | 2005-12-25 01:59:49 +0100 (Sun, 25 Dec 2005) | 293 lines
+
+ r19646 at truegrounds (orig r2410):  jesse | 2005-11-30 18:57:06 -0500
+  r19645 at truegrounds:  jesse | 2005-11-30 18:29:23 -0500
+   r18593 at truegrounds:  jesse | 2005-11-08 17:15:15 -0500
+    r18591 at truegrounds (orig r2266):  alexmv | 2005-11-08 16:34:35 -0500
+     r7059 at zoq-fot-pik:  chmrr | 2005-11-08 16:33:37 -0500
+      * Look ma, no helpers.  Temporary replacements dropped in
+    
+    r18592 at truegrounds (orig r2267):  alexmv | 2005-11-08 16:34:53 -0500
+     r7060 at zoq-fot-pik:  chmrr | 2005-11-08 16:33:55 -0500
+      * Continuations working epsilon better
+    
+   
+   r18594 at truegrounds:  jesse | 2005-11-08 17:17:52 -0500
+    r18566 at truegrounds (orig r2262):  root | 2005-11-08 12:49:06 -0500
+    * Task edit style updates
+    
+   
+   r18595 at truegrounds:  jesse | 2005-11-08 17:17:54 -0500
+    r18568 at truegrounds (orig r2263):  root | 2005-11-08 13:11:27 -0500
+    * CSS hackery
+    
+   
+   r18653 at truegrounds:  jesse | 2005-11-09 15:49:52 -0500
+    r18602 at truegrounds (orig r2272):  alexmv | 2005-11-08 18:19:49 -0500
+     r7070 at zoq-fot-pik:  chmrr | 2005-11-08 18:19:08 -0500
+      * Hackish API for making linksandbuttonsthat pop the stack
+      * First steps toward preserving J:C arg when needed
+    
+    r18603 at truegrounds (orig r2273):  alexmv | 2005-11-09 14:55:48 -0500
+     r7081 at zoq-fot-pik:  chmrr | 2005-11-09 14:55:22 -0500
+      * Jifty::Web->(button|link) both take parameters
+      * Jifty::Action->button takes parameters, but calls Jifty::Web->button
+      * Started another doc pass
+    
+   
+   r18654 at truegrounds:  jesse | 2005-11-09 18:45:04 -0500
+   * Linkified
+   
+   r18656 at truegrounds:  jesse | 2005-11-09 18:45:20 -0500
+    r18655 at truegrounds (orig r2274):  alexmv | 2005-11-09 17:22:58 -0500
+     r7083 at zoq-fot-pik:  chmrr | 2005-11-09 17:22:27 -0500
+      * Some docs, notably a bunch of continuations
+    
+   
+   r18658 at truegrounds:  jesse | 2005-11-10 14:07:22 -0500
+   
+   r18659 at truegrounds:  jesse | 2005-11-10 15:40:52 -0500
+   * Now guessed configu is the base of the config file, not an alternative to it
+   r18663 at truegrounds:  jesse | 2005-11-10 15:51:07 -0500
+    r18660 at truegrounds (orig r2276):  alexmv | 2005-11-10 15:50:10 -0500
+     r7085 at zoq-fot-pik:  chmrr | 2005-11-09 18:25:39 -0500
+      * Don't explode if I don't recognize the continuation, silently fail
+    
+    r18661 at truegrounds (orig r2277):  alexmv | 2005-11-10 15:50:23 -0500
+     r7086 at zoq-fot-pik:  chmrr | 2005-11-10 15:49:53 -0500
+      * Coderefs through continuations
+    
+    r18662 at truegrounds (orig r2278):  alexmv | 2005-11-10 15:50:32 -0500
+    
+   
+   r18666 at truegrounds:  jesse | 2005-11-10 16:28:14 -0500
+   * started to add users
+   r18667 at truegrounds:  jesse | 2005-11-10 16:28:46 -0500
+   * Config file loading cleanups
+   
+   r18701 at truegrounds:  jesse | 2005-11-10 16:37:19 -0500
+   * new_article became new_entry
+   r18703 at truegrounds:  jesse | 2005-11-10 22:32:35 -0500
+   * Refactored "config" to its own package to clean out Jifty::
+   
+   r18704 at truegrounds:  jesse | 2005-11-10 22:33:35 -0500
+   * checkpoint of new blogdemo pseudocode
+   r18708 at truegrounds:  jesse | 2005-11-10 22:34:16 -0500
+    r18706 at truegrounds (orig r2285):  alexmv | 2005-11-10 16:51:50 -0500
+     r7100 at zoq-fot-pik:  chmrr | 2005-11-10 16:51:16 -0500
+      * First pass at a "gosub" call
+    
+    r18707 at truegrounds (orig r2286):  alexmv | 2005-11-10 16:51:56 -0500
+    
+   
+   r18712 at truegrounds:  jesse | 2005-11-10 22:39:01 -0500
+    * jesse and alex's hit list
+   r18713 at truegrounds:  jesse | 2005-11-10 23:44:51 -0500
+   * made Jifty::Handle its own subclass
+   r18719 at truegrounds:  jesse | 2005-11-11 13:37:33 -0500
+    r18718 at truegrounds (orig r2292):  alexmv | 2005-11-11 13:15:51 -0500
+     r7112 at zoq-fot-pik:  chmrr | 2005-11-11 13:15:18 -0500
+      * Validation rototill.  XML is now generated by /validator.xml not by
+        random function calls.
+    
+   
+   r18720 at truegrounds:  jesse | 2005-11-11 14:57:32 -0500
+   * Tiny style cleanups to render_messages
+   
+   r18724 at truegrounds:  jesse | 2005-11-11 17:32:13 -0500
+    * checkpoint
+   r18726 at truegrounds:  jesse | 2005-11-13 14:08:49 -0500
+    * A bit of Jifty script command help cleanup
+   r18867 at truegrounds:  jesse | 2005-11-14 01:35:14 -0500
+   * makefile deps update
+   r18937 at truegrounds:  jesse | 2005-11-17 17:25:19 -0500
+    r18914 at truegrounds (orig r2321):  alexmv | 2005-11-15 18:25:25 -0500
+     r7213 at zoq-fot-pik:  chmrr | 2005-11-15 18:24:42 -0500
+      * No defaults from arguments which aren't columns
+      * Save continuations after validation
+      * Only redirect if not validating or success
+    
+    r18933 at truegrounds (orig r2331):  alexmv | 2005-11-17 15:16:39 -0500
+     r7218 at zoq-fot-pik:  chmrr | 2005-11-17 15:11:57 -0500
+      * Automagic password_confirm
+    
+    r18934 at truegrounds (orig r2332):  alexmv | 2005-11-17 15:16:47 -0500
+     r7219 at zoq-fot-pik:  chmrr | 2005-11-17 15:12:23 -0500
+      * Remove all references to bin/schema
+    
+    r18935 at truegrounds (orig r2333):  alexmv | 2005-11-17 15:16:53 -0500
+     r7220 at zoq-fot-pik:  chmrr | 2005-11-17 15:12:45 -0500
+      * Fix current_user bug ( was grabbing framework all the time)
+    
+   
+   r18994 at truegrounds:  jesse | 2005-11-20 17:06:53 -0500
+   * Cleanups and warning avoidance and more correct monikerization
+   r18998 at truegrounds:  jesse | 2005-11-20 21:36:29 -0500
+   * moved serial and mason out of the base class
+   r19016 at truegrounds:  jesse | 2005-11-21 01:12:04 -0500
+   * Switched "framework" to "web"
+   r19017 at truegrounds:  jesse | 2005-11-21 01:13:46 -0500
+   * Added the other new wiki components 
+   
+   r19022 at truegrounds:  jesse | 2005-11-21 01:29:37 -0500
+    * Removed Text::Markdown from our dist, as it's on CPAN now
+   r19024 at truegrounds:  jesse | 2005-11-21 02:03:11 -0500
+   * Recent changes
+   r19025 at truegrounds:  jesse | 2005-11-21 02:15:38 -0500
+   * Added menu structure
+   r19026 at truegrounds:  jesse | 2005-11-21 02:17:27 -0500
+   * Render menus if you are not logged in
+   r19027 at truegrounds:  jesse | 2005-11-21 02:19:09 -0500
+   * Reverted men stuff
+   
+   r19033 at truegrounds:  jesse | 2005-11-21 14:45:22 -0500
+   * Reverted the change to nav
+   r19043 at truegrounds:  jesse | 2005-11-21 16:31:42 -0500
+    r19038 at truegrounds (orig r2356):  alexmv | 2005-11-21 15:38:27 -0500
+     r7288 at zoq-fot-pik:  chmrr | 2005-11-21 15:37:14 -0500
+      * Pull mandatory from column
+      * Move jifty stuff out of btdt_behavior.js
+      * autocomplete cleanups
+      * multiplace frobing
+    
+   
+   r19054 at truegrounds:  jesse | 2005-11-22 14:51:32 -0500
+    r19050 at truegrounds (orig r2364):  alexmv | 2005-11-22 02:27:49 -0500
+     r7299 at zoq-fot-pik:  chmrr | 2005-11-22 02:26:32 -0500
+      * s/Jifty->web->form->add_action/Jifty->web->new_action/g
+      * Paging on groups, news, invitations
+      * 'Accept all' button for invites
+    
+   
+   r19057 at truegrounds:  jesse | 2005-11-22 16:44:30 -0500
+    r19055 at truegrounds (orig r2367):  alexmv | 2005-11-22 16:15:53 -0500
+     r7308 at zoq-fot-pik:  chmrr | 2005-11-22 16:14:59 -0500
+      * Revert r2327
+    
+    r19056 at truegrounds (orig r2368):  alexmv | 2005-11-22 16:32:30 -0500
+     r7312 at zoq-fot-pik:  chmrr | 2005-11-22 16:30:15 -0500
+      * Updates only need to validate arguments that get submitted
+    
+   
+   r19060 at truegrounds:  jesse | 2005-11-22 18:14:18 -0500
+   * Continuations - holy grail
+   r19063 at truegrounds:  jesse | 2005-11-22 18:15:32 -0500
+    *removed crack
+   r19067 at truegrounds:  jesse | 2005-11-22 18:18:47 -0500
+    r19055 at truegrounds (orig r2367):  alexmv | 2005-11-22 16:15:53 -0500
+     r7308 at zoq-fot-pik:  chmrr | 2005-11-22 16:14:59 -0500
+      * Revert r2327
+    
+    r19056 at truegrounds (orig r2368):  alexmv | 2005-11-22 16:32:30 -0500
+     r7312 at zoq-fot-pik:  chmrr | 2005-11-22 16:30:15 -0500
+      * Updates only need to validate arguments that get submitted
+    
+    r19065 at truegrounds (orig r2373):  alexmv | 2005-11-22 18:18:06 -0500
+     r7319 at zoq-fot-pik:  chmrr | 2005-11-22 18:17:02 -0500
+      * JiftyWiki -> Wifty because I like my tab completion, dammit
+    
+    r19066 at truegrounds (orig r2374):  alexmv | 2005-11-22 18:18:17 -0500
+    
+   
+   r19068 at truegrounds:  jesse | 2005-11-22 18:21:35 -0500
+   * more wifty rename
+   r19069 at truegrounds:  jesse | 2005-11-22 18:21:52 -0500
+   More rename
+   r19342 at truegrounds:  jesse | 2005-11-26 01:51:05 -0500
+    * All sorts of updates to Wifty. It's starting to look like a real app
+   
+   r19343 at truegrounds:  jesse | 2005-11-26 01:51:35 -0500
+   * ClassLoader now autocreates ::Record, ::Collection and $AppName base classes
+   r19344 at truegrounds:  jesse | 2005-11-26 01:53:18 -0500
+   * added rico 
+   r19345 at truegrounds:  jesse | 2005-11-26 01:54:02 -0500
+    * cleaning up css a bit
+   
+   r19346 at truegrounds:  jesse | 2005-11-26 01:54:21 -0500
+   * Added IE7. it almost improves IE
+   r19349 at truegrounds:  jesse | 2005-11-26 01:54:38 -0500
+    r19347 at truegrounds (orig r2380):  alexmv | 2005-11-25 15:37:10 -0500
+     r7348 at zoq-fot-pik:  chmrr | 2005-11-25 15:34:12 -0500
+      * validate_argument(s?) -> _validate_argument$1 to avoid possible infinite look with arguments named "arguments" or "argument"
+    
+    r19348 at truegrounds (orig r2381):  alexmv | 2005-11-25 15:37:21 -0500
+     r7349 at zoq-fot-pik:  chmrr | 2005-11-25 15:34:50 -0500
+      * Use *latest* possible match when auto-guessing config
+    
+   
+   r19359 at truegrounds:  jesse | 2005-11-26 22:07:18 -0500
+   * We really don't want to pull in mandatoryness from tasks
+   
+   r19360 at truegrounds:  jesse | 2005-11-26 22:21:06 -0500
+   * don't run the quicksearch if the user doesn't want to.
+   r19361 at truegrounds:  jesse | 2005-11-26 22:21:53 -0500
+   * Don't create a task if the user doesn't put in a summary.
+   r19362 at truegrounds:  jesse | 2005-11-26 22:24:17 -0500
+   * If the moniker the test looks for isn't there, carp.
+   
+   r19363 at truegrounds:  jesse | 2005-11-26 22:28:25 -0500
+   * more explicit test info
+   r19509 at truegrounds:  jesse | 2005-11-27 22:37:56 -0500
+   * Look Ma! full support for SQLite
+   r19511 at truegrounds:  jesse | 2005-11-28 01:26:03 -0500
+   * Switched to Markdown
+   r19535 at truegrounds:  jesse | 2005-11-29 03:26:58 -0500
+    r19533 at truegrounds (orig r2400):  alexmv | 2005-11-29 02:05:55 -0500
+     r7379 at zoq-fot-pik:  chmrr | 2005-11-29 02:04:44 -0500
+      * Jifty::Web::Form::Link gutted; most of it now in Jifty::Web::Form::Clickable
+      * Elements have key bindings, ids, labels, and classes
+      * Changed everything to use new link syntax; "button" is gone
+     
+      * Tests for low-level continuations
+      * Only make new continuations during CALL if we absolutely need to
+      * Snip J:C-* out of request when it is saved into a continuation, so
+        we don't infinite loop
+     
+      * Continuations non-raw API needs tests
+      * Lots of docs needed
+    
+    r19534 at truegrounds (orig r2401):  alexmv | 2005-11-29 02:06:06 -0500
+    
+   
+   r19536 at truegrounds:  jesse | 2005-11-29 03:46:17 -0500
+   * Added a BPS logo 
+   r19542 at truegrounds:  jesse | 2005-11-29 15:51:24 -0500
+    r19537 at truegrounds (orig r2402):  root | 2005-11-29 04:15:12 -0500
+    * Fixed to cope with API changes (removed web->submit)
+    
+    r19538 at truegrounds (orig r2403):  root | 2005-11-29 04:21:42 -0500
+    * "ApplicationName" not "Name"
+    
+    r19539 at truegrounds (orig r2404):  alexmv | 2005-11-29 15:18:17 -0500
+     r7387 at zoq-fot-pik:  chmrr | 2005-11-29 12:52:14 -0500
+      * Continuations don't need to specify paths for their requests all
+        the time (eg, counter demo)
+    
+    r19540 at truegrounds (orig r2405):  alexmv | 2005-11-29 15:18:36 -0500
+     r7388 at zoq-fot-pik:  chmrr | 2005-11-29 15:17:26 -0500
+      * More Jifty continuation tests, using the API this time
+      * Small contoinuation bugfixes
+    
+    r19541 at truegrounds (orig r2406):  alexmv | 2005-11-29 15:41:10 -0500
+     r7391 at zoq-fot-pik:  chmrr | 2005-11-29 15:40:33 -0500
+      * Login as continuations
+    
+   
+   r19644 at truegrounds:  jesse | 2005-11-30 18:23:33 -0500
+    r19549 at truegrounds (orig r2407):  alexmv | 2005-11-29 18:57:52 -0500
+     r7393 at zoq-fot-pik:  chmrr | 2005-11-29 18:57:08 -0500
+      * Use new submit syntax
+      * No more Rico (JS bugs)
+      * New form syntax
+      * Half-broken task review
+    
+    r19642 at truegrounds (orig r2408):  alexmv | 2005-11-30 16:48:44 -0500
+     r7402 at zoq-fot-pik:  chmrr | 2005-11-30 16:47:48 -0500
+      * Task review using continuations
+    
+    r19643 at truegrounds (orig r2409):  alexmv | 2005-11-30 16:48:52 -0500
+     r7403 at zoq-fot-pik:  chmrr | 2005-11-30 16:48:10 -0500
+      * Forgot control loop for task review
+    
+   
+  
+ 
+
+------------------------------------------------------------------------
+r80 | jesse | 2005-12-25 01:59:44 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r19051 at truegrounds (orig r2365):  jesse | 2005-11-22 04:09:47 -0500
+  r19049 at truegrounds:  jesse | 2005-11-22 04:05:43 -0500
+  * And when you insert a form before your other forms, all forms of hell break loose
+ 
+
+------------------------------------------------------------------------
+r79 | jesse | 2005-12-25 01:59:40 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18987 at truegrounds (orig r2341):  jesse | 2005-11-19 15:32:42 -0500
+  r18986 at truegrounds:  jesse | 2005-11-19 15:32:12 -0500
+  * Classloader cleanups to stop loading inner packages
+ 
+
+------------------------------------------------------------------------
+r78 | jesse | 2005-12-25 01:59:36 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18936 at truegrounds (orig r2334):  jesse | 2005-11-17 16:35:45 -0500
+  r18932 at truegrounds:  jesse | 2005-11-17 16:34:15 -0500
+  * better serial generation 
+ 
+
+------------------------------------------------------------------------
+r77 | jesse | 2005-12-25 01:59:32 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r18929 at truegrounds (orig r2329):  jesse | 2005-11-17 01:42:58 -0500
+  r18928 at truegrounds:  jesse | 2005-11-17 01:40:57 -0500
+  * Tag autocompletion sorts by most popular
+  * We no longer try to check acls for actions that aren't active
+  * autocomplete submissions don't try to run the ting they're autocmpleting
+ 
+
+------------------------------------------------------------------------
+r76 | jesse | 2005-12-25 01:59:27 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18927 at truegrounds (orig r2328):  jesse | 2005-11-17 01:08:48 -0500
+  r18923 at truegrounds:  jesse | 2005-11-17 01:04:39 -0500
+  * A working attempt at autocomplete.
+ 
+
+------------------------------------------------------------------------
+r75 | jesse | 2005-12-25 01:59:23 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18926 at truegrounds (orig r2327):  jesse | 2005-11-17 01:08:42 -0500
+  r18922 at truegrounds:  jesse | 2005-11-16 23:01:25 -0500
+  * First pass at autocompleted fields. doesn't quite work
+ 
+
+------------------------------------------------------------------------
+r74 | jesse | 2005-12-25 01:59:18 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r18915 at truegrounds (orig r2322):  alexmv | 2005-11-16 00:33:42 -0500
+  r7215 at zoq-fot-pik:  chmrr | 2005-11-16 00:32:50 -0500
+   * Don't post to /empty with the action -- race condition
+   * Named parameters to update_region
+ 
+
+------------------------------------------------------------------------
+r73 | jesse | 2005-12-25 01:59:14 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18865 at truegrounds (orig r2306):  jesse | 2005-11-14 01:26:20 -0500
+  r18864 at truegrounds:  jesse | 2005-11-14 01:24:21 -0500
+  * you never think those little API fixes will hurt anything
+ 
+
+------------------------------------------------------------------------
+r72 | jesse | 2005-12-25 01:59:10 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18851 at truegrounds (orig r2300):  jesse | 2005-11-14 00:07:20 -0500
+  r18845 at truegrounds:  jesse | 2005-11-13 23:58:59 -0500
+  * Made Jifty::Framework work even outside a web context
+ 
+
+------------------------------------------------------------------------
+r71 | jesse | 2005-12-25 01:59:07 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r18585 at truegrounds (orig r2265):  jesse | 2005-11-08 16:26:58 -0500
+  r18584 at truegrounds:  jesse | 2005-11-08 16:25:54 -0500
+  * really factored stuff out to Jifty::DBI
+  
+ 
+
+------------------------------------------------------------------------
+r70 | jesse | 2005-12-25 01:59:02 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18456 at truegrounds (orig r2259):  jesse | 2005-11-07 14:37:45 -0500
+  r18455 at truegrounds:  jesse | 2005-11-07 14:36:27 -0500
+   trying to find and fix the consistency bug
+ 
+
+------------------------------------------------------------------------
+r69 | jesse | 2005-12-25 01:58:58 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18454 at truegrounds (orig r2258):  jesse | 2005-11-07 03:16:17 -0500
+  r18453 at truegrounds:  jesse | 2005-11-07 03:15:15 -0500
+  * take 6000
+ 
+
+------------------------------------------------------------------------
+r68 | jesse | 2005-12-25 01:58:54 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18452 at truegrounds (orig r2257):  jesse | 2005-11-07 03:12:47 -0500
+  r18451 at truegrounds:  jesse | 2005-11-07 03:11:47 -0500
+   space error
+ 
+
+------------------------------------------------------------------------
+r67 | jesse | 2005-12-25 01:58:51 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18450 at truegrounds (orig r2256):  jesse | 2005-11-07 03:10:45 -0500
+  r18449 at truegrounds:  jesse | 2005-11-07 03:09:30 -0500
+   another crack at password fields
+ 
+
+------------------------------------------------------------------------
+r66 | jesse | 2005-12-25 01:58:47 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18448 at truegrounds (orig r2255):  jesse | 2005-11-07 02:49:06 -0500
+  r18446 at truegrounds:  jesse | 2005-11-07 02:47:49 -0500
+  * Fixes for password fields
+ 
+
+------------------------------------------------------------------------
+r65 | jesse | 2005-12-25 01:58:44 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18447 at truegrounds (orig r2254):  jesse | 2005-11-07 02:48:59 -0500
+  r18445 at truegrounds:  jesse | 2005-11-07 02:29:31 -0500
+  * made password render_as case insensitive, as the prefs page had text fields for passwords
+ 
+
+------------------------------------------------------------------------
+r64 | jesse | 2005-12-25 01:58:40 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18365 at truegrounds (orig r2245):  jesse | 2005-11-05 00:25:03 -0500
+  r18362 at truegrounds:  jesse | 2005-11-04 19:43:52 -0500
+  * refitted CSS classes for form fields. makes it easier to style things, if a bit verbose
+ 
+
+------------------------------------------------------------------------
+r63 | jesse | 2005-12-25 01:58:36 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r18138 at truegrounds (orig r2237):  alexmv | 2005-11-01 16:48:21 -0500
+  r6982 at zoq-fot-pik:  chmrr | 2005-11-01 16:40:31 -0500
+   * More correct state variable use
+   * Axe 'unpost'
+   * More state preservation in AJAX
+ 
+
+------------------------------------------------------------------------
+r62 | jesse | 2005-12-25 01:58:27 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18090 at truegrounds (orig r2235):  jesse | 2005-10-31 08:46:00 -0500
+  r18084 at truegrounds:  jesse | 2005-10-31 19:45:03 -0500
+  *fixed news sorting
+ 
+
+------------------------------------------------------------------------
+r61 | jesse | 2005-12-25 01:58:24 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r18089 at truegrounds (orig r2234):  alexmv | 2005-10-30 16:46:47 -0500
+  r6955 at zoq-fot-pik:  chmrr | 2005-10-30 16:45:20 -0500
+   * Revert the part of r2222 that send current page variables with
+  redirect; this should be done with making ->unpost bounce the current
+  variables forward to the next page's.
+ 
+
+------------------------------------------------------------------------
+r60 | jesse | 2005-12-25 01:58:20 +0100 (Sun, 25 Dec 2005) | 9 lines
+
+ r18083 at truegrounds (orig r2229):  jesse | 2005-10-29 16:38:40 -0400
+  r18058 at truegrounds:  jesse | 2005-10-28 03:16:44 -0400
+  * First pass at dependencies
+  r18060 at truegrounds:  jesse | 2005-10-30 01:00:40 -0400
+  cleaned up the Jifty::DBI api
+  r18082 at truegrounds:  jesse | 2005-10-30 01:34:53 -0400
+  * Cleanups after the merge
+ 
+
+------------------------------------------------------------------------
+r59 | jesse | 2005-12-25 01:58:17 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r18080 at truegrounds (orig r2228):  alexmv | 2005-10-28 18:44:57 -0400
+  r6949 at zoq-fot-pik:  chmrr | 2005-10-28 18:43:36 -0400
+   * Bail out unless we know the email address
+   * Snip out signature from email body
+ 
+
+------------------------------------------------------------------------
+r58 | jesse | 2005-12-25 01:58:13 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18079 at truegrounds (orig r2227):  alexmv | 2005-10-28 17:06:08 -0400
+  r6947 at zoq-fot-pik:  chmrr | 2005-10-28 17:05:46 -0400
+   * Monikers are so old school.  Use actions themselves as arguments
+ 
+
+------------------------------------------------------------------------
+r57 | jesse | 2005-12-25 01:58:09 +0100 (Sun, 25 Dec 2005) | 8 lines
+
+ r18078 at truegrounds (orig r2226):  alexmv | 2005-10-28 16:33:09 -0400
+  r6945 at zoq-fot-pik:  chmrr | 2005-10-28 16:32:05 -0400
+   * Submit buttons are now buttons
+   * AJAX-ify several buttons
+   * Remove old JS code
+   * JS trace helpers
+ 
+
+------------------------------------------------------------------------
+r56 | jesse | 2005-12-25 01:58:05 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r18076 at truegrounds (orig r2224):  alexmv | 2005-10-27 23:13:07 -0400
+  r6935 at zoq-fot-pik:  chmrr | 2005-10-27 22:35:23 -0400
+   * Setting render_as for form_fields reblesses the Jifty::Web::Form::Field
+   * Able to create default tasks from tasklists
+   * Fix date creation bug
+ 
+
+------------------------------------------------------------------------
+r55 | jesse | 2005-12-25 01:58:02 +0100 (Sun, 25 Dec 2005) | 9 lines
+
+ r18074 at truegrounds (orig r2222):  alexmv | 2005-10-27 15:08:00 -0400
+  r6930 at zoq-fot-pik:  chmrr | 2005-10-27 15:07:01 -0400
+   * Mention title of email in confirm email page
+   * State-preserving changes in AJAX
+   * Fix date tests for redirect to view task after edit
+   * Don't include query parameters in unpost redirect
+   * Include current state vars in redirect
+ 
+
+------------------------------------------------------------------------
+r54 | jesse | 2005-12-25 01:57:58 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r18072 at truegrounds (orig r2220):  alexmv | 2005-10-27 12:36:31 -0400
+  r6927 at zoq-fot-pik:  chmrr | 2005-10-27 12:30:23 -0400
+   * Remove a little login debugging
+   * New tasks auto-redirect to the same page, so reloading can't re-POST
+ 
+
+------------------------------------------------------------------------
+r53 | jesse | 2005-12-25 01:57:55 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18071 at truegrounds (orig r2219):  alexmv | 2005-10-27 01:07:25 -0400
+  r6925 at zoq-fot-pik:  chmrr | 2005-10-27 01:06:54 -0400
+   * Jesse is clevz0r -- uri should take an optional scheme
+ 
+
+------------------------------------------------------------------------
+r52 | jesse | 2005-12-25 01:57:45 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r18070 at truegrounds (orig r2218):  alexmv | 2005-10-26 23:00:08 -0400
+  r6922 at zoq-fot-pik:  chmrr | 2005-10-26 22:59:23 -0400
+   * Remove undef warning
+  r6923 at zoq-fot-pik:  chmrr | 2005-10-26 22:59:36 -0400
+   * Optional "remember me" checkbox
+ 
+
+------------------------------------------------------------------------
+r51 | jesse | 2005-12-25 01:57:41 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r18067 at truegrounds (orig r2215):  alexmv | 2005-10-26 20:37:02 -0400
+  r6913 at zoq-fot-pik:  chmrr | 2005-10-26 18:54:28 -0400
+   * Uncomment XMLHTPRequest for IE
+   * Use url base path from config
+   * Add META.yml
+ 
+
+------------------------------------------------------------------------
+r50 | jesse | 2005-12-25 01:57:37 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18049 at truegrounds (orig r2209):  jesse | 2005-10-26 13:43:52 -0400
+  r18044 at truegrounds:  jesse | 2005-10-26 20:03:03 -0400
+  eichin spotted a js logic bug
+ 
+
+------------------------------------------------------------------------
+r49 | jesse | 2005-12-25 01:57:34 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18033 at truegrounds (orig r2200):  jesse | 2005-10-25 15:01:44 -0400
+  r18026 at truegrounds:  jesse | 2005-10-26 00:45:29 -0400
+  * Removed spurious debug statemetn from Jifty
+ 
+
+------------------------------------------------------------------------
+r48 | jesse | 2005-12-25 01:57:30 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r18024 at truegrounds (orig r2198):  alexmv | 2005-10-25 13:22:18 -0400
+  r6894 at zoq-fot-pik:  chmrr | 2005-10-25 13:21:15 -0400
+   * Cleaning out bin directories
+ 
+
+------------------------------------------------------------------------
+r47 | jesse | 2005-12-25 01:57:26 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17957 at truegrounds (orig r2196):  jesse | 2005-10-24 15:22:00 -0400
+  r17956 at truegrounds:  jesse | 2005-10-25 01:16:26 -0400
+  * bin/jifty work
+ 
+
+------------------------------------------------------------------------
+r46 | jesse | 2005-12-25 01:57:23 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17903 at truegrounds (orig r2194):  jesse | 2005-10-23 05:40:11 -0400
+  r17900 at truegrounds:  jesse | 2005-10-23 15:32:38 -0400
+  * Slide updates
+ 
+
+------------------------------------------------------------------------
+r45 | jesse | 2005-12-25 01:57:19 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17902 at truegrounds (orig r2193):  jesse | 2005-10-23 05:34:59 -0400
+  r17899 at truegrounds:  jesse | 2005-10-23 14:51:03 -0400
+  * Updates this morning
+ 
+
+------------------------------------------------------------------------
+r44 | jesse | 2005-12-25 01:57:16 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17898 at truegrounds (orig r2192):  jesse | 2005-10-22 08:36:02 -0400
+  r17894 at truegrounds:  jesse | 2005-10-22 18:34:17 -0400
+  * more updates
+ 
+
+------------------------------------------------------------------------
+r43 | jesse | 2005-12-25 01:57:01 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17897 at truegrounds (orig r2191):  jesse | 2005-10-22 08:35:52 -0400
+  r17893 at truegrounds:  jesse | 2005-10-22 18:17:54 -0400
+  * made monotype code bigger
+ 
+
+------------------------------------------------------------------------
+r42 | jesse | 2005-12-25 01:56:58 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17896 at truegrounds (orig r2190):  jesse | 2005-10-22 08:35:40 -0400
+  r17892 at truegrounds:  jesse | 2005-10-22 17:49:18 -0400
+  * updates!
+ 
+
+------------------------------------------------------------------------
+r41 | jesse | 2005-12-25 01:56:54 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17895 at truegrounds (orig r2189):  jesse | 2005-10-22 08:35:28 -0400
+  r17891 at truegrounds:  jesse | 2005-10-22 11:31:01 -0400
+  * Added a tiny comment to explain why sub INC had its name fully qualified
+ 
+
+------------------------------------------------------------------------
+r40 | jesse | 2005-12-25 01:56:50 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r17889 at truegrounds (orig r2188):  alexmv | 2005-10-21 08:19:31 -0400
+  r6864 at zoq-fot-pik:  chmrr | 2005-10-21 07:43:35 -0400
+   * Merge various bin scripts into one 'jifty'
+  r6865 at zoq-fot-pik:  chmrr | 2005-10-21 08:19:00 -0400
+   * Forgot to include one file
+ 
+
+------------------------------------------------------------------------
+r39 | jesse | 2005-12-25 01:56:45 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17888 at truegrounds (orig r2187):  alexmv | 2005-10-21 07:05:49 -0400
+  r6859 at zoq-fot-pik:  chmrr | 2005-10-21 07:03:27 -0400
+   * Auto-create Collection and (Create|Update)Foo whenever possible
+ 
+
+------------------------------------------------------------------------
+r38 | jesse | 2005-12-25 01:56:37 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17887 at truegrounds (orig r2186):  jesse | 2005-10-21 06:38:28 -0400
+  r17886 at truegrounds:  jesse | 2005-10-21 06:37:32 -0400
+  checkpoint
+ 
+
+------------------------------------------------------------------------
+r37 | jesse | 2005-12-25 01:56:21 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17884 at truegrounds (orig r2185):  jesse | 2005-10-21 05:55:18 -0400
+  r17883 at truegrounds:  jesse | 2005-10-21 05:53:46 -0400
+  * alex found a missing blogdeom
+ 
+
+------------------------------------------------------------------------
+r36 | jesse | 2005-12-25 01:56:18 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17862 at truegrounds (orig r2184):  alexmv | 2005-10-21 05:36:12 -0400
+  r6856 at zoq-fot-pik:  chmrr | 2005-10-21 05:35:40 -0400
+   * We don't need no steenkin' config files
+ 
+
+------------------------------------------------------------------------
+r35 | jesse | 2005-12-25 01:56:14 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17861 at truegrounds (orig r2183):  alexmv | 2005-10-21 05:36:03 -0400
+  r6853 at zoq-fot-pik:  chmrr | 2005-10-21 02:49:50 -0400
+   * Javascript fixes -- maintain as much state as possible
+ 
+
+------------------------------------------------------------------------
+r34 | jesse | 2005-12-25 01:56:10 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17860 at truegrounds (orig r2182):  jesse | 2005-10-21 04:13:51 -0400
+  r17859 at truegrounds:  jesse | 2005-10-21 14:12:26 -0400
+  * slides updates
+ 
+
+------------------------------------------------------------------------
+r33 | jesse | 2005-12-25 01:56:02 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17857 at truegrounds (orig r2181):  alexmv | 2005-10-20 19:56:50 -0400
+  r6851 at zoq-fot-pik:  chmrr | 2005-10-20 19:56:12 -0400
+   * Move to using subrequests for fragment calls
+ 
+
+------------------------------------------------------------------------
+r32 | jesse | 2005-12-25 01:55:58 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17856 at truegrounds (orig r2180):  alexmv | 2005-10-20 06:55:26 -0400
+  r6849 at zoq-fot-pik:  chmrr | 2005-10-20 06:54:23 -0400
+   * More AJAX, now with more API
+ 
+
+------------------------------------------------------------------------
+r31 | jesse | 2005-12-25 01:55:54 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17470 at truegrounds (orig r2177):  jesse | 2005-10-20 03:42:38 -0400
+  r17457 at truegrounds:  jesse | 2005-10-19 16:25:56 -0400
+  * lucs fixed the takahashi javascript
+ 
+
+------------------------------------------------------------------------
+r30 | jesse | 2005-12-25 01:55:50 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r17455 at truegrounds (orig r2176):  jesse | 2005-10-18 23:13:39 -0400
+  r17454 at hualien:  jesse | 2005-10-18 23:12:25 -0400
+  * First draft of the npw2005 slides.
+  
+ 
+
+------------------------------------------------------------------------
+r29 | jesse | 2005-12-25 01:55:47 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17452 at truegrounds (orig r2175):  alexmv | 2005-10-18 17:48:43 -0400
+  r6840 at zoq-fot-pik:  chmrr | 2005-10-18 17:46:29 -0400
+   * AJAX take two
+ 
+
+------------------------------------------------------------------------
+r28 | jesse | 2005-12-25 01:55:43 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17448 at truegrounds (orig r2172):  jesse | 2005-10-18 00:25:47 -0400
+  r17446 at hualien:  jesse | 2005-10-18 00:23:56 -0400
+  * Now results record what their action class was. this means we can get at em after a redirect
+ 
+
+------------------------------------------------------------------------
+r27 | jesse | 2005-12-25 01:55:39 +0100 (Sun, 25 Dec 2005) | 4 lines
+
+ r17444 at truegrounds (orig r2171):  root | 2005-10-17 23:29:50 -0400
+ * Fixed a circualr dep
+ 
+
+------------------------------------------------------------------------
+r26 | jesse | 2005-12-25 01:55:36 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r17439 at truegrounds (orig r2168):  jesse | 2005-10-17 21:22:53 -0400
+  r17438 at hualien:  jesse | 2005-10-17 21:22:30 -0400
+  * Switched from "not_sticky" to "sticky". 
+  * Moved the logic into the Form::Field object
+ 
+
+------------------------------------------------------------------------
+r25 | jesse | 2005-12-25 01:55:32 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17433 at truegrounds (orig r2165):  jesse | 2005-10-17 14:50:49 -0400
+  r17432 at hualien:  jesse | 2005-10-17 14:49:28 -0400
+   * Working on bigbox
+ 
+
+------------------------------------------------------------------------
+r24 | jesse | 2005-12-25 01:55:21 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17419 at truegrounds (orig r2162):  jesse | 2005-10-16 20:44:10 -0400
+  r17418 at hualien:  jesse | 2005-10-16 20:43:23 -0400
+  * checkpoint
+ 
+
+------------------------------------------------------------------------
+r23 | jesse | 2005-12-25 01:55:18 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17407 at truegrounds (orig r2156):  jesse | 2005-10-15 23:32:43 -0400
+  r17404 at hualien:  jesse | 2005-10-15 23:31:56 -0400
+   * warning avoidance
+ 
+
+------------------------------------------------------------------------
+r22 | jesse | 2005-12-25 01:55:15 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17405 at truegrounds (orig r2154):  jesse | 2005-10-15 23:32:19 -0400
+  r17392 at hualien:  jesse | 2005-10-15 19:11:52 -0400
+  * Added autoinstall to the makefile for jifty
+ 
+
+------------------------------------------------------------------------
+r21 | jesse | 2005-12-25 01:55:12 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17401 at truegrounds (orig r2153):  alexmv | 2005-10-15 07:09:50 -0400
+  r6772 at zoq-fot-pik:  chmrr | 2005-10-15 07:06:38 -0400
+   * AJAX structure
+ 
+
+------------------------------------------------------------------------
+r20 | jesse | 2005-12-25 01:55:08 +0100 (Sun, 25 Dec 2005) | 7 lines
+
+ r17396 at truegrounds (orig r2148):  alexmv | 2005-10-14 01:07:01 -0400
+  r6761 at zoq-fot-pik:  chmrr | 2005-10-14 01:06:10 -0400
+   * Checking off tasks submits the action, updates the CSS class
+   * Use /fragments for things that might get round-trip'd
+   * Consolidate tasklists, task element view
+ 
+
+------------------------------------------------------------------------
+r19 | jesse | 2005-12-25 01:55:02 +0100 (Sun, 25 Dec 2005) | 8 lines
+
+ r17393 at truegrounds (orig r2145):  trs | 2005-10-13 22:45:49 -0400
+  r6627 at wintermute:  tom | 2005-10-13 22:32:09 -0400
+  * Fixed the jumping behavior of the calendar links and made them use
+    the createCalendarLink() function for consistency
+  
+  * Fixed a Jifty test that wanted HTML::Mason::Plugin in Makefile.PL
+ 
+
+------------------------------------------------------------------------
+r18 | jesse | 2005-12-25 01:54:59 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r17347 at truegrounds (orig r2142):  jesse | 2005-10-13 21:59:05 -0400
+  r17331 at hualien:  jesse | 2005-10-13 12:41:57 -0400
+  * Cleaning up the feed lists and task lists
+  
+ 
+
+------------------------------------------------------------------------
+r17 | jesse | 2005-12-25 01:54:50 +0100 (Sun, 25 Dec 2005) | 4 lines
+
+ r17333 at truegrounds (orig r2140):  root | 2005-10-13 02:54:28 -0400
+ * gotta render form fields as update or view. but not ''
+ 
+
+------------------------------------------------------------------------
+r16 | jesse | 2005-12-25 01:54:47 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17328 at truegrounds (orig r2137):  jesse | 2005-10-12 23:30:25 -0400
+  r17322 at hualien:  jesse | 2005-10-12 19:26:03 -0400
+  * Cleanups to support hte new blogdemo app
+ 
+
+------------------------------------------------------------------------
+r15 | jesse | 2005-12-25 01:54:43 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17327 at truegrounds (orig r2136):  jesse | 2005-10-12 23:30:18 -0400
+  r17321 at hualien:  jesse | 2005-10-12 12:32:46 -0400
+  * Mason 1.3101
+ 
+
+------------------------------------------------------------------------
+r14 | jesse | 2005-12-25 01:54:40 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17326 at truegrounds (orig r2135):  jesse | 2005-10-12 23:30:09 -0400
+  r17320 at hualien:  jesse | 2005-10-12 12:03:27 -0400
+   * Default warnings/errors to stderr
+ 
+
+------------------------------------------------------------------------
+r13 | jesse | 2005-12-25 01:54:36 +0100 (Sun, 25 Dec 2005) | 9 lines
+
+ r17325 at truegrounds (orig r2134):  alexmv | 2005-10-12 20:17:53 -0400
+  r6745 at zoq-fot-pik:  chmrr | 2005-10-12 20:16:59 -0400
+   * Failed form fields are no longer forced to their defaults
+   * Working Big Box
+   * Task owners must look like email addresses
+   * _Checking_ if a task has errors shouldn't make it fail
+   * Remove jiftyaction attribute (doesn't validate)
+ 
+
+------------------------------------------------------------------------
+r12 | jesse | 2005-12-25 01:54:33 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17319 at truegrounds (orig r2133):  jesse | 2005-10-12 15:59:47 -0400
+  r17311 at hualien:  jesse | 2005-10-12 11:22:18 -0400
+  * First cut of non-editable form field widgets
+ 
+
+------------------------------------------------------------------------
+r11 | jesse | 2005-12-25 01:54:29 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17307 at truegrounds (orig r2130):  alexmv | 2005-10-11 20:41:29 -0400
+  r6731 at zoq-fot-pik:  chmrr | 2005-10-11 20:40:56 -0400
+   * First pass at Big Box
+ 
+
+------------------------------------------------------------------------
+r10 | jesse | 2005-12-25 01:54:25 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17297 at truegrounds (orig r2120):  jesse | 2005-10-11 16:24:25 -0400
+  r17293 at hualien:  jesse | 2005-10-11 12:23:21 -0400
+  * notes on how we'll do ajax-upgraded widgets with jifty
+ 
+
+------------------------------------------------------------------------
+r9 | jesse | 2005-12-25 01:54:22 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17295 at truegrounds (orig r2118):  jesse | 2005-10-11 16:24:04 -0400
+  r17291 at hualien:  jesse | 2005-10-11 11:53:20 -0400
+  * need to use the FastCGI handler
+ 
+
+------------------------------------------------------------------------
+r8 | jesse | 2005-12-25 01:54:11 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17269 at truegrounds (orig r2107):  jesse | 2005-10-08 23:09:44 -0400
+  r17265 at hualien:  jesse | 2005-10-08 19:06:14 -0400
+  * Enough refactoring to make two apps run!
+ 
+
+------------------------------------------------------------------------
+r7 | jesse | 2005-12-25 01:54:04 +0100 (Sun, 25 Dec 2005) | 6 lines
+
+ r17268 at truegrounds (orig r2106):  jesse | 2005-10-08 23:09:34 -0400
+  r17264 at hualien:  jesse | 2005-10-08 18:03:02 -0400
+  * Cleanups to autorequire syntax
+  
+ 
+
+------------------------------------------------------------------------
+r6 | jesse | 2005-12-25 01:54:00 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17263 at truegrounds (orig r2105):  jesse | 2005-10-08 18:38:50 -0400
+  r17262 at hualien:  jesse | 2005-10-08 14:36:34 -0400
+  * made our scripts stubs, so we can just wrap libs
+ 
+
+------------------------------------------------------------------------
+r5 | jesse | 2005-12-25 01:53:49 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17261 at truegrounds (orig r2104):  jesse | 2005-10-08 17:31:46 -0400
+  r17257 at hualien:  jesse | 2005-10-08 13:29:55 -0400
+  * JFDI -> Jifty, final 
+ 
+
+------------------------------------------------------------------------
+r4 | jesse | 2005-12-25 01:53:41 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17260 at truegrounds (orig r2103):  jesse | 2005-10-08 17:31:10 -0400
+  r17256 at hualien:  jesse | 2005-10-08 13:22:11 -0400
+  * JFDI->Jifty step two
+ 
+
+------------------------------------------------------------------------
+r3 | jesse | 2005-12-25 01:53:35 +0100 (Sun, 25 Dec 2005) | 5 lines
+
+ r17259 at truegrounds (orig r2102):  jesse | 2005-10-08 17:31:00 -0400
+  r17255 at hualien:  jesse | 2005-10-08 13:20:25 -0400
+   * JFDI -> Jifty step 1
+ 
+
+------------------------------------------------------------------------
+r1 | jesse | 2005-11-28 08:36:00 +0100 (Mon, 28 Nov 2005) | 3 lines
+
+ r19515 at truegrounds:  jesse | 2005-11-28 02:32:48 -0500
+ * First post
+
+------------------------------------------------------------------------

Modified: jifty/trunk/MANIFEST
==============================================================================
--- jifty/trunk/MANIFEST	(original)
+++ jifty/trunk/MANIFEST	Thu Jun 15 10:52:13 2006
@@ -4,6 +4,7 @@
 bin/service
 bin/xgettext
 Changelog
+Changes
 doc/ajax-upgraded-links
 doc/building_a_par
 doc/client_side_continuations
@@ -21,6 +22,57 @@
 doc/talks/halo-overview.png
 doc/talks/halo.png
 doc/talks/new-entry.png
+doc/talks/npw.2006.xul
+doc/talks/npw.2006/blog.png
+doc/talks/npw.2006/Blog/bin/jifty
+doc/talks/npw.2006/Blog/blib/arch/.exists
+doc/talks/npw.2006/Blog/blib/arch/auto/Blog/.exists
+doc/talks/npw.2006/Blog/blib/bin/.exists
+doc/talks/npw.2006/Blog/blib/lib/.exists
+doc/talks/npw.2006/Blog/blib/lib/auto/Blog/.exists
+doc/talks/npw.2006/Blog/blib/lib/Blog/Model/Entry.pm
+doc/talks/npw.2006/Blog/blib/man1/.exists
+doc/talks/npw.2006/Blog/blib/man3/.exists
+doc/talks/npw.2006/Blog/blib/script/.exists
+doc/talks/npw.2006/Blog/blog
+doc/talks/npw.2006/Blog/etc/config.yml
+doc/talks/npw.2006/Blog/inc/Module/Install.pm
+doc/talks/npw.2006/Blog/inc/Module/Install/Base.pm
+doc/talks/npw.2006/Blog/inc/Module/Install/Can.pm
+doc/talks/npw.2006/Blog/inc/Module/Install/Fetch.pm
+doc/talks/npw.2006/Blog/inc/Module/Install/Makefile.pm
+doc/talks/npw.2006/Blog/inc/Module/Install/Metadata.pm
+doc/talks/npw.2006/Blog/inc/Module/Install/Win32.pm
+doc/talks/npw.2006/Blog/inc/Module/Install/WriteAll.pm
+doc/talks/npw.2006/Blog/lib/Blog/Dispatcher.pm
+doc/talks/npw.2006/Blog/lib/Blog/Model/Entry.pm
+doc/talks/npw.2006/Blog/Makefile.PL
+doc/talks/npw.2006/Blog/META.yml
+doc/talks/npw.2006/Blog/pm_to_blib
+doc/talks/npw.2006/Blog/share/web/templates/index.html
+doc/talks/npw.2006/Blog/share/web/templates/new_entry
+doc/talks/npw.2006/Blog/t/00-model-Entry.t
+doc/talks/npw.2006/canonicalize_entry.png
+doc/talks/npw.2006/halo.png
+doc/talks/npw.2006/halo2.png
+doc/talks/npw.2006/jifty_3_files.png
+doc/talks/npw.2006/jifty_app.png
+doc/talks/npw.2006/jifty_edit_model.png
+doc/talks/npw.2006/jifty_model.png
+doc/talks/npw.2006/jifty_schema_setup.png
+doc/talks/npw.2006/jifty_server.png
+doc/talks/npw.2006/jifty_web_1.png
+doc/talks/npw.2006/jifty_web_crud.png
+doc/talks/npw.2006/jifty_web_crud_create_2.png
+doc/talks/npw.2006/jifty_web_crud_edit.png
+doc/talks/npw.2006/jifty_web_crud_edited.png
+doc/talks/npw.2006/jifty_web_crud_new.png
+doc/talks/npw.2006/jifty_web_dbadmin.png
+doc/talks/npw.2006/makefile_pl.png
+doc/talks/npw.2006/new_entry.png
+doc/talks/npw.2006/online_docs.png
+doc/talks/npw.2006/tests.png
+doc/talks/npw.2006/validate_entry.png
 doc/talks/npw2005.xul
 doc/talks/pony.jpg
 doc/talks/pony.png
@@ -96,6 +148,7 @@
 lib/Jifty/Server.pm
 lib/Jifty/Test.pm
 lib/Jifty/Test/WWW/Mechanize.pm
+lib/Jifty/TestServer.pm
 lib/Jifty/Upgrade.pm
 lib/Jifty/Upgrade/Internal.pm
 lib/Jifty/Util.pm
@@ -135,6 +188,12 @@
 plugins/EditInPlace/Makefile.PL
 plugins/EditInPlace/META.yml
 plugins/EditInPlace/share/web/templates/__jifty/edit_file
+plugins/EmailErrors/doc/site_config.yml
+plugins/EmailErrors/lib/Jifty/Plugin/EmailErrors.pm
+plugins/EmailErrors/lib/Jifty/Plugin/EmailErrors/Dispatcher.pm
+plugins/EmailErrors/lib/Jifty/Plugin/EmailErrors/Notification/EmailError.pm
+plugins/EmailErrors/Makefile.PL
+plugins/EmailErrors/share/web/templates/.file
 README
 share/dtd/xhtml-lat1.ent
 share/dtd/xhtml-special.ent
@@ -160,6 +219,7 @@
 share/web/static/images/silk/bullet_arrow_down.png
 share/web/static/images/silk/bullet_arrow_up.png
 share/web/static/images/silk/calendar.png
+share/web/static/js/app.js
 share/web/static/js/app_behaviour.js
 share/web/static/js/behaviour.js
 share/web/static/js/bps_util.js
@@ -200,6 +260,7 @@
 share/web/templates/__jifty/admin/index.html
 share/web/templates/__jifty/admin/model/dhandler
 share/web/templates/__jifty/autocomplete.xml
+share/web/templates/__jifty/css/dhandler
 share/web/templates/__jifty/empty
 share/web/templates/__jifty/error/_elements/error_text
 share/web/templates/__jifty/error/_elements/wrapper
@@ -241,6 +302,7 @@
 t/Continuations/bin/jifty
 t/Continuations/lib/Continuations/Action/CrossBridge.pm
 t/Continuations/lib/Continuations/Action/GetGrail.pm
+t/Continuations/lib/Continuations/Dispatcher.pm
 t/Continuations/share/web/templates/autohandler
 t/Continuations/share/web/templates/black-knight-color.html
 t/Continuations/share/web/templates/black-knight-name.html
@@ -253,6 +315,7 @@
 t/Continuations/t/01-raw-api.t
 t/Continuations/t/02-api.t
 t/Continuations/t/03-gc.t
+t/Continuations/t/04-before-blocks.t
 t/Jifty.pm
 t/Mapper/bin/jifty
 t/Mapper/lib/Mapper/Action/CrossBridge.pm
@@ -269,6 +332,7 @@
 t/TestApp/share/web/static/images/pony.jpg
 t/TestApp/share/web/templates/dispatch/basic
 t/TestApp/share/web/templates/dispatch/basic-show
+t/TestApp/share/web/templates/editform
 t/TestApp/share/web/templates/index.html
 t/TestApp/t/00-model-User.t
 t/TestApp/t/00-prototype.t
@@ -277,4 +341,8 @@
 t/TestApp/t/03-static.t
 t/TestApp/t/04-sessions.t
 t/TestApp/t/05-actions-before-redirect.pm
+t/TestApp/t/05-editactions-Cachable.t
+t/TestApp/t/05-editactions-Record.t
 t/TestApp/t/06-validation.t
+t/TestApp/t/config-Cachable
+t/TestApp/t/config-Record

Modified: jifty/trunk/lib/Jifty.pm
==============================================================================
--- jifty/trunk/lib/Jifty.pm	(original)
+++ jifty/trunk/lib/Jifty.pm	Thu Jun 15 10:52:13 2006
@@ -5,11 +5,11 @@
 use encoding 'utf8';
 # Work around the fact that Time::Local caches thing on first require
 BEGIN { local $ENV{'TZ'} = "GMT";  require Time::Local;}
-$Jifty::VERSION = '0.60714';
+$Jifty::VERSION = '0.60615';
 
 =head1 NAME
 
-Jifty -- Just Do It
+Jifty - an application framework
 
 =head1 DESCRIPTION
 


More information about the Jifty-commit mailing list