Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-09 | Close #72 | Carlos Fenollosa | |
2015-02-19 | Fix #71 | Carlos Fenollosa | |
2014-10-05 | fix #59 | Carlos Fenollosa | |
2014-09-15 | properly quote twitter cards | Carlos Fenollosa | |
2014-09-15 | Twitter cards. Fixes #36 | Carlos Fenollosa | |
2014-09-12 | changed hardcoded /bin/ paths | Carlos Fenollosa | |
2014-09-01 | Close #61 #57 | Carlos Fenollosa | |
2014-09-01 | Added sections from bb.sh | Carlos Fenollosa | |
2014-08-19 | fix #65 | Carlos Fenollosa | |
2014-08-19 | Update README.md | Carlos Fenollosa | |
2014-08-19 | contributing code | Carlos Fenollosa | |
2014-07-18 | updated twitter count api | Carlos Fenollosa | |
2014-07-17 | Now the tweet count links to Topsy | Carlos Fenollosa | |
2014-07-11 | Fix for #60 | Carlos Fenollosa | |
2014-07-07 | Twitter count now links to search results | Carlos Fenollosa | |
2014-07-07 | Update README for cookieless twitter | Carlos Fenollosa | |
2014-07-07 | Cookieless twitter option | Carlos Fenollosa | |
2014-07-03 | Hide warning message in sed | Carlos Fenollosa | |
2014-06-30 | Sed error on mac | Carlos Fenollosa | |
2014-06-30 | Sed error on mac | Carlos Fenollosa | |
2014-06-30 | Sed error on mac | Carlos Fenollosa | |
2014-06-30 | Sed error on mac | Carlos Fenollosa | |
2014-06-30 | Sed error on mac | Carlos Fenollosa | |
2014-06-30 | Fixed #56 | Carlos Fenollosa | |
2014-06-30 | Manual fix for #54 | Carlos Fenollosa | |
2014-06-30 | Merge pull request #55 from Lex-2008/small-fixes/5 | Carlos Fenollosa | |
Fixes for blogs without tags | |||
2014-06-30 | Merge pull request #56 from cfenollosa/revert-54-master | Carlos Fenollosa | |
Revert "Fixed hardcoded tag filename prefix" | |||
2014-06-30 | Revert "Fixed hardcoded tag filename prefix" | Carlos Fenollosa | |
2014-06-30 | Merge pull request #54 from Puuhinen/master | Carlos Fenollosa | |
Fixed hardcoded tag filename prefix | |||
2014-06-28 | suppress error messages and don't enter for loop when no tag files exist | Alexey Shpakovsky | |
2014-06-28 | don't invoke sed when no tag given | Alexey Shpakovsky | |
the bug was that sed was expecting file content on stdin when didn't receive any filename, and script was "frozen" when someone tried to edit a post without any tags. | |||
2014-06-28 | Fixed hardcoded tag filename prefix | Puuhinen | |
posts_with_tags() invoked sed with a hardcoded `tag_&.html`. Changed to `$prefix_tags&.html`. | |||
2014-06-27 | Merge branch 'master' of github.com:cfenollosa/bashblog | Carlos Fenollosa | |
2014-06-27 | Updated version and contributors | Carlos Fenollosa | |
2014-06-27 | Updated README with markdown references | Carlos Fenollosa | |
2014-06-27 | Merge pull request #53 from Lex-2008/small-fixes/4 | Carlos Fenollosa | |
Small fixes/4 | |||
2014-06-27 | Merge pull request #52 from Lex-2008/rebuild-less-tags | Carlos Fenollosa | |
Rebuild less tags | |||
2014-06-26 | help text | Alexey Shpakovsky | |
2014-06-26 | use file extension when posting with `bb.sh post file.ext` | Alexey Shpakovsky | |
but let users override it with `bb.sh post -html file.md` | |||
2014-06-26 | use markdown by default (if available) when posting with `bb.sh post` | Alexey Shpakovsky | |
2014-06-26 | Don't ask for preview - just show URL for preview | Alexey Shpakovsky | |
2014-06-26 | fix typos in comments | Alexey Shpakovsky | |
2014-06-26 | proper check for empty variable | Alexey Shpakovsky | |
2014-06-25 | Merge pull request #50 from Lex-2008/small-fixes/3 | Carlos Fenollosa | |
Small fixes/3 | |||
2014-06-25 | clean_filename in RSS links | Alexey Shpakovsky | |
2014-06-25 | don't rebuild tags if they were not involved at all | Alexey Shpakovsky | |
(otherwise posts_with_tags would endlessly freeze) | |||
2014-06-24 | use new functions | Alexey Shpakovsky | |
also bugfix: leave only unique filenames in rebuild_tags() | |||
2014-06-24 | posts_with_tags() to list all posts referenced by several tag files | Alexey Shpakovsky | |
2014-06-24 | tags_in_post() to list all tags referenced in one post file | Alexey Shpakovsky | |
2014-06-24 | make rebuild_tags() optionally accept 2 lists (of filenames and tags) | Alexey Shpakovsky | |