summaryrefslogtreecommitdiffstats
path: root/user_guide
AgeCommit message (Collapse)AuthorFilesLines
2007-12-19Added where_in() to Active Record.Derek Allard2-3/+24
2007-12-18Added 'random' as an order_by() option in Active Record.Derek Allard2-7/+9
2007-12-18Added count_all_results() function to Active Record.Derek Allard2-1/+13
2007-12-17Added a third parameter to Active Record's like() clause to control where ↵Derek Allard2-1/+620
the wildcard goes. Deprecated from Active Record; getwhere() for get_where(); groupby() for group_by(); orderby() for order_by; orwhere() for or_where(); and orlike() for or_like().
2007-12-17Fixed a typo in the image language file "suppor" to "support".Derek Allard1-1/+499
2007-12-17updated a few changesDerek Allard1-1/+1
2007-12-17Added form_reset() function to form helper.Derek Allard2-339/+2
2007-12-14Fixed an example of accept_charset() in the User Agent Library.Derek Allard2-202/+2
2007-12-14Fixed a typo in the table library docs.Derek Allard2-293/+2
2007-12-11Fixed a bug in highlight_pharse() that caused an error with slashes.Derek Allard1-1/+1
2007-12-10typo fix in exampleDerek Allard1-612/+1
2007-12-10modified an example that may cause confusion.Derek Allard1-1/+1
2007-12-09userguide fixes, typos, examples.Derek Allard4-679/+4
2007-12-09documented strip_quotes(), quotes_to_entities(), reduce_multiples()Derek Allard1-144/+1
2007-12-06added strip_quotes(), quotes_to_entities(), reduce_multiples() to string helperDerek Allard1-1/+1
2007-12-02Fixed an example for XML RPC. Fixed a missing "?>" in the smiley helper.Derek Allard3-692/+3
2007-11-30added example of multiple orderby()sDerek Jones1-1/+7
2007-11-30Fixed a bug in word_wrap() of the Text Helper that incorrectly referenced an ↵Derek Allard1-1/+1
object.
2007-11-29Moved the safe mode and auth checks for the Email library into the constructorDerek Allard1-485/+1
2007-11-29added a missing ; in the exampleDerek Allard1-113/+1
2007-11-29fixed an example typoDerek Allard1-299/+1
2007-11-21fixed a typo (; in wrong place) in xmlrpcDerek Allard1-1/+1
2007-11-14Fixed a bug in the Email library where some timezones were calculated ↵Derek Allard1-0/+1
incorrectly.
2007-10-28fixed userguide typoDerek Allard2-1/+5
2007-10-25Moved part of the userguide menu javascript to an external file.Derek Allard105-630/+106
2007-10-24Added a few additional mime type variations for CSVDerek Allard1-1/+1
2007-10-24(no commit message)Derek Allard1-0/+1
2007-10-17noted that "location" was the default redirect method in the userguideDerek Allard1-1/+1
2007-10-16Changed the behaviour of custom callbacks so that they no longer trigger the ↵Derek Allard1-1/+2
"required" rule.
2007-10-13Added a check for NULL fields in the MySQL database backup utilityDerek Allard1-0/+1
2007-10-10A few quick changes to the XML-RPC docs to be clearerpaulburdick1-5/+4
2007-10-09Added the ability to auto-load ModelsDerek Allard3-9/+12
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard1-0/+1
2007-10-02added a warning note that caching only works when generating display via a ↵Derek Allard1-0/+1
view file.
2007-10-01Fixed a bug in the Session library where user agent matching would fail on ↵Derek Allard1-0/+1
user agents ending with a space.
2007-09-24Fixed a typo in the String Helper (uniquid changed to uniqid) (added to ↵Derek Allard1-0/+1
changelog)
2007-09-24uniquid changed to uniqidDerek Allard1-1/+1
2007-09-18Fixed a bug in Validation where valid_ip() wasn't called properlyDerek Allard1-0/+1
2007-09-15changed <?= to <?php echo in an exampleDerek Allard1-3/+3
2007-09-10fixed docs for unset_userdata()Derek Jones1-3/+3
2007-08-23Fixed a typo in the database language file.Derek Allard1-0/+1
2007-08-23Fixed an example in the Calendar library for Showing Next/Previous Month Links.Derek Allard2-4/+5
2007-08-17Documented unset_userdata in the Session class.Derek Allard2-311/+319
2007-08-14Documented the timezones() function in the Date HelperDerek Allard2-5/+6
2007-08-10Removed "rand()" as a listed option from orderby in the Active Record, as it ↵Derek Allard2-1/+2
was MySQL only.
2007-08-10typos againDerek Allard2-297/+303
2007-08-10Added Flashdata variables, session_id regeneration and configurable session ↵Derek Allard2-0/+107
update times to the Session class
2007-08-08fixed an example of plural() in the inflector helperDerek Allard1-1/+1
2007-08-08changed some-site.com to example.com in example code per ↵Derek Allard8-13/+14
http://www.rfc-editor.org/rfc/rfc2606.txt
2007-08-08Fixed an example of comma-separated emails in the email library documentationDerek Allard1-7/+8