Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-04 | Merge pull request #1847 from daniel-honestempire/develop | Andrey Andreev | 1 | -2/+2 | |
Support for hashing algorithms other than SHA1 and MD5 | |||||
2012-10-04 | Fix issue #1789 | Andrey Andreev | 16 | -55/+6 | |
Signed-off-by: Andrey Andreev <narf@bofh.bg> | |||||
2012-10-04 | Removed redundant parenthesis around `in_array()` | Daniel Morris | 1 | -1/+1 | |
2012-10-03 | Support for hashing algorithms other than SHA1 and MD5 | Daniel Morris | 1 | -2/+2 | |
Signed-off-by: Daniel Morris <daniel@honestempire.com> | |||||
2012-09-21 | Fixed #1817 Pagination class error | Bo-Yi Wu | 1 | -1/+2 | |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
2012-09-20 | Fixes issue #1815 - input::ip_address() returns incorrect IP behind proxy | Adam McCann | 1 | -1/+1 | |
2012-09-17 | Merge pull request #1783 from vlakoff/develop | Andrey Andreev | 1 | -1/+1 | |
Better server test in redirect() of URL helper | |||||
2012-09-16 | Better method for getting Output cache file embedded timestamp | vlakoff | 1 | -2/+2 | |
Faster, shorter code | |||||
2012-09-16 | Minor change in Output cache file check | vlakoff | 1 | -1/+1 | |
Won't change anything in practice, but robuster (and faster) if ever a cache file would be invalid | |||||
2012-09-13 | directory_map() was skipping files and directories named "0" | vlakoff | 1 | -1/+1 | |
Close #1757. Thanks @BennyC! | |||||
2012-09-12 | Minor adjustments | Andrey Andreev | 1 | -1/+1 | |
2012-09-12 | Better server test in redirect() of URL helper | vlakoff | 1 | -1/+1 | |
"Location" header bugs are specific to IIS; previous test was matching all HTTP servers under Windows. This test isn't perfect yet ($_SERVER['SERVER_SOFTWARE'], which corresponds to the "Server" header of HTTP response, might be missing), but there is no perfect test. "Refresh" method makes the window blank for quite a noticeable time, so let's not affect other servers because of IIS. | |||||
2012-09-07 | Removed the from the default config variables in the pagination ↵ | Alex Bilbie | 1 | -8/+8 | |
class. Fixes #187 and #208 Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-09-07 | Merge pull request #1776 from eweap/db-display-error | Andrey Andreev | 1 | -1/+1 | |
Database display error supporting "Loader.php" and "MY_Loader.php" | |||||
2012-09-07 | Merge pull request #1760 from vlakoff/develop-2 | Alex Bilbie | 1 | -1/+1 | |
Better old captcha image test | |||||
2012-09-05 | Check for "Loader" in $call['class'] instead of $call['file'] | Jonathan Bonnefoy | 1 | -1/+1 | |
2012-09-05 | Database display error supporting "Loader.php" and "MY_Loader.php" | Jonathan Bonnefoy | 1 | -1/+1 | |
2012-09-05 | Misc. style changes | Andrey Andreev | 2 | -2/+2 | |
2012-09-05 | Cleanup and optimize new Session classes | Andrey Andreev | 3 | -128/+221 | |
2012-09-05 | Merge pull request #1770 from dchill42/session | Alex Bilbie | 1 | -0/+12 | |
Session Fixes for #1711 and #1756 | |||||
2012-09-05 | Merge pull request #1750 from vlakoff/develop | Andrey Andreev | 1 | -1/+2 | |
Simplification in Text Helper's character_limiter() | |||||
2012-09-04 | More complicated but faster method | vlakoff | 1 | -1/+2 | |
Also added a comment to explain the reason for such a complicated method | |||||
2012-09-04 | That doesn't go there. Put cache fix around correct query. | dchill42 | 1 | -11/+11 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-09-04 | Fixed issues #1756 and #1711 | dchill42 | 1 | -0/+12 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-09-03 | Slightly robuster test | vlakoff | 1 | -1/+1 | |
Also, single quotes per style conventions | |||||
2012-09-02 | Merge pull request #1727 from pickupman/bugfix-loader-view_file | Alex Bilbie | 1 | -3/+3 | |
Fix bug #1000 | |||||
2012-09-02 | Merge pull request #1728 from pickupman/bugfix-captcha_helper | Alex Bilbie | 1 | -2/+1 | |
Fix issue #1678 | |||||
2012-09-01 | A few forgotten double quotes in language strings | vlakoff | 1 | -14/+14 | |
Follow-up to commit 0875d69dc7b5138cc40ea2f248024b2a886a0d82 from 2012-07-15 | |||||
2012-08-31 | Simplification in Text Helper's character_limiter() | vlakoff | 1 | -1/+1 | |
Because the "\s" regex character class includes \r and \n, there is no need for the str_replace() part | |||||
2012-08-31 | Merge pull request #1732 from IT-Can/mysql-compression | Alex Bilbie | 3 | -2/+39 | |
MySQL & MySQLi client compression | |||||
2012-08-29 | Fixed defaults and database check, reverted redundant shutdown feature | dchill42 | 2 | -51/+5 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-29 | Extracted cookie database saves to shutdown and cleaned up code | dchill42 | 2 | -135/+169 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-28 | Fixed multi-driver load return and last-ditch library subdirectory retry ↵ | dchill42 | 1 | -3/+3 | |
object names | |||||
2012-08-27 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into session | dchill42 | 3 | -3/+14 | |
2012-08-27 | Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict | dchill42 | 4 | -7/+17 | |
2012-08-21 | driver fix + userguide + changelog | Michiel Vugteveen | 1 | -3/+15 | |
2012-08-20 | mysql driver updated | Michiel Vugteveen | 2 | -5/+21 | |
2012-08-20 | compression test | Michiel Vugteveen | 2 | -0/+9 | |
2012-08-19 | Fixes issue #1678 | pickupman | 1 | -2/+1 | |
2012-08-18 | Fix bug #1000 | Joe McFrederick | 1 | -3/+3 | |
2012-08-15 | Fix issue #1712 | Andrey Andreev | 1 | -1/+1 | |
2012-08-14 | fix issue 1706 | Michiel Vugteveen | 1 | -1/+4 | |
2012-08-12 | Updated comments about default driver | dchill42 | 1 | -2/+2 | |
2012-08-08 | Relocated driver base class inclusion so drivers can be loaded with library() | dchill42 | 1 | -13/+13 | |
2012-08-08 | Added session_id to userdata and applied sess_time_to_update | dchill42 | 1 | -0/+13 | |
2012-08-01 | Merge pull request #1601 from rwillert/patch-1 | Phil Sturgeon | 1 | -1/+9 | |
Reconnect to PostgreSQL database if connection dropped. | |||||
2012-07-31 | Damn, missed files on last commit | dchill42 | 3 | -21/+72 | |
2012-07-31 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into session | dchill42 | 8 | -89/+94 | |
2012-07-31 | Fixed userdata synchronization, loaded driver check, and all_flashdata keys | dchill42 | 1 | -8/+7 | |
2012-07-30 | Fixed _parent references and several minor bugs | dchill42 | 4 | -13/+35 | |