Releases: Volmarg/personal-management-system
Releases · Volmarg/personal-management-system
Version 1.17.6
Refactor: backend translations
Added translations for strings generated/placed in backend (php/twig), this change does not include strings placed directly in js (I have idea for is as well but later on some next refactor).
Includes:
- exceptions,
- table headers (not the one generated automatically, this needs to be reworked),
- forms labels,
- forms placeholders,
- buttons,
- menu elements,
- texts on pages,
- responses,
Additionally:
- changed modules names in menu,
Version 1.17.5
Bugfixes
- menu elements for upload modules were overlaping,
- dot pointing on active menu element was missplaced for upload based modules,
- upload based menu always behaved like there are some submenu elements even if there were none,
- myNotes now supports pasting images from clipboard and dragging image directly to editor,
- loader was not removed when quickly using top navbar search one time after another,
- quickupload could not handle folder selection if there were spacebars in it's name,
- upload sometimes skipped uploaded files because apache configuration limits how many files can be uploaded at once (now this information is being displayed),
- total filesize of uploaded files and list of files names displayed incorrect information,
- datatable (date based) columns with datetimepicker input were not sortable (for example in monthly payments)
Version 1.17.4
MyImages
- added search on main view
- search by tags
- search by filesnames
- tags of given image are visible upon hovering on it
Version 1.17.3
MyFiles/MyImages
- added quick upload widget on main view
MyImages
- displaying file names under the images on main view
Version 1.17.2
Ajax calls
- added loader
Version 1.17.1
Files Search
- added popover visible upon hovering over the search result elements
- contains tags list and full filename
Version 1.17
Files Tags - Added files tags mechanism to tag files and search them later globaly from any place from top bar. Implemented the basic usage of tagging.
- files and images can be tagged,
- tags are connected with file path,
- upon removing file the tags are removed,
- upon renaming file the tags are updated,
- upon relocating file (VIA GUI ONLY) the tags are updated,
- searching allows to download file directly from the search results and go to folder in which the file is located,
- search works by matching string in json that contains tags, that means if You have json like:
["cookie","apple"]
then if You enter in search tag app files with tag apple will be also displayed. This is not a bug, I want it to work like this right now
Version 1.16
Added submodule for Payments:
- Money owed
- this submodule allows You to add information about money that someone/something (company for example) owes You or who You owe money to, also contains a small summary of total amount owed each target
Version 1.15
Added new submodule for MyJob:
- MyJobHolidays - for adding/spending holidays available for given work year,
- at this moment there is only very minimalistic validation, so if You for example take more days than You have it will show negative value. this will be changed in future (right now I only need working module)
Version 1.14
This is only update of DemoData (Fixtures):
- Demo data is now way much more user friendly
- It's more static than before but looks way much better.