aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use async piwik stats by default.Harald Eilertsen2015-11-131-1/+1
|
* Upgrade capistrano, capostrano-postgresql and capistrano-stats.Harald Eilertsen2015-11-131-130/+13
|
* Don't underline links, and fix some cosmetics.Harald Eilertsen2014-12-132-5/+7
|
* Limit number of tags show on blog post pages too.Harald Eilertsen2014-12-131-7/+7
|
* Display most popular tags if no recent tags.Harald Eilertsen2014-12-121-0/+4
|
* Limit the number of tags we show.Harald Eilertsen2014-12-121-1/+16
| | | | | | | | Display the 50 most popular tags from the past 30 days. This should be a fair compromise between most popular and most recent, I hope. We may have to tune this further, but it's at least better than showing all. This is a fix for issue #56.
* Ensure that banner ads always appear stacked vertically.Harald Eilertsen2014-12-121-0/+3
| | | | Fix for issue #51.
* Be explicit about which stylesheets to include in application.css.Harald Eilertsen2014-12-121-1/+6
| | | | | Using the `import_tree` directive makes backend styling bleed into the frontend styles. We don't want that.
* Drop default foreground color from backend stylesheet.Harald Eilertsen2014-12-121-1/+0
| | | | | Setting the foreground color and not the background results in unreadable text in some setups.
* Override backend styling.Harald Eilertsen2014-12-121-0/+1597
|
* Ignore .capistrano directory.Harald Eilertsen2014-12-121-0/+1
|
* Log to syslog in production.Harald Eilertsen2014-12-123-3/+8
|
* Upgrade capistrano-postgresql to private version.Harald Eilertsen2014-12-112-6/+14
| | | | | Based on official version 4.2 but with added option to avoid sudo when creating databases and database users.
* Generate piwik config directly rather than through erb.Harald Eilertsen2014-12-111-5/+12
|
* Generate config files before checking that linked files is present.Harald Eilertsen2014-12-113-3/+3
| | | | Hope this is the last time I have to move this around...
* Upgrade to Capistrano 3.3.4 and use capistrano-passenger gem.Harald Eilertsen2014-12-103-36/+13
| | | | This also moves us back to stable capistrano deploys.
* Add refinery setup tasks for capistrano.Harald Eilertsen2014-12-073-0/+93
| | | | Copied from Åsatru.no setup.
* Make sure piwik config file is written before linked_files processing begins.Harald Eilertsen2014-12-071-1/+1
|
* Fix typos in piwik deploy task.Harald Eilertsen2014-12-071-3/+3
|
* Enable piwik tracking for analytics.Harald Eilertsen2014-12-071-0/+1
|
* Add capistrano task and config for deploying piwik.Harald Eilertsen2014-12-075-1/+62
|
* Add dep to piwik web analytics.Harald Eilertsen2014-12-072-0/+6
|
* Update capistrano deploy script.Harald Eilertsen2014-11-081-33/+9
| | | | | Make sure we link in the proper config and the public/system directory from the shared directory.
* Upgrade to Rails 3.2.20.Harald Eilertsen2014-11-021-41/+160
|
* Update deploy templates.Harald Eilertsen2014-11-023-2/+20
|
* Nope, still need edge capistrano, use git-transport, though.Harald Eilertsen2014-11-022-6/+11
|
* Go back to official release for Capistrano v 3.2.1.Harald Eilertsen2014-11-022-13/+6
| | | | Assuming this has the right fixes to get FreeBSD working.
* Upgrade to capistrano-postgresql v3.0.1 containing my fixes.Harald Eilertsen2014-11-022-13/+4
|
* Customize database.yml template.Harald Eilertsen2014-07-061-0/+7
| | | | | We want to use unix domain sockets, not ip over localhost. For this we simply drop the host specification of the yml-file.
* Add config for staging setup.Harald Eilertsen2014-07-061-0/+67
|
* Use updated capistrano-postgres.Harald Eilertsen2014-07-062-11/+11
| | | | | Need this version to use correct database when checking/adding users and databases.
* Update to edge capistrano and capistrano-postgresql.Harald Eilertsen2014-07-042-10/+26
| | | | | Released gems have problems on freebsd, using directly from git until gems are updated.
* Install capistrano-postgresql for easier database setup.Harald Eilertsen2014-06-213-0/+5
|
* Set up basic capistrano config.Harald Eilertsen2014-06-213-90/+14
|
* Capify with capistrano3.Harald Eilertsen2014-06-205-0/+174
|
* Install Capistrano 3 gems.Harald Eilertsen2014-06-202-21/+32
|
* Remove old capistrano config.Harald Eilertsen2014-06-206-337/+0
|
* Translate admin category form.Harald Eilertsen2014-03-023-5/+9
|
* Allow customization of number of sidebar items for each category.Harald Eilertsen2014-03-025-3/+14
|
* Redefine small image size instead.Harald Eilertsen2014-02-171-1/+1
|
* Add specieal image size for teaser images.Harald Eilertsen2014-02-171-1/+1
|
* Sidebar modules interleaved, clearfix them.Harald Eilertsen2014-02-171-1/+1
|
* Open banner targets in a new window/tab.Harald Eilertsen2014-02-161-1/+1
|
* Merge branch 'banner-ads'Harald Eilertsen2014-02-1612-11/+101
|\
| * Display published ads instead of active.Harald Eilertsen2014-02-161-3/+0
| | | | | | | | | | | | | | This means that ads will only be shown between their start-publishin date, and their end-publishing date. They will also only be shown on the pages where they are enabled. This allows different ads on different pages, or ads only on some pages, while others completely without ads.
| * Render banners from layout instead of modifying all views.Harald Eilertsen2014-02-163-2/+7
| |
| * Fix styling for bannersHarald Eilertsen2014-02-163-9/+11
| | | | | | | | | | - Put banners in center of container - Set minimum size of page and elements to make room for banners
| * Add refinery-banners engine.Harald Eilertsen2014-02-169-1/+87
| |
| * Install imagemagick in vagrant vm.Harald Eilertsen2014-02-161-1/+1
|/
* Show only posts not listed on the sides in the front page center panel.v1.0.0Harald Eilertsen2014-02-151-5/+5
|