aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use capistrano-rbenv to ensure proper ruby versioning.Harald Eilertsen2018-04-141-1/+5
|
* Commit deploy-configs to scm.Harald Eilertsen2018-04-024-2/+43
|
* Commit ruby-version to scm.Harald Eilertsen2018-04-022-1/+1
|
* Use capistrano/rbenv to ensure we have the right ruby.Harald Eilertsen2018-04-012-1/+2
|
* Fix bootstrapping vagrant environment.Harald Eilertsen2018-04-013-3/+12
| | | | | | | - just start postgresql instead of restarting everything after install. - update setup script to install required ruby version and deps if not installed. - seed database when running the dev:setup rake task.
* Upgrade Vagrant setup for FreeBSD 10.4, and bring back rbenv.Harald Eilertsen2018-03-312-2/+4
|
* Explicitly set year range when creating new gallery links.Harald Eilertsen2018-01-131-1/+1
|
* Revert "Drop Sjefen-melder section."Harald Eilertsen2018-01-131-0/+6
| | | | This reverts commit 9859504bb8a1dd94dbd2eb33984c00d11041d2e1.
* Revert "Disable most of right sidebar..."Harald Eilertsen2018-01-131-2/+2
| | | | This reverts commit 8a5db8a2844d9356a87f95cf7d784c8faf7f592d.
* Disable most of right sidebar...Harald Eilertsen2018-01-131-2/+2
|
* Drop Sjefen-melder section.Harald Eilertsen2018-01-131-6/+0
|
* Merge branch 'gallery-links'Harald Eilertsen2018-01-1366-26/+1578
|\
| * Handle non-matching GalleryLink entries inmigration.Harald Eilertsen2018-01-072-6/+18
| |
| * Fix default date for GalleryLinks migration.Harald Eilertsen2018-01-072-4/+4
| |
| * Specify rake version for GalleryLinks so it works to make the test app.Harald Eilertsen2018-01-072-0/+2
| |
| * Split GalleryLink header into date, venue and bands.Harald Eilertsen2018-01-076-10/+100
| |
| * 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.