- Jun 09, 2012
-
-
Holger Just authored
-
- Apr 04, 2012
-
-
Holger Just authored
-
- Mar 05, 2012
-
-
Felix Schäfer authored
Fixes problems with paths containing quotes (sic)
-
- Feb 29, 2012
-
-
Felix Schäfer authored
The Windows shell doesn't seem to support single quotes… Contributed by Dies Koper, Luke Carrier
-
- Feb 06, 2012
-
-
Holger Just authored
-
Holger Just authored
-
- Jan 18, 2012
-
-
Holger Just authored
-
Holger Just authored
-
Holger Just authored
-
- Jan 17, 2012
-
-
Holger Just authored
It turns out in this case or core patches, unloadable actually breaks in development mode. Did I already mention that I hate the Rails reloader?
-
Holger Just authored
-
- Jan 16, 2012
-
-
Holger Just authored
This brings us a reliable filter override until https://github.com/Shopify/liquid/pull/87 is accepted and released upstream.
-
Holger Just authored
This commit moves the markup caching into Liquid rendering. As Liquid allows to return different results depending on the environment (variables, logged user, ...) we only cache the page if it contains no active content. Unfortunetely, active content currently also includes the TOC in wiki pages.
-
Holger Just authored
-
- Jan 05, 2012
-
-
Holger Just authored
-
Holger Just authored
-
Holger Just authored
-
- Jan 03, 2012
-
-
Holger Just authored
-
Holger Just authored
We programmers have a nice new years tradition: We revisit all of our projects and add 1 to a small number near a "(c)". -- Volker Dusch https://twitter.com/__edorian/status/153801913442373633
-
- Dec 18, 2011
-
-
Holger Just authored
-
Holger Just authored
-
Holger Just authored
These filters change the implemntation of sub and gsub to use the block method. This prevents the evaluation of backreferences in the replacement text. See https://gist.github.com/1491437 for examples. Also, it allows split to be called without arguments to split strings on whitespace.
-
- Dec 17, 2011
-
-
Eric Davis authored
-
Holger Just authored
-
Holger Just authored
The floated tags (>toc and <toc) are invalid syntax because of the < and > characters. We transform them to toc_left and toc_right instead.
-
Holger Just authored
-
Holger Just authored
This is required to retaiun the definition in development mode as the module is stragely reloaded.
-
- Dec 15, 2011
-
-
Holger Just authored
-
- Dec 03, 2011
-
-
Felix Schäfer authored
* Won't output errors when the ChiliProject git repo isn't there anymore, * Works even if not invoked from the ChiliProject root directory, * Moved the formatting logic to the git call.
-
- Nov 30, 2011
-
-
Holger Just authored
-
- Nov 26, 2011
-
-
Holger Just authored
-
Holger Just authored
-
Holger Just authored
This is not only a wee bit faster (yay!) but also allows use to deal with frozen strings and doesn't change content which might inadvertently be saved later on. And it fixes some broken tests on Ruby 1.9 :)
-
- Nov 25, 2011
-
-
Gregor Schmidt authored
This was added to unstable with ab2856b5 and will be released with Chili 3.0
-
Gregor Schmidt authored
In the current master a.k.a. ChiliProject 2.x, there is no jQuery loaded by core.
-
Gregor Schmidt authored
In the current master a.k.a. ChiliProject 2.x, there is no jQuery loaded by core.
-
- Nov 20, 2011
-
-
Holger Just authored
-
Holger Just authored
-
Holger Just authored
-
Holger Just authored
-