Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form::input() bugfix #3

Closed
wants to merge 6 commits into from
Closed

Form::input() bugfix #3

wants to merge 6 commits into from

Commits on Mar 30, 2011

  1. Moved core into root for dev branch as well.

    Jelmer Schreuder committed Mar 30, 2011
    Configuration menu
    Copy the full SHA
    e338c1b View commit details
    Browse the repository at this point in the history
  2. Improved the Fieldset::repopulate() method to also take a Model or ar…

    …ray instead of using the POST values. Will accept any array, ArrayAccess instance, Orm\Model or object with public properties.
    Jelmer Schreuder committed Mar 30, 2011
    Configuration menu
    Copy the full SHA
    37f7448 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2011

  1. Merge branch 'master' of github.com:fuel/core into develop

    Jelmer Schreuder committed Mar 31, 2011
    Configuration menu
    Copy the full SHA
    8b43a1a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2011

  1. Fixed bug that appears when a 'value' attribute isn't passed to Form:…

    …:input()
    
    $attributes['value'] is referenced further on, and caused a 'not defined' notice
    kbanman committed Apr 1, 2011
    Configuration menu
    Copy the full SHA
    2f5a0ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a2699 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2011

  1. Configuration menu
    Copy the full SHA
    7d7397e View commit details
    Browse the repository at this point in the history