summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
2014-08-27Close #3205Andrey Andreev1-0/+1
2014-08-27Fix #3189Andrey Andreev1-0/+1
2014-08-25Upgrading the function html_escape() - documentation corrections.Ivan Tcholakov1-1/+1
2014-08-25Upgrading the function html_escape(), escaping twice can be prevented by ↵Ivan Tcholakov1-0/+1
setting the second argument to FALSE.
2014-08-22Query builder, IS NOT NULL support #3194: Adding a changelog entry.Ivan Tcholakov1-0/+1
2014-08-18[ci skip] Polish changes from PR #3176Andrey Andreev1-2/+2
2014-08-11CSRF whitelist supports regexCasey Hancock1-1/+1
Signed-off-by: Casey Hancock <crh431@gmail.com>
2014-08-10Polish changes following PR #3173Andrey Andreev1-1/+1
2014-08-08Using ImagePNG in CAPTCHA helperET-NiK1-0/+1
Using ImagePNG function, if ImageJPG not exists
2014-07-31Merge pull request #3162 from MianSaleem/patch-1Andrey Andreev1-0/+1
anchor popup's menubar attribute is missing
2014-07-31Support for menubar attribute to the :func:`anchor_popup()` Mian Saleem1-0/+1
Now the menubar can be set to yes with anchor_popup() by adding new attribute array element 'menubar' => 'yes' The list of all available attribute for anchor_popup() function will be $atts = array('width' => '800', 'height' => '600', 'scrollbars' => 'yes', 'menubar' => 'no', 'status' => 'yes', 'resizable' => 'yes', 'screenx' => '0', 'screeny' => '0');
2014-07-31Fix #3161Andrey Andreev1-0/+1
2014-07-14Merge pull request #3134 from kdazzle/patch-1Andrey Andreev1-0/+1
Return 403 instead of 500 if no CSRF token given
2014-07-14Add changelog entry for CSRF status code; remove line at EOFKyle Valade1-0/+1
2014-07-11Add setting ['composer_autoload']Andrey Andreev1-0/+1
Supersedes PR #3132
2014-07-07Add a backport (compat) for quoted_printable_encode()Andrey Andreev1-1/+1
2014-07-07Fix a few typos and add a backport (compat) for hex2bin()Andrey Andreev1-1/+1
2014-06-13Fixed the changelog entry againTakayuki Sakai1-1/+1
2014-06-13Fixed a changelog entryTakayuki Sakai1-1/+1
2014-06-13Add a changelog entry in Pagination Library sectionTakayuki Sakai1-0/+1
2014-05-31Add support for non-ASCII domain names in FV & Email classes' valid_email()Andrey Andreev1-0/+2
Depends on the Intl extension
2014-05-31[ci skip] Update changelogAndrey Andreev1-1/+2
2014-05-31[ci skip] Update changelogAndrey Andreev1-2/+17
2014-05-09Add hash_equals() to ext/hash compat layerAndrey Andreev1-1/+1
Introduced in PHP 5.6 Beta 1 (unfortunately, still undocumented). RFC: https://wiki.php.net/rfc/timing_attack (Yes, I am aware that the RFC talks about hash_compare(), the function was later renamed in the implementation.)
2014-04-25Minor fixesvlakoff1-2/+2
2014-04-14Change 'standardize_newlines' default to FALSEAndrey Andreev1-1/+1
I don't see why it should be enabled by default. Also, this is the functionality triggering #2923
2014-04-14Rename config item "error_templates_path" to "error_views_path"vlakoff1-1/+1
2014-04-12Group error templates entries in changelogvlakoff1-1/+1
2014-04-12Make the error templates path configurablevlakoff1-0/+1
2014-04-05Remove default parameter value of is_php()vlakoff1-0/+1
It was simply pointless.
2014-03-14Merge pull request #2940 from aanbar/zip_mtime_fixAndrey Andreev1-0/+1
Fixed issue with _get_mod_time
2014-03-14Updated changelog.Ahmad Anbar1-1/+1
2014-03-14Added changelog entry.Ahmad Anbar1-0/+1
2014-03-14Fixed coding style & line length.Ahmad Anbar1-2/+1
2014-03-14Removed the requirment of quantity to trigger cart update.Ahmad Anbar1-0/+1
2014-03-10Add support for callable form validation rulesAndrey Andreev1-0/+1
2014-03-05Add support for simpler (Callable) hooks (issue #2917)Andrey Andreev1-0/+1
2014-02-27Add parameter to CI_Input::user_agent()Andrey Andreev1-0/+1
2014-02-26Deprecate HTML helpers nbs(), br()Andrey Andreev1-1/+2
2014-02-25[ci skip] Add a changelog entryAndrey Andreev1-1/+2
2014-02-25Add array notation support for file field names in CI_UploadAndrey Andreev1-0/+1
Requested in #1691
2014-02-24Really don't use globalsAndrey Andreev1-0/+1
2014-02-24Don't use globalsAndrey Andreev1-0/+1
- Use load_class() to get objects during bootstrap process. - Change load_class() to accept a class constructor parameter instead of previously unused class name prefix. - Change CI_Router::__construct() to accept as a parameter.
2014-02-21CI_Upload changesAndrey Andreev1-5/+8
- Method chaining support. - A more abstract resetting of the default settings. - Added an option to initialize() to disable resetting to default settings. - Removed method mimes_types() and slightly optimized chunks of code where it was used. - Added the ability to pass allowed_types as an array.
2014-02-20[ci skip] Update a changelog entryAndrey Andreev1-1/+1
2014-02-20CI_Utf8-related changesAndrey Andreev1-1/+2
- Give priority to mb_convert_encoding() over iconv() in clean_string() (partially fixes #261) - Add more proper unit tests
2014-02-20Date helper days_in_month(), CI_Calendar::get_total_days() changesAndrey Andreev1-2/+4
- days_in_month() now uses cal_days_in_month(), if available. - CI_Calendar::get_total_days() is now an alias for days_in_month().
2014-02-19Add compatibility layer for array_column(), array_replace(), ↵Andrey Andreev1-1/+7
array_replace_recursive()
2014-02-18[ci skip] Clean-up following PR #2864Andrey Andreev1-2/+2
2014-02-18Add an ext/hash compatibility layer (just hash_pbkdf2(), for now)Andrey Andreev1-1/+1