Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-07 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-10-07 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-10-07 | (no commit message) | Rick Ellis | 1 | -0/+2 | |
2008-10-06 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-10-06 | Altered auto_link() in the URL helper so that email addresses with "+" ↵ | Derek Allard | 1 | -12/+13 | |
included will be linked. | |||||
2008-10-04 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-10-03 | modified how we're performing text highlighting to prevent extra or missing ↵ | Derek Jones | 1 | -0/+1 | |
span tags. Namely, removed the start and ending markers, as if the code being highlighted would be styled the same, PHP would put it all in the same <span>, so when we removed our own additions, it would remove the needed opening span style | |||||
2008-10-02 | changed | Derek Jones | 1 | -0/+1 | |
if ($this->cur_page > $this->num_links) to if ($this->cur_page > ($this-> num_links + 1)) so the "First" link only renders when the link for page 1 is now shown | |||||
2008-10-01 | Fixed extra text in img() function description of the userguide | Derek Allard | 1 | -1/+1 | |
2008-09-30 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2008-09-30 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-09-30 | (no commit message) | Rick Ellis | 1 | -3/+6 | |
2008-09-26 | removed some legacy escaping code from _backup() in the MySQL utility, ↵ | Derek Jones | 1 | -0/+1 | |
fixing bug 4536 http://codeigniter.com/bug_tracker/bug/4536/ | |||||
2008-09-25 | Fixed the spelling of "Dhaka" in the timezone_menu() function of the Date ↵ | Derek Allard | 1 | -1/+2 | |
helper. Added a missing quote in an example on the index page | |||||
2008-09-25 | Fixed incorrect parenthesis in form_open() function. (#5135) | Derek Allard | 1 | -6/+7 | |
A few doc typo fixes | |||||
2008-09-25 | postgre to postgres in a few documentation pages | Derek Allard | 1 | -6/+6 | |
2008-09-24 | added removal of non-printing characters to escape_str() of drivers that do ↵ | Derek Jones | 1 | -0/+6 | |
not have native PHP escaping mechanisms | |||||
2008-09-24 | Fixed a bug in the Session class when database sessions are used where upon ↵ | Derek Jones | 1 | -0/+1 | |
session update all userdata would be errantly written to the session cookie. Also rewrote a bit of the cookie handling code to be a bit more efficient and understandable | |||||
2008-09-21 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-09-13 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-09-09 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2008-08-31 | fixed incorrect example SQL output example | Derek Allard | 1 | -1/+1 | |
2008-08-31 | grammar changes | Derek Allard | 1 | -3/+3 | |
2008-08-31 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-08-27 | added isindex to the list of naughty never allowed tags in xss_clean() | Derek Jones | 1 | -0/+1 | |
2008-08-27 | modified regex for image tag sanitization to retain trailing space and ↵ | Derek Jones | 1 | -1/+2 | |
closing slash to remain valid XHTML | |||||
2008-08-27 | "raspberry" no "respberry"... sheesh | Derek Allard | 1 | -1/+1 | |
2008-08-27 | Fixed the spelling of "respberry" in config/smileys.php | Derek Allard | 1 | -0/+1 | |
2008-08-26 | Added Form Validation Library and updated docs | Rick Ellis | 1 | -3/+4 | |
2008-08-26 | Made a Loader changes so that the new validation class will work. | Rick Ellis | 1 | -1/+1 | |
Made some doc style changes | |||||
2008-08-21 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-08-21 | typo in xmlrpc | Derek Allard | 1 | -1/+1 | |
2008-08-21 | whitespace fixes | Derek Allard | 1 | -150/+149 | |
a minor re-ordering of the changelog | |||||
2008-08-21 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-08-20 | Changed the output of the profiler to use style attribute rather then clear, ↵ | Derek Allard | 1 | -2/+8 | |
and added the id "codeigniter_profiler" to the container div | |||||
2008-08-20 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-08-15 | changed entity standardization to require at least two characters after an ↵ | Derek Jones | 1 | -0/+1 | |
ampersand before forcing a semi-colon | |||||
2008-08-13 | updated time zone list and offsets to match the world's current time zones | Derek Jones | 1 | -0/+1 | |
2008-08-12 | spelling correction | Derek Allard | 1 | -1/+1 | |
2008-08-12 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-08-10 | image_heigth to image_height | Derek Allard | 1 | -1/+1 | |
2008-08-07 | tightened human time stamp validation regex | Derek Jones | 1 | -0/+1 | |
2008-08-06 | fixed bug where dechex() was being fed the wrong variable for encoding space ↵ | Derek Jones | 1 | -0/+1 | |
and tab characters at the end of a line of quoted-printable encoded content | |||||
2008-07-25 | quotes to an example in DBforge | Derek Allard | 1 | -1/+1 | |
2008-07-25 | put $robots back into user_agents.php | Derek Jones | 1 | -0/+1 | |
2008-07-21 | Removed added newlines ("\n") from most form and html helper functions. | Derek Allard | 1 | -0/+1 | |
2008-07-20 | guide example fix for form_hidden | Derek Allard | 1 | -1/+1 | |
2008-07-16 | fixed a series of "next" and "previous" topic links that pointed to the ↵ | Derek Allard | 1 | -1/+1 | |
wrong pages. | |||||
2008-07-16 | Added a few openxml document mime types, and an additional mobile agent to ↵ | Derek Allard | 1 | -0/+1 | |
mimes.php and user_agents.php respectively. |