Skip to content

Releases: Volmarg/personal-management-system

Version 1.17.5

29 Sep 15:48
Compare
Choose a tag to compare

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

28 Sep 12:31
Compare
Choose a tag to compare

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

26 Sep 15:42
e7685f5
Compare
Choose a tag to compare

MyFiles/MyImages

  • added quick upload widget on main view

MyImages

  • displaying file names under the images on main view

Version 1.17.2

23 Sep 18:42
Compare
Choose a tag to compare

Ajax calls

  • added loader

Version 1.17.1

22 Sep 10:48
Compare
Choose a tag to compare

Files Search

  • added popover visible upon hovering over the search result elements
    • contains tags list and full filename

Version 1.17

21 Sep 15:43
Compare
Choose a tag to compare

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

08 Sep 06:23
eb2c71d
Compare
Choose a tag to compare

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

07 Sep 16:51
Compare
Choose a tag to compare

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

06 Sep 21:11
Compare
Choose a tag to compare

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.

Version 1.13

01 Sep 06:19
Compare
Choose a tag to compare

My Images/ My files/ Upload

  • reworked the way that menu/select options are being builded, now it supports the same menu structure (nested trees) like in case of My notes module,
    • this is fully based on folders structure, no database changes are included

Refactor

  • vars renaming
  • sql refactor - added prepared statements where vars were used directly in sql
  • change some of camelCase vars in php into snake_case
  • removed few unused functions