summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jason Woofenden [Sun, 31 Dec 2006 09:26:32 +0000 (04:26 -0500)]
major updates to db.php, added session.php, run.php uses file_run.php
added db_delete(), db_update(), db_auto_id(), db_replace()
fixed lots of places in db.php where it wasn't passing the mysql link identifier
added redirect() to http.php
run.php now calls file_run() (so you define a function in your file that matches the basename)
and you can return another basename, and run.php will do that one
session.php uses session cookies (cookies that dissapear when the browser is closed) sessions also expire from the db at a given time
Jason Woofenden [Sun, 31 Dec 2006 06:11:45 +0000 (01:11 -0500)]
metaform supports password and hidden fields
varibles from form are much more accessible
now set up to be used from run.php if available
Jason Woofenden [Sat, 30 Dec 2006 09:33:34 +0000 (04:33 -0500)]
added 404 example files for run.php
Jason Woofenden [Sat, 30 Dec 2006 08:56:36 +0000 (03:56 -0500)]
fixed run.php .htaccess example so it'll work for directory with no filename
improved css for calendar
Jason Woofenden [Sat, 30 Dec 2006 07:32:07 +0000 (02:32 -0500)]
found out RewriteBase is redundant
Jason Woofenden [Fri, 29 Dec 2006 08:47:38 +0000 (03:47 -0500)]
format_int() removes leading zeros
Jason Woofenden [Thu, 28 Dec 2006 09:51:23 +0000 (04:51 -0500)]
added stupid hack so I can have a default for a "pass by reference" parameter
Jason Woofenden [Thu, 28 Dec 2006 09:50:42 +0000 (04:50 -0500)]
db_insert() can take data as separate arguments or as an array
Jason Woofenden [Thu, 28 Dec 2006 03:38:11 +0000 (22:38 -0500)]
comments
Jason Woofenden [Tue, 26 Dec 2006 21:12:16 +0000 (16:12 -0500)]
added db_insert
Jason Woofenden [Mon, 25 Dec 2006 07:16:10 +0000 (02:16 -0500)]
added db.php
Jason Woofenden [Mon, 25 Dec 2006 07:15:57 +0000 (02:15 -0500)]
added enc_sql()
Jason Woofenden [Sat, 23 Dec 2006 17:47:14 +0000 (12:47 -0500)]
run.php can't run from wfpl directory because there's no way to find the real DOCUMENT_ROOT
now you have to link it from your directory
Jason Woofenden [Fri, 22 Dec 2006 04:16:23 +0000 (23:16 -0500)]
metaform: fields not are in the right order. added CSS for captions
Jason Woofenden [Fri, 22 Dec 2006 04:05:38 +0000 (23:05 -0500)]
metaform: added 'int' type, made preview more blatant, and ran the preview through the template engine before displaying
Jason Woofenden [Fri, 22 Dec 2006 03:06:00 +0000 (22:06 -0500)]
added calendar.php
Jason Woofenden [Fri, 22 Dec 2006 02:59:24 +0000 (21:59 -0500)]
run.php works even through symbolic links
running sub-templates clears their sub-templates
Jason Woofenden [Fri, 22 Dec 2006 01:14:56 +0000 (20:14 -0500)]
with run.php you can make your own 404.html and/or 404.php
Jason Woofenden [Fri, 22 Dec 2006 00:52:38 +0000 (19:52 -0500)]
updated instructions
Jason Woofenden [Thu, 21 Dec 2006 04:46:56 +0000 (23:46 -0500)]
renamed basics.php to misc.php
Jason Woofenden [Thu, 21 Dec 2006 04:45:11 +0000 (23:45 -0500)]
added this_month() and this_year()
Jason Woofenden [Tue, 19 Dec 2006 07:56:24 +0000 (02:56 -0500)]
added run.php
Jason Woofenden [Tue, 19 Dec 2006 07:09:23 +0000 (02:09 -0500)]
added missing format_url needed by metaform
template can now handle multiple encodings for one var, eg foo.html.sql
Jason Woofenden [Mon, 11 Dec 2006 23:03:40 +0000 (18:03 -0500)]
metaform actually sends e-mails now. and presents thankyou message
Jason Woofenden [Mon, 11 Dec 2006 23:02:54 +0000 (18:02 -0500)]
fixed template bug where load would get confused about a section start tag if it was shortly after a "<!--~" that wasn't a start tag or end tag
Jason Woofenden [Mon, 11 Dec 2006 21:25:07 +0000 (16:25 -0500)]
added install docs
Jason Woofenden [Mon, 11 Dec 2006 21:12:35 +0000 (16:12 -0500)]
added tar.php. metaform working
Jason Woofenden [Sun, 10 Dec 2006 13:32:51 +0000 (08:32 -0500)]
metaform working. added some encodings and formatters.
Jason Woofenden [Sun, 10 Dec 2006 10:11:28 +0000 (05:11 -0500)]
added unix_newlines()
Jason Woofenden [Sun, 10 Dec 2006 09:21:23 +0000 (04:21 -0500)]
factored out read_whole_file into basics.php
Jason Woofenden [Sun, 10 Dec 2006 09:16:40 +0000 (04:16 -0500)]
initial import (from revision 1199 + email.php)