summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
AgeCommit message (Collapse)AuthorFilesLines
2008-01-19(no commit message)Derek Allard1-0/+1
2008-01-19Added an email helper into core helpers.Derek Allard1-1/+2
2008-01-19Fixed bug #3268 where router could leave '/' as the pathDerek Jones1-0/+1
2008-01-19Fixed a bug in the Typography Helper where unordered list was listed "un" ↵Derek Allard1-0/+1
(#3267)
2008-01-19added some semantic division and formatting to the 1.6.0 changelogDerek Jones1-48/+87
2008-01-18added GET, URI string, and memory usage to Profiler outputDerek Jones1-0/+1
2008-01-18added greater precision to $_FILE upload errorsDerek Jones1-0/+1
2008-01-18modified prep_for_form() to accept an array so POST arrays can be validated ↵Derek Jones1-0/+1
with the Validation class via callback functions and have fields properly assigned
2008-01-18ExpressionEngine Dev Team in creditDerek Allard1-1/+1
2008-01-18fixed bug #3260 tightened type checking before outputting MySQL field as NULLDerek Jones1-0/+1
2008-01-18Fixed a bug (#3175) preventing certain libraries from working properly when ↵Derek Jones1-1/+2
autoloaded in PHP 4 by re-syncing the master object from the copy
2008-01-18removed $assign_to_controller - seems redundant all things consideredDerek Jones1-1/+0
2008-01-17fixed bug #3003 preventing encryption from working with modes other than ↵Derek Jones1-2/+4
MCRYPT_MODE_ECB. Also added some noise to the cipher so the IV can safely be transported along with the encrypted data.
2008-01-17typosDerek Allard1-2/+2
2008-01-17typography helper bugfix noteDerek Jones1-1/+2
2008-01-17(no commit message)Derek Allard1-0/+1
2008-01-17prefixed reserved variables of _ci_load() in order to not conflict with view ↵Derek Jones1-0/+1
file variables
2008-01-17deprecated scaffoldingDerek Allard1-1/+2
2008-01-16Added Compat.php fileDerek Jones1-0/+2
2008-01-16typosDerek Allard1-2/+2
2008-01-16Many new Active Record functions, and another whack of stuffDerek Allard1-24/+39
2008-01-02Documented distinct() in Active Record.Derek Allard1-0/+1
2008-01-01Fixed a bug in get_filenames() in the File Helper where the array wasn't ↵Derek Allard1-0/+1
cleared after each call.
2007-12-31Fixed a bug in _object_to_array that broke some types of inserts and updates.Derek Allard1-0/+1
2007-12-31Fixed a bug in Validation where individual error messages for checkboxes ↵Derek Allard1-0/+1
wasn't supported.
2007-12-28Added the ability to use aliases with joins in Active Record.Derek Allard1-0/+1
2007-12-22typos fixesDerek Allard1-3/+1
2007-12-21Added Zip Encoding Class to the table of contents of the userguide.Derek Allard1-1/+2
2007-12-20Added the ability to pass an array of tables to the delete() statement in ↵Derek Allard1-0/+1
Active Record.
2007-12-20fixed typo: $field_names[] vs $Ffield_names[]Derek Allard1-0/+1
2007-12-20Changed the behaviour of variables submitted to the where() clause with no ↵Derek Allard1-0/+1
values to auto set "IS NULL" Added parenthesis around table names in SQL FROM
2007-12-19Added support for limit() into update() and delete() statements in Active ↵Derek Allard1-1/+1
Record.
2007-12-19Added support for limit() into update() statements in Active Record.Derek Allard1-0/+1
2007-12-19Added where_in(), where_in_or(), where_not_in(), and where_not_in_or() to ↵Derek Allard1-1/+1
Active Record.
2007-12-19Added where_in() to Active Record.Derek Allard1-0/+1
2007-12-18Added 'random' as an order_by() option in Active Record.Derek Allard1-6/+7
2007-12-18Added count_all_results() function to Active Record.Derek Allard1-0/+1
2007-12-17Added a third parameter to Active Record's like() clause to control where ↵Derek Allard1-0/+2
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 Allard1-1/+1
2007-12-14Fixed an example of accept_charset() in the User Agent Library.Derek Allard1-1/+1
2007-12-14Fixed a typo in the table library docs.Derek Allard1-1/+1
2007-12-11Fixed a bug in highlight_pharse() that caused an error with slashes.Derek Allard1-1/+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 Allard1-1/+1
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-14Fixed a bug in the Email library where some timezones were calculated ↵Derek Allard1-0/+1
incorrectly.
2007-10-25Moved part of the userguide menu javascript to an external file.Derek Allard1-6/+2