<feed xmlns='http://www.w3.org/2005/Atom'>
<title>acf-core/lib/README, branch master</title>
<subtitle>ACF module for core
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/acf/acf-core/'/>
<entry>
<title>Remove trailing whitespace</title>
<updated>2016-08-04T15:55:56+00:00</updated>
<author>
<name>Ted Trask</name>
<email>ttrask01@yahoo.com</email>
</author>
<published>2016-08-04T15:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/acf/acf-core/commit/?id=a0c9b5cb07e4b691874e858527e36cb8c83c56d0'/>
<id>a0c9b5cb07e4b691874e858527e36cb8c83c56d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed controllerfunction.lua and moved handle_form and handle_clientdata into mvc.lua</title>
<updated>2012-02-23T15:27:32+00:00</updated>
<author>
<name>Ted Trask</name>
<email>ttrask01@yahoo.com</email>
</author>
<published>2012-02-23T15:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/acf/acf-core/commit/?id=94e98d227ef5e21485bafd859b23d5d709ba79a8'/>
<id>94e98d227ef5e21485bafd859b23d5d709ba79a8</id>
<content type='text'>
mvc.lua has generic versions of the functions, overridden in acf_www and acf_cli with customizations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mvc.lua has generic versions of the functions, overridden in acf_www and acf_cli with customizations
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual module</title>
<updated>2012-02-02T20:59:08+00:00</updated>
<author>
<name>Ted Trask</name>
<email>ttrask01@yahoo.com</email>
</author>
<published>2012-02-02T20:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/acf/acf-core/commit/?id=df80810456f4a13d48eba24bfa1fa79b360c8426'/>
<id>df80810456f4a13d48eba24bfa1fa79b360c8426</id>
<content type='text'>
It should have been a module all along, but wasn't
Unfortunately, this means changes to pretty much every view file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It should have been a module all along, but wasn't
Unfortunately, this means changes to pretty much every view file
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed getopts library and added functionality to format library as opts_to_table, table_to_opts, parse_configfile2, update_configfile2, get_section, and set_section.  New functions work on strings, not files.  Modified all code using getopts to use format instead. Fixed nil string bugs in TCPProxy.  Fixed forward only bug in DNSCache.</title>
<updated>2008-09-29T18:01:28+00:00</updated>
<author>
<name>Ted Trask</name>
<email>ttrask01@yahoo.com</email>
</author>
<published>2008-09-29T18:01:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/acf/acf-core/commit/?id=6653bf15788592e34d1e5acce850142c15e52b46'/>
<id>6653bf15788592e34d1e5acce850142c15e52b46</id>
<content type='text'>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved procps and daemoncontrol functionality into processinfo.lua and deleted procps.lua and daemoncontrol.lua.  This saves space on the server.</title>
<updated>2008-09-25T19:12:54+00:00</updated>
<author>
<name>Ted Trask</name>
<email>ttrask01@yahoo.com</email>
</author>
<published>2008-09-25T19:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/acf/acf-core/commit/?id=493d9b8bf842a8b7e781f1672d4792fb84c79b16'/>
<id>493d9b8bf842a8b7e781f1672d4792fb84c79b16</id>
<content type='text'>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1519 ab2d0c66-481e-0410-8bed-d214d4d58bed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1519 ab2d0c66-481e-0410-8bed-d214d4d58bed
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved cfe into mvc.lua and removed cfe.lua.</title>
<updated>2008-09-25T18:35:42+00:00</updated>
<author>
<name>Ted Trask</name>
<email>ttrask01@yahoo.com</email>
</author>
<published>2008-09-25T18:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/acf/acf-core/commit/?id=d7dd7e74c68f715655c5c4e497b9f82ef336202e'/>
<id>d7dd7e74c68f715655c5c4e497b9f82ef336202e</id>
<content type='text'>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1518 ab2d0c66-481e-0410-8bed-d214d4d58bed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1518 ab2d0c66-481e-0410-8bed-d214d4d58bed
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed split and join libraries.  Join is handled by table.concat.  Split is handled by format.string_to_table.</title>
<updated>2008-09-25T17:42:43+00:00</updated>
<author>
<name>Ted Trask</name>
<email>ttrask01@yahoo.com</email>
</author>
<published>2008-09-25T17:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/acf/acf-core/commit/?id=c17faf4b793db95a6957fcf5af7b73acaee2dc76'/>
<id>c17faf4b793db95a6957fcf5af7b73acaee2dc76</id>
<content type='text'>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1515 ab2d0c66-481e-0410-8bed-d214d4d58bed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1515 ab2d0c66-481e-0410-8bed-d214d4d58bed
</pre>
</div>
</content>
</entry>
<entry>
<title>Another trivial commit</title>
<updated>2008-04-18T15:59:12+00:00</updated>
<author>
<name>Ted Trask</name>
<email>ttrask01@yahoo.com</email>
</author>
<published>2008-04-18T15:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/acf/acf-core/commit/?id=ed9bf961c16e1f9d58f39ebb1afc289e5564ebfe'/>
<id>ed9bf961c16e1f9d58f39ebb1afc289e5564ebfe</id>
<content type='text'>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1029 ab2d0c66-481e-0410-8bed-d214d4d58bed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1029 ab2d0c66-481e-0410-8bed-d214d4d58bed
</pre>
</div>
</content>
</entry>
<entry>
<title>a minor change</title>
<updated>2008-04-18T15:58:32+00:00</updated>
<author>
<name>Ted Trask</name>
<email>ttrask01@yahoo.com</email>
</author>
<published>2008-04-18T15:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/acf/acf-core/commit/?id=6e63b550ea367d2c7c408c4c07cd528e4a0ee6e1'/>
<id>6e63b550ea367d2c7c408c4c07cd528e4a0ee6e1</id>
<content type='text'>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1028 ab2d0c66-481e-0410-8bed-d214d4d58bed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1028 ab2d0c66-481e-0410-8bed-d214d4d58bed
</pre>
</div>
</content>
</entry>
<entry>
<title>Made validator functions useful after load, fixed a bug in format, changed README to reflect changes</title>
<updated>2007-12-05T21:54:10+00:00</updated>
<author>
<name>Mike Mason</name>
<email>ms13sp@gmail.com</email>
</author>
<published>2007-12-05T21:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/acf/acf-core/commit/?id=15f95a3134ed82b8e65b23fad5b71ef088061970'/>
<id>15f95a3134ed82b8e65b23fad5b71ef088061970</id>
<content type='text'>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@413 ab2d0c66-481e-0410-8bed-d214d4d58bed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@413 ab2d0c66-481e-0410-8bed-d214d4d58bed
</pre>
</div>
</content>
</entry>
</feed>
