Skip to content

Releases: apiqcms/kms

APIQ CMS v1.2.1

23 Mar 09:22
Compare
Choose a tag to compare
  • [fixed] fix comment in css that brakes precompilation
  • [fixed] fix TemplateProcessor - if no src or href attributes
  • [fixed] fix crashing on incorrect encoding Asset upload

APIQ CMS v1.2.0

09 Feb 12:45
Compare
Choose a tag to compare
  • [added] added zh-CN locale files
  • [added] add Emmet support to CodeMirror editors - closes #30
  • [added] syntax highlight for Liquor
  • [fixed] fix icon for active sidebar item
  • [fixed] use current locale for CKEditor - closes #29
  • [fixed] strict pg gem version because 1.0.0 is not supported yet by Rails
  • [changed] much better validation errors displaying

APIQ CMS v1.1.0

30 Nov 15:48
Compare
Choose a tag to compare
  • [fixed] fix according to guide from devise
  • [changed] change initializing template manager in before_initialize block
  • [changed] update carrierwave dependency
  • [fixed] Snippet should not be templatable as well
  • [added] ability to edit/update users by admin - closes #24
  • [added] add Ctrl-S hotkey for updating Templates, Pages, Snippets or Assets - closes #25
  • [changed] display errors on failed assets uploads
  • [added] add active state to sidebar menu items
  • [changed] upgrade Angular to 1.6 - closes #22

Glyphicon font paths fix

05 Aug 13:40
Compare
Choose a tag to compare
  • [fixed] initializing page parent_id should not happen on edit
  • [fixed] fix paths to glyphicon font

APIQ CMS v1.0

28 Jul 11:24
Compare
Choose a tag to compare
  • [changed] remove bunch of dependencies - less-rails, bower-rails and therubyracer
  • [changed] updated gems dependencies
  • [changed] updated Rails dependency (supporting Rails 5.1)
  • [changed] update angular-ui-select
  • [fixed] fix pages drag'n'drop issue allowing any other page to look like root page
  • [fixed] Fix incorrect layout when model name is too long
  • [added] some good looking blank slate screens
  • [added] Show snippet slug/identifier in snippets table
  • [changed] remove KMS mentions, a bit of translations additions + logo
  • [added] Smart template creation
  • [added] better specs coverage
  • [added] ability to add custom 404 page as regular page with 404 slug
  • [added] add TransliterationService and auto slug generation on page title typing
  • [changed] refactored SearchService
  • [changed] update flow.js and ng-flow
  • [changed] better UX for assets uploading
  • [added] allow to update non-js and non-css files as well
  • [changed] increase CodeMirror font size
  • [added] enable 3 CodeMirror addons for Templates, Pages, Snippets and Assets - active-line, matchbrackets and autoCloseBrackets

Amazon S3 for assets storage

25 May 07:38
Compare
Choose a tag to compare
  • [changed] extract set_position method to concern - used in kms as well as in some extensions
  • [added] add FunctionsRegistry service - for extending with Liquor functions
  • [changed] remove special edit button for pages, make page title clickable
  • [changed] make navigating to edit templates, snippets and assets simpler - just by clicking on names
  • [added] add ability to setup Amazon S3 for assets storage
  • [fixed] fix pages ordering issue - remove unnecessary request to pages - closes #14
  • [added] add more help - about scopes/collection methods
  • [changed] Angular 1.4 to 1.5 migration + angular-ui-tree update

Angular update from 1.3 to 1.4

01 Mar 14:42
Compare
Choose a tag to compare
  • [changed] update angular (angular-cookies, angular-sanitize) from 1.3 to 1.4
  • [fixed] fix translations - remove   + fix setting page parent_id on frontend
  • [fixed] put settings form in each tab pane for correct display
  • [fixed] more Rails 5 friendly (removing deprecation messages) + add views for password reset

new UI for Assets managing

29 Dec 13:33
Compare
Choose a tag to compare
  • [fixed] set default value for Kms::Settings values field + some translations
  • [fixed] set correct carrierwave dependency
  • [changed] new UI for Assets managing - split into tabs
  • [added] add "save and continue" button for Snippets

Rails 5 support

18 Nov 07:59
Compare
Choose a tag to compare
  • [changed] Rails 5 support

Rails 4.2+, Sprockets 3 support

12 Sep 14:36
Compare
Choose a tag to compare
  • [changed] updated angular-rails-templates gem and now Kms works with Sprockets 3 (Rails 4.2+)
  • [changed] better page titles in admin section - issue #5