- Rails application template
- Bugfixes
- Completely redesigned UI
- Temporarily removed visualization graph
Needs to be revisited in the near future - Bugfixes
- Rankable (weighted) relations
- Counting concept members in collection hierarchy view
- Improved heroku support
- Bugfixes
Please note that this is the last tiny release before we hit 4.0.0.
- Refactored origin (URI slug) generation
Now supports custom filters to extend generation logic. See more: https://github.com/innoq/iqvoc/blob/master/lib/iqvoc/origin.rb - Bugfixes
- Top concepts
From now on the hierarchical concept view only lists concepts marked as "top term". This also includes a default concept scheme and support for top concepts in RDF views. - Configurable navigation
UseIqvoc.navigation_items
to inject additional navigation items. - Bugfixes
- Bugfixes
- Instance configuration
You are now able to provide configuration for certain settings in the browser.
- Rails 3.2
- Bugfixes
- Import SKOS files via the web frontend
- Bugfixes
- Several asset pipeline related fixes
- Largely simplified heroku setup
- Improvements to engine mode
Detailed commit log: https://github.com/innoq/iqvoc/compare/v3.3.0...v3.3.3
- Rails 3.1
- Asset pipeline
Detailed instructions on how to use iQvoc as a Rails Engine (including the asset pipeline).
This is a big update. Detailed commit log: https://github.com/innoq/iqvoc/compare/v3.2.6...v3.3.0
- Small fixes
- Last tiny version before upgrading iQvoc to from Rails 3.0 to 3.1
- Various bugfixes
- Added search functionality for collections
- Filter search results for concepts and/or collections
- IE fixes
- Various bugfixes
- Ruby 1.9.3
Detailed commit log: https://github.com/innoq/iqvoc/compare/v3.2.3...v3.2.4
- Minor bugfixes
- Rails 3.0.10
- Various bugfixes
- Improved unicode character handling in SKOS importer
- iQvoc is now built on Travis CI (http://www.travis-ci.org)
- Rails 3.0.9
- Various bugfixes
- Improved IE7 compatibility
- Optimized eager loading throughout the system
- Added dashboard pagination
- Removed default secret token (see README for details)
- Improved visualization
- Replaced will_paginate with kaminari
- Automatic changeNotes now produce dct:creator statements (instead of umt:editor)
- Complete review of all controllers, models, helpers, tests and views
- Extensive refactoring
- Numerous bugfixes
- New feature: now showing a visualization of concept relations on a concept page
- Improved performance of full rdf export
- Bugfixes
For a complete list of changes see https://github.com/innoq/iqvoc/compare/v3.1.2...v3.1.3
- Fixed search not respecting a set collection filter
- Added support for a none-language (nil) PrefLabel main language setting
- Replaced existing auto-completion widget with a more sane approach
- Several bugfixes
For a complete list of changes see https://github.com/innoq/iqvoc/compare/v3.1.1...v3.1.2
- Fixed regression preventing relations from being saved during concept creation
- Minor UI tweaks (fonts, buttons, semantic markup etc.)
- Various bugfixes and internal refactoring
For a complete list of changes see https://github.com/innoq/iqvoc/compare/v3.1.0...v3.1.1
- Extended multilanguage support. You can now translate concept PrefLabels by switching the main language in the new control bar. It's also possible to translate secondary concept relations by switching the secondary language.
- Several UI tweaks: styleable buttons, 2-column layout for concept templates and more.
- Bugfixes
For a complete list of changes see https://github.com/innoq/iqvoc/compare/v3.0.0...v3.1.0
iQvoc has undergone major refactorings and architecture changes. It is now Open Source and publicly available.
Features
- iQvoc is now Rails 3 compatible. For a full list of fixes see the according commits