Skip to content

Commit

Permalink
Improve pass parameter check process. close #4
Browse files Browse the repository at this point in the history
  • Loading branch information
DBC-Works committed Apr 22, 2018
1 parent f0212eb commit 3601047
Show file tree
Hide file tree
Showing 16 changed files with 533 additions and 136 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

Version 0.1.2(2018-04-23)
-------------------------

Improve path parameter check process(#4).

Version 0.1.1(2018-03-31)
-------------------------

Expand Down
2 changes: 2 additions & 0 deletions app/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// Environment
//

$config['in_test'] = false;

// Site language(ISO-639-1 language code or null(use system default))
$config['lang'] = null;
// Timezone(if null, use system default))
Expand Down
4 changes: 4 additions & 0 deletions app/contents/CHANGELOG.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Category: Software
Tags: Log
*/

### Version 0.1.2(2018-04-23)

Improve path parameter check process([#4](https://github.com/DBC-Works/BoothCMS/issues/4)).

### Version 0.1.1(2018-03-31)

Fix some bugs and update some documents.
Expand Down
4 changes: 2 additions & 2 deletions app/contents/blog/2018/3/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
ExcludeFromList: yes
Title: 2018 blog entries
Description: 2018 blog entries
Title: 2018-03 blog entries
Description: 2018-03 blog entries
Target: descendants
TargetText: beginning
12 changes: 12 additions & 0 deletions app/contents/blog/2018/4/23.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
Title: Version 0.1.2 release
Date: 2018-04-23
Description: BoothCMS Version 0.1.2 released.
Category: Announcement
Tags: Release,Announcement,Blog
...
I publish 'BoothCMS' version 0.1.2. It contains path parameter check process improvement([#4](https://github.com/DBC-Works/BoothCMS/issues/4)).

[https://github.com/DBC-Works/BoothCMS](https://github.com/DBC-Works/BoothCMS)


6 changes: 6 additions & 0 deletions app/contents/blog/2018/4/index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
ExcludeFromList: yes
Title: 2018-04 blog entries
Description: 2018-4 blog entries
Target: descendants
TargetText: beginning
2 changes: 1 addition & 1 deletion app/contents/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Title: 'BoothCMS: a simple Flat file CMS'
# Date(optional; ISO 8601)
## Date: 2999-12-31
# Date and time(optional; ISO 8601)
DateAndTime: 2018-03-18T23:59:59
DateAndTime: 2999-12-31T23:59:59
# representation image to use OGP(optional)
#RepresentationImage: /image.jpg
# Content description(optional)
Expand Down

0 comments on commit 3601047

Please sign in to comment.