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

Overriding NimblePluginResources.groovy #48

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

Overriding NimblePluginResources.groovy #48

wants to merge 107 commits into from

Commits on Feb 17, 2010

  1. Updated to grails 1.2.1

    Bradley Beddoes authored and Chris Doty committed Feb 17, 2010
    Configuration menu
    Copy the full SHA
    8e1ffde View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2010

  1. Configuration menu
    Copy the full SHA
    afe526e View commit details
    Browse the repository at this point in the history
  2. Changes to registration process:

    - If messaging is disabled, users are created as enabled.
    - If messaging is disabled, createduser page now shows a link to the profile page (and to log in)
    - Slight modification to html #bd style for increased margin to improve pages with non-center content
    Mike Wille committed Feb 18, 2010
    Configuration menu
    Copy the full SHA
    7f4191a View commit details
    Browse the repository at this point in the history
  3. Added authentication callback for host application specific action on…

    … login.
    Mike Wille committed Feb 18, 2010
    Configuration menu
    Copy the full SHA
    88ebe6d View commit details
    Browse the repository at this point in the history
  4. Better solution to the page margin issue. Previous would show horizon…

    …tal scroll bar on some browsers.
    Mike Wille committed Feb 18, 2010
    Configuration menu
    Copy the full SHA
    38e0e0a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2010

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

Commits on Feb 20, 2010

  1. Logout event NPE

    Mike Wille committed Feb 20, 2010
    Configuration menu
    Copy the full SHA
    207f255 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2010

  1. Updating the sass for body padding.

    Mike Wille committed Mar 15, 2010
    Configuration menu
    Copy the full SHA
    287e210 View commit details
    Browse the repository at this point in the history
  2. Merge commit 'beddoes/master'

    Conflicts:
    	grails-app/controllers/grails/plugins/nimble/core/AccountController.groovy
    	grails-app/controllers/grails/plugins/nimble/core/AuthController.groovy
    	grails-app/views/account/createduser.gsp
    Mike Wille committed Mar 15, 2010
    Configuration menu
    Copy the full SHA
    024b00e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2010

  1. Configuration menu
    Copy the full SHA
    be14ac1 View commit details
    Browse the repository at this point in the history
  2. Fixed typo causing gsp parsing bug

    Mike Wille committed Mar 16, 2010
    Configuration menu
    Copy the full SHA
    f40c075 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3367f09 View commit details
    Browse the repository at this point in the history
  4. Fixed tabs v spaces in last commit.

    Mike Wille committed Mar 16, 2010
    Configuration menu
    Copy the full SHA
    91c0eeb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2010

  1. do not output FaceBook css/js if it is not needed

    unknown committed Mar 19, 2010
    Configuration menu
    Copy the full SHA
    cc525f5 View commit details
    Browse the repository at this point in the history
  2. preliminary work to move all javascript to /web-app/js/jquery folder

    added nimble.layout.jslibrary that determines which library to use defaults to jquery
    renamed pstrength.js and jgrowl.js scripts that will have to be reproduced in other js libraries
    unknown committed Mar 19, 2010
    Configuration menu
    Copy the full SHA
    dad50bb View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2010

  1. successfully have working mootools growl.

    restored some of the js filenames to nimble originals
    have clean design on how to separate/select js libraries
    need to finish nimblecore.js and nimbleui.js
    and write a working pstrength for mootools
    unknown committed Mar 20, 2010
    Configuration menu
    Copy the full SHA
    61bbcfa View commit details
    Browse the repository at this point in the history
  2. added grails javascript providers from their plug-ins to nimble.

    Do not know if this is what should be done, but I am not keen on the idea of adding more plug-in dependencies to nimble.
    This also makes the js libraries used in nimble stay fixed to what ever nimble has for that particular version.
    These can be stripped later, if this is deemed unnecessary/unwanted.
    Chris Doty committed Mar 20, 2010
    Configuration menu
    Copy the full SHA
    040c219 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2010

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

Commits on Mar 23, 2010

  1. Addition of events: beforeregister and afterregister.

    Mike Wille committed Mar 23, 2010
    Configuration menu
    Copy the full SHA
    7d5a7bc View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2010

  1. Merging with bradleybeddoes/master

    Mike Wille committed Mar 29, 2010
    Configuration menu
    Copy the full SHA
    443b7fd View commit details
    Browse the repository at this point in the history
  2. Merging with bradleybeddoes/master

    Mike Wille committed Mar 29, 2010
    Configuration menu
    Copy the full SHA
    90b142e View commit details
    Browse the repository at this point in the history
  3. Closes GH-19 - Table name issues and nimble social. Implemented comme…

    …nts from Bradley:
    
    Pushed out table names config to DefaultNimbleSocialConfig.groovy in social project
    Mike Wille committed Mar 29, 2010
    Configuration menu
    Copy the full SHA
    cb1563b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a74724 View commit details
    Browse the repository at this point in the history
  5. Upgrading to grails 1.2.2 and adding unique version identifier for fl…

    …owz branch
    Mike Wille committed Mar 29, 2010
    Configuration menu
    Copy the full SHA
    ddba30c View commit details
    Browse the repository at this point in the history
  6. Merging with changes from master

    Mike Wille committed Mar 29, 2010
    Configuration menu
    Copy the full SHA
    a6bcc02 View commit details
    Browse the repository at this point in the history
  7. Allowing register form to accept values from URL

    Mike Wille committed Mar 29, 2010
    Configuration menu
    Copy the full SHA
    16d68c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7cda7b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2010

  1. Configuration menu
    Copy the full SHA
    72d8700 View commit details
    Browse the repository at this point in the history
  2. make loginsetup JavaScript library dependent

    cdotyone committed Mar 31, 2010
    Configuration menu
    Copy the full SHA
    ba7e12a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50ff026 View commit details
    Browse the repository at this point in the history
  4. make inline JavaScript library dependent

    cdotyone committed Mar 31, 2010
    Configuration menu
    Copy the full SHA
    b60c4dd View commit details
    Browse the repository at this point in the history
  5. revert jquery.pstrength.js back to its orginal name of jquery/jquery.…

    …pstrength-min.js
    
    also minimize like it was originally
    cdotyone committed Mar 31, 2010
    Configuration menu
    Copy the full SHA
    5853ede View commit details
    Browse the repository at this point in the history
  6. completed mootools password strength

    includes minimized version - should probably come up with a more automatic way to minimize during build
    cdotyone committed Mar 31, 2010
    Configuration menu
    Copy the full SHA
    958bbec View commit details
    Browse the repository at this point in the history
  7. make verifyUnique more JavaScript library independent

    # selector added to incoming parameters
    also hid status icon until it is needed - helps align form better
    cdotyone committed Mar 31, 2010
    Configuration menu
    Copy the full SHA
    bbd9a7c View commit details
    Browse the repository at this point in the history
  8. major patch to add mootools tips/tabs/dialogs/general functionality

    moved help messages from .gsp files to a general createTips function in nimbleui.js
    moved dialogs from .gsp files to nimbleui.js for each JavaScript library
    created createTabs general function in nimbleui.js to isolate tab creation mechanisms
    delete all .gsp files that are now moved into js
    cdotyone committed Mar 31, 2010
    Configuration menu
    Copy the full SHA
    429e326 View commit details
    Browse the repository at this point in the history
  9. missing reference to new mootools tabs/dialogs

    cdotyone committed Mar 31, 2010
    Configuration menu
    Copy the full SHA
    636f6df View commit details
    Browse the repository at this point in the history
  10. finished session terminated dialog for xhr failures for mootools/nimb…

    …leui.js
    
    moved session terminated dialog template to nimbleui.js
    also added 'Session Terminated' title text to the message.properties
    used Google translate for German and Portuguese versions, may not be right
    cdotyone committed Mar 31, 2010
    Configuration menu
    Copy the full SHA
    30fe816 View commit details
    Browse the repository at this point in the history
  11. mootools tip css cleanup

    added missing tips css and image
    nimble.css - fixed password field formatting on createuser.gsp
    include tip css in header
    cdotyone committed Mar 31, 2010
    Configuration menu
    Copy the full SHA
    afbadb4 View commit details
    Browse the repository at this point in the history
  12. fixed create user still referencing now deleted templates

    also bug fix on createduser.gsp
    cdotyone committed Mar 31, 2010
    Configuration menu
    Copy the full SHA
    40909c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2010

  1. small fixes to create user.

    improved to allow smooth tabbing between fields from top to bottom, was getting stuck on anchors
    createduser.gsp - was missing text for continue link
    createduser.gsp - changed link to look like continue button
    cdotyone committed Apr 1, 2010
    Configuration menu
    Copy the full SHA
    7553225 View commit details
    Browse the repository at this point in the history
  2. fixes FaceBook login, where FaceBook connect button does not show int…

    …ermittently.
    cdotyone committed Apr 1, 2010
    Configuration menu
    Copy the full SHA
    4c9e6ea View commit details
    Browse the repository at this point in the history
  3. fixes problem with createTip function

    also removes type in messages-nimble.properties
    cdotyone committed Apr 1, 2010
    Configuration menu
    Copy the full SHA
    7ef40de View commit details
    Browse the repository at this point in the history
  4. traps weird exception only only on the password policy

    exception NS_ERROR_XPC_BAD_CONVERT_JS.  only happens on password policy and does not seem to effect actual function.
    cdotyone committed Apr 1, 2010
    Configuration menu
    Copy the full SHA
    75c3ae3 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2010

  1. bug fix - fixes missing field configuration when updating admins

    line 88 in UserController.groovy was failing when updating administrator, because configuration in project webapp was missing a value for grailsApplication.config.nimble.fields.admin.user.
    cdotyone committed Apr 2, 2010
    Configuration menu
    Copy the full SHA
    87850c5 View commit details
    Browse the repository at this point in the history
  2. renamed Portuguese to follow previously established naming convention

    properly labeled language in top of messages-nimble_pt.properties
    renamed messages_pt_BR.properties to messages-nimble_pt.properties
    added messages-nimble_pt.properties to install script
    cdotyone committed Apr 2, 2010
    Configuration menu
    Copy the full SHA
    084b764 View commit details
    Browse the repository at this point in the history
  3. bug fix for mootools failed to list administrators on index page.

    moved jquery specific code into nimblecore.js
    cdotyone committed Apr 2, 2010
    Configuration menu
    Copy the full SHA
    b0e6a9e View commit details
    Browse the repository at this point in the history
  4. bug fixes - mootools

    failed to revoke admin rights in mootools version
    failed to create permission on roles
    cdotyone committed Apr 2, 2010
    Configuration menu
    Copy the full SHA
    89f8244 View commit details
    Browse the repository at this point in the history
  5. initial prototype JavaScript structure

    cdotyone committed Apr 2, 2010
    Configuration menu
    Copy the full SHA
    8944adc View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2010

  1. register user with prototype works

    have working growl
    have working tooltips
    have working password strength
    cdotyone committed Apr 3, 2010
    Configuration menu
    Copy the full SHA
    196082e View commit details
    Browse the repository at this point in the history
  2. convert domready to prototype domload events

    cdotyone committed Apr 3, 2010
    Configuration menu
    Copy the full SHA
    bc9f670 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4ff8a1 View commit details
    Browse the repository at this point in the history
  4. added ignored prototype javascript

    cdotyone committed Apr 3, 2010
    Configuration menu
    Copy the full SHA
    3ede4fb View commit details
    Browse the repository at this point in the history
  5. converted tabs to prototype

    also cleaned some junk from mootools tabs.js
    cdotyone committed Apr 3, 2010
    Configuration menu
    Copy the full SHA
    05a37fc View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2010

  1. first full working prototype version

    added tabs
    added dialogs
    fixed inlinejs
    finish session timeout
    cleaned up growl
    cdotyone committed Apr 4, 2010
    Configuration menu
    Copy the full SHA
    db92518 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2010

  1. add final method to configure javascript

    all that is needed is to adjust the value of grails.views.javascript.library on line 20 of NimbleConfig.groovy.
    it defaults to jquery.
    cdotyone committed Apr 5, 2010
    Configuration menu
    Copy the full SHA
    5945a76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d55eaf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2010

  1. move web resource files to dev folder

    cdotyone committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    ca24e4c View commit details
    Browse the repository at this point in the history
  2. ignore web-app folders

    the following directories will be ignore and generated automatically
    web-app/js
    web-app/css
    web-app/images
    cdotyone committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    cb3fef1 View commit details
    Browse the repository at this point in the history
  3. clean javascript filenames

    files renamed and deleted to follow a standard naming convention
    cdotyone committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    1d98725 View commit details
    Browse the repository at this point in the history
  4. general javascript house cleaning

    added /*! in front of every copyright tag, so that the copyright tags will not be removed by compressor
    added full commented versions of the files where appropriate
    cdotyone committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    fb88515 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8eded1 View commit details
    Browse the repository at this point in the history
  6. fix all javascript/css resource references

    added two tags to NimbleTagLib.groovy, one for JS and one for CSS
    mapped all javascript/css references to correct filenames
    created a method to configure the use of compressed or comments versions
    cdotyone committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    2e69515 View commit details
    Browse the repository at this point in the history
  7. nimble namespace missing from tip create calls

    also web-app/css had a type in .gitignore
    cdotyone committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    4b968cd View commit details
    Browse the repository at this point in the history
  8. fixes mismatched prototype to jquery folder

    also fixes missing resources section in config
    cdotyone committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    d1f53a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd78fdf View commit details
    Browse the repository at this point in the history
  10. fixes bug introduced with compression patch

    growl windows were coming up as white
    remove minimized version
    cdotyone committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    d9c7366 View commit details
    Browse the repository at this point in the history
  11. finished compression clean

    now deletes filed removed in the web-app/dev from their web-app base
    cdotyone committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    38be8ae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    60fa064 View commit details
    Browse the repository at this point in the history
  13. Merge commit 'beddoes/master'

    Mike Wille committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    3fbc3f6 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'flowz'

    Mike Wille committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    e34606c View commit details
    Browse the repository at this point in the history
  15. Fixing plugin version from private branch

    Mike Wille committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    3a363db View commit details
    Browse the repository at this point in the history
  16. Removing unused code

    Mike Wille committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    945a680 View commit details
    Browse the repository at this point in the history
  17. Closes GH-19 - there were missing table names for nimble social.

    Mike Wille authored and Chris Doty committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    ce91562 View commit details
    Browse the repository at this point in the history
  18. Fixed tabs v spaces in last commit.

    Mike Wille authored and Chris Doty committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    c6b0c09 View commit details
    Browse the repository at this point in the history
  19. Addition of events: beforeregister and afterregister.

    Mike Wille authored and Chris Doty committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    8e8abe8 View commit details
    Browse the repository at this point in the history
  20. Removing unused code

    Mike Wille authored and Chris Doty committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    981b88e View commit details
    Browse the repository at this point in the history
  21. Closes GH-19 - Table name issues and nimble social. Implemented comme…

    …nts from Bradley:
    
    Pushed out table names config to DefaultNimbleSocialConfig.groovy in social project
    Mike Wille authored and Chris Doty committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    04269b1 View commit details
    Browse the repository at this point in the history
  22. Allowing register form to accept values from URL

    Mike Wille authored and Chris Doty committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    42eefc3 View commit details
    Browse the repository at this point in the history
  23. undo grails upgrade

    cdotyone committed Apr 8, 2010
    Configuration menu
    Copy the full SHA
    a47642a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ab3e2bb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c947905 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2010

  1. fix missing nimble namespace on js calls

    cdotyone committed Apr 9, 2010
    Configuration menu
    Copy the full SHA
    02973c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2010

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

Commits on Apr 12, 2010

  1. Merge branch 'feature/registerevents' into develop

    Bradley Beddoes committed Apr 12, 2010
    Configuration menu
    Copy the full SHA
    3cc32a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0798d2b View commit details
    Browse the repository at this point in the history
  3. Fixing whitespace

    Mike Wille committed Apr 12, 2010
    Configuration menu
    Copy the full SHA
    645d142 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of git://github.com/digerata/nimble into featur…

    …e/registersecurity
    Bradley Beddoes committed Apr 12, 2010
    Configuration menu
    Copy the full SHA
    dbd9b30 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/registersecurity' into develop

    Bradley Beddoes committed Apr 12, 2010
    Configuration menu
    Copy the full SHA
    8d7157f View commit details
    Browse the repository at this point in the history
  6. Attempting to correct GH-24

    Bradley Beddoes committed Apr 12, 2010
    Configuration menu
    Copy the full SHA
    936c53e View commit details
    Browse the repository at this point in the history
  7. Pulled down new work from Chris

    Bradley Beddoes committed Apr 12, 2010
    Configuration menu
    Copy the full SHA
    98478c0 View commit details
    Browse the repository at this point in the history
  8. Removed unused style class

    Bradley Beddoes committed Apr 12, 2010
    Configuration menu
    Copy the full SHA
    ee7e4ad View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feature/dynamicjs' into develop

    Bradley Beddoes committed Apr 12, 2010
    Configuration menu
    Copy the full SHA
    330e34e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2010

  1. Tying register form profile fields to configured allowable fields

    Mike Wille authored and Chris Doty committed Apr 15, 2010
    Configuration menu
    Copy the full SHA
    cc0e578 View commit details
    Browse the repository at this point in the history
  2. Removed unused style class

    Bradley Beddoes authored and Chris Doty committed Apr 15, 2010
    Configuration menu
    Copy the full SHA
    af62a5d View commit details
    Browse the repository at this point in the history
  3. Fixing whitespace

    Mike Wille authored and Chris Doty committed Apr 15, 2010
    Configuration menu
    Copy the full SHA
    7e05871 View commit details
    Browse the repository at this point in the history
  4. Started observing changes in services and filters (no idea how we'd m…

    …issed this). Also cleaned up onChange impl
    Bradley Beddoes committed Apr 15, 2010
    Configuration menu
    Copy the full SHA
    898c964 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2010

  1. Started observing changes in services and filters (no idea how we'd m…

    …issed this). Also cleaned up onChange impl
    Bradley Beddoes authored and Chris Doty committed Apr 17, 2010
    Configuration menu
    Copy the full SHA
    d2c1e64 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of git://github.com/bradleybeddoes/nimble into…

    … develop
    cdotyone committed Apr 17, 2010
    Configuration menu
    Copy the full SHA
    a679c71 View commit details
    Browse the repository at this point in the history
  3. merge with bradleybeddoes/nimble/develop

    cdotyone committed Apr 17, 2010
    Configuration menu
    Copy the full SHA
    ea16132 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2010

  1. moved /web-app/dev/* to /src/*

    moved resources to /src folder to keep development code from not being hosted in productions
    create virtual directory to point /src to host content in development mode
    unknown committed Apr 21, 2010
    Configuration menu
    Copy the full SHA
    ed0d3df View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2010

  1. Added ability to have SASS compile when project is compiled

    Added script command InstallCompass to install compass gem.
    Chris Doty committed Apr 22, 2010
    Configuration menu
    Copy the full SHA
    b2b110a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2010

  1. Fixes GH-25 - Allow disabling for JS/CSS minification

    added parameters to BuildConfig.groovy to allow the developer to turn off compress and sass compilation
    also improved createVirtualDirectory to remove dependency
    Chris Doty committed Apr 23, 2010
    Configuration menu
    Copy the full SHA
    3c8fbf4 View commit details
    Browse the repository at this point in the history
  2. GH-25 Additional switch to turn off resource change modification comp…

    …letely
    Chris Doty committed Apr 23, 2010
    Configuration menu
    Copy the full SHA
    1ef71f8 View commit details
    Browse the repository at this point in the history
  3. GH-25 added missing switch in BuildConfig.groovy

    Chris Doty committed Apr 23, 2010
    Configuration menu
    Copy the full SHA
    08942fa View commit details
    Browse the repository at this point in the history

Commits on May 2, 2010

  1. Merge branch 'feature/disablecompression' into develop

    Bradley Beddoes committed May 2, 2010
    Configuration menu
    Copy the full SHA
    f019a7c View commit details
    Browse the repository at this point in the history
  2. Pushing Nimble to 1.0-SNAPSHOT

    Bradley Beddoes committed May 2, 2010
    Configuration menu
    Copy the full SHA
    5f8a01f View commit details
    Browse the repository at this point in the history
  3. Commented out grailsCentral() from BuildConfig.groovy until 1.3 becom…

    …es official
    Bradley Beddoes committed May 2, 2010
    Configuration menu
    Copy the full SHA
    06ed7a1 View commit details
    Browse the repository at this point in the history