[Jifty-commit] r730 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Mar 21 18:04:16 EST 2006


Author: jesse
Date: Tue Mar 21 18:04:15 2006
New Revision: 730

Modified:
   /   (props changed)
   jifty/trunk/Changelog

Log:
 r30268 at truegrounds:  jesse | 2006-03-21 18:02:16 -0500
 * Changelog updated


Modified: jifty/trunk/Changelog
==============================================================================
--- jifty/trunk/Changelog	(original)
+++ jifty/trunk/Changelog	Tue Mar 21 18:04:15 2006
@@ -1,4 +1,10 @@
 ------------------------------------------------------------------------
+r726 | alexmv | 2006-03-21 16:17:16 -0500 (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 16:11:51 -0500 (Tue, 21 Mar 2006) | 3 lines
 
  r11758 at zoq-fot-pik:  chmrr | 2006-03-21 16:11:42 -0500
@@ -78,19 +84,6 @@
  Debug output fix
 
 ------------------------------------------------------------------------
-r713 | alexmv | 2006-03-20 21:18:06 -0500 (Mon, 20 Mar 2006) | 3 lines
-
- r11731 at zoq-fot-pik:  chmrr | 2006-03-20 21:17:57 -0500
-  * We need to import (and use correctly) croak
-
-------------------------------------------------------------------------
-r712 | alexmv | 2006-03-20 21:15:37 -0500 (Mon, 20 Mar 2006) | 4 lines
-
- r11728 at zoq-fot-pik:  chmrr | 2006-03-20 21:12:28 -0500
-  * Use objects instead of prototypes to know how much of @_ to eat
-  * This also allows things like 'is ! immutable' if you really want it
-
-------------------------------------------------------------------------
 r711 | alexmv | 2006-03-20 17:15:29 -0500 (Mon, 20 Mar 2006) | 3 lines
 
  r11717 at zoq-fot-pik:  chmrr | 2006-03-20 17:15:21 -0500
@@ -271,17 +264,6 @@
   * Leaving off the '1;' in a Dispatcher silently ate the last rule
 
 ------------------------------------------------------------------------
-r682 | autrijus | 2006-03-08 15:02:10 -0500 (Wed, 08 Mar 2006) | 3 lines
-
-* Jifty::DBI::Collection - minor doc ceanup, change join() to CORE::join().
-* When both "function" and "order" are present in _order_clause generation,
-  separate them whitespace lest we get bogus SQL.
-------------------------------------------------------------------------
-r681 | autrijus | 2006-03-08 14:47:44 -0500 (Wed, 08 Mar 2006) | 2 lines
-
-* Jifty::DBI::Record - add the API "collection_class" 
-  analogous to the "record_class" offered by ::Collection.
-------------------------------------------------------------------------
 r680 | jesse | 2006-03-08 01:47:46 -0500 (Wed, 08 Mar 2006) | 3 lines
 
  r25819 at truegrounds:  jesse | 2006-03-07 22:46:53 -0800
@@ -294,12 +276,6 @@
  * Clickable fixes from alex for including arguments in a clickable button
 
 ------------------------------------------------------------------------
-r678 | jesse | 2006-03-08 01:47:36 -0500 (Wed, 08 Mar 2006) | 3 lines
-
- r25817 at truegrounds:  jesse | 2006-03-07 22:42:10 -0800
- * Added a "filters" alias for input_filters and output_filters
-
-------------------------------------------------------------------------
 r677 | jesse | 2006-03-08 00:44:34 -0500 (Wed, 08 Mar 2006) | 3 lines
 
  r25810 at truegrounds:  jesse | 2006-03-07 21:43:40 -0800
@@ -385,12 +361,6 @@
  * each test script gets its own memcached namespace
 
 ------------------------------------------------------------------------
-r663 | jesse | 2006-03-05 03:41:08 -0500 (Sun, 05 Mar 2006) | 3 lines
-
- r25580 at truegrounds:  jesse | 2006-03-04 22:47:30 -0800
- * Now it passes tests! And it's less code
-
-------------------------------------------------------------------------
 r662 | jesse | 2006-03-05 03:41:02 -0500 (Sun, 05 Mar 2006) | 3 lines
 
  r25560 at truegrounds:  jesse | 2006-03-04 21:14:25 -0800
@@ -403,12 +373,6 @@
  * bumped the jdbi dep
 
 ------------------------------------------------------------------------
-r660 | jesse | 2006-03-04 21:10:04 -0500 (Sat, 04 Mar 2006) | 3 lines
-
- r25552 at truegrounds:  jesse | 2006-03-04 18:03:49 -0800
- * 0.16 - fixes for Memcached
-
-------------------------------------------------------------------------
 r659 | jesse | 2006-03-04 21:09:58 -0500 (Sat, 04 Mar 2006) | 3 lines
 
  r25551 at truegrounds:  jesse | 2006-03-04 17:59:12 -0800
@@ -421,31 +385,6 @@
  * Cache flushing should only happen if your record class supports it
 
 ------------------------------------------------------------------------
-r657 | jesse | 2006-03-04 21:09:44 -0500 (Sat, 04 Mar 2006) | 3 lines
-
- r25549 at truegrounds:  jesse | 2006-03-04 17:49:50 -0800
- * Memcached support
-
-------------------------------------------------------------------------
-r656 | jesse | 2006-03-04 21:09:37 -0500 (Sat, 04 Mar 2006) | 3 lines
-
- r25548 at truegrounds:  jesse | 2006-03-04 17:49:08 -0800
- * note
-
-------------------------------------------------------------------------
-r655 | jesse | 2006-03-04 17:57:18 -0500 (Sat, 04 Mar 2006) | 3 lines
-
- r25529 at truegrounds:  jesse | 2006-03-04 14:57:04 -0800
- * refactor
-
-------------------------------------------------------------------------
-r654 | jesse | 2006-03-04 17:57:12 -0500 (Sat, 04 Mar 2006) | 4 lines
-
- r25513 at truegrounds:  jesse | 2006-03-04 14:08:57 -0800
- * Refactoring Record::Cachable in advance of memcached support
- 
-
-------------------------------------------------------------------------
 r653 | jesse | 2006-03-03 19:04:08 -0500 (Fri, 03 Mar 2006) | 1 line
 
 
@@ -480,12 +419,6 @@
   * removed an extra ->require
 
 ------------------------------------------------------------------------
-r647 | jesse | 2006-03-03 19:02:39 -0500 (Fri, 03 Mar 2006) | 3 lines
-
- r25145 at truegrounds:  jesse | 2006-03-03 11:25:58 -0800
- * Better tablename caching in JDBI record. (Rather than pluralizing each time we want it)
-
-------------------------------------------------------------------------
 r646 | jesse | 2006-03-03 19:02:26 -0500 (Fri, 03 Mar 2006) | 4 lines
 
  r25143 at truegrounds:  jesse | 2006-03-03 09:21:42 -0800
@@ -615,12 +548,6 @@
  * version bump
 
 ------------------------------------------------------------------------
-r626 | trs | 2006-02-25 13:38:32 -0500 (Sat, 25 Feb 2006) | 3 lines
-
- r8782 at wintermute:  tom | 2006-02-25 13:36:52 -0500
- Fix because of update to jifty
-
-------------------------------------------------------------------------
 r625 | trs | 2006-02-24 22:31:24 -0500 (Fri, 24 Feb 2006) | 3 lines
 
  r8777 at wintermute:  tom | 2006-02-24 22:29:50 -0500
@@ -831,23 +758,10 @@
  * Better test diagnostics
 
 ------------------------------------------------------------------------
-r594 | jesse | 2006-02-17 22:14:22 -0500 (Fri, 17 Feb 2006) | 3 lines
-
- r23849 at truegrounds:  jesse | 2006-02-17 19:12:37 -0800
- * Doc patches from David Adler
-
-------------------------------------------------------------------------
 r593 | jesse | 2006-02-17 22:13:56 -0500 (Fri, 17 Feb 2006) | 1 line
 
 
 ------------------------------------------------------------------------
-r592 | alexmv | 2006-02-17 17:37:06 -0500 (Fri, 17 Feb 2006) | 4 lines
-
- r9153 at zoq-fot-pik:  chmrr | 2006-02-17 17:36:07 -0500
-  * We're not importing the 'markdown' sub from Text::Markdown, so
-    provide the package name, too
-
-------------------------------------------------------------------------
 r591 | alexmv | 2006-02-17 00:36:51 -0500 (Fri, 17 Feb 2006) | 4 lines
 
  r9149 at zoq-fot-pik:  chmrr | 2006-02-17 00:34:53 -0500
@@ -1100,13 +1014,6 @@
   * Module::Install bump
 
 ------------------------------------------------------------------------
-r557 | alexmv | 2006-02-08 19:01:31 -0500 (Wed, 08 Feb 2006) | 4 lines
-
- r8979 at zoq-fot-pik:  chmrr | 2006-02-08 19:00:46 -0500
-  * Add 'is distinct' back again, with a note that is is unimplemented
-   (it's used in Wifty, though)
-
-------------------------------------------------------------------------
 r556 | jesse | 2006-02-07 20:47:03 -0500 (Tue, 07 Feb 2006) | 1 line
 
 * Administratively disabled halos for the moment
@@ -1129,12 +1036,6 @@
 * Minor cleanups for dependency checking tests --jesse
 
 ------------------------------------------------------------------------
-r552 | alexmv | 2006-02-06 22:26:51 -0500 (Mon, 06 Feb 2006) | 3 lines
-
- r8961 at zoq-fot-pik:  chmrr | 2006-02-06 22:25:57 -0500
-  * Doc fixes
-
-------------------------------------------------------------------------
 r551 | alexmv | 2006-02-06 17:42:14 -0500 (Mon, 06 Feb 2006) | 3 lines
 
  r8956 at zoq-fot-pik:  chmrr | 2006-02-06 17:41:35 -0500
@@ -1225,32 +1126,12 @@
  * Typo fix
 
 ------------------------------------------------------------------------
-r538 | jesse | 2006-02-01 19:56:58 -0500 (Wed, 01 Feb 2006) | 4 lines
-
- r23044 at truegrounds:  jesse | 2006-02-01 19:55:57 -0500
- * Changing defaults for "type" to only be varchar(255) if we're not a foriegn key. 
- 
-
-------------------------------------------------------------------------
 r537 | alexmv | 2006-02-01 17:57:05 -0500 (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
 
 ------------------------------------------------------------------------
-r536 | jesse | 2006-01-30 00:23:11 -0500 (Mon, 30 Jan 2006) | 3 lines
-
- r23022 at truegrounds:  jesse | 2006-01-30 06:20:42 +0100
-  *  Wifty view/edit dispatcher rules were too greedy
-
-------------------------------------------------------------------------
-r535 | jesse | 2006-01-30 00:11:22 -0500 (Mon, 30 Jan 2006) | 4 lines
-
- r23020 at truegrounds:  jesse | 2006-01-30 06:08:14 +0100
- * Removed now-unneeded components
- 
-
-------------------------------------------------------------------------
 r534 | jesse | 2006-01-29 23:37:50 -0500 (Sun, 29 Jan 2006) | 3 lines
 
  r23017 at truegrounds:  jesse | 2006-01-30 05:35:14 +0100
@@ -1309,12 +1190,6 @@
   * Mapping of arguments of actions
 
 ------------------------------------------------------------------------
-r525 | alexmv | 2006-01-23 17:29:35 -0500 (Mon, 23 Jan 2006) | 3 lines
-
- r8775 at zoq-fot-pik:  chmrr | 2006-01-23 17:28:57 -0500
-  * Clean up to work with most recent dispatcher, etc
-
-------------------------------------------------------------------------
 r524 | alexmv | 2006-01-23 17:28:09 -0500 (Mon, 23 Jan 2006) | 3 lines
 
  r8773 at zoq-fot-pik:  chmrr | 2006-01-23 17:27:31 -0500
@@ -1327,20 +1202,6 @@
  * Mandatory form fields now have a css marker.
 
 ------------------------------------------------------------------------
-r522 | jesse | 2006-01-21 15:32:24 -0500 (Sat, 21 Jan 2006) | 4 lines
-
- r22739 at truegrounds:  jesse | 2006-01-21 15:28:47 -0500
- * 0.11
- 
-
-------------------------------------------------------------------------
-r521 | jesse | 2006-01-21 15:32:21 -0500 (Sat, 21 Jan 2006) | 4 lines
-
- r22738 at truegrounds:  jesse | 2006-01-21 15:27:55 -0500
- * docs typo fix
- 
-
-------------------------------------------------------------------------
 r520 | alexmv | 2006-01-21 04:22:28 -0500 (Sat, 21 Jan 2006) | 4 lines
 
  r8765 at zoq-fot-pik:  chmrr | 2006-01-21 04:21:28 -0500
@@ -1436,24 +1297,6 @@
  
 
 ------------------------------------------------------------------------
-r504 | jesse | 2006-01-14 13:23:38 -0500 (Sat, 14 Jan 2006) | 3 lines
-
- r22400 at truegrounds:  jesse | 2006-01-14 13:21:40 -0500
- * Workaround for @#%@%@#$%@! mysql. Hate.
-
-------------------------------------------------------------------------
-r503 | jesse | 2006-01-14 12:26:00 -0500 (Sat, 14 Jan 2006) | 3 lines
-
- r22398 at truegrounds:  jesse | 2006-01-14 12:23:22 -0500
- * Just to break every possible patch. (and to make maintenance a bit easier), perltidied the source.
-
-------------------------------------------------------------------------
-r502 | jesse | 2006-01-14 12:19:19 -0500 (Sat, 14 Jan 2006) | 3 lines
-
- r22389 at truegrounds:  jesse | 2006-01-14 12:17:14 -0500
- * Updated docs to document hooks. I guess we're stuck with them now.
-
-------------------------------------------------------------------------
 r501 | kevinr | 2006-01-12 20:55:20 -0500 (Thu, 12 Jan 2006) | 1 line
 
 
@@ -1474,27 +1317,6 @@
 
 * lighttpd support.
 ------------------------------------------------------------------------
-r497 | autrijus | 2006-01-11 23:40:57 -0500 (Wed, 11 Jan 2006) | 3 lines
-
-* Jifty::DBI::Collection - Fix two misuse of keys():
-    - to test hash emptiness, simply use the hash.
-    - to build subclauses, we should sort the keys first just like restrictions.
-------------------------------------------------------------------------
-r496 | alexmv | 2006-01-11 16:59:34 -0500 (Wed, 11 Jan 2006) | 4 lines
-
- r8627 at zoq-fot-pik:  chmrr | 2006-01-11 16:58:57 -0500
-  * Make /login compile
-  * Remove extraneous lines from autohandler
-
-------------------------------------------------------------------------
-r495 | alexmv | 2006-01-11 13:56:16 -0500 (Wed, 11 Jan 2006) | 5 lines
-
- r8625 at zoq-fot-pik:  chmrr | 2006-01-11 13:55:41 -0500
-  * Site-specific stuff should go in the siteconfig
-  * Avoid double-escaping <'s by doing markdown then scrub; loosen
-    scrubbing to allow all of markdown through
-
-------------------------------------------------------------------------
 r494 | jesse | 2006-01-10 22:26:01 -0500 (Tue, 10 Jan 2006) | 3 lines
 
  r22346 at truegrounds:  jesse | 2006-01-10 23:26:41 +0100
@@ -1536,21 +1358,6 @@
  Create actions via "jifty action --name Foo" now
 
 ------------------------------------------------------------------------
-r487 | jesse | 2006-01-08 10:36:58 -0500 (Sun, 08 Jan 2006) | 3 lines
-
- r22218 at truegrounds:  jesse | 2006-01-08 16:35:17 +0100
- * typoed the yaml comments
-
-------------------------------------------------------------------------
-r486 | jesse | 2006-01-08 10:35:09 -0500 (Sun, 08 Jan 2006) | 6 lines
-
- r22215 at truegrounds:  jesse | 2006-01-08 16:33:07 +0100
- * Switch to SQLite for testing purposes
- * Turn off Log4Perl
- * Comment out 'by' column since SQLite treats it as reserved
- 
-
-------------------------------------------------------------------------
 r485 | jesse | 2006-01-08 10:35:01 -0500 (Sun, 08 Jan 2006) | 3 lines
 
  r22214 at truegrounds:  jesse | 2006-01-08 16:10:06 +0100
@@ -1569,24 +1376,6 @@
  * Jos pointed out we should be skipping .svn directories
 
 ------------------------------------------------------------------------
-r482 | jesse | 2006-01-08 10:02:02 -0500 (Sun, 08 Jan 2006) | 3 lines
-
- r22206 at truegrounds:  jesse | 2006-01-08 11:00:23 +0100
- * 0.10
-
-------------------------------------------------------------------------
-r481 | jesse | 2006-01-08 10:01:31 -0500 (Sun, 08 Jan 2006) | 3 lines
-
- r22203 at truegrounds:  jesse | 2006-01-08 10:58:12 +0100
- * made Jifty::DBI::Schema use warnings/use strict
-
-------------------------------------------------------------------------
-r480 | jesse | 2006-01-08 10:01:26 -0500 (Sun, 08 Jan 2006) | 3 lines
-
- r22202 at truegrounds:  jesse | 2006-01-08 10:57:46 +0100
- * Made DBIx::DBschema a versioned core dependency
-
-------------------------------------------------------------------------
 r479 | kevinr | 2006-01-07 03:04:12 -0500 (Sat, 07 Jan 2006) | 6 lines
 
  r10294 at sad-girl-in-snow:  kevinr | 2006-01-07 02:03:19 -0600
@@ -1596,12 +1385,6 @@
  to renumber the tests themselves -- it didn't look like it mattered to me.
 
 ------------------------------------------------------------------------
-r478 | jesse | 2006-01-06 17:49:25 -0500 (Fri, 06 Jan 2006) | 3 lines
-
- r22200 at truegrounds:  jesse | 2006-01-06 23:47:36 +0100
- * sync wifty to the dispatcher
-
-------------------------------------------------------------------------
 r477 | jesse | 2006-01-06 17:47:49 -0500 (Fri, 06 Jan 2006) | 6 lines
 
  r22198 at truegrounds:  jesse | 2006-01-06 23:46:08 +0100
@@ -1645,48 +1428,10 @@
 
 * another try at not swallowing $@.
 ------------------------------------------------------------------------
-r471 | jesse | 2006-01-06 08:38:18 -0500 (Fri, 06 Jan 2006) | 13 lines
-
- r22178 at truegrounds:  jesse | 2006-01-06 13:54:54 +0100
- 
- r22179 at truegrounds:  jesse | 2006-01-06 13:55:50 +0100
- 
- r22180 at truegrounds:  jesse | 2006-01-06 13:57:57 +0100
- 
- r22181 at truegrounds:  jesse | 2006-01-06 13:58:39 +0100
- 
- r22183 at truegrounds:  jesse | 2006-01-06 14:16:26 +0100
- checkpoint
- r22185 at truegrounds:  jesse | 2006-01-06 14:36:38 +0100
- * wifty checkpoint
-
-------------------------------------------------------------------------
 r470 | autrijus | 2006-01-06 08:14:05 -0500 (Fri, 06 Jan 2006) | 1 line
 
 * Do not let eval mask errors in op array dispatch.
 ------------------------------------------------------------------------
-r469 | jesse | 2006-01-05 17:49:09 -0500 (Thu, 05 Jan 2006) | 3 lines
-
- r22148 at truegrounds:  jesse | 2006-01-05 23:47:16 +0100
- * removed a warning
-
-------------------------------------------------------------------------
-r468 | jesse | 2006-01-05 17:48:00 -0500 (Thu, 05 Jan 2006) | 3 lines
-
- r22141 at truegrounds:  jesse | 2006-01-05 23:46:21 +0100
- * Wifty now uses the dispatcher
-
-------------------------------------------------------------------------
-r467 | alexmv | 2006-01-05 16:14:40 -0500 (Thu, 05 Jan 2006) | 1 line
-
-
-------------------------------------------------------------------------
-r466 | alexmv | 2006-01-05 16:14:32 -0500 (Thu, 05 Jan 2006) | 3 lines
-
- r8588 at zoq-fot-pik:  chmrr | 2006-01-05 16:12:40 -0500
-  * Updated Module::Install
-
-------------------------------------------------------------------------
 r465 | alexmv | 2006-01-05 16:11:19 -0500 (Thu, 05 Jan 2006) | 3 lines
 
  r8586 at zoq-fot-pik:  chmrr | 2006-01-05 16:10:30 -0500
@@ -1698,12 +1443,6 @@
 20:55 <obra> fwiw, your redirect should use Jifty->web->redirect
 20:56 <obra> that will preserve action results, etc across the redirect
 ------------------------------------------------------------------------
-r463 | jesse | 2006-01-05 14:50:42 -0500 (Thu, 05 Jan 2006) | 3 lines
-
- r22138 at truegrounds:  jesse | 2006-01-05 20:48:46 +0100
- Create now uses the dispatcher!
-
-------------------------------------------------------------------------
 r462 | autrijus | 2006-01-05 14:39:11 -0500 (Thu, 05 Jan 2006) | 3 lines
 
 * Large dose of DWIM coming to Jifty::Dispatcher - any method name,
@@ -1923,12 +1662,6 @@
   * Remove forked JSON.pm
 
 ------------------------------------------------------------------------
-r426 | jesse | 2005-12-29 08:33:06 -0500 (Thu, 29 Dec 2005) | 3 lines
-
- r21867 at truegrounds:  jesse | 2005-12-29 07:57:32 -0500
- * 0.09
-
-------------------------------------------------------------------------
 r425 | jesse | 2005-12-29 08:32:53 -0500 (Thu, 29 Dec 2005) | 4 lines
 
  r21865 at truegrounds:  jesse | 2005-12-28 12:20:49 -0500
@@ -1995,1860 +1728,268 @@
 
 ------------------------------------------------------------------------
 r419 | glasser | 2005-12-27 22:33:15 -0500 (Tue, 27 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-27 22:32:59 -0500 (Tue, 27 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-27 22:32:46 -0500 (Tue, 27 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-27 22:32:30 -0500 (Tue, 27 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-27 22:28:17 -0500 (Tue, 27 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-27 22:28:05 -0500 (Tue, 27 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-27 22:27:20 -0500 (Tue, 27 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-27 20:46:13 -0500 (Tue, 27 Dec 2005) | 1 line
-
-* We really want App::CLI 0.03, not 0.02.
-------------------------------------------------------------------------
-r411 | alexmv | 2005-12-27 18:49:18 -0500 (Tue, 27 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-27 18:07:06 -0500 (Tue, 27 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 16:46:17 -0500 (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 15:17:15 -0500 (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 14:11:43 -0500 (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 02:36:26 -0500 (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 02:28:27 -0500 (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 00:10:14 -0500 (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-26 19:59:42 -0500 (Mon, 26 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-26 19:59:38 -0500 (Mon, 26 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-26 19:59:34 -0500 (Mon, 26 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-26 19:59:30 -0500 (Mon, 26 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-26 19:59:26 -0500 (Mon, 26 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 16:48:07 -0500 (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 03:39:29 -0500 (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
-
-------------------------------------------------------------------------
-r396 | jesse | 2005-12-26 02:24:36 -0500 (Mon, 26 Dec 2005) | 3 lines
-
- r21766 at truegrounds:  jesse | 2005-12-26 02:23:11 -0500
- * Added no_index directives - Adam Kennedy
-
-------------------------------------------------------------------------
-r395 | jesse | 2005-12-26 02:19:41 -0500 (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 02:16:59 -0500 (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 02:15:54 -0500 (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 00:30:56 -0500 (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-25 23:52:09 -0500 (Sun, 25 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-25 23:52:06 -0500 (Sun, 25 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-25 23:45:03 -0500 (Sun, 25 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-25 22:20:42 -0500 (Sun, 25 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-25 22:19:03 -0500 (Sun, 25 Dec 2005) | 3 lines
-
- r21746 at truegrounds:  jesse | 2005-12-25 22:17:42 -0500
- * Track the manifest
-
-------------------------------------------------------------------------
-r386 | jesse | 2005-12-25 22:10:24 -0500 (Sun, 25 Dec 2005) | 6 lines
-
- r21744 at truegrounds:  jesse | 2005-12-25 22:09:07 -0500
- Revision history for Perl extension Jifty::DBI.
- 
- * Audrey Tang added "smarter" schema declaration processing to get us warnings on bogus usage.
- 
-
-------------------------------------------------------------------------
-r385 | jesse | 2005-12-25 21:57:46 -0500 (Sun, 25 Dec 2005) | 4 lines
-
- r21742 at truegrounds:  jesse | 2005-12-25 21:55:55 -0500
- * Upgrades to token handling, acls for users enabled.
- 
-
-------------------------------------------------------------------------
-r384 | jesse | 2005-12-25 21:34:01 -0500 (Sun, 25 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-25 18:52:54 -0500 (Sun, 25 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 16:58:35 -0500 (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 16:49:36 -0500 (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 16:49:33 -0500 (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 
-
-------------------------------------------------------------------------
-r379 | jesse | 2005-12-25 14:42:56 -0500 (Sun, 25 Dec 2005) | 3 lines
-
- r21729 at truegrounds:  jesse | 2005-12-25 14:39:36 -0500
- * Added dependency on Exporter Lite. Thanks to sri
-
-------------------------------------------------------------------------
-r378 | jesse | 2005-12-25 02:46:11 -0500 (Sun, 25 Dec 2005) | 3 lines
-
- r21698 at truegrounds:  jesse | 2005-12-25 02:44:59 -0500
- * Versioning inc
-
-------------------------------------------------------------------------
-r377 | jesse | 2005-12-25 02:27:32 -0500 (Sun, 25 Dec 2005) | 3 lines
-
- r21692 at truegrounds:  jesse | 2005-12-25 02:20:58 -0500
- Moving our dependencies out of the core jifty distribution
-
-------------------------------------------------------------------------
-r376 | jesse | 2005-12-25 02:27:22 -0500 (Sun, 25 Dec 2005) | 3 lines
-
- r21691 at truegrounds:  jesse | 2005-12-25 02:19:50 -0500
- 
-
-------------------------------------------------------------------------
-r375 | jesse | 2005-12-25 02:27:17 -0500 (Sun, 25 Dec 2005) | 3 lines
-
- r21690 at truegrounds:  jesse | 2005-12-25 02:19:44 -0500
- 
-
-------------------------------------------------------------------------
-r374 | jesse | 2005-12-25 02:27:13 -0500 (Sun, 25 Dec 2005) | 3 lines
-
- r21689 at truegrounds:  jesse | 2005-12-25 02:19:19 -0500
- * Cleanup to Jifty.pm POD
-
-------------------------------------------------------------------------
-r373 | (no author) | 2005-12-25 02:15:18 -0500 (Sun, 25 Dec 2005) | 1 line
-
-This is an empty revision for padding.
-------------------------------------------------------------------------
-r372 | (no author) | 2005-12-25 02:13:00 -0500 (Sun, 25 Dec 2005) | 1 line
-
-This is an empty revision for padding.
-------------------------------------------------------------------------
-r371 | jesse | 2005-12-25 01:46:21 -0500 (Sun, 25 Dec 2005) | 1 line
-
-
-------------------------------------------------------------------------
-r370 | jesse | 2005-12-25 01:46:11 -0500 (Sun, 25 Dec 2005) | 3 lines
-
- r21681 at truegrounds:  jesse | 2005-12-25 01:43:26 -0500
- * updates to deps
-
-------------------------------------------------------------------------
-r369 | (no author) | 2005-12-25 01:30:23 -0500 (Sun, 25 Dec 2005) | 1 line
-
-This is an empty revision for padding.
-------------------------------------------------------------------------
-r368 | jesse | 2005-12-25 00:38:16 -0500 (Sun, 25 Dec 2005) | 3 lines
-
- r21678 at truegrounds:  jesse | 2005-12-25 00:36:01 -0500
- * Deps updated. we may win on more pureperl stuff
-
-------------------------------------------------------------------------
-r367 | jesse | 2005-12-24 23:43:51 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r21050 at truegrounds (orig r4347):  jesse | 2005-12-23 23:29:20 -0500
-  r21048 at truegrounds:  jesse | 2005-12-23 23:27:52 -0500
-  * 0.07
- 
-
-------------------------------------------------------------------------
-r366 | jesse | 2005-12-24 23:43:46 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r21049 at truegrounds (orig r4346):  jesse | 2005-12-23 23:29:14 -0500
-  r21047 at truegrounds:  jesse | 2005-12-23 22:46:01 -0500
-  * Always lowercase column names
- 
-
-------------------------------------------------------------------------
-r365 | jesse | 2005-12-24 23:43:43 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r21030 at truegrounds (orig r4345):  jesse | 2005-12-23 15:48:56 -0500
-  r21029 at truegrounds:  jesse | 2005-12-23 15:47:24 -0500
-  * This be 0.06
- 
-
-------------------------------------------------------------------------
-r364 | jesse | 2005-12-24 23:43:38 -0500 (Sat, 24 Dec 2005) | 6 lines
-
- r21027 at truegrounds (orig r4344):  alexmv | 2005-12-23 13:31:03 -0500
-  r8018 at zoq-fot-pik:  chmrr | 2005-12-23 13:30:26 -0500
-   * clean_slate calls implicit_clauses to let the collection do some setup
-   * unlimit calls clean_slate
- 
-
-------------------------------------------------------------------------
-r363 | jesse | 2005-12-24 23:43:35 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20954 at truegrounds (orig r4342):  jesse | 2005-12-22 16:40:44 -0500
-  r20953 at truegrounds:  jesse | 2005-12-22 16:39:31 -0500
-   * better collection resetting
- 
-
-------------------------------------------------------------------------
-r362 | jesse | 2005-12-24 23:43:31 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20950 at truegrounds (orig r4341):  jesse | 2005-12-22 16:24:47 -0500
-  r20949 at truegrounds:  jesse | 2005-12-22 16:23:24 -0500
-  * When forcing a search re-do, don't cache the results of a count
- 
-
-------------------------------------------------------------------------
-r361 | jesse | 2005-12-24 23:43:27 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20947 at truegrounds (orig r4340):  autrijus | 2005-12-21 19:46:03 -0500
- * ->join now takes optional "operator" to allow joining with
-   something other than equality.
- * improved and fixed join documentations.
-
-------------------------------------------------------------------------
-r360 | jesse | 2005-12-24 23:43:22 -0500 (Sat, 24 Dec 2005) | 7 lines
-
- r20946 at truegrounds (orig r4339):  alexmv | 2005-12-21 02:19:48 -0500
-  r7926 at zoq-fot-pik:  chmrr | 2005-12-21 02:19:09 -0500
-   * If guessing the record_class fails based on the collection's class
-     name, don't just return the collection as the record class --
-     that'll just plop you into an infinite loop.  Attempt to bail.
- 
-
-------------------------------------------------------------------------
-r359 | jesse | 2005-12-24 23:43:18 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20945 at truegrounds (orig r4338):  alexmv | 2005-12-20 16:45:44 -0500
-  r7896 at zoq-fot-pik:  chmrr | 2005-12-20 16:44:49 -0500
-   * Update to new version of Module::Install
- 
-
-------------------------------------------------------------------------
-r358 | jesse | 2005-12-24 23:43:14 -0500 (Sat, 24 Dec 2005) | 6 lines
-
- r20944 at truegrounds (orig r4337):  alexmv | 2005-12-20 16:45:38 -0500
-  r7895 at zoq-fot-pik:  chmrr | 2005-12-20 16:44:07 -0500
-   * Remove swearwords and JFDI references
-   * Load with no parameters doesn't even rty to do anything
- 
-
-------------------------------------------------------------------------
-r357 | jesse | 2005-12-24 23:43:11 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20873 at truegrounds (orig r4336):  jesse | 2005-12-20 16:32:41 -0500
-  r20871 at truegrounds:  jesse | 2005-12-20 16:10:14 -0500
-  * Test updates for mysql and pg
- 
-
-------------------------------------------------------------------------
-r356 | jesse | 2005-12-24 23:43:07 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19862 at truegrounds (orig r4280):  jesse | 2005-12-09 01:20:30 -0500
-  r19852 at truegrounds:  jesse | 2005-12-09 01:08:57 -0500
-  * Added clone dependency and changelog
- 
-
-------------------------------------------------------------------------
-r355 | jesse | 2005-12-24 23:43:03 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19861 at truegrounds (orig r4279):  jesse | 2005-12-09 01:19:57 -0500
-  r19851 at truegrounds:  jesse | 2005-12-09 01:08:24 -0500
-  * delayed creation of group and orderby clauses
- 
-
-------------------------------------------------------------------------
-r354 | jesse | 2005-12-24 23:43:00 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19860 at truegrounds (orig r4278):  jesse | 2005-12-09 01:19:51 -0500
-  r19850 at truegrounds:  jesse | 2005-12-09 01:07:39 -0500
-   * Ported fixes from SB to base handle
- 
-
-------------------------------------------------------------------------
-r353 | jesse | 2005-12-24 23:42:56 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19859 at truegrounds (orig r4277):  jesse | 2005-12-09 01:19:10 -0500
-  r19849 at truegrounds:  jesse | 2005-12-09 01:07:12 -0500
-   * Ported fixes from SB to ODBC handle
- 
-
-------------------------------------------------------------------------
-r352 | jesse | 2005-12-24 23:42:53 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19858 at truegrounds (orig r4276):  jesse | 2005-12-09 01:19:01 -0500
-  r19848 at truegrounds:  jesse | 2005-12-09 01:06:39 -0500
-   * Ported fixes from SB to Informix handle
- 
-
-------------------------------------------------------------------------
-r351 | jesse | 2005-12-24 23:42:49 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19857 at truegrounds (orig r4275):  jesse | 2005-12-09 01:18:50 -0500
-  r19847 at truegrounds:  jesse | 2005-12-09 01:05:33 -0500
-   * Ported fixes from SB to Orace handle
- 
-
-------------------------------------------------------------------------
-r350 | jesse | 2005-12-24 23:42:45 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19856 at truegrounds (orig r4274):  jesse | 2005-12-09 01:18:44 -0500
-  r19846 at truegrounds:  jesse | 2005-12-09 01:04:39 -0500
-   * Ported fixes from SB to Sybase handle
- 
-
-------------------------------------------------------------------------
-r349 | jesse | 2005-12-24 23:42:41 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19855 at truegrounds (orig r4273):  jesse | 2005-12-09 01:18:37 -0500
-  r19845 at truegrounds:  jesse | 2005-12-09 01:03:11 -0500
-   * Ported fixes from SB to Pg handle
- 
-
-------------------------------------------------------------------------
-r348 | jesse | 2005-12-24 23:42:37 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19854 at truegrounds (orig r4272):  jesse | 2005-12-09 01:18:31 -0500
-  r19844 at truegrounds:  jesse | 2005-12-09 01:00:46 -0500
-  * Forward ported column aliasing fix from SB
- 
-
-------------------------------------------------------------------------
-r347 | jesse | 2005-12-24 23:42:31 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19853 at truegrounds (orig r4271):  jesse | 2005-12-09 01:18:22 -0500
-  r19843 at truegrounds:  jesse | 2005-12-08 23:18:13 -0500
-  * Forward ported Collection clone method
- 
-
-------------------------------------------------------------------------
-r346 | jesse | 2005-12-24 23:42:26 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19684 at truegrounds (orig r4215):  jesse | 2005-12-02 01:43:24 -0500
-  r19683 at truegrounds:  jesse | 2005-12-02 01:31:34 -0500
-  * named references
- 
-
-------------------------------------------------------------------------
-r345 | jesse | 2005-12-24 23:42:23 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19682 at truegrounds (orig r4214):  jesse | 2005-12-02 01:09:33 -0500
-  r19678 at truegrounds:  jesse | 2005-12-02 00:26:36 -0500
-  * First cut at named args
- 
-
-------------------------------------------------------------------------
-r344 | jesse | 2005-12-24 23:42:19 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19677 at truegrounds (orig r4213):  jesse | 2005-12-01 23:42:42 -0500
-  r19676 at truegrounds:  jesse | 2005-12-01 23:42:11 -0500
-  * Relaxed encode dependency per autri
- 
-
-------------------------------------------------------------------------
-r343 | jesse | 2005-12-24 23:42:15 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19505 at truegrounds (orig r4146):  jesse | 2005-11-27 22:22:38 -0500
-  r19504 at truegrounds:  jesse | 2005-11-27 22:08:13 -0500
-  * 0.05_02
- 
-
-------------------------------------------------------------------------
-r342 | jesse | 2005-12-24 23:42:11 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18997 at truegrounds (orig r4121):  jesse | 2005-11-20 17:08:44 -0500
-  r18996 at truegrounds:  jesse | 2005-11-20 17:07:17 -0500
-  * Added the beginnings of support for "distinct" columns
- 
-
-------------------------------------------------------------------------
-r341 | jesse | 2005-12-24 23:42:06 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18975 at truegrounds (orig r4114):  alexmv | 2005-11-17 16:58:20 -0500
-  r7251 at zoq-fot-pik:  chmrr | 2005-11-17 16:57:55 -0500
-   * Make 'not_null' still work
- 
-
-------------------------------------------------------------------------
-r340 | jesse | 2005-12-24 23:42:02 -0500 (Sat, 24 Dec 2005) | 7 lines
-
- r18974 at truegrounds (orig r4113):  alexmv | 2005-11-17 16:30:46 -0500
-  r7247 at zoq-fot-pik:  chmrr | 2005-11-17 16:30:02 -0500
-   * mandatory replaces not_null
-   * 'is' now works with subroutine refs, for instance
-   * Validators are always called in list context
- 
-
-------------------------------------------------------------------------
-r339 | jesse | 2005-12-24 23:41:54 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18590 at truegrounds (orig r4058):  jesse | 2005-11-08 16:34:30 -0500
-  r18588 at truegrounds:  jesse | 2005-11-08 16:32:12 -0500
-  * released 0.05_01
- 
-
-------------------------------------------------------------------------
-r338 | jesse | 2005-12-24 23:41:50 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18589 at truegrounds (orig r4057):  jesse | 2005-11-08 16:33:18 -0500
-  r18586 at truegrounds:  jesse | 2005-11-08 16:29:24 -0500
-  * Prepping for release
- 
-
-------------------------------------------------------------------------
-r337 | jesse | 2005-12-24 23:41:47 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18581 at truegrounds (orig r4056):  jesse | 2005-11-08 16:15:12 -0500
-  r18575 at truegrounds:  jesse | 2005-11-08 16:07:26 -0500
-   *oops. method rename went awry
- 
-
-------------------------------------------------------------------------
-r336 | jesse | 2005-12-24 23:41:43 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18580 at truegrounds (orig r4055):  jesse | 2005-11-08 16:14:41 -0500
-  r18574 at truegrounds:  jesse | 2005-11-08 15:57:15 -0500
-  * moved new paging code from Jifty to Jifty::DBI
- 
-
-------------------------------------------------------------------------
-r335 | jesse | 2005-12-24 23:41:39 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18579 at truegrounds (orig r4054):  jesse | 2005-11-08 16:14:23 -0500
-  r18573 at truegrounds:  jesse | 2005-11-08 15:37:47 -0500
-  * field became column, consistently
- 
-
-------------------------------------------------------------------------
-r334 | jesse | 2005-12-24 23:41:35 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18578 at truegrounds (orig r4053):  jesse | 2005-11-08 16:13:59 -0500
-  r18572 at truegrounds:  jesse | 2005-11-08 15:31:12 -0500
-  * removing deprecated paging interface
- 
-
-------------------------------------------------------------------------
-r333 | jesse | 2005-12-24 23:41:31 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18577 at truegrounds (orig r4052):  jesse | 2005-11-08 16:13:51 -0500
-  r18571 at truegrounds:  jesse | 2005-11-08 15:11:52 -0500
-  * docs shuffle
- 
-
-------------------------------------------------------------------------
-r332 | jesse | 2005-12-24 23:41:25 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18576 at truegrounds (orig r4051):  jesse | 2005-11-08 16:13:41 -0500
-  r18570 at truegrounds:  jesse | 2005-11-08 15:02:43 -0500
-  * doc updates to Jifty::DBI::Record
- 
-
-------------------------------------------------------------------------
-r331 | jesse | 2005-12-24 23:41:19 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18439 at truegrounds (orig r4047):  jesse | 2005-11-07 01:24:54 -0500
-  r18438 at truegrounds:  jesse | 2005-11-07 01:22:44 -0500
-   * cleanups to left_join query building ; allowed entry_aggregators for left_join criteria
- 
-
-------------------------------------------------------------------------
-r330 | jesse | 2005-12-24 23:41:12 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18436 at truegrounds (orig r4046):  jesse | 2005-11-06 19:21:37 -0500
-  r18433 at truegrounds:  jesse | 2005-11-06 19:20:09 -0500
-  LowerCasing of QueryString
- 
-
-------------------------------------------------------------------------
-r329 | jesse | 2005-12-24 23:41:09 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18435 at truegrounds (orig r4045):  jesse | 2005-11-06 19:21:27 -0500
-  r18432 at truegrounds:  jesse | 2005-11-06 19:17:47 -0500
-  LowerCasing of QueryString
- 
-
-------------------------------------------------------------------------
-r328 | jesse | 2005-12-24 23:41:06 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18434 at truegrounds (orig r4044):  jesse | 2005-11-06 19:21:18 -0500
-  r18431 at truegrounds:  jesse | 2005-11-06 19:17:19 -0500
-  LowerCasing of QueryString
- 
-
-------------------------------------------------------------------------
-r327 | jesse | 2005-12-24 23:41:03 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18430 at truegrounds (orig r4043):  jesse | 2005-11-06 19:13:52 -0500
-  r18426 at truegrounds:  jesse | 2005-11-06 19:12:18 -0500
-  minor cleanups to build_select_count_query
- 
-
-------------------------------------------------------------------------
-r326 | jesse | 2005-12-24 23:40:59 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18429 at truegrounds (orig r4042):  jesse | 2005-11-06 19:13:41 -0500
-  r18425 at truegrounds:  jesse | 2005-11-06 19:08:04 -0500
-  _where_clause cleanup
- 
-
-------------------------------------------------------------------------
-r325 | jesse | 2005-12-24 23:40:56 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18428 at truegrounds (orig r4041):  jesse | 2005-11-06 19:13:32 -0500
-  r18424 at truegrounds:  jesse | 2005-11-06 19:01:49 -0500
-  * we were resetting must_redo_search with and without an API
- 
-
-------------------------------------------------------------------------
-r324 | jesse | 2005-12-24 23:40:52 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18427 at truegrounds (orig r4040):  jesse | 2005-11-06 19:13:23 -0500
-  r18423 at truegrounds:  jesse | 2005-11-06 18:20:00 -0500
-  * removing unused subs, documenting
- 
-
-------------------------------------------------------------------------
-r323 | jesse | 2005-12-24 23:40:48 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18422 at truegrounds (orig r4039):  jesse | 2005-11-06 18:13:15 -0500
-  r18420 at truegrounds:  jesse | 2005-11-06 18:11:31 -0500
-  perltidyed the collection lib
- 
-
-------------------------------------------------------------------------
-r322 | jesse | 2005-12-24 23:40:44 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18421 at truegrounds (orig r4038):  jesse | 2005-11-06 18:12:40 -0500
-  r18416 at truegrounds:  jesse | 2005-11-06 18:09:07 -0500
-  * perltidy!
- 
-
-------------------------------------------------------------------------
-r321 | jesse | 2005-12-24 23:40:40 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18418 at truegrounds (orig r4037):  jesse | 2005-11-06 18:10:20 -0500
-  r18415 at truegrounds:  jesse | 2005-11-06 18:00:46 -0500
-  * Collection code cleanup (minor)
- 
-
-------------------------------------------------------------------------
-r320 | jesse | 2005-12-24 23:40:37 -0500 (Sat, 24 Dec 2005) | 10 lines
-
- r18114 at truegrounds (orig r4014):  ruz | 2005-11-01 21:50:19 -0500
- * order_by never supported default value for FIELD
-   and should not
- * (order|group)_by_cols are marked as deprecated
- * added 'function' as paramhash field for the order_by
- * private _set_clause method
- * redo search only if new (group|order) clause is not equal to old
- * documentation
- 
-
-------------------------------------------------------------------------
-r319 | jesse | 2005-12-24 23:40:32 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18063 at truegrounds (orig r3996):  jesse | 2005-10-29 16:02:38 -0400
-  r18061 at truegrounds:  jesse | 2005-10-30 01:01:05 -0400
-  * Downcased the Jifty::DBI API
- 
-
-------------------------------------------------------------------------
-r318 | jesse | 2005-12-24 23:40:26 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18062 at truegrounds (orig r3995):  jesse | 2005-10-29 16:02:28 -0400
-  r18059 at truegrounds:  jesse | 2005-10-29 02:36:33 -0400
-  * lowercased the collections API
- 
-
-------------------------------------------------------------------------
-r317 | jesse | 2005-12-24 23:40:22 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18057 at truegrounds (orig r3994):  jesse | 2005-10-27 17:16:07 -0400
-  r18056 at truegrounds:  jesse | 2005-10-28 03:15:11 -0400
-   * refactoring new_alias to let it take objects as well as table names
- 
-
-------------------------------------------------------------------------
-r316 | jesse | 2005-12-24 23:40:18 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18055 at truegrounds (orig r3993):  jesse | 2005-10-27 15:01:16 -0400
-  r18053 at truegrounds:  jesse | 2005-10-28 01:00:01 -0400
-  * Refaqcotring missed a SB->Jifty::DBI::Collection change
- 
-
-------------------------------------------------------------------------
-r315 | jesse | 2005-12-24 23:40:14 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r18054 at truegrounds (orig r3992):  jesse | 2005-10-27 15:01:03 -0400
-  r18052 at truegrounds:  jesse | 2005-10-28 00:51:46 -0400
-  * Made ->table work as a class method
- 
-
-------------------------------------------------------------------------
-r314 | jesse | 2005-12-24 23:40:10 -0500 (Sat, 24 Dec 2005) | 3 lines
-
- r17954 at truegrounds (orig r3988):  autrijus | 2005-10-24 09:51:30 -0400
- * remove Want.pm from Jifty::DBI deps
-
-------------------------------------------------------------------------
-r313 | jesse | 2005-12-24 23:40:07 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r17468 at truegrounds (orig r3985):  jesse | 2005-10-20 03:41:04 -0400
-  r17464 at truegrounds:  jesse | 2005-10-20 13:40:07 -0400
-  * Perltidied Record.pm
- 
-
-------------------------------------------------------------------------
-r312 | jesse | 2005-12-24 23:40:02 -0500 (Sat, 24 Dec 2005) | 3 lines
-
- r17357 at truegrounds (orig r3961):  trs | 2005-10-13 17:13:37 -0400
- Oops.  Those new tests don't actually pass with SQLite.
-
-------------------------------------------------------------------------
-r311 | jesse | 2005-12-24 23:39:58 -0500 (Sat, 24 Dec 2005) | 3 lines
-
- r17342 at truegrounds (orig r3960):  trs | 2005-10-13 14:31:46 -0400
- Cleaning up my accidental pull from DBIx::SearchBuilder...
-
-------------------------------------------------------------------------
-r310 | jesse | 2005-12-24 23:39:55 -0500 (Sat, 24 Dec 2005) | 47 lines
-
- r17341 at truegrounds (orig r3959):  trs | 2005-10-13 13:52:00 -0400
-  r5411 at wintermute (orig r3537):  jesse | 2005-07-26 22:53:23 -0400
-   r7036 at hualien:  jesse | 2005-07-26 15:34:18 -0400
-   * When loading a foriegn record, bypass access control, as it leads to a small 
-     bootstrapping issue.
-  
-  r5469 at wintermute (orig r3556):  jesse | 2005-07-29 12:53:08 -0400
-   r7149 at hualien:  jesse | 2005-07-29 12:50:16 -0400
-   * 1.31 - fix manifest
-  
-  r5560 at wintermute (orig r3577):  alexmv | 2005-08-02 01:46:15 -0400
-   r5571 at zoq-fot-pik:  chmrr | 2005-08-02 01:45:37 -0400
-    * ->foo_id now returns just a number if it is a reference; ->foo
-      returns the object.
-    * POD fixes
-  
-  r5563 at wintermute (orig r3580):  glasser | 2005-08-02 14:34:09 -0400
-   r38369 at tin-foil:  glasser | 2005-08-02 14:33:36 -0400
-   RT::Record::_Accessible doesn't actually work like SB::Record's (it returns 0
-   instead of undef); this is an easier way to fix that infinite loop than making RT compliant.
-  
-  r5799 at wintermute (orig r3625):  glasser | 2005-08-09 17:37:41 -0400
-   r39287 at tin-foil:  glasser | 2005-08-09 17:37:05 -0400
-   Because SearchBuilder has the unfortunate historical feature of adding 
-   % around LIKE values in Limits, add a MATCHES operators that... doesn't do that.
-   (For Jifty::DBI, we will make LIKE do what MATCHES does here, and CONTAINS do
-   what LIKE does here.)
-  
-  r6152 at wintermute (orig r3736):  alexmv | 2005-08-30 12:59:25 -0400
-   r5872 at zoq-fot-pik:  chmrr | 2005-08-15 17:43:59 -0400
-    * Working statement logging (to memory, not file)
-    * Version bump (to development version)
-  
-  r6484 at wintermute (orig r3874):  jesse | 2005-09-22 14:26:11 -0400
-   r14122 at hualien:  jesse | 2005-08-31 09:40:22 -0400
-   *  Added a build_requires on SQLite
-  
-  r6485 at wintermute (orig r3875):  jesse | 2005-09-22 14:26:45 -0400
-   r14189 at hualien:  jesse | 2005-09-01 06:57:37 -0400
-   * This be 1.32
-  
-  r6486 at wintermute (orig r3876):  jesse | 2005-09-22 14:29:40 -0400
-   r15951 at hualien:  jesse | 2005-09-22 14:29:17 -0400
-   * 1.33
-  
- 
-
-------------------------------------------------------------------------
-r309 | jesse | 2005-12-24 23:39:52 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r17317 at truegrounds (orig r3952):  jesse | 2005-10-12 15:53:43 -0400
-  r17312 at hualien:  jesse | 2005-10-12 11:52:32 -0400
-  * We need a recent encode.
- 
-
-------------------------------------------------------------------------
-r308 | jesse | 2005-12-24 23:39:48 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r17218 at truegrounds (orig r3937):  alexmv | 2005-10-06 17:27:48 -0400
-  r6672 at zoq-fot-pik:  chmrr | 2005-10-06 17:26:59 -0400
-   * Forward port changes from DBIx-SB, mostly logging fixes
- 
-
-------------------------------------------------------------------------
-r307 | jesse | 2005-12-24 23:39:44 -0500 (Sat, 24 Dec 2005) | 7 lines
-
- r17050 at truegrounds (orig r3906):  alexmv | 2005-10-05 00:13:09 -0400
-  r6619 at zoq-fot-pik:  chmrr | 2005-10-05 00:11:01 -0400
-   * More column properties (should get pushed into JFDI)
-   * Column alias fixes
-   * Fix unreadable columns
- 
-
-------------------------------------------------------------------------
-r306 | jesse | 2005-12-24 23:39:36 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r17049 at truegrounds (orig r3905):  alexmv | 2005-10-05 00:12:53 -0400
-  r6614 at zoq-fot-pik:  chmrr | 2005-10-04 18:56:27 -0400
-   * Declaritive schema syntax.
- 
-
-------------------------------------------------------------------------
-r305 | jesse | 2005-12-24 23:39:32 -0500 (Sat, 24 Dec 2005) | 9 lines
-
- r15997 at truegrounds (orig r3891):  jesse | 2005-09-25 15:41:56 -0400
-  r15996 at hualien:  jesse | 2005-09-25 15:41:20 -0400
-  
-  
-  * __set no longer returns failure when you try to apply a change that's already 
-    the current value
-  
- 
-
-------------------------------------------------------------------------
-r304 | jesse | 2005-12-24 23:39:28 -0500 (Sat, 24 Dec 2005) | 9 lines
-
- r15994 at truegrounds (orig r3890):  ruz | 2005-09-25 04:59:54 -0400
-  r2509 at cubic-pc:  cubic | 2005-09-24 13:52:19 +0400
-  * Truncate - trancate data to fit available space
-  * utf8 - validate utf8 data before store and after fetch
-  * DateTime filter - access to datetime columns with DateTime objects
-  ** Makefilei.PL update
-  * tests for this filters
- 
-
-------------------------------------------------------------------------
-r303 | jesse | 2005-12-24 23:39:25 -0500 (Sat, 24 Dec 2005) | 13 lines
-
- r15993 at truegrounds (orig r3889):  ruz | 2005-09-25 04:59:44 -0400
-  r2508 at cubic-pc:  cubic | 2005-09-24 13:48:27 +0400
-  * Column and Record classes inherit interface from HasFilter
-  * moved filters handling from Column to Record class
-  * Filter class has new accessor 'record', so filters has access to
-    record filter is applied
-  * default record's filter 'Jifty::DBI::Filter::Truncate'
-  * Record->__set accept undef values and set column to NULL
-  * __set checks value equality only if we have required data
-    otherwise just update
-  * basic filters tests
- 
-
-------------------------------------------------------------------------
-r302 | jesse | 2005-12-24 23:39:21 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15992 at truegrounds (orig r3888):  ruz | 2005-09-25 04:59:34 -0400
-  r2507 at cubic-pc:  cubic | 2005-09-24 13:33:19 +0400
-  database version implementation
- 
-
-------------------------------------------------------------------------
-r301 | jesse | 2005-12-24 23:39:18 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15991 at truegrounds (orig r3887):  ruz | 2005-09-25 04:59:24 -0400
-  r2506 at cubic-pc:  cubic | 2005-09-24 13:31:04 +0400
-  typo
- 
-
-------------------------------------------------------------------------
-r300 | jesse | 2005-12-24 23:39:14 -0500 (Sat, 24 Dec 2005) | 11 lines
-
- r15990 at truegrounds (orig r3886):  ruz | 2005-09-25 04:59:11 -0400
-  r2505 at cubic-pc:  cubic | 2005-09-24 13:29:59 +0400
-  * classes shouldn't import from util modules
-  * Handle now inherits from HasFilter
-  * drop @ISA from 'use vars'
-  * print_error and raise_serror methods no more enables fatures
-    by default, instead use ->method( 0 | 1 );
-  * log_sql_statements returns current value
-  * database_version now support 'short' argument(by default true)  
- 
-
-------------------------------------------------------------------------
-r299 | jesse | 2005-12-24 23:39:11 -0500 (Sat, 24 Dec 2005) | 8 lines
-
- r15989 at truegrounds (orig r3885):  ruz | 2005-09-25 04:58:59 -0400
-  r2504 at cubic-pc:  cubic | 2005-09-24 10:52:31 +0400
-  * added File::Spec
-  * has_schema now returns method name and also checks for
-    version specific schemas if second argument is handle.
-  * init_schema use has_schema to get method name
- 
-
-------------------------------------------------------------------------
-r298 | jesse | 2005-12-24 23:39:06 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15988 at truegrounds (orig r3884):  ruz | 2005-09-25 04:58:49 -0400
-  r2503 at cubic-pc:  cubic | 2005-09-24 10:43:33 +0400
-  HasFilters - abstract class for objects that has filters
- 
-
-------------------------------------------------------------------------
-r297 | jesse | 2005-12-24 23:39:01 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15984 at truegrounds (orig r3883):  jesse | 2005-09-24 17:03:35 -0400
-  r15983 at hualien:  jesse | 2005-09-24 17:02:50 -0400
-  *Reverting the patch from ruslan, as he would prefer to send smaller patches
- 
-
-------------------------------------------------------------------------
-r296 | jesse | 2005-12-24 23:38:57 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15982 at truegrounds (orig r3882):  jesse | 2005-09-24 16:49:32 -0400
-  r15981 at hualien:  jesse | 2005-09-24 16:48:24 -0400
-  * Next cut of filters from Ruslan
- 
-
-------------------------------------------------------------------------
-r295 | jesse | 2005-12-24 23:38:54 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15960 at truegrounds (orig r3879):  jesse | 2005-09-23 01:23:31 -0400
-  r15957 at hualien:  jesse | 2005-09-23 01:23:02 -0400
-  * Jifty::DBI::Collection doc cleanup
- 
-
-------------------------------------------------------------------------
-r294 | jesse | 2005-12-24 23:38:50 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15924 at truegrounds (orig r3862):  jesse | 2005-09-20 00:28:20 -0400
-  r15923 at hualien:  jesse | 2005-09-20 00:27:37 -0400
-  * Limit got downcased
- 
-
-------------------------------------------------------------------------
-r293 | jesse | 2005-12-24 23:38:47 -0500 (Sat, 24 Dec 2005) | 6 lines
-
- r15795 at truegrounds (orig r3861):  jesse | 2005-09-18 00:39:04 -0400
-  r15793 at hualien:  jesse | 2005-09-18 00:38:25 -0400
-  * now that it works, remove the old routine
-  
- 
-
-------------------------------------------------------------------------
-r292 | jesse | 2005-12-24 23:38:42 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15794 at truegrounds (orig r3860):  jesse | 2005-09-18 00:38:48 -0400
-  r15792 at hualien:  jesse | 2005-09-18 00:33:50 -0400
-  * Truncation of content moved to a filter
- 
-
-------------------------------------------------------------------------
-r291 | jesse | 2005-12-24 23:38:39 -0500 (Sat, 24 Dec 2005) | 6 lines
-
- r15791 at truegrounds (orig r3859):  jesse | 2005-09-17 15:41:02 -0400
-  r15790 at hualien:  jesse | 2005-09-17 15:40:34 -0400
-  * First pass of filters API. Not hooked up yet.
-  
- 
-
-------------------------------------------------------------------------
-r290 | jesse | 2005-12-24 23:38:36 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15784 at truegrounds (orig r3858):  jesse | 2005-09-16 23:24:29 -0400
-  r15782 at hualien:  jesse | 2005-09-16 23:23:55 -0400
-   * A bit more cleanup to Record.pm, thanks to ruslan
- 
-
-------------------------------------------------------------------------
-r289 | jesse | 2005-12-24 23:38:31 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15783 at truegrounds (orig r3857):  jesse | 2005-09-16 23:24:20 -0400
-  r15781 at hualien:  jesse | 2005-09-16 23:09:37 -0400
-  * Typo fixes. found by ruslan
- 
-
-------------------------------------------------------------------------
-r288 | jesse | 2005-12-24 23:38:28 -0500 (Sat, 24 Dec 2005) | 6 lines
-
- r15779 at truegrounds (orig r3856):  jesse | 2005-09-16 18:32:49 -0400
-  r15777 at hualien:  jesse | 2005-09-16 18:31:16 -0400
-  * Removed load_by_id method
-  
- 
-
-------------------------------------------------------------------------
-r287 | jesse | 2005-12-24 23:38:25 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15750 at truegrounds (orig r3852):  alexmv | 2005-09-13 18:00:01 -0400
-  r6361 at zoq-fot-pik:  chmrr | 2005-09-13 16:55:57 -0400
-   * POD formatting nits
- 
-
-------------------------------------------------------------------------
-r286 | jesse | 2005-12-24 23:38:21 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15731 at truegrounds (orig r3851):  jesse | 2005-09-13 15:15:42 -0400
-  r15730 at hualien:  jesse | 2005-09-13 15:15:16 -0400
-  * We need UNIVERSAL::require to require from strings.
- 
-
-------------------------------------------------------------------------
-r285 | jesse | 2005-12-24 23:38:17 -0500 (Sat, 24 Dec 2005) | 9 lines
-
- r15728 at truegrounds (orig r3850):  alexmv | 2005-09-13 13:39:42 -0400
-  r6354 at zoq-fot-pik:  chmrr | 2005-09-13 13:38:31 -0400
-   * ->new doean't always get calle,d if we're loading from a session,
-     for instance.  Call ->_init_columns during AUTOLOAD as well to make
-     sure it happens in time
-   * When determining REFERENCES, we need to make sure the class is
-     loaded before trying to muck around with its ISA
- 
-
-------------------------------------------------------------------------
-r284 | jesse | 2005-12-24 23:38:14 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15714 at truegrounds (orig r3848):  jesse | 2005-09-12 18:18:45 -0400
-  r15712 at hualien:  jesse | 2005-09-12 18:17:22 -0400
-  * immaterial changes
- 
-
-------------------------------------------------------------------------
-r283 | jesse | 2005-12-24 23:38:11 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15694 at truegrounds (orig r3845):  jesse | 2005-09-11 18:01:59 -0400
-  r15684 at hualien:  jesse | 2005-09-11 17:58:07 -0400
-  * Debugging statements removed
- 
-
-------------------------------------------------------------------------
-r282 | jesse | 2005-12-24 23:38:06 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15693 at truegrounds (orig r3844):  jesse | 2005-09-11 18:01:51 -0400
-  r15683 at hualien:  jesse | 2005-09-11 17:56:58 -0400
-  * Bumping the version number. The one tool that uses Jifty::DBI now understands the new style/syntax.
- 
-
-------------------------------------------------------------------------
-r281 | jesse | 2005-12-24 23:38:01 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15692 at truegrounds (orig r3843):  jesse | 2005-09-11 18:01:43 -0400
-  r15681 at hualien:  jesse | 2005-09-11 15:46:16 -0400
-  * Checkpoint. tests pass
- 
-
-------------------------------------------------------------------------
-r280 | jesse | 2005-12-24 23:37:58 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15691 at truegrounds (orig r3842):  jesse | 2005-09-11 18:01:35 -0400
-  r15680 at hualien:  jesse | 2005-09-10 22:45:05 -0400
-  Added the new file to the manifest
- 
-
-------------------------------------------------------------------------
-r279 | jesse | 2005-12-24 23:37:54 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15690 at truegrounds (orig r3841):  jesse | 2005-09-11 18:01:16 -0400
-  r15679 at hualien:  jesse | 2005-09-10 22:44:32 -0400
-  It's nice when I commit the new library too
- 
-
-------------------------------------------------------------------------
-r278 | jesse | 2005-12-24 23:37:50 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15689 at truegrounds (orig r3840):  jesse | 2005-09-11 18:01:09 -0400
-  r15678 at hualien:  jesse | 2005-09-10 22:44:16 -0400
-   * Still not working (the majority of the refactoring is done)
- 
-
-------------------------------------------------------------------------
-r277 | jesse | 2005-12-24 23:37:46 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15688 at truegrounds (orig r3839):  jesse | 2005-09-11 18:00:58 -0400
-  r15677 at hualien:  jesse | 2005-09-10 14:40:28 -0400
-  * Minor SchemaGenerator cleanups in preparation for massive scariness of declarative syntax
- 
-
-------------------------------------------------------------------------
-r276 | jesse | 2005-12-24 23:37:41 -0500 (Sat, 24 Dec 2005) | 6 lines
-
- r15687 at truegrounds (orig r3838):  jesse | 2005-09-11 18:00:51 -0400
-  r14125 at hualien:  jesse | 2005-08-31 19:48:18 -0400
-  * Refactor class_accessible to use schema always
-  * Stub for schema
- 
-
-------------------------------------------------------------------------
-r275 | jesse | 2005-12-24 23:37:37 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15686 at truegrounds (orig r3837):  jesse | 2005-09-11 18:00:38 -0400
-  r12967 at hualien:  jesse | 2005-08-14 18:25:07 -0400
-  * Added notes from a design session with glasser
- 
-
-------------------------------------------------------------------------
-r274 | jesse | 2005-12-24 23:37:31 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r15685 at truegrounds (orig r3836):  jesse | 2005-09-11 18:00:31 -0400
-  r12954 at hualien:  jesse | 2005-08-11 16:12:19 -0400
-  * Record new style about how we refer to columns. We are not yet conformant
- 
-
-------------------------------------------------------------------------
-r273 | jesse | 2005-12-24 23:37:26 -0500 (Sat, 24 Dec 2005) | 11 lines
-
- r13179 at truegrounds (orig r3669):  glasser | 2005-08-18 12:03:40 -0400
-  r40054 at tin-foil:  glasser | 2005-08-18 11:43:41 -0400
-  Local branch of Jifty::DBI
-  r40055 at tin-foil:  glasser | 2005-08-18 11:45:37 -0400
-  Change name of test environment variables.
-  r40056 at tin-foil:  glasser | 2005-08-18 11:59:26 -0400
-  Lower-case API for SchemaGenerator.
-  r40057 at tin-foil:  glasser | 2005-08-18 12:01:44 -0400
-  MANIFEST
- 
-
-------------------------------------------------------------------------
-r272 | jesse | 2005-12-24 23:37:22 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r12944 at truegrounds (orig r3641):  jesse | 2005-08-11 14:56:57 -0400
-  r12943 at hualien:  jesse | 2005-08-11 14:54:01 -0400
-  * more lowercasey goodness
- 
-
-------------------------------------------------------------------------
-r271 | jesse | 2005-12-24 23:37:19 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r12936 at truegrounds (orig r3636):  jesse | 2005-08-11 03:20:56 -0400
-  r12934 at hualien:  jesse | 2005-08-11 03:20:14 -0400
-  * Forward ported alex's foo_id -> foo (object) patches from searchbuilder
- 
-
-------------------------------------------------------------------------
-r270 | jesse | 2005-12-24 23:37:11 -0500 (Sat, 24 Dec 2005) | 6 lines
-
- r12935 at truegrounds (orig r3635):  jesse | 2005-08-11 03:20:48 -0400
-  r12933 at hualien:  jesse | 2005-08-11 03:01:33 -0400
-  AutoCommit can not be downcased
-  
- 
-
-------------------------------------------------------------------------
-r269 | jesse | 2005-12-24 23:37:03 -0500 (Sat, 24 Dec 2005) | 7 lines
-
- r7052 at truegrounds (orig r3536):  alexmv | 2005-07-25 21:36:24 -0400
-  r5394 at zoq-fot-pik:  chmrr | 2005-07-25 21:36:09 -0400
-   * Fix Changes file to refer to DBIx::SearchBuilder, and the fork
-   * perltidy, doc fixes, remove deprecated methods in Collection
-   * More doc and capitalization fixes
- 
-
-------------------------------------------------------------------------
-r268 | jesse | 2005-12-24 23:36:54 -0500 (Sat, 24 Dec 2005) | 20 lines
-
- r7032 at truegrounds (orig r3535):  jesse | 2005-07-25 20:40:33 -0400
-  r7031 at hualien:  jesse | 2005-07-25 20:40:04 -0400
-  * perltidy! With this perltidyrc
-  
-  -l=78
-  -i=4
-  -ci=4
-  -se
-  -vt=2
-  -cti=0
-  -pt=1
-  -bt=1
-  -sbt=1
-  -bbt=1
-  -nsfs
-  -nolq
-  -wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="
-  
- 
-
-------------------------------------------------------------------------
-r267 | jesse | 2005-12-24 23:36:48 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r7020 at truegrounds (orig r3532):  alexmv | 2005-07-25 16:12:59 -0400
-  r5377 at zoq-fot-pik:  chmrr | 2005-07-25 16:12:30 -0400
-   * More capitalization fixes; passes all tests
- 
-
-------------------------------------------------------------------------
-r266 | jesse | 2005-12-24 23:36:41 -0500 (Sat, 24 Dec 2005) | 6 lines
-
- r6997 at truegrounds (orig r3523):  kevinr | 2005-07-25 00:06:51 -0400
-  r6621 at SAD-GIRL-IN-SNOW:  kevinr | 2005-07-25 00:06:42 -0400
-  * Renamed (most of) the functions in the test suite that wanted renaming
-  (and probably a few that didn't).
- 
-
-------------------------------------------------------------------------
-r265 | jesse | 2005-12-24 23:36:36 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r6996 at truegrounds (orig r3522):  jesse | 2005-07-24 21:41:59 -0400
-  r6995 at hualien:  jesse | 2005-07-24 21:41:40 -0400
-  * Starting the great decapitalzation
- 
-
-------------------------------------------------------------------------
-r264 | jesse | 2005-12-24 23:36:27 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r6994 at truegrounds (orig r3521):  jesse | 2005-07-24 21:04:49 -0400
-  r6993 at hualien:  jesse | 2005-07-24 21:04:20 -0400
-  * basic restructuring. renaming. time for something deeper.
- 
-
-------------------------------------------------------------------------
-r263 | jesse | 2005-12-24 23:36:20 -0500 (Sat, 24 Dec 2005) | 3 lines
-
- r6991 at truegrounds (orig r3520):  jesse | 2005-07-24 11:52:59 -0400
- Branching searchbuilder to Jifty::DBI so we can gut the API
-
-------------------------------------------------------------------------
-r262 | jesse | 2005-12-24 23:36:12 -0500 (Sat, 24 Dec 2005) | 1 line
-
-
-------------------------------------------------------------------------
-r261 | jesse | 2005-12-24 23:07:37 -0500 (Sat, 24 Dec 2005) | 1 line
-
-Updates from audrey
-------------------------------------------------------------------------
-r260 | jesse | 2005-12-24 20:37:40 -0500 (Sat, 24 Dec 2005) | 4 lines
-
- r21096 at truegrounds (orig r2754):  jesse | 2005-12-24 16:58:23 -0500
- Updated user model
- 
-
-------------------------------------------------------------------------
-r259 | jesse | 2005-12-24 20:37:27 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r21080 at truegrounds (orig r2744):  jesse | 2005-12-24 04:15:21 -0500
-  r21073 at truegrounds:  jesse | 2005-12-24 03:53:11 -0500
-  * Mostly have recording of who-performs-an-update
- 
-
-------------------------------------------------------------------------
-r258 | jesse | 2005-12-24 20:37:13 -0500 (Sat, 24 Dec 2005) | 6 lines
-
- r21065 at truegrounds (orig r2736):  jesse | 2005-12-24 01:01:14 -0500
-  r21056 at truegrounds:  jesse | 2005-12-24 00:52:39 -0500
-  * users can log in and log out of wifty and sign up for accounts.
-  
- 
-
-------------------------------------------------------------------------
-r257 | jesse | 2005-12-24 20:36:59 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r21063 at truegrounds (orig r2734):  jesse | 2005-12-24 01:00:54 -0500
-  r21054 at truegrounds:  jesse | 2005-12-24 00:28:52 -0500
-  * Checkpoint
- 
-
-------------------------------------------------------------------------
-r256 | jesse | 2005-12-24 20:36:46 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r21062 at truegrounds (orig r2733):  jesse | 2005-12-24 01:00:47 -0500
-  r21053 at truegrounds:  jesse | 2005-12-23 23:31:35 -0500
-  * Wifty really lets you login
- 
-
-------------------------------------------------------------------------
-r255 | jesse | 2005-12-24 20:36:31 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r21046 at truegrounds (orig r2728):  jesse | 2005-12-23 17:35:01 -0500
-  r21045 at truegrounds:  jesse | 2005-12-23 17:33:49 -0500
-  * revisions are created by the superuser
- 
-
-------------------------------------------------------------------------
-r254 | jesse | 2005-12-24 20:36:17 -0500 (Sat, 24 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
- 
-
-------------------------------------------------------------------------
-r253 | jesse | 2005-12-24 20:36:04 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r21039 at truegrounds (orig r2724):  alexmv | 2005-12-23 16:39:14 -0500
-  r8031 at zoq-fot-pik:  chmrr | 2005-12-23 16:38:18 -0500
-   * Makefile and tests
- 
-
-------------------------------------------------------------------------
-r252 | jesse | 2005-12-24 20:35:51 -0500 (Sat, 24 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
- 
-
-------------------------------------------------------------------------
-r251 | jesse | 2005-12-24 20:35:40 -0500 (Sat, 24 Dec 2005) | 7 lines
-
- r21033 at truegrounds (orig r2718):  alexmv | 2005-12-23 15:51:18 -0500
-  r8024 at zoq-fot-pik:  chmrr | 2005-12-23 14:24:08 -0500
-   * No, this order is still wrong, but less wrong than the other way.
-  I think.  The problem is that scrubber escapes < and > once, and then
-  markdown escapes the &'s therein.
- 
-
-------------------------------------------------------------------------
-r250 | jesse | 2005-12-24 20:35:27 -0500 (Sat, 24 Dec 2005) | 7 lines
-
- r21025 at truegrounds (orig r2717):  alexmv | 2005-12-23 14:11:40 -0500
-  r8022 at zoq-fot-pik:  chmrr | 2005-12-23 14:10:14 -0500
-   * Fix compiler error in SendPasswordReminder
-   * Fix possible undef warning
-   * Very premissive ACLs
- 
-
-------------------------------------------------------------------------
-r249 | jesse | 2005-12-24 20:35:13 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r21016 at truegrounds (orig r2713):  jesse | 2005-12-23 01:12:21 -0500
-  r21015 at truegrounds:  jesse | 2005-12-23 01:10:42 -0500
-  * First draft. we _clearly_ need to refactor out the email validator, if nothing else.
- 
-
-------------------------------------------------------------------------
-r248 | jesse | 2005-12-24 20:34:57 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r21007 at truegrounds (orig r2706):  jesse | 2005-12-23 00:50:37 -0500
-  r20989 at truegrounds:  jesse | 2005-12-22 21:11:41 -0500
-  * Wifty does acls now
- 
-
-------------------------------------------------------------------------
-r247 | jesse | 2005-12-24 20:34:43 -0500 (Sat, 24 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
- 
-
-------------------------------------------------------------------------
-r246 | jesse | 2005-12-24 20:34:30 -0500 (Sat, 24 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.
- 
-
-------------------------------------------------------------------------
-r245 | jesse | 2005-12-24 20:34:16 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20886 at truegrounds (orig r2633):  jesse | 2005-12-20 22:56:35 -0500
-  r20882 at truegrounds:  jesse | 2005-12-20 22:53:03 -0500
-  * ACL cleanups. HM should now be acled correctly
- 
-
-------------------------------------------------------------------------
-r244 | jesse | 2005-12-24 20:34:03 -0500 (Sat, 24 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
- 
-
-------------------------------------------------------------------------
-r243 | jesse | 2005-12-24 20:33:51 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20863 at truegrounds (orig r2624):  jesse | 2005-12-20 11:10:50 -0500
-  r20860 at truegrounds:  jesse | 2005-12-20 11:06:34 -0500
-  * Fixed some of the worst style errors
- 
-
-------------------------------------------------------------------------
-r242 | jesse | 2005-12-24 20:33:36 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20858 at truegrounds (orig r2622):  jesse | 2005-12-19 23:23:47 -0500
-  r20851 at truegrounds:  jesse | 2005-12-19 23:20:28 -0500
-  * login page
- 
-
-------------------------------------------------------------------------
-r241 | jesse | 2005-12-24 20:33:21 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20857 at truegrounds (orig r2621):  jesse | 2005-12-19 23:23:36 -0500
-  r20850 at truegrounds:  jesse | 2005-12-19 23:19:46 -0500
-  * Wifty::CurrentUser
- 
-
-------------------------------------------------------------------------
-r240 | jesse | 2005-12-24 20:33:08 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20856 at truegrounds (orig r2620):  jesse | 2005-12-19 23:23:29 -0500
-  r20849 at truegrounds:  jesse | 2005-12-19 23:18:32 -0500
-  * updated wifty model class to include password support needed by new currentuser stuff
- 
-
-------------------------------------------------------------------------
-r239 | jesse | 2005-12-24 20:32:54 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20572 at truegrounds (orig r2584):  jesse | 2005-12-17 18:16:19 -0500
-  r20571 at truegrounds:  jesse | 2005-12-17 18:15:05 -0500
-  *move around the header styles
- 
-
-------------------------------------------------------------------------
-r238 | jesse | 2005-12-24 20:32:40 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20472 at truegrounds (orig r2525):  jesse | 2005-12-15 00:15:59 -0500
-  r20471 at truegrounds:  jesse | 2005-12-15 00:14:59 -0500
-  * goto latest
- 
-
-------------------------------------------------------------------------
-r237 | jesse | 2005-12-24 20:32:27 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20470 at truegrounds (orig r2524):  jesse | 2005-12-15 00:13:39 -0500
-  r20469 at truegrounds:  jesse | 2005-12-15 00:12:31 -0500
-  * as of date
- 
-
-------------------------------------------------------------------------
-r236 | jesse | 2005-12-24 20:32:15 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20468 at truegrounds (orig r2523):  jesse | 2005-12-15 00:11:12 -0500
-  r20467 at truegrounds:  jesse | 2005-12-15 00:10:13 -0500
-  * as of date
- 
-
-------------------------------------------------------------------------
-r235 | jesse | 2005-12-24 20:32:01 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20466 at truegrounds (orig r2522):  jesse | 2005-12-15 00:09:37 -0500
-  r20465 at truegrounds:  jesse | 2005-12-15 00:08:39 -0500
-  * nav
- 
-
-------------------------------------------------------------------------
-r234 | jesse | 2005-12-24 20:31:48 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20464 at truegrounds (orig r2521):  jesse | 2005-12-15 00:06:59 -0500
-  r20463 at truegrounds:  jesse | 2005-12-15 00:06:02 -0500
-  * oop. regex
- 
-
-------------------------------------------------------------------------
-r233 | jesse | 2005-12-24 20:31:33 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20462 at truegrounds (orig r2520):  jesse | 2005-12-14 23:59:17 -0500
-  r20461 at truegrounds:  jesse | 2005-12-14 23:58:07 -0500
-  * Page history!
- 
-
-------------------------------------------------------------------------
-r232 | jesse | 2005-12-24 20:31:13 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r20457 at truegrounds (orig r2518):  jesse | 2005-12-14 22:03:43 -0500
-  r20456 at truegrounds:  jesse | 2005-12-14 22:01:33 -0500
-  * Use less code (especially the stuff that we can pull from the default app
- 
-
-------------------------------------------------------------------------
-r231 | jesse | 2005-12-24 20:30:54 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19744 at truegrounds (orig r2442):  jesse | 2005-12-05 12:36:48 -0500
-  r19739 at truegrounds:  jesse | 2005-12-04 19:35:41 -0500
-  * Turn off admin mode on Wifty and Hiveminder
- 
-
-------------------------------------------------------------------------
-r230 | jesse | 2005-12-24 20:30:41 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19734 at truegrounds (orig r2438):  jesse | 2005-12-04 03:22:31 -0500
-  r19726 at truegrounds:  jesse | 2005-12-04 03:15:23 -0500
-   * Switched to asking for autopackaged dependencies
- 
-
-------------------------------------------------------------------------
-r229 | jesse | 2005-12-24 20:30:12 -0500 (Sat, 24 Dec 2005) | 5 lines
-
- r19686 at truegrounds (orig r2422):  alexmv | 2005-12-02 01:02:05 -0500
-  r7486 at zoq-fot-pik:  chmrr | 2005-12-02 01:01:39 -0500
-   * The 'page' of a revision is a *Page* not a *Revision*
- 
-
-------------------------------------------------------------------------
-r228 | jesse | 2005-12-24 20:29:37 -0500 (Sat, 24 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
-    
-   
-  
+
+ 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-27 22:32:59 -0500 (Tue, 27 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-27 22:32:46 -0500 (Tue, 27 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-27 22:32:30 -0500 (Tue, 27 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-27 22:28:17 -0500 (Tue, 27 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-27 22:28:05 -0500 (Tue, 27 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-27 22:27:20 -0500 (Tue, 27 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-27 20:46:13 -0500 (Tue, 27 Dec 2005) | 1 line
+
+* We really want App::CLI 0.03, not 0.02.
+------------------------------------------------------------------------
+r411 | alexmv | 2005-12-27 18:49:18 -0500 (Tue, 27 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-27 18:07:06 -0500 (Tue, 27 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 16:46:17 -0500 (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 15:17:15 -0500 (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 14:11:43 -0500 (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 02:36:26 -0500 (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 02:28:27 -0500 (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 00:10:14 -0500 (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-26 19:59:42 -0500 (Mon, 26 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-26 19:59:38 -0500 (Mon, 26 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-26 19:59:34 -0500 (Mon, 26 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-26 19:59:30 -0500 (Mon, 26 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-26 19:59:26 -0500 (Mon, 26 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 16:48:07 -0500 (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 03:39:29 -0500 (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 02:19:41 -0500 (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 02:16:59 -0500 (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 02:15:54 -0500 (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 00:30:56 -0500 (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
  
 
 ------------------------------------------------------------------------
-r227 | jesse | 2005-12-24 20:26:13 -0500 (Sat, 24 Dec 2005) | 1 line
+r391 | alexmv | 2005-12-25 23:52:09 -0500 (Sun, 25 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-25 23:52:06 -0500 (Sun, 25 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-25 23:45:03 -0500 (Sun, 25 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-25 22:20:42 -0500 (Sun, 25 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-25 22:19:03 -0500 (Sun, 25 Dec 2005) | 3 lines
+
+ r21746 at truegrounds:  jesse | 2005-12-25 22:17:42 -0500
+ * Track the manifest
+
+------------------------------------------------------------------------
+r384 | jesse | 2005-12-25 21:34:01 -0500 (Sun, 25 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-25 18:52:54 -0500 (Sun, 25 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 16:58:35 -0500 (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 16:49:36 -0500 (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 16:49:33 -0500 (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 02:46:11 -0500 (Sun, 25 Dec 2005) | 3 lines
+
+ r21698 at truegrounds:  jesse | 2005-12-25 02:44:59 -0500
+ * Versioning inc
+
+------------------------------------------------------------------------
+r374 | jesse | 2005-12-25 02:27:13 -0500 (Sun, 25 Dec 2005) | 3 lines
 
+ r21689 at truegrounds:  jesse | 2005-12-25 02:19:19 -0500
+ * Cleanup to Jifty.pm POD
 
 ------------------------------------------------------------------------
-r226 | jesse | 2005-12-24 20:25:54 -0500 (Sat, 24 Dec 2005) | 1 line
+r370 | jesse | 2005-12-25 01:46:11 -0500 (Sun, 25 Dec 2005) | 3 lines
 
+ r21681 at truegrounds:  jesse | 2005-12-25 01:43:26 -0500
+ * updates to deps
+
+------------------------------------------------------------------------
+r261 | jesse | 2005-12-24 23:07:37 -0500 (Sat, 24 Dec 2005) | 1 line
 
+Updates from audrey
 ------------------------------------------------------------------------
 r225 | jesse | 2005-12-24 20:16:19 -0500 (Sat, 24 Dec 2005) | 5 lines
 
@@ -6053,10 +4194,6 @@
  
 
 ------------------------------------------------------------------------
-r2 | jesse | 2005-11-28 03:45:21 -0500 (Mon, 28 Nov 2005) | 1 line
-
-* Added a README
-------------------------------------------------------------------------
 r1 | jesse | 2005-11-28 02:36:00 -0500 (Mon, 28 Nov 2005) | 3 lines
 
  r19515 at truegrounds:  jesse | 2005-11-28 02:32:48 -0500


More information about the Jifty-commit mailing list