Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-02 | hand merged remaining unresolved files following the backout of ↵ | Derek Jones | 17 | -32/+40 | |
648b42a75739, which was a NON-trivial whitespace commit | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 113 | -1051/+1051 | |
broke the Typography class's string replacements, for instance | |||||
2011-06-22 | completed doc change for user_agent length increase | Derek Jones | 1 | -1/+1 | |
2011-05-20 | fixed missing closing tag in changelog | Derek Jones | 1 | -0/+1 | |
2011-05-20 | modified the 'use_set_names' variable in the MySQL/i drivers to be a class ↵ | Derek Jones | 1 | -1/+1 | |
property instead of static, in case multiple database servers are connected to in a single request. Also clarified description of the 'dbcollat' setting in the configuration files | |||||
2011-05-09 | Added 'is_unique' which is a brilliant feature I came up with all by myself. ↵ | Phil Sturgeon | 2 | -6/+14 | |
Not based on code and ideas from Michael Wales, Burak Guzel, Zack Kitzmiller or Dan Horrigan at all. If they say any differently they are lying. | |||||
2011-05-08 | Merged tip. | Phil Sturgeon | 138 | -1283/+1727 | |
2011-05-04 | updated application flow image. Fixes #273 - thanks @InsiteFx | Derek Jones | 2 | -1/+1 | |
2011-05-04 | Reverted partial MySQL driver change which double-escaped some fields. | Phil Sturgeon | 1 | -1/+0 | |
2011-05-04 | Fixed conflict with migrations merge. | Phil Sturgeon | 1 | -0/+1 | |
2011-04-27 | merging in changes | Greg Aker | 115 | -1097/+1077 | |
2011-04-27 | Added insert_batch() function to the PostgreSQL database driver. Thanks to ↵ | Greg Aker | 1 | -0/+1 | |
epallerols for the patch. | |||||
2011-04-27 | Removed the GET, POST, and COOKIE Data from security since we now allow ↵ | Eric Barnes | 1 | -7/+1 | |
$_GET data. Fixes #48 | |||||
2011-04-25 | Fixed double-space typo. | Razican | 113 | -1051/+1051 | |
2011-04-25 | Fixed #74. | Razican | 1 | -0/+5 | |
2011-04-25 | Fixed typo error in toc.html in documentation. | Razican | 1 | -1/+1 | |
2011-04-25 | Fixed #243 - Changed php version in the style guide to match requirements. | Eric Barnes | 1 | -1/+1 | |
2011-04-25 | Duplicate this->db->insert_batch in documentation. Fixes #202 | Eric Barnes | 1 | -24/+0 | |
2011-04-22 | default value of $total_rows in Pagination class should be number. And fix ↵ | kenjis | 1 | -2/+2 | |
User Guide Pagination Class's Example which uses string to number variable. | |||||
2011-04-21 | Fix #235 error in form_helper docs. | Greg Aker | 1 | -1/+1 | |
2011-04-20 | Fixed a bug (Core #340) where when passing in the second parameter to ↵ | Greg Aker | 1 | -0/+1 | |
$this->db->select(), column names in subsequent queries would not be properly escaped. | |||||
2011-04-20 | Fixing download links for reactor -- thanks kenjis for the patch | Greg Aker | 1 | -2/+2 | |
2011-04-20 | Fix #224 Error in primary index.php $routing instructions | Greg Aker | 1 | -0/+1 | |
2011-04-20 | Altered Session to use a longer match against the user_agent string. See ↵ | Greg Aker | 3 | -2/+8 | |
upgrade notes if using database sessions.</li | |||||
2011-04-20 | Fixed a bug (Reactor #231) where Sessions Library database table example SQL ↵ | Greg Aker | 3 | -9/+23 | |
did not contain an index on last_activity. See <a href="installation/upgrade_203.html">Upgrade Notes</a> Fixed a bug (Reactor #229) where the Sessions Library example SQL in the documentation contained incorrect SQL. | |||||
2011-04-20 | Visual updates to the welcome_message view file and default error templates. ↵ | Greg Aker | 1 | -0/+1 | |
Thanks to danijelb for the pull request. | |||||
2011-04-20 | Updating Documentation on package view loading | Greg Aker | 1 | -10/+15 | |
2011-04-20 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Derek Jones | 2 | -1/+5 | |
2011-04-19 | modified MySQL and MySQLi drivers to address a potential SQL injection ↵ | Derek Jones | 2 | -1/+5 | |
attack vector when multi-byte character set connections are employed. (Does not impact Latin-1, UTF-8, etc. encodings) | |||||
2011-04-19 | Removed APPPATH.'third_party' from the packages autoloader to negate ↵ | Greg Aker | 2 | -0/+13 | |
needless file stats if no packages exist or if the developer does not load any other packages by default. | |||||
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the ↵ | Greg Aker | 3 | -0/+104 | |
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. | |||||
2011-04-18 | changeset: 2204:37301a84c8be | Greg Aker | 1 | -49/+54 | |
tag: tip user: Greg Aker <greg.aker@ellislab.com> date: Mon Apr 18 15:51:28 2011 -0500 summary: Adding toggle show/hide on database queries in the output profiler. Added a profiler config item to set a threshold of when to hide the queries by default. Additionally, fixed a bug I created earlier today by marking the $CI class var in CI_Profiler as private. | |||||
2011-04-18 | changeset: 2202:06a75a1bd622 | Greg Aker | 1 | -0/+17 | |
tag: tip user: Greg Aker <greg.aker@ellislab.com> date: Mon Apr 18 11:10:37 2011 -0500 summary: Tweak to session class all_userdata() to just return the userdata array. Also documented previously undocumented all_userdata() method. | |||||
2011-04-18 | Added Session Class userdata to the output profiler. Additionally, added a ↵ | Greg Aker | 1 | -1/+1 | |
show/hide toggle on HTTP Headers, Session Data and Config Variables. | |||||
2011-04-18 | Added an optional third parameter to heading() which allows adding html ↵ | Greg Aker | 2 | -0/+10 | |
attributes to the rendered heading tag. | |||||
2011-04-18 | Added ENVIRONMENT to reserved constants. Fixes #196 | Eric Barnes | 2 | -0/+18 | |
2011-04-15 | update Prev/Next Topic link on user_guide/libraries/zip.html | kenjis | 1 | -1/+1 | |
2011-04-15 | fix title and update Prev/Next Topic link on ↵ | kenjis | 1 | -3/+3 | |
user_guide/libraries/javascript.html | |||||
2011-04-15 | update Prev/Next Topic link on user_guide/libraries/caching.html | kenjis | 1 | -2/+2 | |
2011-04-15 | update Prev/Next Topic link on user_guide/helpers/cookie_helper.html | kenjis | 1 | -1/+1 | |
2011-04-15 | update Prev/Next Topic link on user_guide/helpers/captcha_helper.html | kenjis | 1 | -3/+3 | |
2011-04-15 | update Prev/Next Topic link on user_guide/helpers/array_helper.html | kenjis | 1 | -2/+2 | |
2011-04-15 | update Prev/Next Topic link on user_guide/database/utilities.html | kenjis | 1 | -1/+1 | |
2011-04-15 | update Prev/Next Topic link on user_guide/database/index.html | kenjis | 1 | -1/+1 | |
2011-04-15 | add "Using CodeIgniter Drivers" and "Creating Your Own Driver" in TOC | kenjis | 2 | -0/+4 | |
2011-04-08 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 1 | -0/+1 | |
2011-04-08 | Updated Changelog to reflect "CLI usage" documentation being added. | Phil Sturgeon | 1 | -0/+1 | |
2011-04-08 | Fixing a bug in the form_helper where csrf_token_name and csrf_hash were ↵ | Greg Aker | 1 | -0/+2 | |
referencing class properties in the Security class that were moved. | |||||
2011-04-07 | And now properly prepped for 2.0.2, sigh | Pascal Kriete | 4 | -12/+99 | |
2011-04-07 | Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1 | Pascal Kriete | 130 | -133/+133 | |