Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2012-10-26 | Fix #142 | Andrey Andreev | 1 | -10/+10 | |
2012-10-26 | Deprecated form helper function form_prep(). | Andrey Andreev | 1 | -40/+11 | |
This function has been broken for YEARS and it's value-caching logic has only introduced various problems. We have html_escape() since CI 2.1.0 which is a perfect replacement, so it should be used instead. Fixes #228 & #1630 | |||||
2012-10-25 | Form helpers to ignore empty name attributes (fix #1506) | Andrey Andreev | 1 | -0/+4 | |
2012-07-13 | Fix issue #1613 | Andrey Andreev | 1 | -1/+6 | |
2012-06-16 | Small improvements to form_open() | Andrey Andreev | 1 | -4/+6 | |
2012-06-07 | fixes | Michiel Vugteveen | 1 | -3/+3 | |
2012-06-06 | fixes | Michiel Vugteveen | 1 | -4/+7 | |
2012-06-06 | form_checkbox set_value fix | Michiel Vugteveen | 1 | -2/+2 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/helpers | Alex Bilbie | 1 | -16/+16 | |
2012-05-17 | Clean up the helpers | Andrey Andreev | 1 | -1/+0 | |
2012-04-27 | Fix docblocks A-H | Timothy Warren | 1 | -254/+260 | |
2012-03-26 | Remove access description lines and cleanup the url helper | Andrey Andreev | 1 | -1/+0 | |
2012-03-26 | Remove access description lines and cleanup the form helper | Andrey Andreev | 1 | -105/+56 | |
2012-03-12 | defaults for the function | nihaopaul | 1 | -3/+3 | |
2012-03-12 | test if isset(['name']) is actually set instead of assuming it to be | nihaopaul | 1 | -1/+1 | |
2012-03-12 | code readability improvements | nihaopaul | 1 | -1/+5 | |
2012-03-12 | form_dropdown() will now also take an array for unity with other form ↵ | nihaopaul | 1 | -3/+3 | |
helpers., false => FALSE and the options check fixed | |||||
2012-03-12 | form_dropdown() will now also take an array for unity with other form ↵ | nihaopaul | 1 | -1/+1 | |
helpers., codestyle cleanup only | |||||
2012-03-12 | form_dropdown() will now also take an array for unity with other form ↵ | nihaopaul | 1 | -1/+2 | |
helpers., codestyle cleanup only | |||||
2012-03-12 | form_dropdown() will now also take an array for unity with other form helpers. | nihaopaul | 1 | -0/+17 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-03-04 | Fixed conflicts. | Phil Sturgeon | 1 | -3/+2 | |
2012-01-06 | Improve email, file & form helpers | Andrey Andreev | 1 | -49/+25 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-12-19 | Makes form open properly when empty array of parameters is passed | Joel Kallman | 1 | -1/+1 | |
Signed-off-by: Joel Kallman <jkallman@eclarian.com> | |||||
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change | |||||
2011-08-28 | always use charset config item | freewil | 1 | -5/+2 | |
2011-08-20 | Resolved issue 65 - made action on form_open_multipart helper function call ↵ | Ben Edmunds | 1 | -1/+1 | |
optional | |||||
2011-08-13 | Big text area was big. Reduced the size a little. | Phil Sturgeon | 1 | -1/+1 | |
2011-07-16 | CSRF field is only added when post method is used and action is internal. ↵ | Joël Cox | 1 | -2/+2 | |
Closes #165 | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -9/+9 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -9/+9 | |
2011-04-23 | Removing debug code accidentally committed. | Greg Aker | 1 | -1/+1 | |
2011-04-22 | Fix #233 Fixing a regression in _get_validation_object() in the form helper ↵ | Greg Aker | 1 | -2/+2 | |
after some refactoring the other day. | |||||
2011-04-20 | Refactoring the loader to set protected class variables. | Greg Aker | 1 | -13/+11 | |
Moved _ci_autoload(), which is used in CI_Controller to be a public method. Also added CI_Loader::set_base_classes() to be called in the controller so we're not setting protected vars in another class. Also refactored in the form_helper so it's not trying to access protected vars in CI_Loader. Added the is_loaded() method to the loader to take care of the checks that were being done there. | |||||
2011-04-19 | 1/2 reverting a previous change to the form_helper. Wrapping hidden form ↵ | Greg Aker | 1 | -1/+1 | |
elements in <div style="display:none"></div> instead of an empty div. If a user is styling form div {} they can run into display issues, so something is needed. | |||||
2011-04-08 | There is absolutely no need to specify class name (it will validate anyway). | patwork | 1 | -2/+2 | |
2011-04-08 | Fixing a bug in the form_helper where csrf_token_name and csrf_hash were ↵ | Greg Aker | 1 | -1/+1 | |
referencing class properties in the Security class that were moved. | |||||
2011-04-02 | Added is_cli_request() method to documentation for Input class. | Phil Sturgeon | 1 | -0/+4 | |
2011-03-11 | Fixed last commit, form helper will work fine for self-submissions and ↵ | Phil Sturgeon | 1 | -1/+1 | |
normal URLs. | |||||
2011-03-10 | Changed the logic for form_open() in Form helper. If no value is passed it ↵ | Phil Sturgeon | 1 | -1/+4 | |
will submit to the current URL. | |||||
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 | |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 | |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -18/+18 | |
2010-09-15 | Update to form_open() in form helper to drop hidden elements passed to the ↵ | Greg Aker | 1 | -8/+5 | |
function into div class="hidden" (thanks Dan) | |||||
2010-09-15 | Fix #96 html validation failure on csrf hidden input on form_open() in the ↵ | Greg Aker | 1 | -1/+4 | |
form helper. Added <div class="hidden"> around the hidden form input. |