Added charset to sass. Hopefully fixes #2 |
|
More...
|
almost 13 years ago
|
Added License to README |
|
More...
|
almost 13 years ago
|
Fixed *another* underscore in README |
|
More...
|
about 16 years ago
|
Fixed underscore in README so Markdown doesn't break |
|
More...
|
about 16 years ago
|
Added sinatra-cache submodule to README |
|
More...
|
over 16 years ago
|
Small tweak to the RegExp for WikiWords |
|
More...
|
over 16 years ago
|
Some beautification of the page's content |
|
More...
|
over 16 years ago
|
Fixed a bug in the RegExp that matches WikiWords. Now Singing_with_Sinatra is not parsed as a link :) |
|
More...
|
over 16 years ago
|
Added a link to Sinatra Wiki on Github on the site's footer |
|
More...
|
over 16 years ago
|
Added a 'restart' task to the Rakefile. It restarts Passenger in Dreamhost. |
|
More...
|
over 16 years ago
|
Expire cache for "/" when editing a page regardless if the page is new or not. |
|
More...
|
over 16 years ago
|
Added :public path to config.ru, so that caching works with Rack in Dreamhost |
|
More...
|
over 16 years ago
|
Added Rakefile |
|
More...
|
over 16 years ago
|
Merge branch 'master' of [email protected]:bomberstudios/sinatra_wiki |
|
More...
|
over 16 years ago
|
Cache stylesheet |
|
More...
|
over 16 years ago
|
Added 'haml' to required gems |
|
More...
|
over 16 years ago
|
First step to make Sinatra Wiki nicer. Added SASS stylesheet |
|
More...
|
over 16 years ago
|
Use sinatra-cache |
|
More...
|
over 16 years ago
|
Added submodule: sinatra-cache |
|
More...
|
over 16 years ago
|
Added support for WikiWords in page content |
|
More...
|
over 16 years ago
|
Now auth *really* works |
|
More...
|
over 16 years ago
|
Moved authentication filter to lib/auth.rb |
|
More...
|
over 16 years ago
|
Moved configuration to configure block. Also, use Sinatra.options to store configuration |
|
More...
|
over 16 years ago
|
only use auth for edit if it is enable in config.yml |
|
More...
|
over 16 years ago
|
added a switch to config.yml to disable auth by default |
|
More...
|
over 16 years ago
|
Added link detection for [[link]] syntax |
|
More...
|
over 16 years ago
|
Added Rackup file for deploying at Dreamhost (or any Passenger-enabled host, for that matter :) |
|
More...
|
over 16 years ago
|
Added basic authentication for page editing |
|
More...
|
over 16 years ago
|
Added a Page class to centralize page operations |
|
More...
|
over 16 years ago
|
Fixed a stupid bug |
|
More...
|
over 16 years ago
|