Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵ | Andrey Andreev | 1 | -1/+1 | |
replace it Calls to this function are often needed before the Input library is available | |||||
2013-10-21 | Add 'filename' to the return elements for create_captcha() (PR #2602) | Andrey Andreev | 1 | -4/+5 | |
2013-08-06 | Various typos and tabs adjustments | vlakoff | 1 | -3/+3 | |
2013-07-29 | Change spaces to tabs | vlakoff | 1 | -14/+14 | |
2013-07-28 | Polishing Form helper | vlakoff | 1 | -11/+15 | |
2013-07-22 | Change class filenames to Ucfirst | Andrey Andreev | 1 | -2/+2 | |
2013-07-18 | [ci skip] Remove a description for a non-existing shadow color in the ↵ | Andrey Andreev | 1 | -1/+1 | |
CAPTCHA helper docs | |||||
2013-07-18 | Add color customization to the CAPTCHA helper | Andrey Andreev | 1 | -1/+10 | |
Ref: Issue #867 & PRs #1405, #2485 | |||||
2013-07-18 | Add an optional parameter to URL helpers base_url() and site_url() ↵ | Andrey Andreev | 1 | -2/+4 | |
(supersedes #2535) | |||||
2013-07-16 | 2.1.4 release related stuff | Andrey Andreev | 1 | -1/+1 | |
2013-07-15 | Fixing incorect references for time zones | AdwinTrave | 1 | -6/+6 | |
2013-07-03 | Changed the smiley zip file download to reflect the new location at the | Steven Crothers | 1 | -1/+1 | |
ellislab.com domain from the codeigniter.com domain. | |||||
2013-04-14 | user guide newline. | ash | 1 | -1/+1 | |
2013-04-10 | removed sanity checks (developer-supplied value, not user input), added ↵ | ash | 1 | -3/+3 | |
changelog entry, changed variable names | |||||
2013-04-10 | Documentation change - explanation of captcha_word_length and ↵ | ash | 1 | -1/+1 | |
character_pool_for_generated_word | |||||
2013-04-10 | documenation edit | ash | 1 | -0/+1 | |
2013-04-10 | Updated documenation | ash | 1 | -2/+4 | |
2013-01-24 | Move db_select() call from CI_DB_driver::initialize() to db_connect() | Andrey Andreev | 1 | -1/+1 | |
so that it's only called by drivers that need it ('mysql', 'mssql'). As proposed in issue #2187. | |||||
2013-01-23 | Removed slash from URI helper doc | Melvin Lammerts | 1 | -2/+2 | |
In my current projects I don't see '/controller/method' but 'controller/method' when calling uri_string(). | |||||
2012-11-26 | Language helper lang() to accept optional HTML attributes | Andrey Andreev | 1 | -5/+5 | |
(an improved version of PR #1235) | |||||
2012-11-22 | Added support for stream-like downloads of existing files to force_download() | Andrey Andreev | 1 | -5/+7 | |
Based on code/ideas from PR #365, #1254 | |||||
2012-11-09 | Polish docs for URL and XML helpers and deprecate obsolete options for ↵ | Andrey Andreev | 3 | -132/+181 | |
String helper random_string() and URL helper url_title() | |||||
2012-11-08 | Polish docs for String, Text and Typography helpers | Andrey Andreev | 3 | -90/+196 | |
2012-11-08 | Deprecate String helper trim_slashes() | Andrey Andreev | 1 | -10/+18 | |
trim(, '/') is even shorter ... | |||||
2012-11-08 | Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley ↵ | Andrey Andreev | 7 | -254/+352 | |
helpers Also fixed a DB_cache bug introduced in previous commit and removed an unused parameter in a smiley helper | |||||
2012-11-08 | Polish docs for the File and Form helpers | Andrey Andreev | 2 | -209/+463 | |
2012-11-08 | Polish docs for Array, CAPTCHA, Cookie, Date, Directory and Download helpers | Andrey Andreev | 5 | -326/+275 | |
2012-11-08 | Deprecate the Email helper | Andrey Andreev | 1 | -15/+33 | |
2012-11-06 | Fix issue #1978 | Andrey Andreev | 1 | -3/+2 | |
2012-11-01 | Fix issue #1953 (form values being escaped twice) | Andrey Andreev | 1 | -23/+21 | |
Re-instaing an improved form_prep() function, reverting most of the changes from 74ffd17ab06327ca62ddfe28a186cae7ba6bd459. | |||||
2012-10-27 | Deprecate string helper repeater() (an alias for str_repeat()) | Andrey Andreev | 1 | -0/+3 | |
2012-10-26 | Deprecated form helper function form_prep(). | Andrey Andreev | 1 | -24/+23 | |
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-05 | Remove an empty line | Andrey Andreev | 1 | -1/+1 | |
2012-10-05 | Merge upstream branch | Andrey Andreev | 8 | -166/+162 | |
2012-09-17 | redirect() documentation: add a note for IIS users | vlakoff | 1 | -0/+4 | |
2012-09-12 | Better server test in redirect() of URL helper | vlakoff | 1 | -1/+1 | |
"Location" header bugs are specific to IIS; previous test was matching all HTTP servers under Windows. This test isn't perfect yet ($_SERVER['SERVER_SOFTWARE'], which corresponds to the "Server" header of HTTP response, might be missing), but there is no perfect test. "Refresh" method makes the window blank for quite a noticeable time, so let's not affect other servers because of IIS. | |||||
2012-08-31 | fix issue #1719 and update ip address length on captcha helper | Bo-Yi Wu | 1 | -1/+1 | |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
2012-07-29 | Added documentation for mailto function. | InFog | 1 | -1/+6 | |
2012-07-06 | t commit -s 'Added info about set_*() functions and form_validation class in | aditya | 1 | -0/+4 | |
the Form Helper documentation.' Signed-off-by: aditya <adityamenon90@gmail.com> | |||||
2012-07-04 | Deprecate Date helper standard_date() | Andrey Andreev | 1 | -11/+18 | |
2012-07-02 | Update Array Helper documentation | vlakoff | 1 | -17/+17 | |
default value of the "default value" parameter has changed in element() and elements() methods | |||||
2012-06-26 | Fixing various Sphinx bugs and syntax errors in docs | Derek Jones | 2 | -110/+61 | |
2012-06-22 | Added optional fourth parameter to timezone_menu | Mat Whitney | 1 | -12/+15 | |
allows setting one or more attributes on the generated select tag. This allows passing attributes needed for Section 508 compliance § 1194.22(n), such as an id. http://access-board.gov/sec508/guide/1194.22.htm#(n) http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-labels | |||||
2012-06-16 | anchor_popup() improvements | Andrey Andreev | 1 | -9/+17 | |
2012-06-15 | Fix nice_date() documentation | Andrey Andreev | 1 | -5/+7 | |
2012-06-13 | Fixed some stuff in documentation. | Iban Eguia | 1 | -3/+6 | |
2012-06-12 | Changed the config parameter. The session's _get_time() function has also ↵ | Iban Eguia | 1 | -4/+2 | |
changed. | |||||
2012-06-09 | Fixed timezone change in index.php | Iban Eguia | 1 | -1/+2 | |
Now it does not ever change the local timezone, and it adds the option to get the 'local' time() | |||||
2012-06-08 | Merge remote-tracking branch 'upstream/develop' into new_date | Iban Eguia | 5 | -65/+101 | |
2012-06-07 | Deprecated do_hash() and read_file() in favor of hash() and ↵ | Andrey Andreev | 3 | -4/+8 | |
file_get_contents() respectively |