summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
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
2014-02-17documentation for calendar updatesAndrew1-0/+1
change log and user guide updates for calendar update
2014-02-15Rename CI_Utf8::_is_ascii() to is_ascii() and make it publicAndrey Andreev1-0/+1
No reason for it to be protected.
2014-02-13[ci skip] Add compatibility functions documentation + Sphinx build fixes for ↵Andrey Andreev1-1/+1
Cart
2014-02-13Fix #2364Andrey Andreev1-0/+1
2014-02-13Add language translation support to CI_Pagination (#1589)Andrey Andreev1-2/+3
2014-02-13[ci skip] Polish changes from #2874Andrey Andreev1-3/+3
2014-02-13Merge pull request #2874 from aanbar/developAndrey Andreev1-0/+1
[Cart Library] Allow updating all properties for an item.
2014-02-13Added changelog entry.Ahmad Anbar1-0/+1
An example to the docs. Tidy code a little bit.
2014-02-13Update Text and Inflector helpers to utilize mbstring, if availableAndrey Andreev1-3/+8
Text: word_wrap(), ellipsize() Inflector: humanize(), underscore() (rel #2855)
2014-02-13Introducing compatibility layersAndrey Andreev1-0/+1
- Limited support for mbstring (mb_strlen(), mb_strpos(), mb_substr() only) via iconv. Falls back to regular strlen(), strpos(), substr() if iconv is not available. - Password hashing, dependant on CRYPT_BLOWFISH (2y version, available since PHP 5.3.7) availability.
2014-02-11Utf8/iconv/mbstring-related changesAndrey Andreev1-0/+7
2014-02-11A bug fix and optimizations in CI_TableAndrey Andreev1-0/+1
2014-02-11Fix issue #43Andrey Andreev1-0/+1
2014-02-09Merge branch 'develop' into 'feature/encryption'Andrey Andreev1-134/+139
2014-02-08Add method chaining support to CI_TableAndrey Andreev1-1/+5
2014-02-08Add method chaining support to Calendar & Pagination libsAndrey Andreev1-0/+2
2014-02-08Make CI_Email::set_alt_message() parameter mandatory (optional doesn't make ↵Andrey Andreev1-1/+1
sense)
2014-02-07[ci skip] Really fix wrong doc referencesAndrey Andreev1-1/+1
2014-02-07[ci skip] Re-format changelog entriesAndrey Andreev1-93/+92
2014-02-07[ci skip] Replace :php:func: usage with just :func:Andrey Andreev1-5/+5