[Rt-commit] r15711 - rt/branches/3.999-DANGEROUS

ruz at bestpractical.com ruz at bestpractical.com
Tue Sep 2 22:44:09 EDT 2008


Author: ruz
Date: Tue Sep  2 22:44:09 2008
New Revision: 15711

Added:
   rt/branches/3.999-DANGEROUS/TODO.jifty.woos
   rt/branches/3.999-DANGEROUS/TODO.schema_upgrade_script

Log:
* add TODO docs

Added: rt/branches/3.999-DANGEROUS/TODO.jifty.woos
==============================================================================
--- (empty file)
+++ rt/branches/3.999-DANGEROUS/TODO.jifty.woos	Tue Sep  2 22:44:09 2008
@@ -0,0 +1,13 @@
+RUZ:
+
+don't get why null_reference is record method instead of column property,
+naming is not obvious, as well.
+
+check_create_rights and refernces don't play well together as you have to
+write a lot of code of additional checks.
+
+As well, you can not return another error code - validation is not applied at
+this moment, so some arguments may be invalid. May be we need some validation
+and canonicalization stack in create, so you can safely call either of them
+from each other.
+

Added: rt/branches/3.999-DANGEROUS/TODO.schema_upgrade_script
==============================================================================
--- (empty file)
+++ rt/branches/3.999-DANGEROUS/TODO.schema_upgrade_script	Tue Sep  2 22:44:09 2008
@@ -0,0 +1,9 @@
+Attachments.parent - replace all 0 values with NULLs
+Attachments.transaction_id - is renamed to 'transaction'
+* this has been reverted as transaction is reserved in SQLite
+
+Principals.principal_type -> Principals.type
+Principals.object_id has been dropped
+
+? Should we drop Templates.type column as it's not used
+Templates.queue - replace 0 with NULLs


More information about the Rt-commit mailing list