Age | Commit message (Expand) | Author | Files | Lines |
2008-01-23 | Fixed a series of grammatical and spelling errors in the language files. | Derek Allard | 7 | -75/+89 |
2008-01-23 | fixing www.codeigniter.com to codeigniter.com | Derek Allard | 2 | -6/+6 |
2008-01-23 | http://codeigniter.com/bug_tracker/bug/3249/ | paulburdick | 1 | -0/+2 |
2008-01-23 | Added $this->db->dbprefix() to manually add database prefixes. | Derek Allard | 3 | -3/+29 |
2008-01-23 | XML-RPC tweaks | paulburdick | 1 | -0/+2 |
2008-01-23 | *Enabled the default 'system' methods for the XML-RPC Server library, except ... | paulburdick | 1 | -75/+91 |
2008-01-23 | Fixed a bug in the XML-RPC library so that if not type is specified, a more i... | paulburdick | 1 | -9/+15 |
2008-01-22 | added enclosures to csv_from _result() | Derek Jones | 2 | -5/+8 |
2008-01-22 | removed extraneous load of $CFG in _display_cache() | Derek Jones | 2 | -1/+1 |
2008-01-22 | further refinement to highlight_code()'s regex replacements | Derek Jones | 1 | -3/+2 |
2008-01-22 | modified markers in highlight_code() to not introduce unintended highlighting... | Derek Jones | 1 | -5/+4 |
2008-01-22 | added a language key for the integer validation rule | Derek Allard | 1 | -0/+1 |
2008-01-22 | changed a code comment param int to param string | Derek Allard | 1 | -1/+1 |
2008-01-22 | modifications to numeric and integer validation | Derek Allard | 1 | -2/+3 |
2008-01-22 | fixed bug #3156 in highlight_code() where PHP tags were not being converted p... | Derek Jones | 2 | -5/+9 |
2008-01-22 | fixed bug #3279 - removed iso-8859-1 from $this->_base_charsets, and altered ... | Derek Jones | 2 | -20/+28 |
2008-01-22 | Changed the load protocol of Models to allow for extension. | Derek Allard | 2 | -2/+3 |
2008-01-22 | changelog note for is_really_writable | Derek Jones | 1 | -3/+4 |
2008-01-22 | Fixed bug #3289 where temp files in directories being tested with is_really_w... | Derek Jones | 1 | -0/+2 |
2008-01-22 | prefixed all the variables in _ci_load() to avoid symbol collision in view files | Derek Jones | 1 | -14/+16 |
2008-01-22 | assitive to assistive | Derek Allard | 1 | -1/+1 |
2008-01-22 | typo: "ba" to "be". Bah! | Derek Allard | 1 | -1/+1 |
2008-01-22 | Fixed a bug (#3015) in the User Agent library where more then 2 languages whe... | Derek Allard | 2 | -2/+3 |
2008-01-22 | Changed "numeric" to use is_numeric() and added an "integer" rule into the Va... | Derek Allard | 3 | -14/+21 |
2008-01-22 | fixed Writing Documentation nav link | Derek Jones | 1 | -1/+1 |
2008-01-22 | added Writing Documentation link to the drop-down nav menu | Derek Jones | 1 | -0/+1 |
2008-01-22 | (no commit message) | Derek Allard | 2 | -13/+10 |
2008-01-21 | added note for Writing Documentation section | Derek Jones | 1 | -0/+1 |
2008-01-21 | added user guide template for developers to use in their own projects | Derek Jones | 3 | -0/+205 |
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 206 | -525/+525 |
2008-01-21 | added dbprefix to dbforge functions | Derek Allard | 1 | -5/+5 |
2008-01-21 | typo fix string helper | Derek Allard | 1 | -1/+1 |
2008-01-21 | assorted guide fixes and additions | Derek Allard | 6 | -19/+17 |
2008-01-21 | documented sess_time_to_update | Derek Allard | 1 | -51/+53 |
2008-01-19 | Added attributes into <html> of userguide for valid html. | Derek Allard | 107 | -109/+110 |
2008-01-19 | (no commit message) | Derek Allard | 1 | -0/+1 |
2008-01-19 | Added an email helper into core helpers. | Derek Allard | 1 | -1/+2 |
2008-01-19 | added email helper | Derek Allard | 6 | -5/+162 |
2008-01-19 | guide fixes, remove 1.5.5 update file | Derek Allard | 2 | -120/+7 |
2008-01-19 | change CI_VERSION | Derek Allard | 1 | -1/+1 |
2008-01-19 | Fixed bug #3268 where router could leave '/' as the path | Derek Jones | 2 | -6/+8 |
2008-01-19 | Fixed a bug in the Typography Helper where unordered list was listed "un" (#3... | Derek Allard | 2 | -1/+2 |
2008-01-19 | added some semantic division and formatting to the 1.6.0 changelog | Derek Jones | 1 | -48/+87 |
2008-01-19 | documentation for multiple views | Derek Allard | 1 | -1/+18 |
2008-01-18 | multiple view concatenation support | Derek Allard | 2 | -2/+25 |
2008-01-18 | added GET, URI string, and memory usage to Profiler output | Derek Jones | 3 | -2/+124 |
2008-01-18 | typo fix: stering to string | Derek Allard | 1 | -1/+1 |
2008-01-18 | added greater precision to $_FILE upload errors | Derek Jones | 3 | -3/+23 |
2008-01-18 | ExpressionEngine dev team update | Derek Allard | 1 | -1/+1 |
2008-01-18 | modified prep_for_form() to accept an array so POST arrays can be validated w... | Derek Jones | 2 | -6/+15 |