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

Blueform Updates #83

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Blueform Updates #83

wants to merge 5 commits into from

Commits on May 12, 2016

  1. Update BlueForm to HTML5 and add 'arrangements'.

    Created a new "tag" method which creates all the tags. The earlier methods, such as input_text, et.al., now just call "tag". Also added an "arrangement" option to allow the label-control fields to be wrapped in paragraphs (the default), or a table for nicer formatting, or no wrapping at all.
    mjwelchphd committed May 12, 2016
    Configuration menu
    Copy the full SHA
    80b4139 View commit details
    Browse the repository at this point in the history
  2. Update ramaze/lib/ramaze/gestalt.rb to add some tags that had to be r…

    …eal methods in the code for the BlueForm HTML5 changes to work.
    mjwelchphd committed May 12, 2016
    Configuration menu
    Copy the full SHA
    25952e1 View commit details
    Browse the repository at this point in the history
  3. Update spec/ramaze/helper/blue_form.rb to add additional tests for ne…

    …w BlueForm updates.
    
    Numbered the tests so I could figure out which was which. The tests below 100 are the original tests, and the ones over 100 are the new tests. If all the tests under 100 pass, the new BlueForm is completely backwards compatible.
    mjwelchphd committed May 12, 2016
    Configuration menu
    Copy the full SHA
    58eea23 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Added the input wrapper (if any) around button controls.

    Michael J. Welch, Ph.D committed May 16, 2016
    Configuration menu
    Copy the full SHA
    d0be3cb View commit details
    Browse the repository at this point in the history
  2. Updated the version number to 2016.05.14.

    Michael J. Welch, Ph.D committed May 16, 2016
    Configuration menu
    Copy the full SHA
    db43003 View commit details
    Browse the repository at this point in the history