Skip to content

Releases: Volmarg/personal-management-system

Version 2.0.0

01 May 10:19
Compare
Choose a tag to compare

This version is a complete rework of frontend.

Goal is that 2.0.x versions do not contain any database changes, so it should be very easy to migrate from latest 1.x to 2.0.x

For details see:

Version 1.4.65

18 Aug 07:44
Compare
Choose a tag to compare

Fix

  • flex breaking setup

Other

  • remove google composer packages (breaking setup for some ppl)

Version 1.4.64

30 Sep 14:34
Compare
Choose a tag to compare

Adjustments/Changes

  • Added message title prefix for schedule transferred to NPL,
  • Bootstrap selects are searchable,
  • Added new form type for password preview a password generate,
  • Resources check command: add param for parth and danger mb level

Fixes

  • CronTransferSchedulesToNotifier was crashing,
  • Could not transfer notes without body to pms-io,
  • Nulled fields crashing transfer to pms-io,
  • Prod log not logging everything that is necessary,
  • ScheduleReminder processed status get reseted on updating,
  • Notes crashing when editing existing note,

Version 1.4.63

26 Aug 12:32
Compare
Choose a tag to compare

Changes:

  • Bills entries are now editable,
  • Extended linear charts - showing more information,

Fixes:

  • Removal of deprecated package webpack-encore-pack,
  • missing label in savings chart,
  • could not save ModuleData entity on front,

Version 1.4.62

02 Aug 14:53
Compare
Choose a tag to compare

Fixes

  • could not enter upload settings,
  • xss in Issues module,
  • upload and actions related to upload based modules are now filtered / blocked depending on state of related locked modules

Version 1.4.61

20 Jul 19:24
Compare
Choose a tag to compare

Changes

  • optimize docker installation

Version 1.4.6

16 Jul 19:58
Compare
Choose a tag to compare

Added

  • gui installer /installer.php
    • Accessible only when project is executed for the first time,
    • If the project already exist, it will just mark installation as completed and return to login page,

Fixes

  • selecting note category breaking the table of categories,
  • correct the encryption of password sent to PMS-IO,
  • no logs on prod mode,
  • BootstrapSelect not adding button classes correctly,
  • could not add new goal via widget,

Other

  • make Issue name/description editable,
  • allow moving folder from within folder itself,

Version 1.4.52

24 Jun 15:31
Compare
Choose a tag to compare

Fixes

  • FileValidatorService non existing method,
  • removing payment monthly returns incorrect template data,

Other

  • added TinyMce strikethrough,
  • added autofocus to fontawesome picker search input,
  • prevent closing note modal on save, prevent page reload,
  • integrate PMS-IO,
  • added command to monitor disc space left,
  • added command to backup the configuration files separately,
  • send emergency email on production,

Version 1.4.51

01 Jun 10:34
01e70c5
Compare
Choose a tag to compare

Fixes:

  • long issue name not visible on dashboard,
  • could not add schedule when switching view,
  • could not move schedule,
  • duplicated entries in historical owed money filter,
  • exception upon removing folder,

Other:

  • changed title for each page,
  • changed logo,

Version 1.4.50

13 May 05:21
Compare
Choose a tag to compare

Changes

  • Added Module Lock
    • now it's possible to lock entire module behind the lock - this is not supported for all modules

Fixes

  • user registration was always enabled,
  • video settings icon color mismatch,
  • Calendar Schedule Body was not updated upon edit,
  • unable to create note category without parent,
  • note modal breaking when note is to long,
  • ask for note removal before removing it,
  • Docker php executable not working,
  • docker cache building not supporting apc,

Other

  • Remove duplicated logic for handling Modals,