- new(api): use new production API url
- TODO!
- chore(*): decrease bundle file size
- new(*): show events in the search results, map and EntryDetails (not possible to add events yet)
- a lot of style improvements: Rubik font, clearer margins, nicer Textfields in EntryForm
- miscellaneous refactoring
- new(SearchBar): add loading spinner to indicate that it's currently searching
- new(EntryDetails): show date of last entry change and version number
- new(Ratings): show URL-like strings in ratings as links
- new(EntryDetails): add a report-this-entry-by-email-link
- new(EntryDetails): show a routing-planner-link
- new(EntryDetails): show phone numbers as links
- refactor(styling): move completely from stylus to styled-components
- new(Sidebar): introduce swipe to close sidebar again
- fix(webpack): remove noParse which produced a bug in production
- new(EntryForm): autocomplete for tag field, showing existing tags
- new(EntryDetails): click on tags starts a tag search
- fix(Ratings): swap color of solidarity and transparency to adjust to the documentation
- style(Sidebar): make scrollbar look better (simpler)
- new(Map): use a different tileserver
- new(Ratings): show tooltips when hovering over flower
- new(Map): show tooltips when hovering over map markers
- new(EntryDetails): shorten homepage-links that are too long for the sidebar
- new(LandingPage): add privacy statement
- new(EntryDetails): show Positivfaktoren-pin for each rating-category
- new(Businesscard-Widget): remove entry-image in businesscard-widget
- new(index.html): add Facebook Open Graph tags to show kvm-logo whenever the site is shared on Facebook
- new(Favicon): change Favicon (3 pins and better resolution)
- new(EntryForm): allow URLs without 'http' and 'www' (added in openfairdb), and hide 'https://www' in EntryDetails
- new(EntryDetails): use 400x300 as suggested image format
- new(EntryDetails): add optional image to entry pages
- refactor(*): transfer part of App.js into Sidebar.js
- refactor(*): turn App.coffee into JavaScript
- new(i18n): make English the default fallback language (if browser language is not German)
- fix(styling): fix appearance of locate-button
- new(notification): replace redux-flash-notification with reapop as the former is not maintained anymore
- new(LandingPage): add 'Stadt Mannheim' as partner
- fix(IE-bug): fix bug with IE10 and lower which can't access window.location.origin
- fix(ConfirmEmail): send u_id to confirm-email API call
- fix(i18n): fix some i18n-keys
- refactor(sidebar): move all navigation buttons from App.coffee to the corresponding components
- styling(EntryDetails): move back- and edit-button up to make them more visible
- new(EntryForm): replace whitespace by comma when entering tags (instead of hyphen)
- new(Map): shade out unselected pins
- new(ResultList): only show up to 5 city results in order to make search results below more visible
- fix(*): fix bugs in SubscribeToBbox, EntryDetails, ResultList some of which have to do with values that could be null
- fix(Login): don't use user_id anywhere, only username (adapt to OFDB API change)
- fix(rating): correct rating labels
- fix(widgets): fix bugs in widgets introduced by i18n v0.1.22
- fix(modal): fix bug that prevented modal to show
- fix(locate-button): put locate-button behind left sidebar on mobile, use leaflets css class for locate-button, don't show locate button in map-widget
- fix(i18n): some small fixes where i18n has been forgotten, use 'von übermorgen' again instead of 'visionär'
- new(LandingPage): add Linus to Team
- i18n: internationalize the app and provide translations for german and english
- OSM: prepare for openfairdb with entries from OpenStreetMap:
- changed search API to include location of each entry in the results
- show entries that don't have a category yet (don't filter these out on default, only when clicking on filters)
- new(map): replace pins of entries with rating <= 0 by circles (necessary as we get lots of entries by OSM)
- new(map): show pins while adding or editing an entry
- new(map): move locate button on the map, away from the searchbar
- new(timedActions): use timeout for search (don't continuously search when zooming, moving the map, or typing very fast)
- new(ratingForm): add more info text in rating form
- new(landingPage): change the content of landing page pages, and rearrange them to 'about us', 'contact', 'donate'
- new(landingPage): change team descriptions and add/remove team members
- fix(IE): use use babel-polyfill to fix IE11 bug
- edit(LandingPage): change team and partners in landing page
- new(prototype): show 'prototype'-banner when packing with 'npm run pack-prototype'
- new(EntryForm): show either CC0 or ODBL license (OSM)
- new(EntryForm): when saving entry use ODBL license for OSM entries and CC0 otherwise (OSM)
- fix(citySearch): fix citySearch as the osmnames API changed, use tilehosting API with API key
- new(citySearch): show error when citySearch results in an error, show when citySearch doesn't return any results
- fix(styling): fix height of sidebar (bug was introduced by e96e902)
- fix(Accounts): fix bug confirmEmail routing
- fix(Ratings): put Positivfaktoren in correct order
- fix(Actions): remove dependency of server actions to client actions
- new(SearchBar): show searchbar only when in search-result mode
- new(EntryForm): zoom in when finding address
- new(EntryForm): mark contacts-field and zip code as optional to make adding entries simpler
- new(mobile): make the app responsive
- refactor(routing): refactor routing to prevent loops; move logic to react to url changes to url reducer and other reducers via UPDATE_STATE_FROM_URL action
- refactor(Actions): split actions into client and server actions
- fix(zoom): fix a bug with zooming that came from the routing chaos
- new(zoom): make continuous zoom work (especially on mobile devices important for pinch zoom)
- new(*): open external links in new tab (especially relevant for widgets)
- new(businesscard-widget): add businesscard-widget that only shows EntryDetails
- new(map-widget): add map-widget that only shows the map
- refactor(styling): make EntryDetails, Ratings, Flower and Map styled-components (inline style instead of css) so they are modular, reusable components
- fix(search): use all tags for search
- new(navigation): remove "Eintrag hinzufügen" navigation
- new(Infos): turn the "Workshops" page into a general "Info" page
- new(mobile): add button to hide left sidebar
- new(EntryForm): don't add "-" when user adds whitespaces between tags in EntryForm
- fix(login): fix encoding of confirmation email (sometimes it showed as an empty email)
- fix(zoom): don't close form when editing entry and then zooming
- new(ratings): change order of fields in rating form, change "visionär" to "von übermorgen"
- new(*): put the cancel button always to the left and saving etc always to the right
- new(entryForm): increase max. title length to 50 chars
- fix(LandingPage): make enter key work in city search bar
- new(EntryDetails): set zoom to a certain level when showing an entry
- new(rating): show explanation for rating contexts when hovering over them
- new(rating): replace drop downs by radio buttons
- new(subscribeToBbox): add possibility for logged in user to subscribe to changes in an area of the map -> send notification emails
- new(login): make deleting account possible (mostly for debugging)
- new(login): send email to confirm email address
- new(login): user registration, login, logout
- new(search): show only the 50 best rated entries in search and pins
- new(landingPage): make an overview of Germany the initial default view
- new(rating): added optional sources field to rating form
- new(routing): route also by search string and tags
- fix(routing): fixed several issues with routing
- refactor(routing): put routing into url reducer
- new(search): show loading message when loading entries
- fix(search): ignore search when ending with '#', wait for hashtag first
- fix(entryForm): make finding address work again
- fix(entryForm): remove 'events' category for now because it produces an error 'react is undefined'
- chore(*): support es2017
- new(routing): routing by center, zoom and entry
- new(routing): change URL when interacting with the website; make all updates to center, zoom and entry via the URL
- new(city-search): use Overpass API instead of Nominatim API for searching cities
- chore(*): update to webpack 2
- fix(new entry): convert latitude and longitude to float when entering a manual address
- new(routing): add routing functionality (#107)
- new(routing): go to location by url with
map-center
key - new(routing): go to entry page by url with
entry
key (#164)
- new(SearchBar): add hint for tag searching
- refactor(imprint): migrate to ES6
- fix(*): add missing Flower component
- fix(rating): change "Vielfältigkeit" to "Natürlichkeit"
- fix(rating): send rating value as integer
- new(results): show rating flower
- fix(rating): allow comments with up to 500 chars
- new(ratings): add basic rating form
- new(entry): show ratings
- refactor(map): migrate to ES6
- refactor(map): migrate to leaflet 1.0
- refactor(*): get rid of
updeep
- fix(entryForm): handle tag array correctly (#193)
- fix(entryForm): do not normalize url
- refacotr(specs): migrate to ES6
- new(resultList): show tags
- fix(entryForm): show correct placeholder (#191)
- new(entry): basic tag support (#179)
- fix(search): toggle category filter (#190)
- refactor(*): start migrating CoffeeScript to ES6 (#143)
- refactor(entryForm): upgrade redux-form 4.x -> 6.x (#188)
- new(landingpage): tutorial images
- new(entryForm): normalize homepage field
(add
http://
if no protocol was specified) - new(entryForm): naive URL validation (full validation is done on the server)
- fix(landingpage): text & typos
- new(gui): use museo font
- new(landigpage): content update
- new(action): add licence property
- refactor(react): use
v15.1.0
- new(gui): add new landing page (#101)
- new(gui): show success message
- new(entryForm): show message on failure in top of entry form additionally
- new(entry form): improve scrolling / layout
- new(landingpage): menu / subpages moved into landingpage
- refactor(resultlist): increase width (#132)
- new(SearchBar): show entries by default (#148)
- fix(css): font-awesome font (#105)
- fix(map): #106
- fix(css): replace flexbox layout with float layout
- fix(entryForm): update redux-form to solve saving issues with IE (#12)
- refactor(validation): allow 250 characters for descriptions (#130)
- fix(html): use correct htmlWebpackPlugin template syntax
- new(webapi): use secure connection
- new(webapi): use secure nominatim connection (#113)
- new(entryForm): set marker automatically if address is given (#87)
- new(entryForm): set address automatically if marker is given (#87)
- fix(entryForm): don't reload page on submit (#124)
First public prototype