Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add search powered by Qwant.com | Harald Eilertsen | 2019-05-26 | 3 | -0/+46 |
| | | | | | | | | | | | Why? Implementing our own search is quite involved if we want it to be any good. So outsourcing makes sense. Qwant is hosted in Europe (France,) and takes privacy seriously and doesn't track you. See https://help.qwant.com/help/overview/our-philosophy/ And https://help.qwant.com/help/overview/how-does-qwant-make-money/ For more information. | ||||
* | Drop ref to banners javascripts from app js file. | Harald Eilertsen | 2019-05-26 | 1 | -2/+0 |
| | |||||
* | Fetch published banners for pages. | Harald Eilertsen | 2019-05-25 | 1 | -0/+5 |
| | |||||
* | Merge branch 'fix-banners' into dev | Harald Eilertsen | 2019-05-12 | 1 | -0/+2 |
|\ | |||||
| * | Include banners/*.js in application.js. | Harald Eilertsen | 2018-11-30 | 1 | -0/+2 |
| | | | | | | | | Attempt to fix issue with the js files not being precompiled in production. | ||||
* | | Make sure images don't overflow sidebars. | Harald Eilertsen | 2019-05-11 | 1 | -0/+4 |
| | | |||||
* | | Move towards flexbox layout. | Harald Eilertsen | 2019-05-01 | 7 | -29/+31 |
|/ | | | | | | | | | Main page and header now use flexbox instead of not quite working floats and position relative/absolute. This really simplifies things. Perhaps we'll even be able to make a mobile friendly site some day. Various other cosmetic tweaks have snuch in too. The page now has a max size of about 25cm, and some other minor tweaks. | ||||
* | Precompile assets and check them into vc.deploy-20180902 | Harald Eilertsen | 2018-09-02 | 5 | -55/+55 |
| | | | | | | Since we disabled asset compilation in production, we need to precompile them on the development machine. We check the precompiled assets into version control so the will be deployed with the updated code. | ||||
* | Use dashed asset helpers in stylesheets. | Harald Eilertsen | 2018-09-02 | 5 | -55/+55 |
| | |||||
* | Fix date display in blog posts. | Harald Eilertsen | 2018-09-01 | 1 | -0/+3 |
| | |||||
* | Drop IE6 check from layout. | Harald Eilertsen | 2018-08-27 | 1 | -1/+0 |
| | |||||
* | Add license header to files. | Harald Eilertsen | 2018-06-17 | 29 | -6/+450 |
| | |||||
* | Make fields readable in login screen. | Harald Eilertsen | 2018-04-17 | 1 | -5/+0 |
| | |||||
* | Revert "Drop Sjefen-melder section." | Harald Eilertsen | 2018-01-13 | 1 | -0/+6 |
| | | | | This reverts commit 9859504bb8a1dd94dbd2eb33984c00d11041d2e1. | ||||
* | Revert "Disable most of right sidebar..." | Harald Eilertsen | 2018-01-13 | 1 | -2/+2 |
| | | | | This reverts commit 8a5db8a2844d9356a87f95cf7d784c8faf7f592d. | ||||
* | Disable most of right sidebar... | Harald Eilertsen | 2018-01-13 | 1 | -2/+2 |
| | |||||
* | Drop Sjefen-melder section. | Harald Eilertsen | 2018-01-13 | 1 | -6/+0 |
| | |||||
* | Split GalleryLink header into date, venue and bands. | Harald Eilertsen | 2018-01-07 | 1 | -4/+6 |
| | |||||
* | Drop margin around image in gallery_links. | Harald Eilertsen | 2018-01-07 | 1 | -0/+3 |
| | |||||
* | Set width of gallery_link to same as image. | Harald Eilertsen | 2018-01-07 | 1 | -2/+5 |
| | |||||
* | Add spacing between rows in the gallery_links index. | Harald Eilertsen | 2018-01-06 | 1 | -1/+8 |
| | |||||
* | Just turn off display of page side body. | Harald Eilertsen | 2018-01-06 | 1 | -2/+3 |
| | |||||
* | use relative URLs for page parts in layout. | Harald Eilertsen | 2017-12-30 | 1 | -6/+6 |
| | |||||
* | Make the sidebar processing more robust when there's nothing to show. | Harald Eilertsen | 2017-12-30 | 1 | -1/+1 |
| | |||||
* | Add styling for GalleryLinks. | Harald Eilertsen | 2017-12-17 | 2 | -0/+10 |
| | |||||
* | Fixup page header. | Harald Eilertsen | 2017-12-16 | 2 | -5/+14 |
| | | | | Changes menu bckground and font size, and adds a bit of space below header. | ||||
* | Add logo + link to merch store. | Harald Eilertsen | 2017-12-16 | 3 | -7/+24 |
| | |||||
* | Add proper clearfix for frontend | Harald Eilertsen | 2015-12-16 | 1 | -0/+12 |
| | |||||
* | Fix some cosmetic issues | Harald Eilertsen | 2015-12-11 | 3 | -10/+14 |
| | |||||
* | Upgrade to refinery 2.1.0 | Harald Eilertsen | 2015-11-14 | 1 | -4/+1 |
| | |||||
* | Don't underline links, and fix some cosmetics. | Harald Eilertsen | 2014-12-13 | 2 | -5/+7 |
| | |||||
* | Limit number of tags show on blog post pages too. | Harald Eilertsen | 2014-12-13 | 1 | -7/+7 |
| | |||||
* | Display most popular tags if no recent tags. | Harald Eilertsen | 2014-12-12 | 1 | -0/+4 |
| | |||||
* | Limit the number of tags we show. | Harald Eilertsen | 2014-12-12 | 1 | -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 Eilertsen | 2014-12-12 | 1 | -0/+3 |
| | | | | Fix for issue #51. | ||||
* | Be explicit about which stylesheets to include in application.css. | Harald Eilertsen | 2014-12-12 | 1 | -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 Eilertsen | 2014-12-12 | 1 | -1/+0 |
| | | | | | Setting the foreground color and not the background results in unreadable text in some setups. | ||||
* | Override backend styling. | Harald Eilertsen | 2014-12-12 | 1 | -0/+1597 |
| | |||||
* | Enable piwik tracking for analytics. | Harald Eilertsen | 2014-12-07 | 1 | -0/+1 |
| | |||||
* | Translate admin category form. | Harald Eilertsen | 2014-03-02 | 1 | -3/+3 |
| | |||||
* | Allow customization of number of sidebar items for each category. | Harald Eilertsen | 2014-03-02 | 3 | -2/+7 |
| | |||||
* | Sidebar modules interleaved, clearfix them. | Harald Eilertsen | 2014-02-17 | 1 | -1/+1 |
| | |||||
* | Open banner targets in a new window/tab. | Harald Eilertsen | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Display published ads instead of active. | Harald Eilertsen | 2014-02-16 | 1 | -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 Eilertsen | 2014-02-16 | 3 | -2/+7 |
| | |||||
* | Fix styling for banners | Harald Eilertsen | 2014-02-16 | 3 | -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 Eilertsen | 2014-02-16 | 3 | -0/+6 |
| | |||||
* | Show only posts not listed on the sides in the front page center panel.v1.0.0 | Harald Eilertsen | 2014-02-15 | 1 | -5/+5 |
| | |||||
* | Try to make sidebar items from blog look better too. | Harald Eilertsen | 2014-02-07 | 1 | -0/+17 |
| | |||||
* | Fix styling of contact form. | Harald Eilertsen | 2014-02-07 | 1 | -2/+3 |
| |