- 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 27, 2012
-
-
Eric Davis authored
-
- Feb 24, 2012
-
-
Michaël Rigart authored
Change require to require_dependency so SCM classes get loaded on each request in dev mode
-
- 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
-
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
-
Holger Just authored
This is necessary because in Ruby 1.9.3, the behavior of an internal dup of the array (rb_ary_dup) was changed to always return an array instance, not an instance of the actual class which it was working on. Why can't people just stick to what works but instead try to have special snowflakes everywhere? </rant>
-
- Dec 28, 2011
-
-
Eric Davis authored
-
Eric Davis authored
-
- Dec 27, 2011
-
-
Eric Davis authored
-
- Dec 26, 2011
-
-
Eric Davis authored
-
- 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 09, 2011
-
-
Spencer Markowski authored
Encloses since date in single quotes. This was causing git to respond with fatal: Unknown Object and preventing revisions from being updated.
-
- 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
-
Holger Just authored
Based on a patch by Jean-Philippe Lang.
-
Holger Just authored
Based on a patch by Jean-Philippe Lang.
-
- Nov 26, 2011
-
-
Holger Just authored
-