Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-30 | Better way - autoloader uses first config path | dchill42 | 2 | -13/+6 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-29 | Added autoloader unit test with minor supporting change in Loader | dchill42 | 3 | -3/+90 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-29 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into ↵ | dchill42 | 12 | -1063/+2484 | |
load_config_units | |||||
2012-08-29 | Merge pull request #353 from dchill42/session | Phil Sturgeon | 12 | -1063/+2484 | |
Switched Sessions to use Drivers Adding native PHP sessions and keeping original-flavor CI cookie sessions | |||||
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 | Minor session test improvements | dchill42 | 1 | -65/+117 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-28 | Improved VFS usage in Loader and Config units, added Loader driver test, and ↵ | dchill42 | 3 | -59/+312 | |
moved config load testing to Config unit 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 | 11 | -26/+64 | |
2012-08-27 | Fixed select_driver(), cookie sess_destroy(), and native cookie name conflict | dchill42 | 4 | -7/+17 | |
2012-08-23 | Merge branch 'feature/js-userguide-search' into develop | Derek Jones | 4 | -9/+29 | |
2012-08-23 | Merge pull request #1733 from IT-Can/word-mime-fix | Alex Bilbie | 2 | -2/+3 | |
.docx mimetype updated | |||||
2012-08-21 | docx mimetype added | Michiel Vugteveen | 2 | -2/+3 | |
2012-08-21 | Switching to Sphinx's built in JavaScript search | Derek Jones | 4 | -9/+29 | |
- disabled rST source copying, the contextual results for the search don't render, so they look goofy - added .highlighted class to CSS for highlighting search terms - replaced Google search form with native search form (and separated into its own theme file) - added body class to #content div for JS highlighter to hook onto | |||||
2012-08-20 | fixed RST indentation error in 3.0.0 upgrade instructions code sample | Derek Jones | 1 | -0/+1 | |
2012-08-20 | Fixing code sample styling and footer link | Derek Jones | 2 | -1/+5 | |
2012-08-16 | Merge pull request #1714 from ollierattue/develop | Andrey Andreev | 1 | -2/+2 | |
Working mime types for xls and xlsx file extensions | |||||
2012-08-16 | Merge pull request #1698 from cryode/develop | Andrey Andreev | 1 | -3/+3 | |
Bug fix #1695 Update Nintendo mobile user agents. | |||||
2012-08-15 | Remove change log entry for Bug fix #1695 | Eric Roberts | 1 | -1/+0 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2012-08-15 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop | Eric Roberts | 3 | -8/+12 | |
2012-08-15 | Removed invalid 'application/vnd.ms-excel [official]' mime type from xls | Ollie Rattue | 1 | -1/+1 | |
2012-08-15 | Fix issue #1712 | Andrey Andreev | 1 | -1/+1 | |
2012-08-15 | Add changelog entry for pull #1601 | Andrey Andreev | 1 | -6/+7 | |
2012-08-15 | Working mime types for xls and xlsx file extensions | Ollie Rattue | 1 | -2/+2 | |
2012-08-14 | Merge pull request #1707 from IT-Can/fix-issue-1706 | Alex Bilbie | 1 | -1/+4 | |
Fix issue #1706 | |||||
2012-08-14 | fix issue 1706 | Michiel Vugteveen | 1 | -1/+4 | |
2012-08-13 | Minor doc fixes | dchill42 | 2 | -5/+5 | |
2012-08-12 | Bug fix #1695 - change Nintendo mobile user agents to be more specific. | Eric Roberts | 2 | -3/+4 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2012-08-12 | Updated Loader and Session documentation | dchill42 | 3 | -84/+328 | |
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-03 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop | Eric Roberts | 33 | -254/+360 | |
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 | Coding standard cleanup and added userdata resync on sess_regenerate() | dchill42 | 1 | -12/+61 | |
2012-07-31 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into session | dchill42 | 16 | -99/+180 | |
2012-07-31 | Added Session driver library unit tests and added driver library autoloading ↵ | dchill42 | 3 | -5/+365 | |
to test framework | |||||
2012-07-31 | Fixed userdata synchronization, loaded driver check, and all_flashdata keys | dchill42 | 1 | -8/+7 | |
2012-07-31 | Added upgrade note about the breaking change in the email library. Problem ↵ | Alex Bilbie | 1 | -1/+13 | |
noticed in #1671 | |||||
2012-07-30 | Fixed _parent references and several minor bugs | dchill42 | 4 | -13/+35 | |
2012-07-30 | Some clean-up and style changes | Andrey Andreev | 4 | -16/+16 | |
2012-07-30 | Merge pull request #1672 from alexbilbie/alexbilbie-email-clear | Eric Barnes | 3 | -4/+28 | |
Automatically clear email parameters if send was successful | |||||
2012-07-30 | Updated changelog | Alex Bilbie | 1 | -1/+3 | |
2012-07-30 | Updated email library documentation | Alex Bilbie | 1 | -0/+8 | |
2012-07-30 | Only clear if request was successful | Alex Bilbie | 1 | -3/+3 | |
2012-07-30 | New parameter to automatically clear the parameters | Alex Bilbie | 1 | -3/+13 | |
2012-07-30 | After sending an email clear the parameters | Alex Bilbie | 1 | -2/+6 | |
2012-07-29 | Merge pull request #1670 from CaSoft/develop | Andrey Andreev | 1 | -1/+6 | |
Added documentation for mailto function |