Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-05 | [ci skip] Remove some whitespace | Andrey Andreev | 1 | -1/+1 | |
2015-02-05 | Update form_helper.php | Adrian Voicu | 1 | -1/+1 | |
2015-02-05 | Update form_helper.php | Adrian Voicu | 1 | -4/+5 | |
2015-02-05 | Allow not-escaping the value in set_value() | Adrian Voicu | 1 | -3/+4 | |
Wouldn't it be a good idea to allow for not escaped html in set_value()? | |||||
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-20 | Revert 7c4d10660a0a47446474bf97e3cb65f80693f1ee | Andrey Andreev | 1 | -30/+14 | |
Deprecates form_prep() in favor of html_escape() (again). Related: issue #1953, which was the reason for the reverted commit, but was wrongly interpreted and that shouldn't have happened. Close #2477 | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-03-06 | Fix #2919 | Andrey Andreev | 1 | -14/+30 | |
2014-03-04 | Fix #2916 | Andrey Andreev | 1 | -2/+5 | |
2014-02-26 | Don't use error suppression on realpath() + style adjustments | Andrey Andreev | 1 | -22/+37 | |
2014-02-17 | Removed extra space, condensed $defaults | Brennan Thompson | 1 | -4/+3 | |
2014-02-17 | Removed extra spaces and irrelevant condition | Brennan Thompson | 1 | -11/+11 | |
2014-02-17 | Updated code to match style guide | Brennan Thompson | 1 | -3/+3 | |
2014-02-17 | Removed non permitted changes | Brennan Thompson | 1 | -3/+1 | |
2014-02-16 | Dropdown should match style guide now. | Brennan Thompson | 1 | -2/+8 | |
2014-02-14 | Actual fix for extra whitespace | Brennan Thompson | 1 | -1/+1 | |
2014-02-14 | Removed space for travis ci checks | Brennan Thompson | 1 | -1/+1 | |
2014-02-14 | Fix for selected being NULL from set_value | Brennan Thompson | 1 | -1/+1 | |
2014-02-14 | Made form_dropdown compatible with the other form helper methods | Brennan Thompson | 1 | -19/+22 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2013-10-23 | Fix issue #2695 | Andrey Andreev | 1 | -5/+27 | |
2013-10-21 | Manually apply PR #2656 | Andrey Andreev | 1 | -2/+2 | |
Fixes an 'Array to string conversion' notice in form_dropdown() | |||||
2013-10-04 | parse $extra attributes in form_dropdown. | Ahmad Anbar | 1 | -5/+2 | |
2013-09-13 | Another one following #2639 | Andrey Andreev | 1 | -1/+5 | |
2013-09-13 | An update to the #2639 fix | Andrey Andreev | 1 | -0/+4 | |
2013-09-13 | Fix array notation fields for set_select() as well | Andrey Andreev | 1 | -27/+8 | |
2013-09-13 | Fix #2639 | Andrey Andreev | 1 | -60/+19 | |
2013-07-28 | Polishing Form helper | vlakoff | 1 | -1/+6 | |
2013-07-28 | Form helper _attributes_to_string() micro-optimization | vlakoff | 1 | -5/+5 | |
As $attributes should be most of the times an array, let's save an is_string() call. | |||||
2013-07-27 | More logical order | vlakoff | 1 | -11/+11 | |
2013-07-27 | Form helper: refactor form_open() and _attributes_to_string() | vlakoff | 1 | -38/+18 | |
2013-07-26 | Fix #2560 | Andrey Andreev | 1 | -2/+10 | |
2013-07-23 | Loader changes & optimizations related to issue #2551 | Andrey Andreev | 1 | -1/+1 | |
2013-03-26 | Merge pull request #2348 from nisheeth-barthwal/feature/nested_keys | Andrey Andreev | 1 | -7/+6 | |
Added Parsing Capabilities to Input class for nested array keys | |||||
2013-03-26 | Code fixes in line with suggestions | nisheeth-barthwal | 1 | -10/+5 | |
2013-03-25 | Simplified notation parsing and other cosmetic fixes | nisheeth-barthwal | 1 | -32/+2 | |
2013-03-24 | Fixed error in form_textarea helper function | Zachary Cardoza | 1 | -1/+0 | |
Reverted from GitHub edited version to remove document line end character. Good to merge now. | |||||
2013-03-24 | Revert "Fixed error in Form Helper textarea function" | Zachary Cardoza | 1 | -1/+2 | |
This reverts commit e15d1be514dad1df7a3c38d6265566692ecf1260. | |||||
2013-03-23 | Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry. | nisheeth-barthwal | 1 | -1/+1 | |
2013-03-22 | Fixed error in Form Helper textarea function | Zach Cardoza | 1 | -2/+1 | |
Function had declaration of unused $name variable which caused errors. | |||||
2013-03-21 | Added array notation for keys in Input library | nisheeth-barthwal | 1 | -5/+39 | |
2013-02-18 | Fixed form helper variable error | Bo-Yi Wu | 1 | -1/+1 | |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
2013-02-15 | Fix #2247 | Andrey Andreev | 1 | -6/+3 | |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 1 | -1/+0 | |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+3 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-11-01 | Fix an erroneous variable name | Andrey Andreev | 1 | -1/+1 | |
2012-11-01 | Fix issue #1953 (form values being escaped twice) | Andrey Andreev | 1 | -37/+46 | |
Re-instaing an improved form_prep() function, reverting most of the changes from 74ffd17ab06327ca62ddfe28a186cae7ba6bd459. | |||||
2012-10-27 | [ci skip] Update docblocks for deprecated functions | Andrey Andreev | 1 | -0/+1 | |