summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2008-12-17 01:34:15 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2008-12-17 01:34:15 +0000
commit64b823303af9dcb002370d0611c5783a8c610442 (patch)
tree883d4d70a5a4f3c593063db13c1e1c2e19b52129 /TODO
parentb6de69e02e1a4b2ffebc93cc609bbd000949591d (diff)
downloadhaserl-64b823303af9dcb002370d0611c5783a8c610442.tar.bz2
haserl-64b823303af9dcb002370d0611c5783a8c610442.tar.xz
Reverted back to 0.9.24 codebase, releasing 0.9.25 off of it. 0.9.25 pre had new llist libraries that seem to be borked
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 18 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..af53332
--- /dev/null
+++ b/TODO
@@ -0,0 +1,18 @@
+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
+* combine all the llist stuff into one generic library. (save space)
+6 Feb 2007
+* Investigate fastcgi for the lua version of haserl