lp:~dholbach/help-app/1436316
- Get this branch:
- bzr branch lp:~dholbach/help-app/1436316
Branch merges
- Nicholas Skaggs (community): Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 69 lines (+22/-8)3 files modifiedinternals/tests/test_markdown.py (+10/-2)
internals/translations/build.py (+9/-3)
internals/translations/utils.py (+3/-3)
Related bugs
Related blueprints
Branch information
Recent revisions
- 134. By Daniel Holbach
-
don't sys.exit() if Markdown instatiation fails, catch error in tests and elsewhere
- 133. By Daniel Holbach
-
Reference assets as https, not http. Fixes part 2 of bug 1446493.
Approved by David Planella, Ubuntu Phone Apps Jenkins Bot.
- 129. By Daniel Holbach
-
Separate our build process steps further:
- Edits of our (English) content happen in ./content/
- Translations (from LP) are in ./po/
- 'make translations' generates translated markdown in ./build/i18n/
- pelican then uses this to generate HTML in either ./build/phone/
or ./build/web/ (depending on the theme or make target used).Misc fixes:
- Remove cleanup function. It's not necessary any more.
- Fix test case (for en_US locale).
- Add 'date:' to translated markdown file if necessary. Fixes: https://bugs.launchpad .net/bugs/ 1434210. Approved by Ubuntu Phone Apps Jenkins Bot, David Planella.
- 127. By Daniel Holbach
-
Replace !!T and !!I with !!QA - use new markup
. Fixes: https://bugs.launchpad .net/bugs/ 1432710. Approved by Michael Hall, Ubuntu Phone Apps Jenkins Bot.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:help-app