<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-local debug = debug
+local debug, tostring = debug, tostring
 local string = require &quot;luv.string&quot;
 local type, require, pairs, table, select, io, ipairs = type, require, pairs, table, select, io, ipairs
 local fields, Exception = require &quot;luv.fields&quot;, require &quot;luv.exceptions&quot;.Exception</diff>
      <filename>fields/references.lua</filename>
    </modified>
    <modified>
      <diff>@@ -42,7 +42,7 @@ local Form = Struct:extend{
 		end
 		self.Meta = self.Meta or {}
 		if not self:widget() then
-			self:widget(require&quot;luv.forms.widgets&quot;.VerticalTableForm())
+			self:widget(require&quot;luv.forms.widgets&quot;.VerticalTable())
 		end
 		self:fields(table.map(self:fields(), &quot;clone&quot;))
 		if values then
@@ -269,7 +269,7 @@ models.Model.ajaxFieldHandler = function (self, data, preCond, postFunc)
 		return true
 	end
 	io.write(json.serialize{status=&quot;ok&quot;})
-	postFunc(f, obj)
+	if postFunc then postFunc(f, obj) end
 	return true
 end
 </diff>
      <filename>forms/init.lua</filename>
    </modified>
    <modified>
      <diff>@@ -105,8 +105,8 @@ local Form = Widget:extend{
 	end;
 }
 
-local FlowForm = Form:extend{
-	__tag = .....&quot;.FlowForm&quot;;
+local Flow = Form:extend{
+	__tag = .....&quot;.Flow&quot;;
 	_beforeFields = &quot;&quot;;
 	_beforeLabel = &quot; &quot;;
 	_afterLabel = &quot; &quot;;
@@ -116,8 +116,8 @@ local FlowForm = Form:extend{
 	init = function () end;
 }
 
-local HorisontalTableForm = Form:extend{
-	__tag = .....&quot;.HorisontalTableForm&quot;;
+local HorisontalTable = Form:extend{
+	__tag = .....&quot;.HorisontalTable&quot;;
 	_beforeFields = &quot;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&quot;;
 	_beforeLabel = &quot;&lt;th&gt;&quot;;
 	_afterLabel = &quot;&lt;/th&gt;&quot;;
@@ -127,8 +127,8 @@ local HorisontalTableForm = Form:extend{
 	init = function () end;
 }
 
-local VerticalTableForm = Form:extend{
-	__tag = .....&quot;.HorisontalTableForm&quot;;
+local VerticalTable = Form:extend{
+	__tag = .....&quot;.HorisontalTable&quot;;
 	_beforeFields = &quot;&lt;table&gt;&lt;tbody&gt;&quot;;
 	_beforeLabel = &quot;&lt;tr&gt;&lt;th&gt;&quot;;
 	_afterLabel = &quot;&lt;/th&gt;&quot;;
@@ -139,6 +139,6 @@ local VerticalTableForm = Form:extend{
 }
 
 return {
-	Form=Form;FlowForm=FlowForm;HorisontalTableForm=HorisontalTableForm;
-	VerticalTableForm=VerticalTableForm;
+	Widget=Form;Flow=Flow;HorisontalTable=HorisontalTable;
+	VerticalTable=VerticalTable;
 }</diff>
      <filename>forms/widgets.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a062300ebb986f4edb3a402255e1a641783bd478</id>
    </parent>
    <parent>
      <id>5ae2accd3455ccb8986aa8b99852f9174562e240</id>
    </parent>
  </parents>
  <author>
    <name>Artyom Shein</name>
    <email>temiy@aisys.ru</email>
  </author>
  <url>http://github.com/temiy/luv/commit/a493d6b7c1ef97d82b038326dd5813c591fcfd9e</url>
  <id>a493d6b7c1ef97d82b038326dd5813c591fcfd9e</id>
  <committed-date>2009-11-03T08:50:14-08:00</committed-date>
  <authored-date>2009-11-03T08:50:14-08:00</authored-date>
  <message>Merge /media/disk/luv</message>
  <tree>964741a7b1ab00cb1a068a2fe35c97fc7b76b0b0</tree>
  <committer>
    <name>Artyom Shein</name>
    <email>temiy@aisys.ru</email>
  </committer>
</commit>
