From c644128fdd49a47d791240e0e38b54cd22412bc5 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 4 Jul 2007 23:54:32 +0000 Subject: fixed validation errors... about a zillion of em. --- user_guide/changelog.html | 7 +- user_guide/database/active_record.html | 6 +- user_guide/database/caching.html | 2 +- user_guide/database/call_function.html | 2 +- user_guide/database/configuration.html | 4 +- user_guide/database/connecting.html | 8 +- user_guide/database/examples.html | 2 +- user_guide/database/fields.html | 2 +- user_guide/database/helpers.html | 2 +- user_guide/database/index.html | 2 +- user_guide/database/queries.html | 8 +- user_guide/database/results.html | 8 +- user_guide/database/table_data.html | 2 +- user_guide/database/transactions.html | 6 +- user_guide/database/utilities.html | 4 +- user_guide/general/alternative_php.html | 2 +- user_guide/general/ancillary_classes.html | 2 +- user_guide/general/autoloader.html | 2 +- user_guide/general/caching.html | 8 +- user_guide/general/controllers.html | 15 ++- user_guide/general/core_classes.html | 2 +- user_guide/general/creating_libraries.html | 6 +- user_guide/general/credits.html | 3 +- user_guide/general/errors.html | 2 +- user_guide/general/helpers.html | 2 +- user_guide/general/hooks.html | 4 +- user_guide/general/index.html | 2 +- user_guide/general/libraries.html | 2 +- user_guide/general/managing_apps.html | 5 +- user_guide/general/models.html | 2 +- user_guide/general/plugins.html | 2 +- user_guide/general/profiling.html | 2 +- user_guide/general/quick_reference.html | 5 +- user_guide/general/requirements.html | 3 +- user_guide/general/routing.html | 4 +- user_guide/general/scaffolding.html | 4 +- user_guide/general/security.html | 2 +- user_guide/general/urls.html | 6 +- user_guide/general/views.html | 62 ++++++------ user_guide/helpers/array_helper.html | 2 +- user_guide/helpers/cookie_helper.html | 2 +- user_guide/helpers/date_helper.html | 4 +- user_guide/helpers/directory_helper.html | 2 +- user_guide/helpers/download_helper.html | 2 +- user_guide/helpers/file_helper.html | 4 +- user_guide/helpers/form_helper.html | 14 +-- user_guide/helpers/html_helper.html | 2 +- user_guide/helpers/index.html | 2 +- user_guide/helpers/inflector_helper.html | 2 +- user_guide/helpers/security_helper.html | 2 +- user_guide/helpers/smiley_helper.html | 24 ++--- user_guide/helpers/string_helper.html | 4 +- user_guide/helpers/text_helper.html | 2 +- user_guide/helpers/typography_helper.html | 2 +- user_guide/helpers/url_helper.html | 2 +- user_guide/helpers/xml_helper.html | 2 +- user_guide/index.html | 2 +- user_guide/installation/downloads.html | 3 +- user_guide/installation/index.html | 2 +- user_guide/installation/troubleshooting.html | 3 +- user_guide/installation/upgrade_120.html | 3 +- user_guide/installation/upgrade_130.html | 3 +- user_guide/installation/upgrade_131.html | 3 +- user_guide/installation/upgrade_132.html | 3 +- user_guide/installation/upgrade_133.html | 5 +- user_guide/installation/upgrade_140.html | 3 +- user_guide/installation/upgrade_141.html | 3 +- user_guide/installation/upgrade_150.html | 5 +- user_guide/installation/upgrade_152.html | 5 +- user_guide/installation/upgrade_153.html | 5 +- user_guide/installation/upgrade_b11.html | 3 +- user_guide/installation/upgrading.html | 3 +- user_guide/libraries/benchmark.html | 4 +- user_guide/libraries/calendar.html | 2 +- user_guide/libraries/config.html | 10 +- user_guide/libraries/email.html | 6 +- user_guide/libraries/encryption.html | 6 +- user_guide/libraries/file_uploading.html | 57 +++++------ user_guide/libraries/ftp.html | 2 +- user_guide/libraries/image_lib.html | 6 +- user_guide/libraries/input.html | 6 +- user_guide/libraries/language.html | 2 +- user_guide/libraries/loader.html | 4 +- user_guide/libraries/output.html | 8 +- user_guide/libraries/pagination.html | 4 +- user_guide/libraries/parser.html | 2 +- user_guide/libraries/sessions.html | 2 +- user_guide/libraries/table.html | 4 +- user_guide/libraries/trackback.html | 4 +- user_guide/libraries/unit_testing.html | 2 +- user_guide/libraries/uri.html | 13 ++- user_guide/libraries/user_agent.html | 11 +-- user_guide/libraries/validation.html | 138 ++++++++++++++------------- user_guide/libraries/xmlrpc.html | 10 +- user_guide/libraries/zip.html | 4 +- user_guide/license.html | 3 +- user_guide/overview/appflow.html | 3 +- user_guide/overview/at_a_glance.html | 3 +- user_guide/overview/features.html | 3 +- user_guide/overview/goals.html | 2 +- user_guide/overview/index.html | 2 +- user_guide/overview/mvc.html | 2 +- user_guide/toc.html | 2 +- 103 files changed, 318 insertions(+), 351 deletions(-) diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 32afd51a6..c19c3cd68 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -242,7 +242,7 @@ Change Log
  • Added support for changing the port number in the Postgre driver.
  • Moved the list of "allowed URI characters" out of the Router class and into the config file.
  • Moved the MIME type array out of the Upload class and into its own file in the applications/config/ folder.
  • -
  • Updated the Upload class to allow the upload field name to be set when calling do_upload().
  • +
  • Updated the Upload class to allow the upload field name to be set when calling do_upload().
  • Updated the Config Library to be able to load config files silently, and to be able to assign config files to their own index (to avoid collisions if you use multiple config files).
  • Updated the URI Protocol code to allow more options so that URLs will work more reliably in different environments.
  • Updated the form_open() helper to allow the GET method to be used.
  • @@ -288,7 +288,7 @@ Change Log