Skip to content

Latest commit

 

History

History
184 lines (119 loc) · 5.78 KB

File metadata and controls

184 lines (119 loc) · 5.78 KB

Changelog

keep a changelog

All notable changes to this project will be documented in this file.

See keep a changelog for information about writing changes to this log.

  • PR-38
    • Update importers
    • Add example data
    • Add fixtures

[3.0.3] - 2025-07-29

  • PR-37 5050: Optimize db structure and indexes, Add progressbar to import jobs

3.0.2 - 2025-06-25

  • PR-35 4802: Handled non-existing fields.

3.0.1 - 2025-06-23

  • PR-34 4767: Fixed handling of context for new questions

3.0.0 - 2025-06-13

  • PR-33
    • Inlined actions
    • Cleaned up report views
  • PR-32 3644: Cleaned up template and controller
  • PR-31 Upgraded to Symfony 7.2
  • PR-30 Upgraded and cleaned up
  • Login and dashboard styling cleanup
  • Added github actions.
  • Added PHPStan.
  • Updated composer setup.
  • Update Symfony major version.
  • Update EasyAdmin major version.
  • Updated all packages to the newest version
  • User migration away form FOS user bundle to custom entity types.
  • Added user create/update CLI commands

2.1.0 - 2020-01-22

  • Merged #14 Upgraded symfony to 4.4.2.
  • Merged #13 Added import run entity to track import run success. Changed report fields that are imported after change in Anmeldelsesportalen.

2.0.0

  • Changed to group control.
  • Adds export of comments on answers instead of results.
  • Adds color option for each answer in export.

1.9.0

  • Added eDoc url to Report and System.

1.8.0

  • Switched to JSON feeds.

1.7.1

  • Added ignore to archived systems and reports in exports.

1.6.1

  • Changed export function.

1.6.0

  • Added excel export of all systems and reports.

1.5.4

  • Changed fos user bundle templates.
  • Fixed IE smiley styling.

1.5.3

  • Added system.sysStatus field.
  • Changed smileys.
  • Changed title of smileys to bootstrap tooltip.
  • Removed system.sysArchiving field.

1.5.2

  • Fixed id and link in system.

1.5.1

  • Fixed links in lists.

1.5.0

  • Fixed various report mappings.

1.4.2

  • Adjusted fields for report importing.
  • Fixed boolean types in system/report importing.

1.4.1

  • Update to symfony 4.1.3.

1.4.0

  • Added sub owner filter.
  • Added extraction of sub owner for sysOwner field.

1.3.2

  • Fixed issue with template override for EasyAdminExtensionBundle.

1.3.1

  • Fixed primary key constraint issue with migration.
  • Added scrollable to menu.

1.3.0

  • Changed from Hillrange/CKEditor to FOS/CKEditor.
  • Filtered out inactive systems.
  • Added Theme-Category.

1.2.2

  • Fixed issues with IE select.
  • Moved icons to root of public folder.

1.2.1

  • Updated bundles.

1.2.0

  • Added groups, to users, systems, reports.
  • Added group filter to lists.
  • Added responsible user to systems and reports.
  • Changed NULL values to display as empty instead of black square.
  • Added reports/systems dashboards.
  • Added script (itstyr:group:assign) to extract group from sysOwner for reports and systems.

1.1.0

  • Added themes, categories, questions, answers.

1.0.2

  • Added .htaccess file.

1.0.1

  • Added dotenv.
  • Added security-checker.

1.0.0

  • Initial version.
  • Reports and systems, with import scripts.
  • Adding notes to each system and report.
  • Adding general notes.
  • Basic user management.