Ahmet Bakan
48522470ee
Renamed css post list style classes.
2015-10-11 17:54:19 -07:00
Ahmet Bakan
40583b974b
Added postlist class to postlist class to post list bullet list.
...
This is to enable controlling style throuch css.
2015-10-11 17:53:00 -07:00
Ahmet Bakan
6c121252f2
Fixed internal link resolution issue in collection pages.
2015-10-11 17:52:26 -07:00
Ahmet Bakan
cb741637ca
Added -p argument to deploy command.
2015-10-11 14:05:43 -07:00
Ahmet Bakan
0ed765d95a
Revised docstrings added ver 8 release notes.
2015-10-09 18:41:45 -07:00
Ahmet Bakan
39aaa465c5
Merge pull request #52 from abakan/devel
...
Devel
2015-10-09 18:35:35 -07:00
Ahmet Bakan
a2653ce8a3
Merge branch 'master' into devel
2015-10-09 18:33:47 -07:00
Ahmet Bakan
9b7483eae3
Removed pypip.in badges that dont display.
2015-10-09 18:33:22 -07:00
Ahmet Bakan
6cdeb8d17b
Merge pull request #51 from uralbash/path-github-push-force
...
Overwrites commit when deploy
2015-10-09 12:01:26 -07:00
Dmitry
4a22add7fc
Overwrites commit when deploy
2015-10-09 19:14:00 +05:00
Ahmet Bakan
e1bf6770f1
Some revisions.
2015-10-08 19:30:35 -07:00
Ahmet Bakan
45ac0dbb46
Merge branch 'AlbertMietus-GAM-dev' into devel
2015-10-08 19:17:37 -07:00
Ahmet Bakan
a9deb4d652
Merge branch 'GAM-dev' of git://github.com/AlbertMietus/ablog into AlbertMietus-GAM-dev
2015-10-08 19:17:22 -07:00
Ahmet Bakan
dc68b4ef0d
Added -a to build command.
2015-10-06 22:59:01 -07:00
Ahmet Bakan
5fcaf29085
Updated release docs.
2015-09-15 18:01:12 -07:00
Ahmet Bakan
bcaec1bcfc
Making tests in test folder.
2015-09-15 17:53:18 -07:00
Ahmet Bakan
e815996bfa
Using format in setup, bumper version number.
2015-09-15 17:26:38 -07:00
Ahmet Bakan
10a98f64a1
Merge branch 'devel' of https://github.com/abakan/ablog into devel
2015-09-15 16:49:49 -07:00
Ahmet Bakan
b25d3bb1d3
Moved test lines from travis confid to Makefile.
2015-09-15 16:49:36 -07:00
Ahmet Bakan
ab7c08bc0a
Removed emty line before file encoding.
2015-09-15 16:49:36 -07:00
Ahmet Bakan
a703720005
Removed lines from setup causing Python 3.5 installation issue.
2015-09-15 16:49:36 -07:00
Ahmet Bakan
21f9a26da2
Moved test lines from travis confid to Makefile.
2015-09-15 16:47:33 -07:00
Ahmet Bakan
822ab7ce80
Bumped version number.
2015-09-15 16:40:15 -07:00
Ahmet Bakan
ee3f5790a2
Removed emty line before file encoding.
2015-09-15 16:39:20 -07:00
Ahmet Bakan
b922a5a59d
Removed lines from setup causing Python 3.5 installation issue.
2015-09-15 16:34:19 -07:00
Ahmet Bakan
a9d045ca94
Bumped devel status to beta for next release.
2015-09-14 21:44:12 -07:00
Ahmet Bakan
91f8db47bd
Fixed rst formatting.
2015-09-14 21:41:45 -07:00
Ahmet Bakan
1e4faf3212
Merge branch 'devel' of https://github.com/abakan/ablog into devel
2015-09-14 21:40:27 -07:00
Ahmet Bakan
a1522cc216
Fixed typo.
2015-09-14 21:40:21 -07:00
Ahmet Bakan
15a9a7534f
Revised builder checks, incremented version number, added rel post.
2015-09-14 21:40:20 -07:00
Ahmet Bakan
cfa810b006
Fixed import/coding issues with build_safe.
2015-09-14 21:40:20 -07:00
Ahmet Bakan
0feeb6668b
Added build_safe function, and using it to avoide json builder ( #47 ).
2015-09-14 21:40:20 -07:00
Ahmet Bakan
698eaea6e0
Keeping not JSON serializable objects out of html context ( #47 )
...
ABlog objects are not JSON serializable. They are used for
creating archive pages, and work fine with HTML builders.
When json builder is used, it pickles HTML context along
with HTML, and this causes serialization issues. So ABlog
objects (functions, Catalog, Blog instance, etc.) are avoided
when builder is not one of html/dirhtml.
2015-09-14 21:40:20 -07:00
Ahmet Bakan
aa36f76552
Fixed issue arising upon rebuilds without any change.
2015-09-14 21:39:51 -07:00
Ahmet Bakan
ee09d22b4b
Added missing sudo: false
to travis config.
2015-09-14 21:38:03 -07:00
Ahmet Bakan
911c234900
Added json/pickle build tests.
2015-09-14 21:36:31 -07:00
Ahmet Bakan
aa247726d9
Fixed typo.
2015-09-14 21:34:45 -07:00
Ahmet Bakan
f58e4319b1
Revised builder checks, incremented version number, added rel post.
2015-09-14 21:33:06 -07:00
Ahmet Bakan
94de463fc7
Fixed import/coding issues with build_safe.
2015-09-14 18:56:28 -07:00
Ahmet Bakan
605540efcb
Added build_safe function, and using it to avoide json builder ( #47 ).
2015-09-14 18:47:44 -07:00
Ahmet Bakan
25f9b3bff3
Migrated to container-based infrastructure
2015-09-14 17:53:52 -07:00
Ahmet Bakan
ac2a834e04
Keeping not JSON serializable objects out of html context ( #47 )
...
ABlog objects are not JSON serializable. They are used for
creating archive pages, and work fine with HTML builders.
When json builder is used, it pickles HTML context along
with HTML, and this causes serialization issues. So ABlog
objects (functions, Catalog, Blog instance, etc.) are avoided
when builder is not one of html/dirhtml.
2015-09-14 17:41:56 -07:00
Ahmet Bakan
d90f1a6441
Revised post.
2015-08-24 20:20:59 -07:00
Ahmet Bakan
768bfe65ea
Releasing 0.7.9.
2015-08-24 20:15:55 -07:00
Ahmet Bakan
65ecc08ebf
Fixed import issue.
2015-08-24 20:11:59 -07:00
Ahmet Bakan
b7d2ca5a66
Removing existing files/dirs to address issue #46 on Windows.
2015-08-24 20:09:15 -07:00
Ahmet Bakan
8332d46543
Releasing 0.7.8
2015-08-22 16:17:45 -07:00
Ahmet Bakan
a266003611
Using re unicode flag in Python 2 in slufigy (to fix issue #45 ).
2015-08-22 16:05:24 -07:00
Ahmet Bakan
92790360a1
Merge pull request #44 from uralbash/master
...
escape filenames with git add -f ...
2015-08-20 20:55:11 -07:00
Dmitry
a7963249b0
escape filenames with git add -f ...
2015-08-20 15:25:21 +05:00