summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
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 Andreev3-2/+10
- 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 Andreev2-2/+58
array_replace_recursive()
2014-02-18Correct typoSerge Noskov1-21/+21
2014-02-18[ci skip] Clean-up following PR #2864Andrey Andreev2-50/+54
2014-02-18Add an ext/hash compatibility layer (just hash_pbkdf2(), for now)Andrey Andreev2-1/+30
2014-02-17documentation for calendar updatesAndrew2-2/+15
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 Andreev4-22/+180
Cart
2014-02-13Fix #2364Andrey Andreev1-0/+1
2014-02-13Add language translation support to CI_Pagination (#1589)Andrey Andreev2-2/+11
2014-02-13[ci skip] Polish changes from #2874Andrey Andreev2-66/+65
2014-02-13Merge pull request #2874 from aanbar/developAndrey Andreev2-4/+32
[Cart Library] Allow updating all properties for an item.
2014-02-13Added Missing new line.Ahmad Anbar1-0/+1
2014-02-13Re-arranged documentation, fixed comment.Ahmad Anbar1-4/+15
2014-02-13Added changelog entry.Ahmad Anbar2-2/+16
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-13Fixed code style & added few extra checks.Ahmad Anbar1-4/+6
Updated cart documentation.
2014-02-11Utf8/iconv/mbstring-related changesAndrey Andreev2-0/+10
2014-02-11[ci skip] Update the XML-RPC lib docsAndrey Andreev1-65/+66
2014-02-11"BASEPATH check" consistencydarwinel1-1/+2
As described in issue #2870 + A change in the „How to create a library” example in the user_guide
2014-02-11Writing style fix based on style guidedarwinel1-7/+7
„Use of || is discouraged as its clarity on some output devices is low (looking like the number 11 for instance). && is preferred over AND but either are acceptable, and a space should always precede and follow !.”
2014-02-112013 > 2014darwinel5-7/+7
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015.
2014-02-11Change CI_Table:: to NULLAndrey Andreev1-1/+1
Because semantics
2014-02-11A bug fix and optimizations in CI_TableAndrey Andreev1-0/+1
2014-02-11Fix issue #43Andrey Andreev1-0/+1
2014-02-10CI_Encryption: Rename 'base64' parameter to 'raw_data' and add docsAndrey Andreev1-0/+555
2014-02-09[ci skip] Some adjustments to the old Encrypt library docsAndrey Andreev1-13/+19
2014-02-09Merge branch 'develop' into 'feature/encryption'Andrey Andreev64-4959/+6418
2014-02-08[ci skip] Deprecate the Javascript libraryAndrey Andreev2-2/+15
2014-02-08Deprecate CI_Config::system_url()Andrey Andreev2-1/+18
2014-02-08Add method chaining support to CI_TableAndrey Andreev2-6/+15
2014-02-08Add method chaining support to Calendar & Pagination libsAndrey Andreev3-3/+8
2014-02-08Method chaining support for FV set_data(), reset_validation()Andrey Andreev1-2/+4
2014-02-08CI_Input tweaksAndrey Andreev1-10/+10
- Make get_post(), post_get() and server()'s parameter mandatory. - Change default value of parameter to NULL for cookie(), input_stream() and _fetch_from_array() (for consistency with get(), post()). - Delegate Array-vs-single and parameter detection to _fetch_from_array() to overall simplify the code.
2014-02-08Make CI_Email::set_alt_message() parameter mandatory (optional doesn't make ↵Andrey Andreev2-2/+2
sense)
2014-02-08[ci skip] Add return types to library docsAndrey Andreev28-666/+836
2014-02-07[ci skip] Add return types to common and error handling functions docsAndrey Andreev2-25/+25
2014-02-07[ci skip] Add return types to helper docs (+ some other formatting)Andrey Andreev21-326/+361
2014-02-07[ci skip] Fix class reference sections of Image_lib, Parser and User agent docsAndrey Andreev3-2/+9
2014-02-07[ci skip] Really fix wrong doc referencesAndrey Andreev2-2/+2
2014-02-07Merge branch 'develop' into feature/user-guide-cleanupAndrey Andreev1-1/+1
2014-02-07[ci skip] Fix a wrong reference in the docsAndrey 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 Andreev3-14/+14
2014-02-07[ci skip] Some adjustments to the Javascript library docsAndrey Andreev1-28/+48
2014-02-07Merge branch 'develop' into 'feature/user-guide-cleanup'Andrey Andreev6-11/+17
2014-02-06Merge changes from developAndrey Andreev1-1/+2
2014-02-05Fix #2856Andrey Andreev1-1/+2