- 28dc202 Changing session error logging verbiage to be a little less unsettling. by Pascal Kriete · 12 years ago
- f69f0e8 Updating the cookie driver to use HMAC authentication on all cookie data. by Pascal Kriete · 12 years ago
- c771928 Remove CI_Email::_get_ip() by Andrey Andreev · 12 years ago
- 0211768 Partially fix #1702 by Andrey Andreev · 12 years ago
- 9ae82fa [ci skip] Minor changes following PR #1871 by Andrey Andreev · 12 years ago
- f38564d New form_validation rule: 'differs' by Raul Baldner Junior · 12 years ago
- 26f0cf9 Add a fallback to imap_8bit() for CI_Email::_prep_quoted_printable() by Andrey Andreev · 12 years ago
- c16b4f4 Update system/libraries/Encrypt.php by Bogdan Lysenko · 12 years ago
- c6f9a5d libraries/Encrypt.php decode improvement by lysenkobv · 12 years ago
- 9f44c21 Changelog entry for previous commit and change default charset for the Email library to whatever the config array says by Andrey Andreev · 12 years ago
- 6c5f751 mbstring related changes by Andrey Andreev · 12 years ago
- e8bc5f4 Replace in _prep_quoted_printable() with the constant 76 by Andrey Andreev · 12 years ago
- 2e3e230 Disable Session library under CLI and create a CI singleton to be used by its drivers by Andrey Andreev · 12 years ago
- 683b34d Alter CI_Emai::_prep_quoted_printable() by Andrey Andreev · 12 years ago
- 5098859 [ci skip] Polish changes from pull #1709 by Andrey Andreev · 12 years ago
- 51f72cd Fix email headers when using long email subjects and \r\n as crlf. (Part2) by Bruno Barão · 12 years ago
- 02561ac Merge remote-tracking branch 'upstream/develop' into develop by Bruno Barão · 12 years ago
- ccd01c7 Polish changes from #1586 by Andrey Andreev · 12 years ago
- cc7c7c6 update devel version by Melounek · 12 years ago
- 99ae226 Add PNG transparency support in CI_Image_lib::text_watermark() (originally from pull #1317, partially fixes #1139) by Andrey Andreev · 12 years ago
- 4a1b418 Merge pull request #1854 from tocaibiza/develop by Andrey Andreev · 12 years ago
- 740480a Bug-fix in XML-RPC library by Dimitar · 12 years ago
- 9438e26 Fix issue #116 + other space/style fixes [ci skip by Andrey Andreev · 12 years ago
- fad3896 Fixed conflicts in changelog to reflect all changes. by Kyle Johnson · 12 years ago
- ada7775 Removed redundant parenthesis around `in_array()` by Daniel Morris · 12 years ago
- c4a3c3c Updated result function to check for visible items as defined in issue #395 by Kyle Johnson · 12 years ago
- a9923f5 Support for hashing algorithms other than SHA1 and MD5 by Daniel Morris · 12 years ago
- 6b4e362 Fixed #1817 Pagination class error by Bo-Yi Wu · 12 years ago
- f7e23b3 Removed the from the default config variables in the pagination class. Fixes #187 and #208 by Alex Bilbie · 12 years ago
- 3f3f135 Misc. style changes by Andrey Andreev · 12 years ago
- 9ffcee6 Cleanup and optimize new Session classes by Andrey Andreev · 12 years ago
- cd436e9 That doesn't go there. Put cache fix around correct query. by dchill42 · 12 years ago
- 97b0d83 Fixed issues #1756 and #1711 by dchill42 · 12 years ago
- 88b636b Fixed defaults and database check, reverted redundant shutdown feature by dchill42 · 12 years ago
- 3cecd82 Extracted cookie database saves to shutdown and cleaned up code by dchill42 · 12 years ago
- aee9265 Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict by dchill42 · 12 years ago
- b453e16 Fix email headers when using long email subjects and \r\n as crlf. by Bruno Barão · 12 years ago
- 0e88408 Updated comments about default driver by dchill42 · 12 years ago
- f79afb5 Added session_id to userdata and applied sess_time_to_update by dchill42 · 12 years ago
- 2642920 Damn, missed files on last commit by dchill42 · 12 years ago
- 7e92b73 Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into session by dchill42 · 12 years ago
- b185537 Fixed userdata synchronization, loaded driver check, and all_flashdata keys by dchill42 · 12 years ago
- c587225 Fixed _parent references and several minor bugs by dchill42 · 12 years ago
- bdb9999 Some clean-up and style changes by Andrey Andreev · 12 years ago
- a87aab3 Only clear if request was successful by Alex Bilbie · 12 years ago
- d7bc8d0 New parameter to automatically clear the parameters by Alex Bilbie · 12 years ago
- b901e73 After sending an email clear the parameters by Alex Bilbie · 12 years ago
- 77ee3fd Cleaned up bangs and lowercase booleans, and fixed userdata return on not found to NULL by dchill42 · 12 years ago
- 42b77a9 Made cookie driver default and did miniscule code cleanup on drivers by dchill42 · 13 years ago
- c5079de Merge branch develop of github.com:/EllisLab/CodeIgniter into session by dchill42 · 13 years ago
- afee226 Changed TRUE and FALSE values to be uppercase by Alex Bilbie · 13 years ago
- fe83249 Some adjustments in inline documentation by vlakoff · 13 years ago
- 685cdd7 Add a changelog entry for issue #1605 (pull #1606) and remove some spaces by Andrey Andreev · 13 years ago
- 5d50453 fix issue #1605 covert page number type from float to int by Bo-Yi Wu · 13 years ago
- a44cf57 Added data-ci-pagination-page="x" to pagination output so JS frameworks can hook on. by Phil Sturgeon · 13 years ago
- 3d9cec9 #1558 by Andrey Andreev · 13 years ago
- 166c20b Merge pull request #1576 from Dumk0/patch-6 by Phil Sturgeon · 13 years ago
- dc128cd added space after (int) by Dumk0 · 13 years ago
- 62e6816 improvement for latest migration id calculation by Dumk0 · 13 years ago
- 5db4827 Fixed annotation for CI_Migration->find_migrations() method by Dumk0 · 13 years ago
- 0121571 Merge pull request #1550 from krynble/develop by Andrey Andreev · 13 years ago
- 24063af Fixed code styling by Omar · 13 years ago
- c02e7c5 Add changelog entry for pull #1556 by Andrey Andreev · 13 years ago
- 09217ce Update xmlrpc coding style by Valentin Sheyretski · 13 years ago
- cfcf34e Update develop by Valentin Sheyretski · 13 years ago
- 9dee535 Added proxy to XML/RPC client by Valio · 13 years ago
- 7a14286 Respect php.ini's values for calculating the probability of a session gc by Christopher Guiney · 13 years ago
- bb531d6 Fixing imagemagick maintain ratio not implemented by Omar · 13 years ago
- 58dfc08 added parameter for returned-path in Email::from() by Melounek · 13 years ago
- 68b9b82 Allow session garbace collection percentage to be configured. by Christopher Guiney · 13 years ago
- 580388b valid_email() to always return boolean by Andrey Andreev · 13 years ago
- d37f0e9 Correct variable names by Timothy Warren · 13 years ago
- 384b342 Update other email validation methods by Timothy Warren · 13 years ago
- acb962e Use ctype_* functions in Form_validation instead of PCRE when possible by Andrey Andreev · 13 years ago
- 625c43a Fix a PHPDoc error in FTP Class by vlakoff · 13 years ago
- e01db4b Correct solution to #1533 by Andrey Andreev · 13 years ago
- 1a24a9d Fix issue #427 by Andrey Andreev · 13 years ago
- 290f004 Fix issue #1533 by Andrey Andreev · 13 years ago
- f82b929 Added ['reuse_query_string'] to Pagination. by Phil Sturgeon · 13 years ago
- 8d3099d Fix issue #79 by Andrey Andreev · 13 years ago
- af6d850 Fixed Migrations and an incorrect strict comparison. by Phil Sturgeon · 13 years ago
- 9e5a9b5 Property values aligned into one vertical line by Dumk0 · 13 years ago
- 6ac5144 Fix issue #1328 by Andrey Andreev · 13 years ago
- 0159ae7 AND -> && by Andrey Andreev · 13 years ago
- 88c4727 Pagination: fixed 'rel' attribute handling, added custom attributes support, deprecated 'anchor_class' setting by Andrey Andreev · 13 years ago
- 5ad6ba8 Merge pull request #1479 from srtfisher/develop by Phil Sturgeon · 13 years ago
- d60e700 Add an option to disable MIME detection in the Upload library (issue #1494) by Andrey Andreev · 13 years ago
- 95b2f4f Really important space fix :) by vkeranov · 13 years ago
- f51b1fb Fix CI_Calendar::generate() not accepting NULLs (introduced in d261b1e89c3d4d5191036d5a5660ef6764e593a0) by Andrey Andreev · 13 years ago
- 0140ddd Fix issue #318 + added a default to the switch() in CI_Output::minify() by Andrey Andreev · 13 years ago
- e446ad3 Optimize encode_php_tags() by Andrey Andreev · 13 years ago
- ceaf887 some optimizations by Michiel Vugteveen · 13 years ago
- 64cfef0 fixed other functions by Michiel Vugteveen · 13 years ago
- a8221ad fix by Michiel Vugteveen · 13 years ago
- eccde13 exact length passed as string needs to be casted to int by Michiel Vugteveen · 13 years ago
- ee11269 A TTL of 0 will keep the cache persistant. by Sean Fisher · 13 years ago
- 3dad2e7 Replace strncmp() usage with strpos() by Andrey Andreev · 13 years ago
- d163e0b Polish changes from pull #1233 - Session class already has the time_reference setting - 'GMT' is a valid timezone, so nothing needs to be changed in order to work properly (upgrade notes) - Altered some description text by Andrey Andreev · 13 years ago
- 35d6b35 Merge pull request #1223 from Razican/new_date by Andrey Andreev · 13 years ago
- feb14da Changed the config parameter. The session's _get_time() function has also changed. by Iban Eguia · 13 years ago