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
Albert Mietus
04a8eba7d5
PostList: render without em-tag. Formating should be done in css, not (hidden and) hardcoded
2015-08-03 11:23:21 +02:00
Albert Mietus
697e599ba8
Improved error message on date parsing
2015-07-29 18:59:04 +02:00
Albert Mietus
493fdf1a8c
Updated docs: fontawesome_link_cdn is now an URL
2015-07-29 18:58:21 +02:00
Albert Mietus
38ef6c4de1
Some small fixes:
...
Prevent an abort during start (due no app parameter to Blog)
Cleanup disqus template (no comments)
Allow to run without Werkzeug/AtomFeed
etc
2015-07-29 17:30:47 +02: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
Ahmet Bakan
f1b986c9e9
Referring to directive from index.
2015-07-12 21:50:41 -07:00
Ahmet Bakan
70745119ca
Fixed image display issue when excerpts
used in a postlist.
2015-07-12 21:49:09 -07:00
Ahmet Bakan
92d301dd3b
Added about.html to sidebars.
2015-07-12 21:48:48 -07:00
Ahmet Bakan
87d6039ab4
Added -P option for running pdb on exception during builds.
2015-07-12 21:47:04 -07:00
Ahmet Bakan
09f1a50b7b
Merge branch 'devel' of https://github.com/abakan/ablog into devel
2015-07-05 13:22:26 -07:00
Ahmet Bakan
2d4d11fc1b
Fixed for windows specific path sep issue in atom feeds.
2015-07-05 13:21:18 -07:00
Ahmet Bakan
bf0d980a58
Fixed for windows specific path sep issue in atom feeds.
2015-07-05 11:48:36 -07:00
Ahmet Bakan
915a7322cd
Fixed coding issue.
2015-07-05 11:31:27 -07:00
Ahmet Bakan
53e2b00bf2
Fixed windows archive page path resolving issue.
2015-07-05 11:26:29 -07:00
Ahmet Bakan
7b576e0eb7
Updated index.
2015-07-05 00:02:59 -07:00
Ahmet Bakan
2d4f79bfea
Updates for 0.7.3 release.
2015-07-04 23:57:43 -07:00
Ahmet Bakan
277e105387
Added python-dateutil to requirements.
2015-06-30 19:06:40 -07:00
Ahmet Bakan
163fc100a0
Merge pull request #40 from amaloney/date_parsing
...
Date parsing
2015-06-30 19:05:09 -07:00
Andy Maloney
3c1cdcdab9
Using dateutil.parser in ablog/post.py to parse dates.
2015-06-30 13:50:24 -05:00
Andy Maloney
a302bfd533
Reverting changes inorder to create a date_parser branch.
2015-06-30 13:48:09 -05:00