Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2008-07-13 | adds vs add typo fix | Derek Allard | 1 | -1/+1 | |
2008-07-09 | guide typo | Derek Allard | 1 | -0/+1 | |
2008-07-03 | re-included URL encoded characters within _remove_invisible_characters() ↵ | Derek Jones | 1 | -1/+1 | |
which were mistakenly pulled out in a previous commit, not released | |||||
2008-07-01 | Changed regex for onfoo event handlers to prevent unwanted matching of text ↵ | Derek Jones | 1 | -1/+1 | |
such as locatiON, cONtent, etc. | |||||
2008-06-30 | added changelog note for number helper improvement | Derek Jones | 1 | -0/+5 | |
2008-06-30 | simplified regex for _remove_invisible_characters() - since we ↵ | Derek Jones | 1 | -1/+5 | |
rawurldecode() the string, there's no need to go looking for url encoded characters here | |||||
2008-06-29 | cleaned up changelog to put in line with 1.6.3 release | Derek Jones | 1 | -6/+3 | |
2008-06-27 | wheee! fixing svn revision number in changelog | Derek Jones | 1 | -1/+1 | |
2008-06-27 | added language helper to user guide toc | Derek Jones | 1 | -1/+1 | |
2008-06-27 | Moved the <label> output ability from the language library to a language ↵ | Derek Jones | 1 | -1/+2 | |
helper (hotfix for 1.6.3) | |||||
2008-06-27 | Documented the language file use of byte_format() in the number helper. | Derek Allard | 1 | -1/+6 | |
2008-06-27 | Fixed a double opening <p> tag in the index pages of each system ↵ | Derek Allard | 1 | -0/+5 | |
directory. | |||||
2008-06-27 | Minor example fix in Number helper | Derek Allard | 1 | -0/+9 | |
Added 1.6.4 to changelog page | |||||
2008-06-27 | finalized 1.6.3 changelog for release | Derek Jones | 1 | -1/+2 | |
2008-06-27 | changed user guide version to 1.6.3 | Derek Jones | 1 | -4/+4 | |
2008-06-20 | Added the ability to automatically output language items as form labels in ↵ | Derek Allard | 1 | -0/+1 | |
the Language class. | |||||
2008-06-20 | Added get_post() to the Input class. | Derek Allard | 1 | -0/+2 | |
Documented get() in the Input class. | |||||
2008-06-19 | added a Number helper | Derek Jones | 1 | -0/+1 | |
2008-06-19 | changelog note that I removed maxlength and size as automatically added ↵ | Derek Allard | 1 | -0/+1 | |
attributes in form helper | |||||
2008-06-15 | userguide typo fix | Derek Allard | 1 | -1/+1 | |
2008-06-13 | Added "Using Associative Arrays In a Request Parameter" example to the ↵ | Derek Allard | 1 | -1/+2 | |
XMLRPC userguide page. | |||||
2008-06-09 | Added a language key for valid_emails in validation_lang.php. | Derek Allard | 1 | -0/+1 | |
2008-06-06 | added quoted-printable headers when $this->send_multipart has been manually ↵ | Derek Jones | 1 | -0/+1 | |
changed to FALSE | |||||
2008-06-06 | Removed an unused Router reference in _display_cache(). | Derek Allard | 1 | -0/+1 | |
2008-06-06 | Form helper refactored to allow form_open() and form_fieldset() to accept ↵ | Derek Allard | 1 | -0/+5 | |
arrays or strings as arguments. | |||||
2008-05-31 | Charset information in the userguide has been moved above title for ↵ | Derek Allard | 1 | -3/+4 | |
internationalization purposes (#4614) | |||||
2008-05-29 | made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify ↵ | Derek Jones | 1 | -0/+2 | |
multi-column non-primary keys in table creation | |||||
2008-05-22 | Fixed a bug (#4561) where orhaving() wasn't properly passing values. | Derek Allard | 1 | -3/+6 | |
Removed some unused variables from the code (#4563). Fixed a bug where having() was not adding an = into the statement (#4568). | |||||
2008-05-21 | Added support for query strings to the Pagination class, automatically ↵ | Derek Allard | 1 | -0/+1 | |
detected or explicitly declared. | |||||
2008-05-20 | improved security in xss_clean(), added <audio> and <video> tags to naughty ↵ | Derek Jones | 1 | -1/+1 | |
HTML tags, and the HTML5 event handlers onerror and onended | |||||
2008-05-20 | Fixed an example in Model docs | Derek Allard | 1 | -0/+1 | |
2008-05-18 | Moved the _has_operators() function into DB_driver from DB_active_rec. | Derek Allard | 1 | -1/+2 | |
2008-05-16 | Considerably expanded list of mobile user-agents in config/user_agents.php. | Derek Allard | 1 | -2/+3 | |
2008-05-16 | fixed regular expression in Image lib, CI bug #4542 | Derek Jones | 1 | -0/+1 | |
2008-05-15 | added ability to use xss_clean() to test images, and improved security for ↵ | Derek Jones | 1 | -0/+6 | |
vectors particular to the Opera family of browsers | |||||
2008-05-14 | Set the mime type check in the Upload class to reference the global mimes ↵ | Derek Allard | 1 | -0/+5 | |
variable. | |||||
2008-05-14 | Added missing semicolon in upload_lang.php | Derek Jones | 1 | -0/+1 | |
2008-05-14 | fixed bug #3419 where the 'database' setting for DSN connections was using ↵ | Derek Jones | 1 | -0/+13 | |
the host portion of the URL instead of the path. Added ability to set other db config values in DSN connections via query string | |||||
2008-05-13 | fixed svn revision number in changelog for 1.6.2 release | Derek Jones | 1 | -1/+1 | |
2008-05-13 | hotfix for a bug in database error display introduced by 1.6.2 fix for bugs ↵ | Derek Jones | 1 | -1/+1 | |
#4451, #4299, and #4339 | |||||
2008-05-13 | prepping changelog for the real 1.6.2 release | Derek Jones | 1 | -1/+1 | |
2008-05-13 | increased security and performance of xss_clean(), added ↵ | Derek Jones | 1 | -1/+2 | |
_sanitize_naughty_html() callback and removed "never allowed" items to a class property | |||||
2008-05-13 | The Zip class has undergone a substantial re-write for speed and clarity | Derek Allard | 1 | -0/+1 | |
2008-05-13 | prep changelog for release | Derek Jones | 1 | -3/+8 | |
2008-05-13 | reshuffling of bug fixes in changelog | Derek Jones | 1 | -9/+9 | |
2008-05-12 | removed an ereg from config | Derek Allard | 1 | -0/+2 | |
added a qualifier to a str_replace for \t in Input changed substr to strncmp in Codeigniter.php and directory_map function added braces in an if statement of unit test Removed "scripts" from the auto-load search path. Scripts were deprecated in Version 1.4.1 (September 21, 2006). If you still need to use them for legacy reasons, they must now be manually loaded in each Controller. | |||||
2008-05-12 | Escape behaviour in where() clauses has changed; values in those with the ↵ | Derek Allard | 1 | -1/+2 | |
"FALSE" argument are no longer escaped (ie: quoted). | |||||
2008-05-12 | added bugfix note for db transactions in debug mode | Derek Jones | 1 | -0/+1 | |