PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
257 stars 49 forks source link

[BUGFIX] fix trailing slash rewrite in htaccess #117

Closed NeoBlack closed 10 years ago

NeoBlack commented 10 years ago

this patch fix the trailing slash problem.

Resolves: #102 Documentation: #102 Releases: 1.2.1 Related: #102

james2doyle commented 10 years ago

I would say don't append the changelog yet. We have 19 commits since the 1.2.0 version. So it would be best to do the bump all at once. Does that make sense?

NeoBlack commented 10 years ago

maybe, we can fill up the Changelog before each release. My idea was to build the Changelog with all pull requests.

james2doyle commented 10 years ago

Here is the command I have been running on my mac to generate a nice changelog format

# starting at 2014-07-02, get the link to the commit and the author, and show the commit message
git log --since="2014-07-02" --pretty=format:"- [x] [%h](https://github.com/AUTHOR/REPO/commit/%H) by [%an](https://github.com/%an) - %s"
NeoBlack commented 10 years ago

ok, this really cool, then I will revert the changelog changes and correct this in our deveopment workflow