JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
wfpl.git
2008-11-21 Jason Woofendenupdated docs
2008-11-21 Jason Woofendenstopped including a copy of wfpl in metaform tarballs
2008-11-21 Jason WoofendenMerge branch 'master' of git@github.com:JasonWoof/wfpl
2008-11-21 Jason WoofendenFixed format_decimal() to support negative numbers
2008-11-21 Jason WoofendenStraightened out checkbox in metaform so it defaults...
2008-11-17 Jason WoofendenMerge git@github.com:JasonWoof/wfpl
2008-11-17 Jason Woofendenformat_url() now adds http:// if there's no :
2008-11-17 Jason Woofendenre-licensed under GPLv3
2008-11-13 Jason Woofendenmetaform: fixed SQL for decimal and other weird numeric...
2008-10-15 Jasonmetaform's html type supports image uploads by default
2008-09-15 Jasonfixed format_bool() to actually format as bool
2008-09-15 JasonMerge branch 'master' of /home/jason/dev/git/wfpl
2008-09-15 Jasonfixed enc_checked to work with new int-based checkbox
2008-09-15 Jasonchanged metaform's checkbox to use 0/1 in php and mysql
2008-07-24 JasonMerge branch 'master' of /home/jason/dev/git/wfpl
2008-07-24 Jasonmetaform calls email() correctly, and uses reply_to...
2008-07-04 Jasonrun.php tem_set('basename') in template.html
2008-06-27 Jasondisabled submit buttons in preview
2008-06-05 Jasonfixed this_url() for https
2008-05-29 jasonfixed exec_pipe() but it doesn't give you stderr anymore
2008-05-29 jasonwrote exec thingie, but it doesn't work
2008-05-29 jasonmetaform sets main_body for site-wide template integrat...
2008-05-28 jasonadded progress-bar uploader.php
2008-05-21 jasonMerge branch 'master' of /home/jason/dev/git/wfpl
2008-05-21 jasonMerge branch 'master' of /home/jason/dev/git/wfpl
2008-05-21 jasonadded dwt_get(), messages only display once
2008-05-20 jasonmessages should only be displayed once
2008-04-30 jasonMerge branch 'master' of /home/jason/dev/git/wfpl
2008-04-30 jasonfinally fixed URL in .htaccess file, removed extra...
2008-04-19 jasonfixed dependancy on time.php in format_mdy_to_ymd()
2008-04-19 jasonadded enc_mmddyyyy() for text dates like 2008-05-22...
2008-04-16 jasonMerge branch 'master' of /home/jason/dev/git/wfpl
2008-04-16 jasonfactored out to/from _raw() to binary.php fixed .htacce...
2008-04-11 jasonMerge branch 'master' of /home/jason/dev/git/wfpl
2008-04-11 jasonadded today_ymd()
2008-04-11 jasonsession_new() returns id, fixed db_count()
2008-02-27 jasonMerge branch 'master' of /home/jason/dev/git/wfpl
2008-02-27 jasonfixed spelling
2008-02-13 jasonMerge branch 'master' of /home/jason/dev/git/wfpl
2008-02-13 jasonadded: format_h_w_image()
2008-01-09 Jason Woofendenfixed bug where some template data variables were being...
2007-12-20 Jason Woofendenmetaform e-mails sort multi-line fields properly
2007-12-20 Jason Woofendenmetaform's .htaccess specifies php settings, tinymce...
2007-12-05 Jason Woofendenredirect() allows ./ profix, metaform uses tinymce...
2007-12-05 Jason WoofendenMerge branch 'master' of /home/jason/dev/git/wfpl
2007-12-05 Jason WoofendenMerge branch 'master' of /home/jason/dev/git/wfpl
2007-12-05 Jason Woofendenadded tem_prepend(), format_email() trim()s
2007-11-28 Jason Woofendenmetaform: textarea is smaller, s/tem_sub/tem_show/
2007-11-12 Jason Woofendeninserted missing ; in metaform php template
2007-11-11 Jason Woofendenfixed dwt_set() so you can call it multiple times with...
2007-10-22 Jason WoofendenMerge branch 'master' of /home/jason/dev/git/wfpl
2007-10-22 Jason Woofendenadded even/odd enc type
2007-10-22 Jason Woofendenfixed format_options() (broken by recent pulldown changes)
2007-10-18 Jason Woofendenfixed enc_states() and enc_provinces (recent pulldown...
2007-10-18 Jason Woofendenfixed format_int() to remove leading zeros even when...
2007-10-18 Jason WoofendenMerge branch 'master' of /home/jason/dev/git/wfpl
2007-10-18 Jason Woofendenadded: tem->append(). run.php supports cms. Spaces...
2007-10-16 Jason Woofendenfixed pulldown() so you can have two elements with...
2007-10-12 Jason Woofendenmade date conversion programs default to the current...
2007-10-12 Jason Woofendenadded date type to metaform and template
2007-10-12 Jason Woofendenmetaform's image handler fixed. metaform's *_main(...
2007-10-12 Jason Woofendenfixed metaform's image support to always use the hidden...
2007-10-08 Jason Woofendenrenamed tem_sub() to tem_show()
2007-10-03 Jason Woofendennew date-mangling functions
2007-10-02 Jason Woofendenemail() takes reply-to parameter, added: db_count()
2007-09-24 Jason Woofendenfixed make_thumbnail() and image support in metaform...
2007-09-24 Jason Woofendenrefactored path_to_convert
2007-09-24 Jason Woofendenubuntu name for exuberant-ctags
2007-09-24 Jason Woofendenadded Makefile to examples (for tags generation)
2007-09-24 Jason WoofendenMerge branch 'master' of /home/jason/dev/git/wfpl
2007-09-24 Jason Woofendenupdated coding conventions and fixed states pulldown
2007-09-18 Jason Woofendenfixed merge conflicts
2007-09-18 Jason Woofendenfixed file_run to use _main postfix, added enc_url_path...
2007-09-14 Jason Woofendenfile_run now REQUIRES that the main function have _main...
2007-09-14 Jason Woofendenfile_run() expects _main suffix. added: enc_htmlbr...
2007-07-26 Jason Woofendenadded examples/session.sql, metaform: added varname
2007-07-17 Jason WoofendenMerge branch 'master' of /home/jason/dev/git/wfpl
2007-07-17 Jason Woofendenfixed typo (produced stupid looking code that worked)
2007-07-13 Jason Woofendenfixed typo
2007-07-11 Jason Woofendenfixed pulldowns, metaform suppors zip and decimal,...
2007-06-29 Jason Woofendenadded format_int_0()
2007-06-25 Jason Woofendenadded days_to_ymd() and ymd_to_days()
2007-06-25 Jason Woofendenadded: dwt_load_str() and enc_jsdq()
2007-06-15 Jason WoofendenMerge branch 'master' of /home/jason/dev/git/wfpl
2007-06-15 Jason Woofendenmetaform: added pulldown support, added leftcheck
2007-06-15 Jason Woofendenmetaform capitalizes default captions, added tem::load_...
2007-06-14 Jason Woofendenfixed session_purge_old() and session_messages.php...
2007-06-14 Jason WoofendenUNTESTED: added session_messages.php (saves/restores...
2007-06-14 Jason Woofendenfixed tem::run()
2007-06-14 Jason Woofendentem_run() (and tem::run()) doesn't overwrite the templa...
2007-06-14 Jason WoofendenMerge branch 'master' of /home/jason/dev/git/wfpl
2007-06-14 Jason Woofendenmetaform doesn't include the hidden field for the datab...
2007-06-14 Jason Woofendencommented run.php a little
2007-06-14 Jason Woofendenmetaform only sends .sql file if you check 'db'. added...
2007-06-14 Jason WoofendenOh yeah, and now hyphens are allowed in filenames ...
2007-06-14 Jason Woofendenadded dwt_append_raw(), format_filename() converts...
2007-06-08 Jason WoofendenMerge branch 'master' of /home/jason/dev/git/wfpl
2007-06-08 Jason Woofendenadded optional http-auth to metaform
2007-06-08 Jason Woofendenadded fdb_delete() (UNTESTED)
2007-06-05 Jason Woofendenfixed conflict
next