2009-11-20 |
Jason Woofenden | added: tem_merge(), tem_merge_file()
|
commit | commitdiff | tree |
2009-11-11 |
Jason Woofenden | metaform: fixed bug when first field was an image
|
commit | commitdiff | tree |
2009-11-08 |
Jason Woofenden | metaform: take advantage of tem_auto_show()
|
commit | commitdiff | tree |
2009-11-08 |
Jason Woofenden | fixed encoding of spaces in pulldown value
|
commit | commitdiff | tree |
2009-11-08 |
Jason Woofenden | metaform has option for a session-based login-required
|
commit | commitdiff | tree |
2009-11-08 |
Jason Woofenden | metaform's updated for new template engine
|
commit | commitdiff | tree |
2009-11-08 |
Jason Woofenden | parse_template deleted "<!--" and "0" sections
|
commit | commitdiff | tree |
2009-11-04 |
Jason Woofenden | added tem_auto_last() and tem_auto_first()
|
commit | commitdiff | tree |
2009-11-04 |
Jason Woofenden | fixed/rewrote display_messages(), added columnize
|
commit | commitdiff | tree |
2009-11-04 |
Jason Woofenden | silenced warning when evenodd called with no data
|
commit | commitdiff | tree |
2009-11-04 |
Jason Woofenden | tem_auto_evenodd() starts on even
|
commit | commitdiff | tree |
2009-11-04 |
Jason Woofenden | tem_show() fails quietly when the template section...
|
commit | commitdiff | tree |
2009-11-03 |
Jason Woofenden | don't try to merge in the html file if there isn't one
|
commit | commitdiff | tree |
2009-11-03 |
Jason Woofenden | tem() now produces a valid empty template object
|
commit | commitdiff | tree |
2009-11-03 |
Jason Woofenden | metaform: display page has edit link at top
|
commit | commitdiff | tree |
2009-11-03 |
Jason Woofenden | removed debugging from format_image_w_h_thumb_w_h()
|
commit | commitdiff | tree |
2009-11-03 |
Jason Woofenden | Merge commit 'josh/master'
|
commit | commitdiff | tree |
2009-10-08 |
Jason Woofenden | metaform forms now have captions above fields
|
commit | commitdiff | tree |
2009-06-24 |
Jason Woofenden | added unit testing framework
|
commit | commitdiff | tree |
2009-06-24 |
Jason Woofenden | FIXED format_decimal(), and format_dollars/money()
|
commit | commitdiff | tree |
2009-06-21 |
Jason Woofenden | metaform: allow spaces in display names (singular and...
|
commit | commitdiff | tree |
2009-06-20 |
Jason Woofenden | metaform: fixed bug with listing but no display page...
|
commit | commitdiff | tree |
2009-06-03 |
Jason Woofenden | added new_readable_password()
|
commit | commitdiff | tree |
2009-06-02 |
Jason Woofenden | cleaned up README a little
|
commit | commitdiff | tree |
2009-06-02 |
Jason Woofenden | added enc_s()
|
commit | commitdiff | tree |
2009-05-29 |
Jason Woofenden | metaform: in generated php file: template sub-section...
|
commit | commitdiff | tree |
2009-05-28 |
Jason Woofenden | fix run.php for case where [basename].php and template...
|
commit | commitdiff | tree |
2009-05-28 |
Jason Woofenden | revamped uploaded image handling, added thumbnailing...
|
commit | commitdiff | tree |
2009-05-27 |
Jason Woofenden | fixed metaform so the variables in the generated html...
|
commit | commitdiff | tree |
2009-05-06 |
Jason Woofenden | run.php sets GLOBALS[basename] and handles 404 better
|
commit | commitdiff | tree |
2009-05-04 |
Jason Woofenden | allowed file name and table name and pretty-print plural...
|
commit | commitdiff | tree |
2009-04-10 |
Jason Woofenden | API CHANGE for cms integration. Instead of calling...
|
commit | commitdiff | tree |
2009-03-19 |
Jason Woofenden | CONFLICT WARNING: added: logged_in() and logged_in_as_admin()
|
commit | commitdiff | tree |
2009-03-12 |
Jason Woofenden | Merge branch 'master' of git@github.com:JasonWoof/wfpl ...branch 'master' of git@github.com:JasonWoof/wfpl
|
commit | commitdiff | tree |
2009-03-12 |
Jason Woofenden | added http_cache_forever()
|
commit | commitdiff | tree |
2009-02-13 |
Jason Woofenden | metaform: fixed typo (display of date format hint was...
|
commit | commitdiff | tree |
2009-02-13 |
Jason Woofenden | metaform: added pretty-printing for checkboxes and...
|
commit | commitdiff | tree |
2009-02-13 |
Jason Woofenden | metaform: default listing page now contains all non...
|
commit | commitdiff | tree |
2009-02-12 |
Jason Woofenden | metaform: added nice allignment to display page, added...
|
commit | commitdiff | tree |
2009-02-11 |
Jason Woofenden | when metaform's default php checks if the form is submitted...
|
commit | commitdiff | tree |
2009-02-06 |
Jason Woofenden | added code for 12 hour time formatting. Moved enc_mdy...
|
commit | commitdiff | tree |
2009-01-15 |
Jason Woofenden | enc_hhmm leaves a blank blank. remove extra whitespace...
|
commit | commitdiff | tree |
2009-01-15 |
Jason Woofenden | added functions to edit hours in hh:mm and save them...
|
commit | commitdiff | tree |
2008-12-30 |
Jason Woofenden | format_decimal() improved (but not tested much). It...
|
commit | commitdiff | tree |
2008-12-30 |
Jason Woofenden | fixed enc_mmddyyyy() so it leaves a blank blank
|
commit | commitdiff | tree |
2008-12-30 |
Jason Woofenden | metaform's 'date' type uses correct snippet from html...
|
commit | commitdiff | tree |
2008-12-11 |
Jason Woofenden | fixed broken <?php
|
commit | commitdiff | tree |
2008-12-10 |
Jason Woofenden | metaform lists types in alphabetical order
|
commit | commitdiff | tree |
2008-12-09 |
Jason Woofenden | added "singular" field, so metaform can generate better...
|
commit | commitdiff | tree |
2008-12-09 |
Jason Woofenden | added: enc_cap(), enc_htmlbrtab()
|
commit | commitdiff | tree |
2008-12-08 |
Jason Woofenden | Switched to clean urls (no .html at the end)
|
commit | commitdiff | tree |
2008-12-08 |
Jason Woofenden | metaform redirects after successful submit. metaform...
|
commit | commitdiff | tree |
2008-12-03 |
Jason Woofenden | Merge branch 'master' of git@github.com:JasonWoof/wfpl ...branch 'master' of git@github.com:JasonWoof/wfpl
|
commit | commitdiff | tree |
2008-12-03 |
Jason Woofenden | refactored date-mangling stuff a bit
|
commit | commitdiff | tree |
2008-11-21 |
Jason Woofenden | updated docs
|
commit | commitdiff | tree |
2008-11-21 |
Jason Woofenden | stopped including a copy of wfpl in metaform tarballs
|
commit | commitdiff | tree |
2008-11-21 |
Jason Woofenden | Merge branch 'master' of git@github.com:JasonWoof/wfpl ...branch 'master' of git@github.com:JasonWoof/wfpl
|
commit | commitdiff | tree |
2008-11-21 |
Jason Woofenden | Fixed format_decimal() to support negative numbers
|
commit | commitdiff | tree |
2008-11-21 |
Jason Woofenden | Straightened out checkbox in metaform so it defaults...
|
commit | commitdiff | tree |
2008-11-17 |
Jason Woofenden | Merge git@github.com:JasonWoof/wfpl Merge git@github.com:JasonWoof/wfpl
|
commit | commitdiff | tree |
2008-11-17 |
Jason Woofenden | format_url() now adds http:// if there's no :
|
commit | commitdiff | tree |
2008-11-17 |
Jason Woofenden | re-licensed under GPLv3
|
commit | commitdiff | tree |
2008-11-13 |
Jason Woofenden | metaform: fixed SQL for decimal and other weird numeric...
|
commit | commitdiff | tree |
2008-10-15 |
Jason | metaform's html type supports image uploads by default
|
commit | commitdiff | tree |
2008-09-15 |
Jason | fixed format_bool() to actually format as bool
|
commit | commitdiff | tree |
2008-09-15 |
Jason | Merge branch 'master' of /home/jason/dev/git/wfpl Merge branch 'master' of /home/jason/dev/git/wfpl
|
commit | commitdiff | tree |
2008-09-15 |
Jason | fixed enc_checked to work with new int-based checkbox
|
commit | commitdiff | tree |
2008-09-15 |
Jason | changed metaform's checkbox to use 0/1 in php and mysql
|
commit | commitdiff | tree |
2008-07-24 |
Jason | Merge branch 'master' of /home/jason/dev/git/wfpl Merge branch 'master' of /home/jason/dev/git/wfpl
|
commit | commitdiff | tree |
2008-07-24 |
Jason | metaform calls email() correctly, and uses reply_to...
|
commit | commitdiff | tree |
2008-07-04 |
Jason | run.php tem_set('basename') in template.html
|
commit | commitdiff | tree |
2008-06-27 |
Jason | disabled submit buttons in preview
|
commit | commitdiff | tree |
2008-06-05 |
Jason | fixed this_url() for https
|
commit | commitdiff | tree |
2008-05-29 |
jason | fixed exec_pipe() but it doesn't give you stderr anymore
|
commit | commitdiff | tree |
2008-05-29 |
jason | wrote exec thingie, but it doesn't work
|
commit | commitdiff | tree |
2008-05-29 |
jason | metaform sets main_body for site-wide template integration...
|
commit | commitdiff | tree |
2008-05-28 |
jason | added progress-bar uploader.php
|
commit | commitdiff | tree |
2008-05-21 |
jason | Merge branch 'master' of /home/jason/dev/git/wfpl Merge branch 'master' of /home/jason/dev/git/wfpl
|
commit | commitdiff | tree |
2008-05-21 |
jason | Merge branch 'master' of /home/jason/dev/git/wfpl Merge branch 'master' of /home/jason/dev/git/wfpl
|
commit | commitdiff | tree |
2008-05-21 |
jason | added dwt_get(), messages only display once
|
commit | commitdiff | tree |
2008-05-20 |
jason | messages should only be displayed once
|
commit | commitdiff | tree |
2008-04-30 |
jason | Merge branch 'master' of /home/jason/dev/git/wfpl Merge branch 'master' of /home/jason/dev/git/wfpl
|
commit | commitdiff | tree |
2008-04-30 |
jason | finally fixed URL in .htaccess file, removed extra...
|
commit | commitdiff | tree |
2008-04-19 |
jason | fixed dependancy on time.php in format_mdy_to_ymd()
|
commit | commitdiff | tree |
2008-04-19 |
jason | added enc_mmddyyyy() for text dates like 2008-05-22...
|
commit | commitdiff | tree |
2008-04-16 |
jason | Merge branch 'master' of /home/jason/dev/git/wfpl Merge branch 'master' of /home/jason/dev/git/wfpl
|
commit | commitdiff | tree |
2008-04-16 |
jason | factored out to/from _raw() to binary.php fixed .htaccess...
|
commit | commitdiff | tree |
2008-04-11 |
jason | Merge branch 'master' of /home/jason/dev/git/wfpl Merge branch 'master' of /home/jason/dev/git/wfpl
|
commit | commitdiff | tree |
2008-04-11 |
jason | added today_ymd()
|
commit | commitdiff | tree |
2008-04-11 |
jason | session_new() returns id, fixed db_count()
|
commit | commitdiff | tree |
2008-02-27 |
jason | Merge branch 'master' of /home/jason/dev/git/wfpl Merge branch 'master' of /home/jason/dev/git/wfpl
|
commit | commitdiff | tree |
2008-02-27 |
jason | fixed spelling
|
commit | commitdiff | tree |
2008-02-13 |
jason | Merge branch 'master' of /home/jason/dev/git/wfpl Merge branch 'master' of /home/jason/dev/git/wfpl
|
commit | commitdiff | tree |
2008-02-13 |
jason | added: format_h_w_image()
|
commit | commitdiff | tree |
2008-01-09 |
Jason Woofenden | fixed bug where some template data variables were being...
|
commit | commitdiff | tree |
2007-12-20 |
Jason Woofenden | metaform e-mails sort multi-line fields properly
|
commit | commitdiff | tree |
2007-12-20 |
Jason Woofenden | metaform's .htaccess specifies php settings, tinymce...
|
commit | commitdiff | tree |
2007-12-05 |
Jason Woofenden | redirect() allows ./ profix, metaform uses tinymce...
|
commit | commitdiff | tree |
2007-12-05 |
Jason Woofenden | Merge branch 'master' of /home/jason/dev/git/wfpl Merge branch 'master' of /home/jason/dev/git/wfpl
|
commit | commitdiff | tree |
2007-12-05 |
Jason Woofenden | Merge branch 'master' of /home/jason/dev/git/wfpl Merge branch 'master' of /home/jason/dev/git/wfpl
|
commit | commitdiff | tree |
next |