-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Make help pages a backbone view #4768
Merged
jhass
merged 8 commits into
diaspora:develop
from
jhass:manwithtwowatches-feature/4455-make-help-view-backbone-view
Feb 9, 2014
Merged
Make help pages a backbone view #4768
jhass
merged 8 commits into
diaspora:develop
from
jhass:manwithtwowatches-feature/4455-make-help-view-backbone-view
Feb 9, 2014
Conversation
This file contains 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
…ing are: some urls which were calculated and inserted into the yml, all the pre-existing erb templates are still there, it's still at /faq/faq, nothing has been tested, some of the questions don't collapse and expand. changed the locales to have the hard coded urls in them because they can no longer be calculated server side. this is pretty crap because i'm going to have to change it for all the languages now so i might change my mind about this later. deleted some unused views.
…s on the static content help sections. removed unused help haml templates. put locales back to how they were and wrote a small js parser to swap in links to help views which have generated links in them. using locales text for help section headers.
…on faq view. extending loaded js locales. cleaned up unused routes. removed some comments. loading help locales only on help view. removed afterRender from backbone views. extended load_javascript_locales method to take a section.
…r shorthand and jquery each.
…rings_for, add spec for changes in JS i18n helper
jhass
added a commit
that referenced
this pull request
Feb 9, 2014
…ke-help-view-backbone-view Make help pages a backbone view
jhass
added a commit
that referenced
this pull request
Feb 9, 2014
Now that this is merged, #4455 should be closed, shouldn't it? |
jhass
deleted the
manwithtwowatches-feature/4455-make-help-view-backbone-view
branch
March 31, 2014 00:19
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.
Adds fixes to #4586