Age | Commit message (Expand) | Author | Files | Lines |
2011-08-11 | Merge pull request #38 from bubbafoley/develop | Phil Sturgeon | 4 | -13/+45 |
2011-08-10 | Reset loaded files arrays in the Loader so the 404_override controller can ac... | Shane Pearson | 2 | -11/+12 |
2011-08-10 | 404_override route now works for missing controllers in subdirectories and fu... | Shane Pearson | 2 | -2/+33 |
2011-08-10 | Typecast limit and offset in the Database Driver to integers. Fixes https://b... | Phil Sturgeon | 2 | -2/+3 |
2011-08-10 | Added application/x-csv as a mime. | Phil Sturgeon | 2 | -1/+2 |
2011-08-10 | Fixed #378 Robots identified as regular browsers by the User Agent class. | Phil Sturgeon | 2 | -6/+7 |
2011-08-10 | Fixed typo in ActiveRecord. | Phil Sturgeon | 1 | -1/+1 |
2011-08-10 | Disabled migrations by default. | Phil Sturgeon | 1 | -1/+1 |
2011-08-10 | Fixed a bug where Email library attachments with a . in the name would using ... | Phil Sturgeon | 2 | -1/+2 |
2011-08-10 | Added field name wrappers (") in insert/update/replace/_process_fields/_creat... | Esen Sagynov | 36 | -1596/+6 |
2011-08-10 | Added CUBRID Database Driver | Esen Sagynov | 6 | -1/+1378 |
2011-08-10 | Fixed a bug where using this->db->select_max(), this->db->select_min(), etc c... | Phil Sturgeon | 2 | -1/+3 |
2011-08-09 | Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de... | Phil Sturgeon | 3 | -4/+13 |
2011-08-09 | Merge pull request #29 from darkhouse/develop | Phil Sturgeon | 3 | -4/+13 |
2011-08-09 | Merged conflict. | Phil Sturgeon | 3 | -9/+7 |
2011-08-09 | Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de... | Phil Sturgeon | 2 | -1/+2 |
2011-08-09 | Merge pull request #30 from darkhouse/feature/having_fix | Phil Sturgeon | 2 | -1/+2 |
2011-07-23 | Added having() fix to changelog. | Adam Jackett | 1 | -0/+1 |
2011-07-23 | Fixed having method to insert quotes. | Adam Jackett | 1 | -1/+1 |
2011-07-23 | Added bug fix to changelog. | Adam Jackett | 1 | -0/+1 |
2011-07-23 | Fixed mysql and mysqli drivers to set NOT NULL as default for creating fields... | Adam Jackett | 2 | -4/+12 |
2011-07-23 | Merge branch 'develop' of ellislab.beanstalkapp.com:/codeigniter into develop | Phil Sturgeon | 1 | -0/+4 |
2011-07-23 | Added ->load->get_var() to check against ->load->_ci_cached_vars[]. | Phil Sturgeon | 3 | -0/+22 |
2011-07-20 | Changed Cart library to return the if inserted successfully. This will be fi... | Phil Sturgeon | 3 | -17/+17 |
2011-07-20 | Updated Email class to use protected instead of private: http://codeigniter.u... | Phil Sturgeon | 1 | -59/+59 |
2011-07-20 | Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de... | Phil Sturgeon | 2 | -1/+4 |
2011-07-19 | Merge pull request #28 from marcoscoelho/cart_total_items | Phil Sturgeon | 1 | -0/+1 |
2011-07-19 | Log change on method total_items from cart library | MarcosCoelho | 1 | -0/+1 |
2011-07-19 | Merge pull request #26 from marcoscoelho/cart_total_items | Phil Sturgeon | 1 | -1/+3 |
2011-07-18 | sync total items count and total amount price; by sum of quantity of each ite... | MarcosCoelho | 1 | -1/+3 |
2011-07-18 | Fixed issue #199 - Attributes passed as string does not include a space betwe... | Eric Barnes | 1 | -0/+4 |
2011-07-17 | Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de... | Phil Sturgeon | 2 | -2/+3 |
2011-07-17 | Merge pull request #24 from joelcox/issue-165c | Phil Sturgeon | 2 | -2/+3 |
2011-07-16 | Updated change log | Joël Cox | 1 | -0/+1 |
2011-07-16 | CSRF field is only added when post method is used and action is internal. Clo... | Joël Cox | 1 | -2/+2 |
2011-07-16 | Merge pull request #22 from zacwasielewski/master | Phil Sturgeon | 1 | -1/+1 |
2011-07-16 | updating the change log | MarcosCoelho | 1 | -0/+1 |
2011-07-16 | explains how use a parameter/argument (optional) in your callback rule declar... | MarcosCoelho | 1 | -8/+5 |
2011-07-16 | enable use of param in a callback rule; it's a sugestion of solution, another... | Marcos Coelho | 1 | -2/+2 |
2011-07-16 | Fixed missing table prefixes in Database Forge Class rename_table() method | Zac Wasielewski | 1 | -1/+1 |
2011-07-16 | enable use of param in a callback rule, on behalf of marcoscoelho. | Phil Sturgeon | 2 | -1/+2 |
2011-07-15 | ... set_dbprefix(). Programatically set the prefix, great for multi-site syst... | Phil Sturgeon | 3 | -2/+23 |
2011-07-15 | Was working on this file so PHP5ified the method visibility scopes. Pointless... | Phil Sturgeon | 1 | -154/+106 |
2011-07-15 | added .gitignore, removed .hg files | Derek Jones | 3 | -15/+9 |
2011-07-03 | reverted texb.ttf font which had been compromised in 982b43c3590a by another ... | Derek Jones | 1 | -0/+0 |
2011-07-03 | reverted texb.ttf font which had been compromised in 982b43c3590a by a anothe... | Derek Jones | 1 | -0/+0 |
2011-07-02 | hand merged remaining unresolved files following the backout of 648b42a75739,... | Derek Jones | 31 | -168/+660 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 230 | -2110/+2110 |
2011-07-02 | hand merged remaining unresolved files following the backout of 648b42a75739,... | Derek Jones | 229 | -2046/+2045 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 230 | -2110/+2110 |