Releases: Volmarg/personal-management-system
Releases · Volmarg/personal-management-system
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,
BootstrapSelectnot 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_EXTENSIONSin 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
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
Autoinstallerissue with multiple php versions, - Migrations crashing,
Autoinstallermissing env keys,
Version 1.4.44
Fixes:
- use
PasswordTypefor password field inpasswordsmodule, - 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
Added/Changes
- expanded
ScheduleReminderwithprocessedcolumn, (includes migration). - searched schedule in
schedulesis 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
.envregardingiprestriction, - update npm packages for security reason,
- incorrect
uniqueconstraint onScheduleReminder, - redirect was not working after removing last note from note category,
Version 1.4.42
Changes/Added
SchedulesReminderentity, alongside with gui changes inSchedulesto allow adding reminders via schedule popup,- contains new
Migration,
- contains new
Schedule searchin theSchedulesmodule,- it's now possible to find a schedule by it's title,
CronTransferSchedulesToNotifierProxyLoggerCommandworks now only with schedules which have reminders (check new description in command)
Version 1.4.41
Added:
SmartTabswere added to the part of the modules views to make the GUI more transparent,