Releases: Volmarg/personal-management-system
Releases · Volmarg/personal-management-system
Version 1.4.65
Version 1.4.64
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
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
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
Changes
- optimize docker installation
Version 1.4.6
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
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
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
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
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,