summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-04-21Adding mock testing of libraries in the application directoryGreg Aker1-12/+46
2011-04-21Testing view loading.Greg Aker1-0/+17
2011-04-21Buttoning up model loader tests.Greg Aker1-19/+20
2011-04-21Swap from assertEquals(FALSE, x) to just assertFalse(). Silly Greg.Greg Aker1-1/+1
2011-04-21Working on tests in the loader. Have generic model mocking working with vfsS...Greg Aker2-46/+92
2011-04-21Updating requirements for unit tests in readme.txtGreg Aker1-0/+11
2011-04-21Updating changes in the readmePascal Kriete1-7/+20
2011-04-21Making config_item work again after I pulled it from CI_TestCasePascal Kriete1-3/+9
2011-04-21a bit of shuffling around in CI_TestCasePascal Kriete1-51/+38
2011-04-21some basic bootstrap cleanupPascal Kriete1-4/+11
2011-04-21Renamed the main test class, fixing test cases.Pascal Kriete3-24/+9
2011-04-21Fixing up the scope soup, and adding a way to set core config items.Pascal Kriete2-14/+78
2011-04-21Removing some lefover code form experimenting with process isolation.Pascal Kriete1-11/+3
2011-04-21Adding early bootstrap ideas for core test suitePascal Kriete10-0/+737
2011-04-21Adding tests directory and initial implemenation draft.Pascal Kriete1-0/+113
2011-04-20Fixed a bug (Core #340) where when passing in the second parameter to $this->...Greg Aker2-12/+9
2011-04-20Fixing download links for reactor -- thanks kenjis for the patchGreg Aker1-2/+2
2011-04-20Fix #224 Error in primary index.php $routing instructionsGreg Aker2-1/+2
2011-04-20Altered Session to use a longer match against the user_agent string. See upgr...Greg Aker4-4/+10
2011-04-20Fixed a bug (Reactor #231) where Sessions Library database table example SQL ...Greg Aker3-9/+23
2011-04-20Visual updates to the welcome_message view file and default error templates. ...Greg Aker5-87/+196
2011-04-20Updating Documentation on package view loadingGreg Aker1-10/+15
2011-04-20Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorGreg Aker3-37/+69
2011-04-20Refactoring the loader to set protected class variables.Greg Aker3-37/+69
2011-04-20Change in core/Security.php to match coding standards.Greg Aker1-1/+2
2011-04-20Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorDerek Jones5-3/+43
2011-04-20Altering the loader to be able to load views from packages when adding the pa...Greg Aker2-53/+59
2011-04-19modified MySQL and MySQLi drivers to address a potential SQL injection attack...Derek Jones5-3/+43
2011-04-19Removed APPPATH.'third_party' from the packages autoloader to negate needless...Greg Aker3-1/+14
2011-04-191/2 reverting a previous change to the form_helper. Wrapping hidden form elem...Greg Aker1-1/+1
2011-04-19Removing internal references to the EXT constant. Additionally, marked the c...Greg Aker26-113/+218
2011-04-18changeset: 2204:37301a84c8beGreg Aker2-55/+83
2011-04-18changeset: 2202:06a75a1bd622Greg Aker2-2/+19
2011-04-18Added Session Class userdata to the output profiler. Additionally, added a s...Greg Aker3-7/+43
2011-04-18Added an optional third parameter to heading() which allows adding html attri...Greg Aker3-2/+13
2011-04-18Changed path in footer comment of cache dummy.Eric Barnes1-12/+12
2011-04-18Added ENVIRONMENT to reserved constants. Fixes #196Eric Barnes2-0/+18
2011-04-18Changed server check to ensure SCRIPT_NAME is defined. Fixes #57Eric Barnes1-5/+5
2011-04-15update Prev/Next Topic link on user_guide/libraries/zip.htmlkenjis1-1/+1
2011-04-15fix title and update Prev/Next Topic link on user_guide/libraries/javascript....kenjis1-3/+3
2011-04-15update Prev/Next Topic link on user_guide/libraries/caching.htmlkenjis1-2/+2
2011-04-15update Prev/Next Topic link on user_guide/helpers/cookie_helper.htmlkenjis1-1/+1
2011-04-15update Prev/Next Topic link on user_guide/helpers/captcha_helper.htmlkenjis1-3/+3
2011-04-15update Prev/Next Topic link on user_guide/helpers/array_helper.htmlkenjis1-2/+2
2011-04-15update Prev/Next Topic link on user_guide/database/utilities.htmlkenjis1-1/+1
2011-04-15update Prev/Next Topic link on user_guide/database/index.htmlkenjis1-1/+1
2011-04-15add "Using CodeIgniter Drivers" and "Creating Your Own Driver" in TOCkenjis2-0/+4
2011-04-11Fix: codeigniter-reactor/199 cookie name was overwritten with token namepatwork1-2/+4
2011-04-11Fix: codeigniter-reactor/32 unicorns are no longer mutepatwork1-4/+4
2011-04-09Fix: codeigniter-reactor/199 CSRF config in Security class is no longer ignoredpatwork1-1/+10