-
Notifications
You must be signed in to change notification settings - Fork 46
Overriding NimblePluginResources.groovy #48
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
Open
grodriguezg
wants to merge
107
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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
…tal scroll bar on some browsers.
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
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
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
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.
…nts from Bradley: Pushed out table names config to DefaultNimbleSocialConfig.groovy in social project
…e/registersecurity
…issed this). Also cleaned up onChange impl
…issed this). Also cleaned up onChange impl
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
Added script command InstallCompass to install compass gem.
added parameters to BuildConfig.groovy to allow the developer to turn off compress and sass compilation also improved createVirtualDirectory to remove dependency
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
How can I override NimblePluginResources.groovy and all its CSS files??
Thanks.