summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
AgeCommit message (Collapse)AuthorFilesLines
2014-07-07Fix a few typos and add a backport (compat) for hex2bin()Andrey Andreev1-2/+2
2014-07-02Remove GCM mode from CI_Encryption (OpenSSL)Andrey Andreev1-11/+6
While openssl_get_cipher_methods() lists 'aes-<keysize>-gcm' as supported, it appears that this is only half of the story. To be more specific, only the encryption operation of GCM is performed, and the authentication message is completely missing, rendering the whole thing useles.
2014-06-21Add CI_Encryption::create_key()Andrey Andreev1-5/+10
This was planned, we somehow forgot about it. :)
2014-06-19[ci skip] Leftover from 1e83d69a52a85a4f568bfa086d658556acd48980Andrey Andreev1-2/+0
2014-06-19Remove the custom IV option from CI_EncryptionAndrey Andreev1-1/+0
It serves for no practical purpose and can only do harm.
2014-06-05Updating table template prototype id documentationAdwinTrave1-15/+21
Updating template prototype in documentation to reflect the actual template prototype in the table library.
2014-06-01Merge pull request #3074 from aanbar/output_documentationAndrey Andreev1-1/+25
Added _display documentation.
2014-06-01reduced line length.Ahmad Anbar1-2/+2
2014-06-01Fixed code style.Ahmad Anbar1-14/+10
2014-05-31Remove CI_Encrypt::_xor_encode()Andrey Andreev1-7/+2
2014-05-31Added _display documentation.Ahmad Anbar1-1/+29
2014-05-16[ci skip] Manually apply an improved version of PR #3034 (doc fixes)Andrey Andreev1-4/+4
2014-04-19Doc fix for Encryption libraryKakysha1-2/+2
2014-04-04[ci skip] Document 'first_url' Pagination option (supersedes PR #2992)Andrey Andreev1-0/+5
2014-04-01fixes warningsConnor Tumbleson1-1/+1
2014-03-14Fixed coding style & line length.Ahmad Anbar1-2/+2
2014-03-14Removed the requirment of quantity to trigger cart update.Ahmad Anbar1-2/+2
2014-03-10Add support for callable form validation rulesAndrey Andreev1-1/+37
2014-03-04CI_Encryption: Remove MCrypt 'work-arounds' for CAST-128 compatibilityAndrey Andreev1-1/+7
Turns out it's OpenSSL's fault for performing 16 rounds instead of 12 for key sizes of 5-11 bytes. Reference: http://tools.ietf.org/rfc/rfc2144.txt
2014-02-27Add parameter to CI_Input::user_agent()Andrey Andreev1-1/+2
2014-02-21CI_Upload changesAndrey Andreev1-1/+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-20Date helper days_in_month(), CI_Calendar::get_total_days() changesAndrey Andreev1-0/+3
- 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-18[ci skip] Clean-up following PR #2864Andrey Andreev1-48/+52
2014-02-17documentation for calendar updatesAndrew1-2/+14
change log and user guide updates for calendar update
2014-02-13[ci skip] Add compatibility functions documentation + Sphinx build fixes for ↵Andrey Andreev1-21/+21
Cart
2014-02-13Add language translation support to CI_Pagination (#1589)Andrey Andreev1-0/+8
2014-02-13[ci skip] Polish changes from #2874Andrey Andreev1-63/+62
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 Anbar1-2/+15
An example to the docs. Tidy code a little bit.
2014-02-13Fixed code style & added few extra checks.Ahmad Anbar1-4/+6
Updated cart documentation.
2014-02-11[ci skip] Update the XML-RPC lib docsAndrey Andreev1-65/+66
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 > 2014darwinel1-2/+2
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-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 Andreev29-2318/+3735
2014-02-08[ci skip] Deprecate the Javascript libraryAndrey Andreev1-2/+3
2014-02-08Deprecate CI_Config::system_url()Andrey Andreev1-1/+5
2014-02-08Add method chaining support to CI_TableAndrey Andreev1-5/+10
2014-02-08Add method chaining support to Calendar & Pagination libsAndrey Andreev2-3/+6
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 Andreev1-1/+1
sense)
2014-02-08[ci skip] Add return types to library docsAndrey Andreev28-666/+836
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] Some adjustments to the Javascript library docsAndrey Andreev1-28/+48
2014-02-05Integrate CI_Encryption into the frameworkAndrey Andreev1-0/+0
TODO: Add documentation in user_guide_src/source/libraries/encryption.rst
2014-01-24[ci skip] Update Session library docsAndrey Andreev1-41/+53