3
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Throw an exception if paginator page size is less than 1. More... about 12 years ago
Merge pull request #45 from ardell/increaseEmailFontSize-jason
apinstein
as Alan Pinstein
More... about 12 years ago
Hard-code htmlified mail messages to font-size: 16px so they don't show up tiny in mail clients. More... about 12 years ago
Merge pull request #44 from ardell/addHttpsSupportToValidateUrl
apinstein
as Alan Pinstein
More... about 12 years ago
Add tests for WFKeyValueValidators::validateUrl, including tests for https support. More... about 12 years ago
Add https support to WFKeyValueValidators::validateUrl. More... about 12 years ago
Merge pull request #42 from ardell/master
apinstein
as Alan Pinstein
More... about 12 years ago
Add an optional 'Sign Up' link to the login form. More... about 12 years ago
add note
apinstein
as Alan Pinstein
More... over 12 years ago
remove unneccesary newline that caused layout problems in html.
apinstein
as Alan Pinstein
More... over 12 years ago
Merge branch 'master' of git://github.com/apinstein/phocoa
apinstein
as Alan Pinstein
More... over 12 years ago
Add WFWebApplication::wwwAssetUrl() to help in producing cache-busted URLs to assets in the www directly.
apinstein
as Alan Pinstein
More... over 12 years ago
Merge pull request #39 from ardell/fixEmailValidator-jason
apinstein
as Alan Pinstein
More... over 12 years ago
Merge pull request #40 from ardell/firefoxHtml5MaxUploadSize-jason
apinstein
as Alan Pinstein
More... over 12 years ago
Work around Firefox DOM inconsistency reporting file size causing the HTML5 uploader not to catch uploaded files that were above the maximum upload size. More... over 12 years ago
Fix email validation inconsistency between Mail_Mailer::emailOK and WFKeyValueValidators::validateEmail. More... over 12 years ago
Fixed bug where WFPagination::itemCount was causing invalid sql in cases where there was more than one 'from' in a query (e.g. temporary tables, sub-selects, EPOCH FROM casting, etc). More... over 12 years ago
[gh-36] Add an option to HTML-ify plain text only emails to fix an issue where MS Outlook would insert a line break that would screw up text links. More... over 12 years ago
Merge branch 'master' of git://github.com/apinstein/phocoa
apinstein
as Alan Pinstein
More... over 12 years ago
[bugfix] Set up default charset in html head.tpl.
apinstein
as Alan Pinstein
More... over 12 years ago
Merge pull request #34 from ardell/master
apinstein
as Alan Pinstein
More... over 12 years ago
fix bug that causes firefox 3.6 to fetch bogus files.
apinstein
as Alan Pinstein
More... over 12 years ago
Merge pull request #35 from kanwei/patch-1
apinstein
as Alan Pinstein
More... over 12 years ago
split() is deprecated in 5.3, use explode() instead More... over 12 years ago
Allow specifying an HTTP code in WFRequestController_RedirectException; default to 302 for backwards compatibility. More... over 12 years ago
tweak code style
apinstein
as Alan Pinstein
More... over 12 years ago
add skinTypeDir template variable.
apinstein
as Alan Pinstein
More... over 12 years ago
Add a skin variable skinTemplatesDir to make it easy to do includes in your skin template files.
apinstein
as Alan Pinstein
More... over 12 years ago
Update error message to automatically reference upload filename if there are multiple uploads in a single submission.
apinstein
as Alan Pinstein
More... over 12 years ago
Improve error handling/reporting of PHP-level upload errors. Add support for maxUploadBytes in WFHTML5_Uploader. Update default maxUploadBytes for WFYAHOO_widget_Uploader.
apinstein
as Alan Pinstein
More... over 12 years ago