summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2011-05-10 01:22:50 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2011-05-10 01:22:50 +0000
commit1251e3c4b2b4845fc5a0ee01b56a6c2669437cad (patch)
treee0b55195cde4d5f2f4844132fdb286e2906c947e /TODO
parentdd3a2d24cb75eb4c8f9c65dddd79e23546bf36b0 (diff)
downloadhaserl-1251e3c4b2b4845fc5a0ee01b56a6c2669437cad.tar.bz2
haserl-1251e3c4b2b4845fc5a0ee01b56a6c2669437cad.tar.xz
0.9.29 candidate
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index af53332..7ea2c3b 100644
--- a/TODO
+++ b/TODO
@@ -1,15 +1,7 @@
-15 Feb 2008
-* multiselect needs to return an array of values. PHP handles it like this:
- if the variable is foo[] then an array is returned. If the variable name
- in the form is foo, then the last value is returned. For shell, make it
- a \n delimited array, so that you can do for a in $foo; do (bb ash doesnt
- support real arrays.) Lua could though. (Scott) - DONE - but lua is newline
- terminated, not as a table.
25 Jan 2008
* change sliding_buffer into a circular buffer to reduce mem moves.
* turn haserl core into a busybox applet
20 Nov 2007
-* Add option to separate FORM into COOKIE, GET, POST tables (DONE - Scott)
* Make it easier for people like Scott to make new haserl tags
* Release a 0.10.0 or 1.0.0 version already
12 Jul 2007