Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-28 | always use charset config item | freewil | 1 | -2/+9 | |
2011-08-28 | always use charset config item | freewil | 1 | -1/+2 | |
2011-08-26 | Changed CI_VERSION to represent develop branch | Eric Barnes | 1 | -1/+1 | |
2011-08-26 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 5 | -15/+53 | |
2011-08-26 | changed private functions to protected so MY_URI can override them. | Paul | 1 | -2/+2 | |
2011-08-25 | fixed logical operator OR in core/lang | Frank Michel | 1 | -1/+1 | |
2011-08-25 | fix for issue #292 with multiple language files | Frank Michel | 1 | -2/+2 | |
2011-08-25 | Merge pull request #291 from kenjis/html_escape | Greg Aker | 1 | -0/+24 | |
add html_escape() function to escape HTML. | |||||
2011-08-25 | Merge remote-tracking branch 'alexbilbie/csrf-override' into feature/csrf-verify | Eric Barnes | 1 | -6/+20 | |
Conflicts: system/core/Security.php | |||||
2011-08-25 | add html_escape() function to escape HTML. | kenjis | 1 | -0/+24 | |
2011-08-24 | Merge pull request #270 from bubbafoley/extend-autoloader | Phil Sturgeon | 1 | -1/+1 | |
make _ci_autoloader() protected so it can be properly extended. | |||||
2011-08-23 | make _ci_autoloader() protected so it can be properly extended. | Shane Pearson | 1 | -1/+1 | |
2011-08-22 | Fix #8 - Load core classes from the application folder first. | Shane Pearson | 1 | -3/+3 | |
2011-08-21 | Merge branch 'issue227' of https://github.com/johnbellone/CodeIgniter into ↵ | Phil Sturgeon | 1 | -4/+4 | |
develop | |||||
2011-08-21 | Changed order | John Bellone | 1 | -1/+1 | |
2011-08-21 | Making changes to stop remote spoofing | John Bellone | 1 | -4/+4 | |
2011-08-21 | Added new config parameter "csrf_exclude_uris" which allows for URIs to be ↵ | Alex Bilbie | 1 | -1/+11 | |
whitelisted from CSRF verification. Fixes #149 | |||||
2011-08-21 | Ability to move the view folder out of the Application directory | Joe Cianflone | 1 | -1/+1 | |
* index.php -- added the $view_folder var and VIEWPATH constant * Loader.php -- changed the private _ci_view_paths var so that it's not hardcoded to the view dir, but looks for the VIEWPATH constant instead | |||||
2011-08-15 | Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into ↵ | Phil Sturgeon | 11 | -73/+420 | |
develop | |||||
2011-08-15 | Added some docs to CI core files | David Behler | 4 | -48/+221 | |
2011-08-14 | Added some docs to CI core files | David Behler | 5 | -13/+110 | |
2011-08-14 | Added some docs to CI core files | David Behler | 1 | -0/+14 | |
2011-08-14 | Added some docs to CI core files | David Behler | 2 | -13/+64 | |
2011-08-14 | Added some docs to CI core files | David Behler | 3 | -0/+32 | |
2011-08-14 | Fixed conflict. | Phil Sturgeon | 3 | -16/+38 | |
2011-08-14 | Added some docs to CI core files | David Behler | 1 | -7/+22 | |
2011-08-14 | Added some docs to CI core files | root | 2 | -0/+18 | |
2011-08-13 | Got changelog in sync with changes after v2.0.3 release branch merged a ↵ | Phil Sturgeon | 1 | -1/+1 | |
bunch of stuff. Anyone moving a develop change into v2.0.3 should move the changelog item too. | |||||
2011-08-13 | Bumped the version number. Can somebody with a working find and replace fix ↵ | Phil Sturgeon | 1 | -1/+1 | |
up the docs? | |||||
2011-08-13 | Fixed conflicts. | Phil Sturgeon | 2 | -2/+2 | |
2011-08-13 | Fixed conflict in changelog. | Phil Sturgeon | 1 | -0/+15 | |
2011-08-13 | Get php_sapi_name() == 'cli' involved in the 'is this the command line?' ↵ | Phil Sturgeon | 2 | -2/+2 | |
decision. | |||||
2011-08-13 | Merged my GitHub mirror. | Phil Sturgeon | 4 | -13/+45 | |
2011-08-13 | Merge branch 'develop' of ellislab.beanstalkapp.com:/codeigniter into develop | Phil Sturgeon | 1 | -12/+46 | |
2011-08-13 | If a config class was loaded first then a library with the same name is ↵ | Phil Sturgeon | 1 | -4/+4 | |
loaded, the config would be ignored. | |||||
2011-08-12 | Merging - fingers crossed | Pascal Kriete | 1 | -0/+15 | |
Conflicts: system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php system/libraries/Email.php user_guide/changelog.html user_guide/database/configuration.html user_guide/helpers/url_helper.html user_guide/libraries/cart.html user_guide/libraries/form_validation.html | |||||
2011-08-10 | Reset loaded files arrays in the Loader so the 404_override controller can ↵ | Shane Pearson | 2 | -11/+12 | |
access autoloaded libraries. If a controller exists but a method is not found the current $CI instance is unset and a new one is created for the 404 override controller. Any autoloaded libraries will not be available to the 404 override controller because the Loader sees them as already have been loaded. To fix this we need to reset the loader. I implemented it via an initialize function that resets the loaded files arrays and then calls the autoloader. This also simplifies things in CI_Controller because it only has to call one loader function instead. | |||||
2011-08-10 | 404_override route now works for missing controllers in subdirectories and ↵ | Shane Pearson | 2 | -2/+33 | |
functions that fail the security check in CodeIgniter.php | |||||
2011-07-23 | Added ->load->get_var() to check against ->load->_ci_cached_vars[]. | Phil Sturgeon | 1 | -0/+15 | |
2011-07-02 | hand merged remaining unresolved files following the backout of ↵ | Derek Jones | 1 | -13/+48 | |
648b42a75739, which was a NON-trivial whitespace commit | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 16 | -194/+194 | |
broke the Typography class's string replacements, for instance | |||||
2011-07-02 | hand merged remaining unresolved files following the backout of ↵ | Derek Jones | 16 | -194/+194 | |
648b42a75739, which was a NON-trivial whitespace commit | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 16 | -194/+194 | |
broke the Typography class's string replacements, for instance | |||||
2011-06-15 | Merged base_url changes. | philsturgeon | 1 | -12/+46 | |
2011-05-08 | Wrapped all common functions to check if it already exists. This allows ↵ | Dan Horrigan | 1 | -13/+48 | |
anyone to override a lot more of the core by simply defining these function prior to loading them. | |||||
2011-04-27 | Reverting last change. Don't know what I was thinking. :( | Eric Barnes | 1 | -1/+1 | |
2011-04-26 | Automatic base_url generation was missing a ending slash. | Eric Barnes | 1 | -1/+1 | |
2011-04-25 | Fixed double-space typo. | Razican | 16 | -194/+194 | |
2011-04-22 | Fixed re-searching for config file even though one had been loaded ($found ↵ | katzgrau | 1 | -1/+2 | |
was set to true, never reset). Also fixes getsparks issue. | |||||
2011-04-21 | Flipping around contents of a conditional in _ci_load() so the small bits ↵ | Greg Aker | 1 | -6/+6 | |
are on top. |