-
Notifications
You must be signed in to change notification settings - Fork 126
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
Update from 0.2.1 to 0.3.0: Translations missing or upgrade error.. #100
Comments
Hi, the translation issue could be caused by cached asset files. I've run into similar problems in the past, but could never really put my finger on it. Here's what might be happening: The i18n-js gem generates the file Some things you can try:
After each step a server restart might be necessary for changes to take effect. I'd be really interested in finding out what causes this issue. So please perform the above steps one by one to see what helps (if any). Regarding the new top button. Have you changed your theme to style Cheers |
ad 1) doesn't exist, tried with ./app/assets/javascripts/pageflow/editor.js + restart => didn't help Regaring the top button: The resulting code is: Probably the deactivated class is the problem? |
Well, the |
Regarding the i18n caching issue: Not really sure what to do. Seems ugly to add a note to the update wiki page saying one has to delete the |
hi again, okay, thanks. I really mamaged to inspect the Top butotn on the first page... Thanks for your help! |
Sorry for this late response. (struggled with the flu... finally won ;)) |
hi there,
I wanted to report a bug for 0.2.1 that is that audio/video player is not working on a recent Safari browser powered by Mac OS since the update to this version.
During that process I noticed there is 0.3.0 available thus I decided to upgrade first and re-try Safari on 0.3.0.
On our playground/dev system I tried the upgrade from 0.2.1 to 0.3.0 by following the wiki instructions and checking the changelog for version specifics.
The update itself went pretty smooth however in the Editor there is a couple of placeholders instead of expected text (sorry I onyl have the German text):
In "Titel und Optionen" (Title and options?) there is a Tab called "Allgemein" (Common?) which features three textboxes that are labeled:
[missing "de.activerecord.attributes.pageflow/entry.title" translation]
[missing "de.activerecord.attributes.pageflow/entry.summary" translation]
[missing "de.activerecord.attributes.pageflow/entry.credits" translation]
There is a second Tab "labeled" [missing "de.editor.configuration_editor.tabs.widgets" translation]:
That has two checkboxes labeled:
[missing "de.activerecord.attributes.pageflow/entry.manual_start" translation]
[missing "de.activerecord.attributes.pageflow/entry.home_button_enabled" translation]
Every other text in the Editor is existing.
Before I can push this further I need to know if an what I did wrong during update.
Suggestions/Pointers are highly appreciated. :) Thanks a lot in advance!
Another small thing:
When I disabled the new home button in our custom theme it is no longer there (which is fine). However the new Top button seems to be no link. How to enable it point it to the first page?
Cheers,
The text was updated successfully, but these errors were encountered: