Colin M. Strickland
7facd55afb
find-all matching adjusted
...
find-all implementation returns false positives for subclasses
added parameter of a predicate to implement matching, with a default
value that preserves original behaviour
added an exact class matcher to purge-all invocation of find-all to stop
it purging subclasses
2015-01-02 10:47:32 +00:00
Javier Olaechea
144cb03294
Style fixes and missing closing paren
2014-12-10 12:16:31 -05:00
Javier Olaechea
66928295e3
Merge pull request #75 from lukasepple/master
...
error handling in slugify
2014-12-10 12:15:57 -05:00
lukasepple
1e1c64b245
using zerop instead of (= 0
2014-12-10 15:07:09 +01:00
lukasepple
d7ffd1b7d7
error handling in slugify
2014-12-09 20:55:57 +01:00
Brit Butler
deb2e556a4
Formatting tweaks.
2014-12-08 15:23:09 -05:00
Brit Butler
0fdac81d5e
Merge pull request #74 from lukasepple/master
...
add first idea for the cli command set
2014-12-08 15:18:57 -05:00
lukasepple
1251db17fd
mentioning IRC channel in README
2014-12-08 20:59:37 +01:00
lukasepple
86133fef8f
simplified and clarified the cli
2014-12-08 20:04:45 +01:00
lukasepple
e52a9765a5
added some more commands
2014-12-08 16:18:46 +01:00
lukasepple
78ec9c37eb
add first idea for the cli command set
...
Please help with commands for git-deployment I haven't used that feature
yet
2014-12-07 21:34:10 +01:00
Javier Olaechea
515f93cbd3
Merge pull request #73 from lukasepple/master
...
using char instead of aref for getting a char by index
2014-12-07 13:53:21 -05:00
lukasepple
d5e5aed0d9
using char instead of aref
...
for getting a char by index
2014-12-07 13:03:27 +01:00
Brit Butler
3671178a35
Minor indentation fixes.
2014-12-06 22:00:07 -05:00
Javier Olaechea
b272c7880b
Merge pull request #71 from lukasepple/master
...
made slugs unicode-safe
2014-12-06 21:46:54 -05:00
lukasepple
5aa89f4497
cleanup of the code belonging to slugify
2014-12-06 22:55:50 +01:00
lukasepple
fbacd3b81f
made slugs unicode-safe like
...
used mozilla's slugify implementation as reference:
https://github.com/mozilla/unicode-slugify/blob/master/slugify/__init__.py
2014-12-06 19:51:06 +01:00
Brit Butler
1d5b9117e2
Merge pull request #70 from Ferada/no-plugin-compilation
...
Don't compile plugin files.
2014-12-04 11:32:20 -05:00
Olof-Joachim Frahm
68ee3c942d
Catch errors while trying to compile plugins.
...
A warning with the full error message will be printed and the original
file `LOAD`ed instead. If the error isn't related to the `fasl` file
output, then the `LOAD` should also throw an error, at which point the
normal error handling would take place.
2014-12-02 21:29:29 +01:00
Brit Butler
9c4dd4162b
Add gfycat note to readme.
2014-11-25 22:49:09 -05:00
Brit Butler
a8326f8870
A final news tweak.
2014-11-25 22:47:23 -05:00
Brit Butler
b6f1834239
Merge pull request #68 from redline6561/dev
...
Release: 0.9.7!
2014-11-25 22:43:58 -05:00
Brit Butler
8d44e8ac3a
Minor news tweak.
2014-11-25 22:40:40 -05:00
Brit Butler
45523dcc35
Release: 0.9.7!
2014-11-25 22:39:54 -05:00
Brit Butler
3490af0287
Add gfycat plugin.
2014-11-22 23:06:53 -05:00
Brit Butler
4fd195db19
Merge pull request #67 from PuercoPop/patch-3
...
content.lisp (parse-metadata): add filename to the error message
2014-11-11 23:09:15 -05:00
Javier Olaechea
1ff10b9b63
conent.lisp (parse-medatada): add filename to the error message
2014-11-11 22:59:17 -05:00
Brit Butler
8273efe00e
Fix symbols in static pages plugin some more.
2014-11-09 20:30:52 -05:00
Brit Butler
558e2d1e0d
Fix a symbol-scoping bug in the static pages plugin.
2014-11-09 20:16:16 -05:00
Brit Butler
29e0fe0f58
Use bootstrap for the pager in the readable template.
2014-11-03 17:08:50 -05:00
Brit Butler
762ad5e44d
Handle trailing slashes more gracefully. Kick off 0.9.7-dev.
2014-11-02 23:04:45 -05:00
Brit Butler
a6a5b0b86b
Force staging-dir to be a directory-pathname in compile-blog.
2014-11-02 21:00:40 -05:00
Brit Butler
913023e377
Fix directory-does-not-exist initarg buglet.
2014-11-02 20:45:25 -05:00
Brit Butler
52f9cfa63c
Use separate eval statements for ccl in post-receive script.
2014-11-02 20:25:26 -05:00
Brit Butler
6073122961
Readable theme should include links to prev/next page.
2014-11-02 19:18:56 -05:00
Brit Butler
8a50b6c4e4
Merge pull request #64 from cmstrickland/unicode-import
...
utf-8 output when writing wordpress imported posts
2014-11-01 09:51:52 -04:00
Colin M. Strickland
3a37b8339b
utf-8 output when writing wordpress imported files
...
the file writer in wordpress import did not set external-format
2014-11-01 11:20:14 +00:00
Brit Butler
81fcf3a47a
Cleanup wordpress since handling a little more.
2014-10-26 19:23:31 -04:00
Brit Butler
8e464ed762
Merge pull request #63 from cmstrickland/wp-import-since
...
optional 'since' handling in WP import plugin
2014-10-26 19:16:00 -04:00
Colin M. Strickland
054621ab13
fix import-posts pass through 'since' as nil
...
adds a conditional to the invocation of import-post in import-posts loop
there needs to be a guard around 'since' in the loop:
if import posts tries to pass it's optional 'since' parameter through to
import-post it will prevent any posts from being output , because every
post will be compared against a timestamp of nil
2014-10-26 21:52:44 +00:00
Brit Butler
7cd51a1334
Merge pull request #62 from cmstrickland/ccl-fixes
...
A couple of tiny ccl fixes, external-format and gitgnore for ccl fsl files.
2014-10-26 09:51:25 -04:00
Colin M. Strickland
b38b07e83a
gitignore 32 and 64 bit ccl fasl files
...
they have different file extensions
2014-10-26 09:25:22 +00:00
Colin M. Strickland
bcd9051b14
use :utf8 symbol directly in external-format
...
sbcl can use :utf8 as a direct symbol also
2014-10-25 22:16:53 +01:00
Colin M. Strickland
c6cf6ee943
exclude x64fsl files
2014-10-25 22:15:30 +01:00
Brit Butler
1c587f8616
Merge pull request #61 from redline6561/basic-deploy
...
Release: 0.9.6!
2014-09-26 10:30:00 -04:00
Brit Butler
62cc5e91f4
Release: 0.9.6!
2014-09-23 17:39:40 -04:00
Brit Butler
1b3acd107e
Fix feed handling bug backwards compatibly. No name changes.
2014-09-23 17:39:40 -04:00
Brit Butler
1289706b46
Quick bugfix to add-injection.
2014-09-23 17:33:55 -04:00
Brit Butler
f27172a1f7
Last minute backwards compatibility fix for people on very old SBCLs.
2014-09-23 17:28:11 -04:00
Brit Butler
c7fc38b73c
Some last tweaks for Summary Cards before 0.9.6.
2014-09-23 11:52:52 -04:00