Age | Commit message (Expand) | Author | Files | Lines |
2010-03-25 | added .htaccess to application and system folder to help prevent public acces... | Derek Jones | 2 | -0/+2 |
2010-03-25 | moved application folder outside of the system folder | Derek Jones | 41 | -50/+50 |
2010-03-22 | Updating changelog | Greg Aker | 1 | -0/+1 |
2010-03-22 | Updating docs for extending core libraries to reference the application/core ... | Greg Aker | 1 | -3/+3 |
2010-03-22 | Fix #10 , extending the CodeIgniter controller with MY_Controller will lead t... | Greg Aker | 2 | -0/+15 |
2010-03-22 | added documentation for philsturgeon's submission of download() for the FTP l... | Derek Jones | 2 | -1/+15 |
2010-03-12 | Added FTP::download() and the accompanying lang line. This was first proposed... | Phil Sturgeon | 2 | -0/+43 |
2010-03-22 | expanded philsturgeon's bugfix to parse_url() and updated docs and changelog | Derek Jones | 3 | -3/+4 |
2010-03-12 | prep_url() will now not append http:// to string if a protocol is already use... | Phil Sturgeon | 1 | -1/+1 |
2010-03-12 | Will check for sub-classes in core or libraries (which the original file is i... | Phil Sturgeon | 1 | -2/+2 |
2010-03-22 | fixed spelling in code comment | Derek Jones | 1 | -1/+1 |
2010-03-12 | Fixed constant SELF undefined issue when a bad system folder is set. | Phil Sturgeon | 1 | -1/+1 |
2010-03-20 | reordered logic in _display_cache() to eliminate a call to is_really_writable... | Derek Jones | 2 | -11/+10 |
2010-03-19 | Fixed a bug where files created with the Zip Library would result in file cre... | Greg Aker | 2 | -11/+50 |
2010-03-19 | Changed a few strstr to strpos for consistency w performance guidelines and t... | Robin Sowell | 4 | -4/+4 |
2010-03-18 | Added a $xss_clean class variable to the XMLRPC library, enabling control ove... | Robin Sowell | 4 | -4/+18 |
2010-03-15 | code comment typo fix | Derek Allard | 1 | -1/+1 |
2010-03-12 | Fix #2 -- extra </a> on docs page | Greg Aker | 1 | -1/+1 |
2010-03-12 | switching svn info on download page to hg | Derek Jones | 1 | -4/+8 |
2010-03-11 | grammer fixup - we're all about grammer (yes, if you're reading this thinking... | Derek Allard | 1 | -1/+1 |
2010-03-11 | added @php4 tag to compat helper (thanks Phil) | Derek Jones | 1 | -0/+1 |
2010-03-11 | got rid of some redundancy in the preliminary jQuery lib docs | Derek Jones | 1 | -92/+2 |
2010-03-11 | full on scaffolding removal | Derek Jones | 10 | -169/+4 |
2010-03-10 | added docs for application Packages, added third_party folder to the applicat... | Derek Jones | 3 | -0/+60 |
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 | updated Upload class docs to be accurate with the * filter for allowed_types | Derek Jones | 1 | -1/+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 | 2 | -0/+8 |
2010-03-10 | added swap_pre, autoinit, and stricton database configuration explanations | Derek Jones | 3 | -3/+19 |
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 | 8 | -73/+182 |
2010-03-10 | added docs for Output class property | Derek Jones | 2 | -0/+7 |
2010-03-10 | added ability to enable/disable individual sections of the Profiler | Derek Jones | 7 | -21/+193 |
2010-03-10 | change log note for Drivers | Derek Jones | 1 | -0/+1 |
2010-03-10 | initial docs for Drivers | Derek Jones | 3 | -1/+184 |
2010-03-10 | completely removed Plugins from CodeIgniter | Derek Jones | 17 | -247/+41 |
2010-03-10 | changed SVN location change to BitBucket | Derek Jones | 1 | -1/+1 |
2010-03-10 | sped up Driver loading slightly by predicting subfolder location | Derek Jones | 1 | -1/+8 |
2010-03-07 | Automated merge with http://hg.ellislab.com/CodeIgniter2 | Derek Jones | 130 | -139/+825 |
2010-03-07 | fixed load_class() call in Hooks to get Config from core | Derek Jones | 1 | -1/+1 |
2010-03-05 | added Driver lib | Derek Jones | 2 | -0/+255 |
2010-03-05 | adding initial docs for javascript and jquery libs | Derek Jones | 2 | -0/+430 |
2010-03-05 | changing docs refs to future release 2.0.0 | Derek Jones | 126 | -139/+140 |
2010-03-05 | REMOVING js calendar helper / plugin. No need with the prolific jQuery calen... | Derek Jones | 1 | -629/+0 |