Skip to content

Releases: Volmarg/personal-management-system

Version 1.4.6

16 Jul 19:58

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

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

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

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,

Version 1.4.46

22 Apr 16:08

Choose a tag to compare

Fixes

  • FontawesomePicker input focus was stolen by modal,
  • issue with missing TABLE_CONSTRAINTS_EXTENSIONS in some databases,
  • remove migrations workaround created on beginning of the project,
  • missing modules entries in demo data generators,
  • DataFixtures using incorrect ObjectManager - breaking prod instance,
  • search result bar was to small,

Adjustments

  • Use SmartTab in Dashboard SchedulesWidget in case of more than 1 page of schedules,
  • Security update: phpspeclib,
  • Rework Validation logic, remove duplicated one, cleanup,

Version 1.4.45

10 Apr 09:43

Choose a tag to compare

Added/Changes

  • add ThemeSwitching, with support of black and original white theme,
  • Add YamlFileParser to auto apply encryption on AutoInstaller

Fixes

  • todo/goals menu nodes being incorrectly opened/closed,
  • failed Sql executed inside statement always returned true,
  • database credentials extraction was not fully working, Database exporter might crash without port,
  • fix Autoinstaller issue with multiple php versions,
  • Migrations crashing, Autoinstaller missing env keys,

Version 1.4.44

03 Apr 14:41

Choose a tag to compare

Fixes:

  • use PasswordType for password field in passwords module,
  • severe issue with data loss when migrating from old schedules structure (from table to calendar),
  • smarttab crashing in schedules widget on dashboard when no schedules are present,

Code cleanup

  • move inline styles to scss files,

Version 1.4.43

02 Apr 09:51

Choose a tag to compare

Added/Changes

  • expanded ScheduleReminder with processed column, (includes migration).
  • searched schedule in schedules is now being highlighted and view is scrolled to it's location in calendar grid,

Fixes

  • in some view notes categories had no indents,
  • some notes categories were duplicated in view,
  • change info in .env regarding ip restriction,
  • update npm packages for security reason,
  • incorrect unique constraint on ScheduleReminder,
  • redirect was not working after removing last note from note category,

Version 1.4.42

01 Apr 18:00

Choose a tag to compare

Changes/Added

  • SchedulesReminder entity, alongside with gui changes in Schedules to allow adding reminders via schedule popup,
    • contains new Migration,
  • Schedule search in the Schedules module,
    • it's now possible to find a schedule by it's title,
  • CronTransferSchedulesToNotifierProxyLoggerCommand works now only with schedules which have reminders (check new description in command)

Version 1.4.41

15 Mar 07:17

Choose a tag to compare

Added:

  • SmartTabs were added to the part of the modules views to make the GUI more transparent,