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
Ahmet Bakan
6d25236958
Merge pull request #43 from mementum/master
...
add line break after excerpts in postlisting
2015-07-26 21:21:31 -07:00
mementum
8c8edb2c0d
Merge remote-tracking branch 'upstream/devel'
2015-07-26 11:38:59 +02:00
mementum
38bd3e23e4
add line break after excerpts in postlisting
2015-07-26 09:43:31 +02:00
Ahmet Bakan
1484566e83
New release.
2015-07-23 19:35:33 -07:00
Ahmet Bakan
dd57501f8e
Merge branch 'master' of https://github.com/abakan/ablog
2015-07-23 19:31:39 -07:00
mementum
02b190516e
Corrected wrong redirect_wait variable to post_redirect_refresh in template redirect.html
2015-07-23 19:31:18 -07:00
Ahmet Bakan
f3c6708648
Fixed issue #41 .
2015-07-23 19:28:13 -07:00
Ahmet Bakan
4433f7a0e3
Added build command to test issue $41.
2015-07-22 23:45:29 -07:00
Ahmet Bakan
0e9de7a468
Added excerpts to postlist to reproduce issue #41 .
2015-07-22 23:39:49 -07:00
Ahmet Bakan
a619baaaba
Added cross reference to post in first paragraph.
2015-07-22 23:35:57 -07:00
Ahmet Bakan
e3a8bf2987
Merge pull request #42 from mementum/master
...
Corrected wrong redirect_wait variable to post_redirect_refresh
2015-07-21 11:24:01 -07:00
mementum
ec5a31aa16
Corrected wrong redirect_wait variable to post_redirect_refresh in template redirect.html
2015-07-21 20:04:41 +02:00
Ahmet Bakan
3fa5d1a324
Revised ablog start command description.
2015-07-14 22:14:54 -07:00
Ahmet Bakan
2459b5dbfb
Added internal reference to start command.
2015-07-14 21:32:10 -07:00
Ahmet Bakan
923e71506e
New release changes.
2015-07-12 22:04:26 -07:00