All Versions
31
Latest Version
Avg Release Cycle
16 days
Latest Release
889 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.31.1 Changes
October 12, 2020Fixes
- moving
goals
totodo
resulted in mass duplication, - migrations
createIfColumnDoesNotExist
were never executed,
- moving
-
v1.31 Changes
October 11, 2020Important updates
- from now on the project supports php7.4 and node10 , however with this release it will also work with older/previous versions,
- โก๏ธ next updates will use strictly php7.4 syntax,
โ Added
- module Todo
- extracted from Goals ,
- goals now use Todo logic,
- it's possible to bind single Todo with Issue , also it's possible to extend the logic to use bind with other modules,
๐ Changes
- many
selects
were replaced withBootstrapSelect
, - ๐ท module JobAfterhours
- now also shows the days remaining,
๐ Fixes
- ๐ง Migrations will now work if the project has been built with
schema:create
, so the base configuration likemodules
entries can be applied,- also the migrations can be called one after another to create the project as well,
- wrong fontawesome in Migration,
- downloading file from search panel resulted in endless loader,
- โก๏ธ scrollbar not being updated when opening menu (resizing menu),
- module Contacts
- wrong definition of
contacts
column,
- wrong definition of
Info
- Todo requires some changes in future but at this point I wanted to have stable working
todo
withissues
-
v1.23 Changes
July 26, 2020๐ Bugfixes:
- datetimepicker was moving while scrolling in modal,
- furcan fontawesome modal was scrolling while scrolling page,
- issues were not soft deletable, added cascade soft delete logic,
- โก๏ธ schedules update information not working, incorrect schedules coloring,
- stepping in products price form, add missing js from last push,
- menu overlaping scrollbar,
- ๐ unable to remove issues without related records,
- โก๏ธ not working update for HolidayPool,
Other:
- ๐ฆ Resolve few twig deprecations + add composer patches package,
- โก๏ธ JobAfterhours crashing due to symfony update 4.4.10 (missing getter),
- โ Sort bills by latest created, use lates in the items list,
- ๐ Move pms installer to composer command instead of
after install
, - DatePicker: set monday as first day of week,
- ๐ Clear repositories deprecations,
๐ Improvements:
- โ Add ExpirableSession mechanism, make SystemLock expire after 15 min,
- โ Add page reload upon ajax call, reload page on unlock expiration,
- 0๏ธโฃ Datetimepicker - set default time to now, set first day to monday,
- โ Add logic for entity validations and reporting errors via ajax response (JobHolidays atm)
- โก๏ธ Rework backend update to use AjaxResponse, rework part of frontend ajax calls to use js dto,
- โ Add Typescript support for Webpack compiler,
JS to Ts rewriting (long term changes incomming)
- โ Add front logic for handling form validations, replace notification with TS script,
- ๐ฑ Cleanup project structure, move scss to assets, remove unused assets,
- โ Remove not used js from assets,
-
v1.22 Changes
June 07, 2020Added
- new module Issues
- support for tracking pending issues,
- support for dashboard,
๐ Bugfixes
- loader was sometimes not being hidden,
- reports module was keept being open whole time,
- uploaded files with regex characters caused endless loop,
- fontawesome icons js were sometimes shown incorrectly,
- missing login page labels,
- โฑ show missed schedules in dashboard,
- iconpicker focus was being stolen when calling it from already active modal,
- ๐ removing record and then editing other caused the edited to be removed,
- wrong indents/nesting for categories children in select,
- it was impossible to have more categories with same name,
- โ add indents also for notes categories settings,
โฌ๏ธ Upgrades
- โ added doctrine cache,
- โ added logic for calling dialogs via html parameters,
- โ added logic for simple implementation of showing records on dashboard,
- โ added action for editing content of record via tinymce,
- ๐ฑ added Command for generating output bundle messages for Symfony (language files are still being separated but now in assets directory like css/js),
- upgrade all packages to support symfony 4.4.8 ,
- new module Issues
-
v1.21 Changes
April 18, 2020Bigger update (therefore jumping directly to 1.21)
โก๏ธ Nothing changes in terms of new modules, functionallity etc - this is technical update
โก๏ธ No database update is required, however cache must be rebuilt as alot of code base has changedTechnical changes
- spiltted Actions logic from Controllers logic,
- this means that wherever the was some route based code it was moved to new directory Actions with corresponding code (resposinble for handling explicitly the route call)
- made some controllers more reusable,
- cleaned up some controllers which means for example
moving Repositories, Utils, Application to Core
- added new core class like Controllers (*contains all the controllers that I actually had to use so far from app context - does not mean that all controllers are there),
- ๐ moved code from some Twig classes to controllers for reusability,
- reogranized Twig classes structure,
- reorganized Services structure,
๐ Bugfixes
- editing MyFiles record didn't returned message,
- datatables mass removal keept breaking page,
- โก๏ธ currency update was incorrectly handled,
Information
- โ I've retested pretty much all i could but there still might be some new bug here or there (at this point still got some older bugs on list to fix)
- spiltted Actions logic from Controllers logic,
-
v1.20.8 Changes
March 18, 2020Changes
- โ added new mechanisms
- Resource Lock
- as the project concept says "Personal" but it sometimes just happens that it's required to check something in the system while someone is next to us, with this we can hide certain things in certain modules from GUI overview. It's implemented in,
- Notes,
- Files,
- Images,
- Passwords,
- mechnism is fully adjustable and can be pretty easily added to other modules when needed,
- System Lock
- this is a switch that makes the locked resources visible as long as the lock is turned off
- lock is cleared upon logging of (there is no timeout for that),
- lock requires password - and that can be (and recommend to be so) other password than the one used for loging into system,
- password can be changed in user settings (there is no call for providing old password first),
๐ Bugfixes
- wrong label in settings,
- upload page didn't worked with ajax call,
- โ added new mechanisms
-
v1.20.8.5 Changes
April 04, 2020Added new form type IndentChoice
- works just like a choice but allows to make indents on the list,
Replaced Entity to IndentChoice in MyNotes
- categories visible in the select have now indents if there is a parent given,
-
v1.20.8.4 Changes
March 29, 2020Changes
- added new Report section Historical Money Owed ,
- added Datatable mechanism for easily attaching Filters selects that will filter table by selected data,
-
v1.20.8.3 Changes
March 28, 2020Bugfixes
- notes categories tree in menu was incorrect,
- in some cases when child had a note and parent not, the tree node was not rendered at all,
Other
- ๐ added autofocus upon opening System Lock modal,
- ๐ code cleanup, removed duplicated Sytm Lock form logic,
- notes categories tree in menu was incorrect,
-
v1.20.8.2 Changes
March 22, 2020Changes
- โ added syntax highlight plugin for TinyMCE,
- notes in Notes module have now properly colored code syntax upon adding/editing/opening note,