Skip to content

Commit

Permalink
Merge branch 'release/1.0.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Feb 11, 2016
2 parents 652c5cd + bf91d13 commit 7b6cadb
Show file tree
Hide file tree
Showing 28 changed files with 177 additions and 67 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,20 @@ env:
# BB_TOKEN value => "user:pass@"
- secure: "einUtSEkUWy2IrqLXyVjwUU+mwaaoiOXRRVdLBpA3Zye6bZx8cm5h/5AplkPWhM/NmCJoW/MwNZHHkFhlr3mDRov5iOxVmTTYfnXB+I5lxYTSgduOLLErS7mU8hfADpVDU8bHNU44fNGD3UEiG1PD4qQBX4DMlqIFmR20mjs81k="
# GH_API_USER [for curl]
- secure: "Xbk/V9aIys0NxccJGR3Zrm2GRxDnA0RuazBs1puIboTYDhbi0Z7JTL+mOx3xp5Kfoniad/xAuijQESTM9MMrKqq/qCzhAMaC1+vcL4pCHZH4NSG6DBxB9BPkKVFq+1llu5FTEf8bkxHzwGR0l1ARW6TVRcgTHr5B58bCEIwEOrI="
- secure: "AQGcX1B2NrI8ajflY4AimZDNcK2kBA3F6mbtEFQ78NkDoWhMipsQHayWXiSTzRc0YJKvQl2Y16MTwQF4VHzjTAiiZFATgA8J88vQUjIPabi/kKjqSmcLFoaAOAxStQbW6e0z2GiQ6KBMcNF1y5iUuI63xVrBvtKrYX/w5y+ako8="
# Latest Release version
- TRAVIS_TAG=$(curl --fail -s https://api.github.com/repos/getgrav/grav/releases/latest | grep tag_name | head -n 1 | cut -d '"' -f 4)

before_install:
- export TZ=Pacific/Honolulu
- echo $TRAVIS_PHP_VERSION
- echo $TRAVIS_BRANCH
- echo $TRAVIS_PULL_REQUEST
- composer self-update
- if [ $TRAVIS_BRANCH == 'develop' ] || [ $TRAVIS_PULL_REQUEST != 'false' ]; then
composer install --dev --prefer-dist;
fi
- if [ $TRAVIS_BRANCH != 'develop' ] && [ $TRAVIS_PHP_VERSION == '5.6' ] && [ $TRAVIS_PULL_REQUEST == "false" ]; then
TRAVIS_TAG=$(curl --fail --user ${GH_API_USER} -s https://api.github.com/repos/getgrav/grav/releases/latest | grep tag_name | head -n 1 | cut -d '"' -f 4);
- if [ $TRAVIS_BRANCH != 'develop' ] && [ $TRAVIS_PHP_VERSION == "5.6" ] && [ $TRAVIS_PULL_REQUEST == "false" ]; then
go get github.com/aktau/github-release;
git clone --quiet --depth=50 --branch=master https://${BB_TOKEN}bitbucket.org/rockettheme/grav-devtools.git $RT_DEVTOOLS &>/dev/null;
if [ ! -z "$TRAVIS_TAG" ]; then
Expand All @@ -64,10 +68,9 @@ before_script:
script:
- if [ $TRAVIS_BRANCH == 'develop' ] || [ $TRAVIS_PULL_REQUEST != 'false' ]; then
vendor/bin/codecept run;
else
TRAVIS_TAG=$(curl --fail --user ${GH_API_USER} -s https://api.github.com/repos/getgrav/grav/releases/latest | grep tag_name | head -n 1 | cut -d '"' -f 4);
fi
- if [ ! -z "$TRAVIS_TAG" ] && [ $TRAVIS_BRANCH != 'develop' ] && [ $TRAVIS_PHP_VERSION == '5.6' ] && [ $TRAVIS_PULL_REQUEST == "false" ]; then
- echo $TRAVIS_TAG
- if [ ! -z "$TRAVIS_TAG" ] && [ $TRAVIS_BRANCH != 'develop' ] && [ $TRAVIS_PHP_VERSION == "5.6" ] && [ $TRAVIS_PULL_REQUEST == "false" ]; then
FILES="$RT_DEVTOOLS/grav-dist/*.zip";
for file in ${FILES[@]}; do
NAME=${file##*/};
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v1.0.10
## 02/11/2016

1. [](#new)
* Added new `Page::contentMeta()` mechanism to store content-level meta data alongside content
* Added Japanese language translation
1. [](#improved)
* Updated some vendor libraries
1. [](#bugfix)
* Hide `streams` blueprint from Admin plugin
* Fix translations of languages with `---` in YAML files

# v1.0.9
## 02/05/2016

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![](https://avatars1.githubusercontent.com/u/8237355?v=2&s=50) Grav [![Build Status](https://travis-ci.org/getgrav/grav.svg?branch=develop)](https://travis-ci.org/getgrav/grav)
# ![](https://avatars1.githubusercontent.com/u/8237355?v=2&s=50) Grav

[![SensioLabsInsight](https://insight.sensiolabs.com/projects/cfd20465-d0f8-4a0a-8444-467f5b5f16ad/mini.png)](https://insight.sensiolabs.com/projects/cfd20465-d0f8-4a0a-8444-467f5b5f16ad) [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/getgrav/grav?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/cfd20465-d0f8-4a0a-8444-467f5b5f16ad/mini.png)](https://insight.sensiolabs.com/projects/cfd20465-d0f8-4a0a-8444-467f5b5f16ad) [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/getgrav/grav?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/getgrav/grav.svg?branch=develop)](https://travis-ci.org/getgrav/grav)

Grav is a **Fast**, **Simple**, and **Flexible**, file-based Web-platform. There is **Zero** installation required. Just extract the ZIP archive, and you are already up and running. It follows similar principles to other flat-file CMS platforms, but has a different design philosophy than most. Grav comes with a powerful **Package Management System** to allow for simple installation and upgrading of plugins and themes, as well as simple updating of Grav itself.

Expand Down
30 changes: 15 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions system/blueprints/config/streams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ title: PLUGIN_ADMIN.FILE_STREAMS

form:
validation: loose
hidden: true
fields:
schemes.xxx:
type: array
2 changes: 1 addition & 1 deletion system/defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.0.9');
define('GRAV_VERSION', '1.0.10');
define('DS', '/');
define('GRAV_PHP_MIN', '5.5.9');

Expand Down
1 change: 0 additions & 1 deletion system/languages/cs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
INFLECTOR_UNCOUNTABLE:
- vybavení
- informace
Expand Down
9 changes: 4 additions & 5 deletions system/languages/de.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
FRONTMATTER_ERROR_PAGE: |
---
title: %1$s
---
# Fehler: Frontmatter enthält Fehler
Pfad: `%2$s`
**%3$s **
**%3$s **
```
%4$s
```
Expand Down
1 change: 0 additions & 1 deletion system/languages/el.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
MONTHS_OF_THE_YEAR:
- Ιανουάριος
- Φεβρουάριος
Expand Down
1 change: 0 additions & 1 deletion system/languages/es.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
INFLECTOR_UNCOUNTABLE:
0: equipo
1: información
Expand Down
1 change: 0 additions & 1 deletion system/languages/fi.yaml

This file was deleted.

9 changes: 4 additions & 5 deletions system/languages/fr.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
FRONTMATTER_ERROR_PAGE: |
---
title: %1$s
---
# Erreur : Frontmatter invalide
Path: `%2$s`
**%3$s**
```
%4$s
```
Expand Down
1 change: 0 additions & 1 deletion system/languages/hr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
INFLECTOR_UNCOUNTABLE:
- oprema
- informacije
Expand Down
9 changes: 4 additions & 5 deletions system/languages/hu.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
FRONTMATTER_ERROR_PAGE: |
---
cím: %1$s
---
# Hiba: Érvénytelen Frontmatter
Elérési út: `%2$s`
**%3$s**
```
%4$s
```
Expand Down
1 change: 0 additions & 1 deletion system/languages/it.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
NICETIME:
NO_DATE_PROVIDED: Nessuna data fornita
BAD_DATE: Data errata
Expand Down
59 changes: 59 additions & 0 deletions system/languages/ja.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
FRONTMATTER_ERROR_PAGE: "---\ntitle: %1$s\n---\n\n# Error: Invalid Frontmatter\n\nPath: `%2$s`\n\n**%3$s**\n\n```\n%4$s\n```"
INFLECTOR_PLURALS: []

INFLECTOR_SINGULAR: []

INFLECTOR_UNCOUNTABLE: []

INFLECTOR_IRREGULAR:
'person': 'みんな'
'man': ''
'child': '子供'
'sex': '性別'
'move': '移動'

INFLECTOR_ORDINALS: []

NICETIME:
NO_DATE_PROVIDED: 日付が設定されていません
BAD_DATE: 不正な日付
AGO:
FROM_NOW: from now
SECOND:
MINUTE:
HOUR:
DAY:
WEEK:
MONTH:
YEAR:
DECADE: 10年
SEC:
MIN:
HR:
DAY:
WK:
MO:
YR:
DEC: dec
SECOND_PLURAL:
MINUTE_PLURAL:
HOUR_PLURAL:
DAY_PLURAL:
WEEK_PLURAL:
MONTH_PLURAL:
YEAR_PLURAL:
DECADE_PLURAL: 10年
SEC_PLURAL:
MIN_PLURAL:
HR_PLURAL:
DAY_PLURAL:
WK_PLURAL:
MO_PLURAL:
YR_PLURAL:
DEC_PLURAL: 10年
FORM:
VALIDATION_FAIL: <b>バリデーション失敗 :</b>
INVALID_INPUT: 不正な入力:
MISSING_REQUIRED_FIELD: 必須項目が入力されていません:
MONTHS_OF_THE_YEAR: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月']
DAYS_OF_THE_WEEK: ['月', '火', '水', '木', '金', '土', '日']
1 change: 0 additions & 1 deletion system/languages/lt.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
INFLECTOR_UNCOUNTABLE:
2: ryžiai
3: pinigai
Expand Down
1 change: 0 additions & 1 deletion system/languages/nl.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
INFLECTOR_IRREGULAR:
person: personen
man: mensen
Expand Down
9 changes: 4 additions & 5 deletions system/languages/no.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
FRONTMATTER_ERROR_PAGE: |
---
Tittel: %1$s
---
# Feilmelding: Ugyldig Frontmatter
Pane: '%2$s'
**%3$s **
```
%4$s
```
Expand Down
9 changes: 4 additions & 5 deletions system/languages/pl.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
FRONTMATTER_ERROR_PAGE: |
---
title: %1$s
---
# Error: Nieprawidłowy Frontmatter
Path: `%2$s`
**%3$s**
```
%4$s
```
Expand Down
1 change: 0 additions & 1 deletion system/languages/pt.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
INFLECTOR_UNCOUNTABLE:
1: informação
2: arroz
Expand Down
1 change: 0 additions & 1 deletion system/languages/ro.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
MONTHS_OF_THE_YEAR:
0: Ianuarie
1: Februarie
Expand Down
1 change: 0 additions & 1 deletion system/languages/ru.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
INFLECTOR_IRREGULAR:
person: люди
man: человек
Expand Down
1 change: 0 additions & 1 deletion system/languages/sk.yaml

This file was deleted.

1 change: 0 additions & 1 deletion system/languages/sv.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---
NICETIME:
DAY: dag
1 change: 0 additions & 1 deletion system/languages/tr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
NICETIME:
NO_DATE_PROVIDED: Tarih yok
BAD_DATE: Yanlış tarih
Expand Down
Loading

0 comments on commit 7b6cadb

Please sign in to comment.