Commit graph

257 commits

Author SHA1 Message Date
Willem Rein Oudshoorn
dbdb7e29af Allow arbitrary tag names. However if two tags have the same slug they will be merged.
The name of the merged tag will be one of the original names.
However this should not happen in practice.
2013-04-19 12:53:25 +02:00
Brit Butler
3a5d2d1c68 Minor deploy cleanup. 2013-04-18 16:24:02 -04:00
Brit Butler
f6e78dd47c Slugify tags. Fixes issue #25. 2013-04-18 15:18:14 -04:00
Brit Butler
ad2a05fa3a Fix thinko. 2013-04-18 14:43:45 -04:00
Brit Butler
eb1c5d8f83 Minor cleanups to theme-package error handling. 2013-04-18 14:41:43 -04:00
Brit Butler
e7caa267a3 Merge pull request #26 from woudshoo/theme-not-exist-condition
Raise condition if the theme package cannot be found.
2013-04-18 11:31:18 -07:00
Willem Rein Oudshoorn
2c1c398581 Raise condition if the theme package cannot be found. 2013-04-12 15:45:53 +02:00
Brit Butler
8dc43ae256 Release: 0.9.1! 2013-04-10 23:21:50 -04:00
Brit Butler
930e8bb04d Make WRITE-PAGE overwrite existing pages by default. 2013-04-09 16:45:04 -04:00
Brit Butler
da219abe4f Minor tweaks to PREVIEW. 2013-04-09 16:41:09 -04:00
Brit Butler
553030428d Tweaks to injections handling. NEWS updates. 2013-04-09 16:36:07 -04:00
Brit Butler
6082cb46f5 Add and export PREVIEW. 2013-04-09 16:35:43 -04:00
Brit Butler
dfc5be16aa Minor spacing tweak to navigation. 2013-04-09 12:08:10 -04:00
Brit Butler
ffc8fd3c60 Merge pull request #22 from woudshoo/mathjax-improvements
Tiny improvement, do not emit text/x-math-config script section if not n...
2013-04-04 11:36:35 -07:00
Willem Rein Oudshoorn
94420c9d4e Tiny improvement, do not emit text/x-math-config script section if not needed 2013-04-04 20:18:18 +02:00
Brit Butler
09d54e4863 Mathjax plugin cleanups. 2013-04-04 10:06:02 -04:00
Brit Butler
cd8b9f8d2c Merge pull request #20 from woudshoo/mathjax-improvements
Mathjax improvements
2013-04-04 06:03:26 -07:00
Willem Rein Oudshoorn
aedaf625ff Also allow for nil argument to mathjax-config 2013-04-03 20:10:10 +02:00
Willem Rein Oudshoorn
2e5144996b Added mathjax-config argument. 2013-04-03 20:05:04 +02:00
Willem Rein Oudshoorn
3afb6e29e4 Added options to MathJax plugin, also updated documentation 2013-04-03 18:27:30 +02:00
Brit Butler
23f2cb16e3 Merge pull request #19 from woudshoo/injections-growth
*injections* was never set to nil, so kept growing indefinitely
2013-04-02 11:25:10 -07:00
Willem Rein Oudshoorn
6569342f2a *injections* was never set to nil, so kept growing indefinetely 2013-04-02 18:29:39 +02:00
Brit Butler
3a21bd10e1 Merge pull request #18 from woudshoo/comma-space-issue
Fixed issue with " ," rendered instead of ", "
2013-04-01 13:06:10 -07:00
Willem Rein Oudshoorn
67b39fff12 Fixed issue with " ," rendered instead of ", " 2013-04-01 20:22:39 +02:00
Brit Butler
9bc2e55d58 Make RSS and ATOM templates theme-independent. 2013-04-01 11:23:10 -04:00
Brit Butler
b72eb5b03a Packaging cleanups to S3 plugin. 2013-03-06 13:05:57 -05:00
Brit Butler
6be80e8d5c Minor tweaks. 2013-03-04 17:23:11 -05:00
Brit Butler
13a7a7dc65 Cleanup make-pubdate based on information from cl-test-grid. Thanks Fare! 2013-02-21 09:18:09 -05:00
Brit Butler
149c384dce Fix docs thinko. Don't hack so late. 2013-02-20 13:44:57 -05:00
Brit Butler
818def3629 Release: 0.9! 2013-02-20 01:06:32 -05:00
Brit Butler
60ad551523 Simplify plugin loader. 2013-02-19 19:14:14 -05:00
Brit Butler
40a61d0615 Move rst plugin to the right place. 2013-02-19 17:26:55 -05:00
Brit Butler
a2cd3c1cda Minor cleanups. 2013-02-01 12:24:10 -05:00
Brit Butler
c706964880 Add exit function and use it in post-receive script. Fixes Issue #13. 2013-02-01 10:47:37 -05:00
Brit Butler
9f72bff710 Slight README tweaks. 2013-01-31 00:23:50 -05:00
Brit Butler
c169581485 TODO updates. 2013-01-30 23:32:55 -05:00
Brit Butler
e1a1ca75cf Minor cleanup to S3 plugin. 2013-01-30 23:24:57 -05:00
Brit Butler
7fd7954c5d Overhaul S3 plugin and update NEWS. 2013-01-30 23:18:25 -05:00
Brit Butler
9a46023d76 Package fix to rst plugin. 2013-01-29 20:38:55 -05:00
Brit Butler
d256db6bbc Add draft restructured-text plugin, minor heroku cleanup. 2013-01-29 20:38:16 -05:00
Brit Butler
87b85b1d29 This use of dynamic rebinding is more confusing than clever. 2013-01-29 17:49:55 -05:00
Brit Butler
93ba4e45fc Heroku is a read-only FS so we can't use /app as a deploy target.
This reverts commit e893ac5447.
2013-01-29 16:59:30 -05:00
Brit Butler
e893ac5447 Export *config* and use it in heroku plugin. 2013-01-29 16:15:41 -05:00
Brit Butler
a703bcd984 Remove old hunchentoot plugin. Ensure hunchentoot is loaded for heroku even when not using jsmpereira's cl-buildpack. 2013-01-29 16:11:55 -05:00
Brit Butler
26749ee1d3 Merge pull request #12 from jsmpereira/master
Add initial version of Heroku plugin.
2013-01-29 12:27:22 -08:00
Jose Santos
a3feed45fd Heroku plugin. 2013-01-29 20:24:56 +00:00
Brit Butler
499453f622 Add BSD License file. 2013-01-29 10:18:26 -05:00
Brit Butler
9be3a7f769 NEWS update and minor style tweak. 2013-01-29 09:59:14 -05:00
Brit Butler
24a7a11ccd Merge pull request #11 from jsmpereira/master
Fix call to flet function on indices.lisp
2013-01-29 06:45:07 -08:00
Jose Santos
ce12c56644 Fix function call. 2013-01-29 14:42:48 +00:00