2009-08-22 |
Josh Grams | * template.php (tem_is_old_sub): oops, missed one rename. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Josh Grams | * template.php: compatibility API, mods to auto functions. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Josh Grams | * db.php (db_get_row, db_get_rows): drop result type... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Josh Grams | * template.php (parse_template): every tag preceded... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Josh Grams | * template.php: more renames (specify 'data'). |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Josh Grams | * template.php: rearrange; rename tem_get to avoid... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Josh Grams | wfpl_template: renamed to wfpl_tem_data to avoid confli... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Josh Grams | * template.php (tem_auto_once): renamed to tem_auto_show. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Josh Grams | * template.php: switch to generic linked stack. |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Josh Grams | * messages.php (display_messages): I don't know why... |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Josh Grams | * db.php (db_get_row, db_get_rows): optional arg for... |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Josh Grams | * template.php: changed arg order, new context stack... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Josh Grams | * template.php: doc fixes. |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Josh Grams | * template.php: tem_get to tem_get_rows, _tem_get to... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Josh Grams | * New template system. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Jason Woofenden | added unit testing framework |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Jason Woofenden | FIXED format_decimal(), and format_dollars/money() |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Jason Woofenden | metaform: allow spaces in display names (singular and... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Jason Woofenden | metaform: fixed bug with listing but no display page... |
commit | commitdiff | tree | snapshot |
2009-06-03 |
Jason Woofenden | added new_readable_password() |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Jason Woofenden | cleaned up README a little |
commit | commitdiff | tree | snapshot |
2009-06-02 |
Jason Woofenden | added enc_s() |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Jason Woofenden | metaform: in generated php file: template sub-section... |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Jason Woofenden | fix run.php for case where [basename].php and template... |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Jason Woofenden | revamped uploaded image handling, added thumbnailing... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Jason Woofenden | fixed metaform so the variables in the generated html... |
commit | commitdiff | tree | snapshot |
2009-05-06 |
Jason Woofenden | run.php sets GLOBALS[basename] and handles 404 better |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Jason Woofenden | allowed file name and table name and pretty-print plura... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Jason Woofenden | API CHANGE for cms integration. Instead of calling... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Jason Woofenden | CONFLICT WARNING: added: logged_in() and logged_in_as_a... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Jason Woofenden | Merge branch 'master' of git@github.com:JasonWoof/wfpl |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Jason Woofenden | added http_cache_forever() |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Jason Woofenden | metaform: fixed typo (display of date format hint was... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Jason Woofenden | metaform: added pretty-printing for checkboxes and... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Jason Woofenden | metaform: default listing page now contains all non... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Jason Woofenden | metaform: added nice allignment to display page, added... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Jason Woofenden | when metaform's default php checks if the form is submi... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Jason Woofenden | added code for 12 hour time formatting. Moved enc_mdy... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Jason Woofenden | enc_hhmm leaves a blank blank. remove extra whitespace... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Jason Woofenden | added functions to edit hours in hh:mm and save them... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Jason Woofenden | format_decimal() improved (but not tested much). It... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Jason Woofenden | fixed enc_mmddyyyy() so it leaves a blank blank |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Jason Woofenden | metaform's 'date' type uses correct snippet from html... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Jason Woofenden | fixed broken <?php |
commit | commitdiff | tree | snapshot |
2008-12-10 |
Jason Woofenden | metaform lists types in alphabetical order |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Jason Woofenden | added "singular" field, so metaform can generate better... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Jason Woofenden | added: enc_cap(), enc_htmlbrtab() |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Jason Woofenden | Switched to clean urls (no .html at the end) |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Jason Woofenden | metaform redirects after successful submit. metaform... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Jason Woofenden | Merge branch 'master' of git@github.com:JasonWoof/wfpl |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Jason Woofenden | refactored date-mangling stuff a bit |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Jason Woofenden | updated docs |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Jason Woofenden | stopped including a copy of wfpl in metaform tarballs |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Jason Woofenden | Merge branch 'master' of git@github.com:JasonWoof/wfpl |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Jason Woofenden | Fixed format_decimal() to support negative numbers |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Jason Woofenden | Straightened out checkbox in metaform so it defaults... |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Jason Woofenden | Merge git@github.com:JasonWoof/wfpl |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Jason Woofenden | format_url() now adds http:// if there's no : |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Jason Woofenden | re-licensed under GPLv3 |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Jason Woofenden | metaform: fixed SQL for decimal and other weird numeric... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Jason | metaform's html type supports image uploads by default |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Jason | fixed format_bool() to actually format as bool |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Jason | Merge branch 'master' of /home/jason/dev/git/wfpl |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Jason | fixed enc_checked to work with new int-based checkbox |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Jason | changed metaform's checkbox to use 0/1 in php and mysql |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Jason | Merge branch 'master' of /home/jason/dev/git/wfpl |
commit | commitdiff | tree | snapshot |
2008-07-24 |
Jason | metaform calls email() correctly, and uses reply_to... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Jason | run.php tem_set('basename') in template.html |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Jason | disabled submit buttons in preview |
commit | commitdiff | tree | snapshot |
2008-06-05 |
Jason | fixed this_url() for https |
commit | commitdiff | tree | snapshot |
2008-05-29 |
jason | fixed exec_pipe() but it doesn't give you stderr anymore |
commit | commitdiff | tree | snapshot |
2008-05-29 |
jason | wrote exec thingie, but it doesn't work |
commit | commitdiff | tree | snapshot |
2008-05-29 |
jason | metaform sets main_body for site-wide template integrat... |
commit | commitdiff | tree | snapshot |
2008-05-28 |
jason | added progress-bar uploader.php |
commit | commitdiff | tree | snapshot |
2008-05-21 |
jason | Merge branch 'master' of /home/jason/dev/git/wfpl |
commit | commitdiff | tree | snapshot |
2008-05-21 |
jason | Merge branch 'master' of /home/jason/dev/git/wfpl |
commit | commitdiff | tree | snapshot |
2008-05-21 |
jason | added dwt_get(), messages only display once |
commit | commitdiff | tree | snapshot |
2008-05-20 |
jason | messages should only be displayed once |
commit | commitdiff | tree | snapshot |
2008-04-30 |
jason | Merge branch 'master' of /home/jason/dev/git/wfpl |
commit | commitdiff | tree | snapshot |
2008-04-30 |
jason | finally fixed URL in .htaccess file, removed extra... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
jason | fixed dependancy on time.php in format_mdy_to_ymd() |
commit | commitdiff | tree | snapshot |
2008-04-19 |
jason | added enc_mmddyyyy() for text dates like 2008-05-22... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
jason | Merge branch 'master' of /home/jason/dev/git/wfpl |
commit | commitdiff | tree | snapshot |
2008-04-16 |
jason | factored out to/from _raw() to binary.php fixed .htacce... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
jason | Merge branch 'master' of /home/jason/dev/git/wfpl |
commit | commitdiff | tree | snapshot |
2008-04-11 |
jason | added today_ymd() |
commit | commitdiff | tree | snapshot |
2008-04-11 |
jason | session_new() returns id, fixed db_count() |
commit | commitdiff | tree | snapshot |
2008-02-27 |
jason | Merge branch 'master' of /home/jason/dev/git/wfpl |
commit | commitdiff | tree | snapshot |
2008-02-27 |
jason | fixed spelling |
commit | commitdiff | tree | snapshot |
2008-02-13 |
jason | Merge branch 'master' of /home/jason/dev/git/wfpl |
commit | commitdiff | tree | snapshot |
2008-02-13 |
jason | added: format_h_w_image() |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Jason Woofenden | fixed bug where some template data variables were being... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Jason Woofenden | metaform e-mails sort multi-line fields properly |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Jason Woofenden | metaform's .htaccess specifies php settings, tinymce... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Jason Woofenden | redirect() allows ./ profix, metaform uses tinymce... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Jason Woofenden | Merge branch 'master' of /home/jason/dev/git/wfpl |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Jason Woofenden | Merge branch 'master' of /home/jason/dev/git/wfpl |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Jason Woofenden | added tem_prepend(), format_email() trim()s |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Jason Woofenden | metaform: textarea is smaller, s/tem_sub/tem_show/ |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Jason Woofenden | inserted missing ; in metaform php template |
commit | commitdiff | tree | snapshot |
next |