Skip to content

v1.7.0 - Public Contents

Latest
Compare
Choose a tag to compare
@stefanocudini stefanocudini released this 12 Jan 00:21
· 36 commits to master since this release
  • show contents for not logged users can be enabled by settings.route.publicRoutes
  • core new module K.queries, to prefilter every queries before show result by settings.json
  • core move K.settings.queries in K.settings.public.queries
  • core Plugin templates placeholder show support function value
  • core Place schema is a valid geojson format
  • core node config directory to moved configurations
  • core renamed K.settings.public.router.enterRoute in .loginRoute
  • core rename root route in K.settings.public.router.mainRoute
  • core add new sets K.settings.public.router.mainRoute that replace 'root' route
  • core new file /config/settings.js to configure modules from settings.json
  • core new method K.Map.cleanItems()
  • core new K.settings.public.map.layerPlaces.clusterOpts
  • core new method K.Util.sets()
  • core query K.findPlacesByBBox() support additional query parameter
  • core new K.Map.query() introduce query param to filter map markers(client)
  • core K.Map.showLoc() support zoom level
  • core K.Map.setOpts() change state
  • core param label in K.Map.addGeojson() show control swich
  • core-ui helper routeIs support array
  • core-ui simplify helper settings now is also object
  • core-ui fix panel close href
  • core-ui new placehoder panelPlaces/panelUsers and split templates
  • core-ui new control K.Map.controls.switch to show Map queries and other options
  • core-ui new options K.settings.public.map.query to filter map contents
  • core-ui new default template footer_ui_lang select lang from not logged users
  • lib add meteor reactive-dict
  • plugin osm updatePlaceByOsmId
  • plugin osm new helper osmEditUrlById
  • plugin edit edit loc by coordinates
  • plugin edit fullscreen for edit map
  • plugin edit highlight marker place on editing
  • plugin edit new addbutton control
  • plugin edit new template panelPlaceEdit_edit_creation
  • plugin categories new template panelPlaceEdit_cats_all
  • plugin categories new admin method updateCatsCountsByType
  • plugin admin use new settings by function
  • plugin admin editing of raw data place
  • plugin theme fix css marker-place icons
  • plugin stats findStatsPlacesByField support array values
  • plugin pois support settings.public.pois.typesByTags disabled
  • plugin tracks support settings.public.tracks.typesByTags disabled
  • plugin tracks fix osm query
  • plugin tracks new route to open single track by id
  • plugin admin new panel admin methods
  • plugin import new placeholder panelImport
  • plugin new method osm findOsmByQuery