Skip to content

Commit

Permalink
Version 7.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Oct 30, 2015
1 parent b211058 commit cb3ad8a
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 26 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
New in master
New in v7.7.3
=============

Features
Expand All @@ -16,7 +16,7 @@ Features
Bugfixes
--------

* Implement translating DATE_FORMAT properly
* Implement translating ``DATE_FORMAT`` properly
* Remove superfluous translatability for a boolean (Issue #2140)
* Pass messages to post-list template (Issue #2156)
* Changed default log level from INFO to NOTICE (``nikola check`` is less chatty)
Expand Down
2 changes: 1 addition & 1 deletion docs/extending.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Extending Nikola
================

:Version: 7.7.2
:Version: 7.7.3
:Author: Roberto Alsina <[email protected]>

.. class:: alert alert-info pull-right
Expand Down
Binary file modified docs/man/nikola.1.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/man/nikola.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Nikola
A Static Site and Blog Generator
--------------------------------

:Version: Nikola v7.7.2
:Version: Nikola v7.7.3
:Manual section: 1
:Manual group: User Commands

Expand Down
2 changes: 1 addition & 1 deletion docs/manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
The Nikola Handbook
===================

:Version: 7.7.2
:Version: 7.7.3

.. class:: alert alert-info pull-right

Expand Down
2 changes: 1 addition & 1 deletion docs/social_buttons.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Using Alternative Social Buttons with Nikola
============================================

:Version: 7.7.2
:Version: 7.7.3

.. class:: alert alert-info pull-right

Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '7.7.2'
version = '7.7.3'
# The full version, including alpha/beta/rc tags.
release = '7.7.2'
release = '7.7.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/theming.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Theming Nikola
==============

:Version: 7.7.2
:Version: 7.7.3
:Author: Roberto Alsina <[email protected]>

.. class:: alert alert-info pull-right
Expand Down
2 changes: 1 addition & 1 deletion nikola/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from __future__ import absolute_import
import os

__version__ = "7.7.2"
__version__ = "7.7.3"
DEBUG = bool(os.getenv('NIKOLA_DEBUG'))

from .nikola import Nikola # NOQA
Expand Down
6 changes: 3 additions & 3 deletions nikola/data/themes/base/messages/messages_fr.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
MESSAGES = {
"%d min remaining to read": "Il reste encore %d min. de lecture",
"(active)": "(actif)",
"Also available in:": "Également disponible en:",
"Also available in:": "Également disponible en :",
"Archive": "Archives",
"Authors": "Auteurs",
"Categories": "Catégories",
"Comments": "Commentaires",
"LANGUAGE": "Français",
"Languages:": "Langues:",
"Languages:": "Langues :",
"More posts about %s": "Plus d'articles sur %s",
"Newer posts": "Articles récents",
"Next post": "Article suivant",
"No posts found.": "Pas d'articles.",
"Nothing found.": "Pas de résultats.",
"Older posts": "Anciens articles",
"Original site": "Site d'origine",
"Posted:": "Publié:",
"Posted:": "Publié :",
"Posts about %s": "Articles sur %s",
"Posts by %s": "Publiés par %s",
"Posts for year %s": "Articles de l'année %s",
Expand Down
4 changes: 2 additions & 2 deletions nikola/data/themes/base/messages/messages_ja.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"Posts about %s": "%sについての文書",
"Posts by %s": "%sの文書一覧",
"Posts for year %s": "%s年の文書",
"Posts for {month} {day}, {year}": "{year}年{month}{day}日の文書",
"Posts for {month} {year}": "{year}年{month}月の文書",
"Posts for {month} {day}, {year}": "{year}年{month}{day}日の文書",
"Posts for {month} {year}": "{year}年{month}の文書",
"Previous post": "一つ前の文書",
"Publication date": "公開日",
"RSS feed": "RSSフィード",
Expand Down
4 changes: 2 additions & 2 deletions nikola/data/themes/bootstrap3-jinja/assets/js/flowr.plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@
var minHeight = settings.height;
var minWidth = Math.floor(itemWidth * settings.height / itemHeight);

var newLineWidth = lineWidth + minWidth + requiredPadding(1);

if (minWidth > settings.maxWidth) {
// very short+wide images like panoramas
// show them even if ugly, as wide as possible
minWidth = settings.maxWidth - 1;
minWidth = settings.maxWidth - 1 - requiredPadding(1);
minHeight = settings.height * minHeight / minWidth;
}
var newLineWidth = lineWidth + minWidth;

// console.log( 'lineWidth = ' + lineWidth );
// console.log( 'newLineWidth = ' + newLineWidth );
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def run(self):


setup(name='Nikola',
version='7.7.2',
version='7.7.3',
description='A modular, fast, simple, static website and blog generator',
long_description=open('README.rst').read(),
author='Roberto Alsina and others',
Expand Down
11 changes: 6 additions & 5 deletions translations/nikola.messages/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# Translators:
# Translators:
# Translators:
# Baptiste Darthenay <[email protected]>, 2015
# John Mille <[email protected]>, 2014
# John Mille <[email protected]>, 2014
# Pablo SEMINARIO <[email protected]>, 2014-2015
Expand All @@ -20,8 +21,8 @@ msgstr ""
"Project-Id-Version: Nikola\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2013-03-15 12:24-0300\n"
"PO-Revision-Date: 2015-08-31 19:20+0000\n"
"Last-Translator: Pablo SEMINARIO <[email protected]>\n"
"PO-Revision-Date: 2015-10-14 09:26+0000\n"
"Last-Translator: Baptiste Darthenay <[email protected]>\n"
"Language-Team: French (http://www.transifex.com/ralsina/nikola/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -82,10 +83,10 @@ msgid "Previous post"
msgstr "Article précédent"

msgid "Also available in:"
msgstr "Également disponible en:"
msgstr "Également disponible en :"

msgid "Languages:"
msgstr "Langues:"
msgstr "Langues :"

msgid "Original site"
msgstr "Site d'origine"
Expand All @@ -100,7 +101,7 @@ msgid "Publication date"
msgstr "Date de publication"

msgid "Posted:"
msgstr "Publié:"
msgstr "Publié :"

msgid "Posts for {month} {year}"
msgstr "Articles de {month} {year}"
Expand Down
7 changes: 4 additions & 3 deletions translations/nikola.messages/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# Translators:
# Translators:
# Chris Warrick <[email protected]>, 2013
# IGARASHI Masanao <[email protected]>, 2015
# Chris Warrick <[email protected]>, 2013
# Mika Kobayashi, 2014-2015
# Yasuhiko Shiga <[email protected]>, 2013
Expand All @@ -19,7 +20,7 @@ msgstr ""
"Project-Id-Version: Nikola\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2013-03-15 12:24-0300\n"
"PO-Revision-Date: 2015-09-04 20:25+0000\n"
"PO-Revision-Date: 2015-10-17 14:22+0000\n"
"Last-Translator: IGARASHI Masanao <[email protected]>\n"
"Language-Team: Japanese (http://www.transifex.com/ralsina/nikola/language/ja/)\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -102,10 +103,10 @@ msgid "Posted:"
msgstr "公開日時:"

msgid "Posts for {month} {year}"
msgstr "{year}年{month}月の文書"
msgstr "{year}年{month}の文書"

msgid "Posts for {month} {day}, {year}"
msgstr "{year}年{month}{day}日の文書"
msgstr "{year}年{month}{day}日の文書"

msgid "Nothing found."
msgstr "なにも見つかりませんでした。"
Expand Down

0 comments on commit cb3ad8a

Please sign in to comment.