aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Drop margin around image in gallery_links.Harald Eilertsen2018-01-071-0/+3
| |
| * Set width of gallery_link to same as image.Harald Eilertsen2018-01-071-2/+5
| |
| * Add spacing between rows in the gallery_links index.Harald Eilertsen2018-01-061-1/+8
| |
| * Add dependency to test-unit v 3.0Harald Eilertsen2018-01-062-0/+6
| |
| * Just turn off display of page side body.Harald Eilertsen2018-01-061-2/+3
| |
| * Typo 'asserts' => 'assets', old habits die hard.Harald Eilertsen2018-01-061-1/+1
| |
| * Consider relative root when matching gallery_links url to page.Harald Eilertsen2018-01-061-1/+4
| |
| * Allways pick up relative url for asset prefix.Harald Eilertsen2018-01-062-2/+2
| |
| * Set prefix for assets in prodtest.Harald Eilertsen2018-01-061-0/+2
| |
| * Use stage name to configure piwik.Harald Eilertsen2017-12-311-1/+1
| |
| * use relative URLs for page parts in layout.Harald Eilertsen2017-12-301-6/+6
| |
| * Make the sidebar processing more robust when there's nothing to show.Harald Eilertsen2017-12-301-1/+1
| |
| * vagrant: Install dependency nodejs.Harald Eilertsen2017-12-261-1/+1
| |
| * Add configs for stagingtest and prodtest environments.Harald Eilertsen2017-12-262-0/+136
| |
| * Capistrano task for cold deploys.Harald Eilertsen2017-12-261-0/+42
| | | | | | | | | | | | | | | | | | Run this for first time deploy (after setting up the database.) It loads the checked in schema instead of running through all the migrations to rebuild the database schema. The task will be skipped if the database schema already exists, and let the migrations run as normally.
| * Capistrano task for uploading puma config.Harald Eilertsen2017-12-262-0/+136
| |
| * Upgrade capistrano to version 3.10.1Harald Eilertsen2017-12-263-6/+10
| |
| * Mount Refinery under suburl if specified in environment.Harald Eilertsen2017-12-261-1/+1
| | | | | | | | | | This is to make sure all generated url's within the application uses the correct base URL.
| * Go back to release version of capistrano-postgresql gem again.Harald Eilertsen2017-12-262-10/+4
| |
| * Use custom version of capistrano-postgresql.Harald Eilertsen2017-12-182-8/+16
| | | | | | | | Needed to overcome bugs with the latest released gem.
| * Add styling for GalleryLinks.Harald Eilertsen2017-12-172-0/+10
| |
| * Exclude public/system from syncing from host to vagrant box.Harald Eilertsen2017-12-171-1/+1
| | | | | | | | This overwrites uploaded images etc in the box.
| * Add imagemagick-nox11 to vagrant box for image processing.Harald Eilertsen2017-12-171-1/+1
| |
| * GalleryLinks: Fix image uploadHarald Eilertsen2017-12-172-1/+8
| |
| * GalleryLinks: Update index view.Harald Eilertsen2017-12-1711-6/+62
| |
| * GalleryLinks: Fix norwegian translations.Harald Eilertsen2017-12-171-15/+15
| |
| * Don't copy database files from host systemt to vagrant box.Harald Eilertsen2017-12-171-1/+1
| |
| * Install GalleryLinks extension into main app.Harald Eilertsen2017-12-174-1/+53
| |
| * Add authors to GalleryLinks gemspec.Harald Eilertsen2017-12-171-0/+2
| |
| * New extension GalleryLinksHarald Eilertsen2017-12-1744-0/+976
| |
* | Add node to vagrant box.Harald Eilertsen2017-12-161-1/+1
|/ | | | Required dependency for coffee-script, uglifier and others.
* Merge branch 'permanent-merch-link'Harald Eilertsen2017-12-166-29/+46
|\
| * Update uglifier and it's dependencies.Harald Eilertsen2017-12-161-5/+4
| |
| * Go back to release version of capistrano-postgresql.Harald Eilertsen2017-12-162-12/+4
| | | | | | | | Our changes for running without sudo has been upstreamed.
| * Fixup page header.Harald Eilertsen2017-12-162-5/+14
| | | | | | | | Changes menu bckground and font size, and adds a bit of space below header.
| * Add logo + link to merch store.Harald Eilertsen2017-12-163-7/+24
| |
* | Merge branch 'reboot-vagrant'Harald Eilertsen2017-12-166-48/+83
|\|
| * Update readme for vagrant based setup.Harald Eilertsen2017-12-111-24/+59
| |
| * vagrant: Forward local port 3000 to the vagrant box.Harald Eilertsen2017-12-101-1/+1
| |
| * vagrant: Install sqlite3, drop nginx.Harald Eilertsen2017-12-101-2/+1
| | | | | | | | | | We have sqlite3 as a development dependency for some reason. Don't really need nginx for the dev setup.
| * Update version of capistrano-postgresql used.Harald Eilertsen2017-12-102-10/+11
| | | | | | | | | | Not all that important for the vagrant stuff, but since the upstream references had changed, it choked on the gt fetch.
| * Exclude vendor/bundle from version control.Harald Eilertsen2017-12-091-0/+1
| |
| * Setup rsynced folder mirroring the source dir into the vagrant box.Harald Eilertsen2017-12-041-0/+2
| |
| * The vagrant box needs git.Harald Eilertsen2017-12-041-1/+1
| |
| * Reboot vagrant integration.Harald Eilertsen2017-12-042-14/+11
|/ | | | | Use FreeBSD 10.3, and a setup more similar to what we have on the production server. Just installing basic dependensies for now.
* Update locked gems.Harald Eilertsen2017-07-071-8/+3
|
* Drop rvm deps and replace passenger with puma.Harald Eilertsen2017-07-072-5/+3
|
* Add simple year review script.Harald Eilertsen2015-12-281-0/+18
|
* Update refinerycms-blog and -acts-as-indexed to stable branch heads.Harald Eilertsen2015-12-242-14/+25
| | | | This fixes problem with searching in the backend.
* Update capistrano-passenger, and add to Capfile.Harald Eilertsen2015-12-222-4/+3
| | | | | The new capistrano-passenger module has better support for restarting the app, and integrates better with RVM.