aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add License, AGPL-3Harald Eilertsen2018-06-171-0/+660
|
* Update readme, new repo location and dev mailing list.Harald Eilertsen2018-06-171-1/+5
|
* Update readme, create admin on first login.Harald Eilertsen2018-06-171-1/+1
|
* Make fields readable in login screen.Harald Eilertsen2018-04-171-5/+0
|
* Don't install docs for bundler in setup script.Harald Eilertsen2018-04-171-1/+1
|
* Temporarily revert back to cookie based sessions.Harald Eilertsen2018-04-171-5/+5
| | | | | This also reverts the patch making data and session_id mass assignable in the session database table. It had no effect.
* Try to fix session mess by making data and session_id mass assignable.Harald Eilertsen2018-04-161-0/+5
|
* Upgrade rails to 3.2.22.5Harald Eilertsen2018-04-161-31/+31
|
* Fix generate piwik.ymlHarald Eilertsen2018-04-151-1/+1
| | | | Key for environment must be a string, not a symbol.
* Add .env file to initialize rbenv before app start.Harald Eilertsen2018-04-151-0/+2
|
* Deploy script fixesHarald Eilertsen2018-04-151-2/+4
| | | | | | - Create binstubs for app binaries - Link in puma config and app binaries on deploy - Assume rbenv is in path when deploying
* TypoHarald Eilertsen2018-04-141-1/+1
|
* 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.