[Bps-public-commit] r11344 - in SVN-PropDB: . doc lib/Prophet/Sync/Resolver

jesse at bestpractical.com jesse at bestpractical.com
Tue Apr 1 19:40:23 EDT 2008


Author: jesse
Date: Tue Apr  1 19:40:23 2008
New Revision: 11344

Added:
   SVN-PropDB/lib/Prophet/Sync/Resolver/
Modified:
   SVN-PropDB/   (props changed)
   SVN-PropDB/doc/todo
   SVN-PropDB/lib/Prophet/Test.pm

Log:
 r28913 at 70-5-79-205:  jesse | 2008-04-01 13:40:14 -1000
 * export a function from Test.pm


Modified: SVN-PropDB/doc/todo
==============================================================================
--- SVN-PropDB/doc/todo	(original)
+++ SVN-PropDB/doc/todo	Tue Apr  1 19:40:23 2008
@@ -13,6 +13,28 @@
 - elegant support for large attachments
 - RESTy web server API to let third-parties build non-perl apps against a Prophet Depot
 
+- define a value for a property that is a reference to another record or set of records
+
+
+
+Bug tracker:
+
+    subject
+    status
+    severity
+    custom fields
+    owner
+    keywords/tags
+    reported by
+    
+    attachments / patches
+    
+    milestones?
+    custom fields with possible values - loaded from some other record/table
+    
+    comments
+        seperate records referring to the ticket uuid
+        
 
 Done, I think.
 

Modified: SVN-PropDB/lib/Prophet/Test.pm
==============================================================================
--- SVN-PropDB/lib/Prophet/Test.pm	(original)
+++ SVN-PropDB/lib/Prophet/Test.pm	Tue Apr  1 19:40:23 2008
@@ -2,7 +2,7 @@
 use warnings;
 package Prophet::Test;
 use base qw/Test::More Exporter/;
-our @EXPORT = qw/as_alice as_bob as_charlie as_david as_user run_ok repo_uri_for run_script run_output_matches replica_last_rev replica_merge_tickets replica_uuid_for fetch_newest_changesets ok_added_revisions
+our @EXPORT = qw/as_alice as_bob as_charlie as_david as_user run_ok repo_uri_for run_script run_output_matches replica_last_rev replica_merge_tickets replica_uuid_for fetch_newest_changesets ok_added_revisions replica_uuid
 serialize_conflict serialize_changeset
 /;
 



More information about the Bps-public-commit mailing list