Schemaform updated at 2012-09-03 20:05
m lib/schemaform/language/entity_definition.rb
m lib/schemaform/language/tuple_definition.rb
Converted the Entity and Tuple definition languages to use verbs for "keywords".
m lib/schemaform/language/entity_definition.rb
m lib/schemaform/language/tuple_definition.rb Added .gem files to the gitignore list.
+ .gitignore Updated the gem description. Still needs more work.
m schemaform.gemspec Added a Gem spec for the system.
+ schemaform.gemspec Various changes I made to get the basic SF adapters working with Scaffold.
m lib/schemaform/adapters/adapter.rb
m lib/schemaform/adapters/connection.rb
m lib/schemaform/adapters/generic_sql/wrappers/productions.rb
m lib/schemaform/adapters/sqlite/connection.rb
m lib/schemaform/model/schema.rb Added columnator sample set.
+ php-statement-block-columnator-samples/arrays_1.php
+ php-statement-block-columnator-samples/arrays_2.php
+ php-statement-block-columnator-samples/assignments_1.php
+ php-statement-block-columnator-samples/assignments_2.php
+ php-statement-block-columnator-samples/complex_mess_1.php
+ php-statement-block-columnator-samples/complex_mess_2.php
+ php-statement-block-columnator-samples/list_items.php
+ php-statement-block-columnator-samples/new_clone.php
+ php-statement-block-columnator-samples/object_expressions.php
+ php-statement-block-columnator-samples/sequence_or.php
+ php-statement-block-columnator-samples/simple_mess_1.php
+ php-statement-block-columnator-samples/simple_mess_2.php
+ php-statement-block-columnator-samples/ternary.php
+ php-statement-block-columnator-samples/test.sh Reworked the function call columnator to columnate across functions with the same name, stacking columns to the right.
m php-statement-block-columnator.rb Reworked the function call columnator to columnate across functions with the same name, stacking columns to the right.
m php-statement-block-columnator.rb Fixed a bug that caused successive ->method() expressions to be discarded. Made them columnate nicely.
m php-statement-block-columnator.rb Added automatic right alignment for a column of integers.
m php-statement-block-columnator.rb