JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
wfpl.git
18 years agothis_month() doesn't return with a leading zero
Jason Woofenden [Thu, 18 Jan 2007 14:39:45 +0000 (09:39 -0500)]
this_month() doesn't return with a leading zero

18 years agoadded (untested) updates to metaform's php template to do editing and deleting from...
Jason Woofenden [Sun, 31 Dec 2006 19:54:15 +0000 (14:54 -0500)]
added (untested) updates to metaform's php template to do editing and deleting from database

18 years agoMerge branch 'master' of /home/jason/dev/git/wfpl
Jason Woofenden [Sun, 31 Dec 2006 10:10:11 +0000 (05:10 -0500)]
Merge branch 'master' of /home/jason/dev/git/wfpl

18 years agodeleted run_file.php (copy of file_run.php)
Jason Woofenden [Sun, 31 Dec 2006 10:10:02 +0000 (05:10 -0500)]
deleted run_file.php (copy of file_run.php)

18 years agometaform: added int, hidden and password to list of available field types
Jason Woofenden [Sun, 31 Dec 2006 10:07:53 +0000 (05:07 -0500)]
metaform: added int, hidden and password to list of available field types
added copyright notice to session.php

18 years agomajor updates to db.php, added session.php, run.php uses file_run.php
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

18 years agometaform supports password and hidden fields
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

18 years agoadded 404 example files for run.php
Jason Woofenden [Sat, 30 Dec 2006 09:33:34 +0000 (04:33 -0500)]
added 404 example files for run.php

18 years agofixed run.php .htaccess example so it'll work for directory with no filename
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

18 years agofound out RewriteBase is redundant
Jason Woofenden [Sat, 30 Dec 2006 07:32:07 +0000 (02:32 -0500)]
found out RewriteBase is redundant

18 years agoformat_int() removes leading zeros
Jason Woofenden [Fri, 29 Dec 2006 08:47:38 +0000 (03:47 -0500)]
format_int() removes leading zeros

18 years agoadded stupid hack so I can have a default for a "pass by reference" parameter
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

18 years agodb_insert() can take data as separate arguments or as an array
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

18 years agocomments
Jason Woofenden [Thu, 28 Dec 2006 03:38:11 +0000 (22:38 -0500)]
comments

18 years agoadded db_insert
Jason Woofenden [Tue, 26 Dec 2006 21:12:16 +0000 (16:12 -0500)]
added db_insert

18 years agoadded db.php
Jason Woofenden [Mon, 25 Dec 2006 07:16:10 +0000 (02:16 -0500)]
added db.php

18 years agoadded enc_sql()
Jason Woofenden [Mon, 25 Dec 2006 07:15:57 +0000 (02:15 -0500)]
added enc_sql()

18 years agorun.php can't run from wfpl directory because there's no way to find the real DOCUMEN...
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

18 years agometaform: fields not are in the right order. added CSS for captions
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

18 years agometaform: added 'int' type, made preview more blatant, and ran the preview through...
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

18 years agoadded calendar.php
Jason Woofenden [Fri, 22 Dec 2006 03:06:00 +0000 (22:06 -0500)]
added calendar.php

18 years agorun.php works even through symbolic links
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

18 years agowith run.php you can make your own 404.html and/or 404.php
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

18 years agoupdated instructions
Jason Woofenden [Fri, 22 Dec 2006 00:52:38 +0000 (19:52 -0500)]
updated instructions

18 years agorenamed basics.php to misc.php
Jason Woofenden [Thu, 21 Dec 2006 04:46:56 +0000 (23:46 -0500)]
renamed basics.php to misc.php

18 years agoadded this_month() and this_year()
Jason Woofenden [Thu, 21 Dec 2006 04:45:11 +0000 (23:45 -0500)]
added this_month() and this_year()

19 years agoadded run.php
Jason Woofenden [Tue, 19 Dec 2006 07:56:24 +0000 (02:56 -0500)]
added run.php

19 years agoadded missing format_url needed by metaform
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

19 years agometaform actually sends e-mails now. and presents thankyou message
Jason Woofenden [Mon, 11 Dec 2006 23:03:40 +0000 (18:03 -0500)]
metaform actually sends e-mails now. and presents thankyou message

19 years agofixed template bug where load would get confused about a section start tag if it...
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

19 years agoadded install docs
Jason Woofenden [Mon, 11 Dec 2006 21:25:07 +0000 (16:25 -0500)]
added install docs

19 years agoadded tar.php. metaform working
Jason Woofenden [Mon, 11 Dec 2006 21:12:35 +0000 (16:12 -0500)]
added tar.php. metaform working

19 years agometaform working. added some encodings and formatters.
Jason Woofenden [Sun, 10 Dec 2006 13:32:51 +0000 (08:32 -0500)]
metaform working. added some encodings and formatters.

19 years agoadded unix_newlines()
Jason Woofenden [Sun, 10 Dec 2006 10:11:28 +0000 (05:11 -0500)]
added unix_newlines()

19 years agofactored out read_whole_file into basics.php
Jason Woofenden [Sun, 10 Dec 2006 09:21:23 +0000 (04:21 -0500)]
factored out read_whole_file into basics.php

19 years agoinitial import (from revision 1199 + email.php)
Jason Woofenden [Sun, 10 Dec 2006 09:16:40 +0000 (04:16 -0500)]
initial import (from revision 1199 + email.php)