Age | Commit message (Expand) | Author | Files | Lines |
2010-08-06 | Removed deprecated _drop_database() and _create_database() functions from db ... | Greg Aker | 1 | -0/+1 |
2010-08-06 | Removing the following deprecated database methods: orwhere, orlike, groupby... | Greg Aker | 1 | -0/+1 |
2010-08-05 | Adding an ellipsize function to the text helper, and associated documentation... | Greg Aker | 1 | -0/+1 |
2010-08-05 | Added an optional second parameter to <kbd>show_404()</kbd> to disable logging. | Derek Allard | 1 | -0/+1 |
2010-07-23 | adding sanitize_filename() into the security helper | Derek Allard | 1 | -0/+1 |
2010-07-22 | Adding CSRF into config | Derek Allard | 1 | -0/+1 |
2010-07-05 | suppress page list | Derek Allard | 1 | -1/+1 |
2010-07-05 | Added the ability to suppress first, previous, next and last links by setting... | Derek Allard | 1 | -1/+2 |
2010-07-05 | img() will now generate an empty string as an alt attribute if one is not pro... | Derek Allard | 1 | -1/+2 |
2010-05-24 | Added $prefix, $suffix and $first_url properties to Pagination library. | Robin Sowell | 1 | -0/+1 |
2010-05-11 | Added an option to remove the preceding trail of empty folders when creating ... | Phil Sturgeon | 1 | -0/+1 |
2010-04-23 | clarifying a changelog item | Derek Jones | 1 | -1/+1 |
2010-04-22 | reapplied strtolower() to ->file_type from philsturgeon's changeset 5fe3b04bd... | Derek Jones | 1 | -0/+1 |
2010-04-22 | added changelog note for changesets 4ce5f465478a and 20a016307847 | Derek Jones | 1 | -0/+1 |
2010-04-20 | Modifying smiley_js() in the smiley helper to add optional third parameter to... | Greg Aker | 1 | -0/+1 |
2010-04-15 | Update to File Upload library to return boolean on do_xss_clean(). | Greg Aker | 1 | -0/+1 |
2010-04-15 | Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error due... | Greg Aker | 1 | -1/+2 |
2010-04-15 | Automated merge with http://hg.ellislab.com/CodeIgniter2/ | Greg Aker | 1 | -5/+6 |
2010-04-15 | Removing deprecated Validation class. | Greg Aker | 1 | -5/+6 |
2010-04-09 | Adding output library exceptions for servers with zlib.output_compression ena... | Pascal Kriete | 1 | -0/+1 |
2010-04-09 | Modified get_file_info in the file helper, changing filectime() to filemtime(... | Robin Sowell | 1 | -0/+1 |
2010-04-08 | Fix #15 - Strict Standards Error in index.php | Greg Aker | 1 | -0/+1 |
2010-03-29 | fixed a bug where a PHP error would result when passing objects as values to ... | Derek Jones | 1 | -0/+1 |
2010-03-29 | fixed casing of EllisLab | Derek Jones | 1 | -1/+1 |
2010-03-25 | updated docs to encourage installation of application and system folders abov... | Derek Jones | 1 | -0/+1 |
2010-03-22 | Updating changelog | Greg Aker | 1 | -0/+1 |
2010-03-22 | added documentation for philsturgeon's submission of download() for the FTP l... | Derek Jones | 1 | -1/+2 |
2010-03-22 | expanded philsturgeon's bugfix to parse_url() and updated docs and changelog | Derek Jones | 1 | -0/+1 |
2010-03-20 | reordered logic in _display_cache() to eliminate a call to is_really_writable... | Derek Jones | 1 | -0/+1 |
2010-03-19 | Fixed a bug where files created with the Zip Library would result in file cre... | Greg Aker | 1 | -0/+1 |
2010-03-18 | Added a $xss_clean class variable to the XMLRPC library, enabling control ove... | Robin Sowell | 1 | -0/+1 |
2010-03-11 | grammer fixup - we're all about grammer (yes, if you're reading this thinking... | Derek Allard | 1 | -1/+1 |
2010-03-10 | added docs for application Packages, added third_party folder to the applicat... | Derek Jones | 1 | -0/+1 |
2010-03-10 | changelog note for bugfix in Profiler dealing with failed queries | Derek Jones | 1 | -0/+1 |
2010-03-10 | changelog note for bugfix to log entries | Derek Jones | 1 | -0/+1 |
2010-03-10 | changelog note for subclass prefix automatically being applied by the loader. | Derek Jones | 1 | -0/+2 |
2010-03-10 | added changelog item for XML-RPC server 'object' config item | Derek Jones | 1 | -0/+1 |
2010-03-10 | added docs for * filter for allowed_types of Upload class | Derek Jones | 1 | -0/+1 |
2010-03-10 | added docs for convert_accented_characters() in the Text Helper | Derek Jones | 1 | -0/+1 |
2010-03-10 | added swap_pre, autoinit, and stricton database configuration explanations | Derek Jones | 1 | -0/+3 |
2010-03-10 | changelog note for directory_trigger | Derek Jones | 1 | -0/+1 |
2010-03-10 | changelog note for assign_to_config index.php values | Derek Jones | 1 | -0/+1 |
2010-03-10 | changelog note for index.php based routing overrides | Derek Jones | 1 | -0/+1 |
2010-03-10 | added changelog note for CSRF - still needs documenting in Security class docs | Derek Jones | 1 | -0/+1 |
2010-03-10 | added Security class docs, cleaned up Input class for changes to both | Derek Jones | 1 | -0/+1 |
2010-03-10 | added docs for Output class property | Derek Jones | 1 | -0/+1 |
2010-03-10 | added ability to enable/disable individual sections of the Profiler | Derek Jones | 1 | -0/+1 |
2010-03-10 | change log note for Drivers | Derek Jones | 1 | -0/+1 |
2010-03-10 | completely removed Plugins from CodeIgniter | Derek Jones | 1 | -1/+7 |
2010-03-10 | changed SVN location change to BitBucket | Derek Jones | 1 | -1/+1 |