Skip to content

Releases: Volmarg/personal-management-system

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,

Version 1.4.46

22 Apr 16:08
Compare
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
Compare
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,