aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Make fields readable in login screen.Harald Eilertsen2018-04-171-5/+0
|
* 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
|
* Split GalleryLink header into date, venue and bands.Harald Eilertsen2018-01-071-4/+6
|
* 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
|
* Just turn off display of page side body.Harald Eilertsen2018-01-061-2/+3
|
* 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
|
* Add styling for GalleryLinks.Harald Eilertsen2017-12-172-0/+10
|
* 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
|
* Add proper clearfix for frontendHarald Eilertsen2015-12-161-0/+12
|
* Fix some cosmetic issuesHarald Eilertsen2015-12-113-10/+14
|
* Upgrade to refinery 2.1.0Harald Eilertsen2015-11-141-4/+1
|
* 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
|
* Enable piwik tracking for analytics.Harald Eilertsen2014-12-071-0/+1
|
* Translate admin category form.Harald Eilertsen2014-03-021-3/+3
|
* Allow customization of number of sidebar items for each category.Harald Eilertsen2014-03-023-2/+7
|
* 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
|
* 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-163-0/+6
|
* Show only posts not listed on the sides in the front page center panel.v1.0.0Harald Eilertsen2014-02-151-5/+5
|
* Try to make sidebar items from blog look better too.Harald Eilertsen2014-02-071-0/+17
|
* Fix styling of contact form.Harald Eilertsen2014-02-071-2/+3
|
* Fix sidebar overflow issue.Harald Eilertsen2014-02-071-0/+1
| | | | | | | Ideally I would like to have the sidebars expand to show all their contents, but I have not found a way to make this look nice. They should also expand their container, so that the footer comes below the sidebars. For now this seems like an acceptable solution.
* Fix side body part on pages where there is no side body.Harald Eilertsen2014-02-072-1/+6
|
* Make sidebars nicer.Harald Eilertsen2014-02-064-4/+26
| | | | | - Module headings now go all the way out. - Side body content is included like a module only if not empty.
* Make footer on blog-posts index view a bit nicer.Harald Eilertsen2014-02-061-2/+8
|
* Darken module header background.Harald Eilertsen2014-02-061-0/+0
|
* Make header logo transparent.Harald Eilertsen2014-02-061-0/+0
|
* Refactor stylesheets and do a major overhaul of the styling.Harald Eilertsen2014-01-288-139/+249
|
* Style link-colors.Harald Eilertsen2014-01-281-0/+17
|
* Begin styling with a better color scheme.Harald Eilertsen2014-01-271-32/+81
|
* Update blog main views to not render body_content right.Harald Eilertsen2013-12-254-0/+57
|
* Move the side_body stuff to the right sidebar.Harald Eilertsen2013-12-253-8/+15
|
* Add tests for sidebar helper.Harald Eilertsen2013-12-251-1/+1
| | | | Also fixes DOM id of sidebar modules with spaces in their title.