CHANGELOG 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. 1.7 - The Ceremonial Chambers 2024-06-01
  2. * Added i18n. Please read the upgrade file for more information. English and german are available
  3. * Added group infos to profile view.
  4. * Added compact theme. Based on default, but with less space.
  5. * User- and groupmanagement: Check if in use before deletion.
  6. * Removed legacy ifset method and replace with ??
  7. * Removed legacy ifsetvalue method.
  8. * Made documentation files markdown.
  9. * Updated to uikit-3.19.2
  10. 1.6 - Chizra 2024-02-03
  11. * Config change. Added new entries. See upgrade/from-version-1.5.txt. It won't work if it is missing.
  12. * Config change: Added new theme config. See upgrade/from-version-1.5.txt. It won't work if it is missing.
  13. * Added: A new entry field for better global search. Read upgrade/from-version-1.5.txt for more details.
  14. * Added: #6 Feature: Duplicate search
  15. This is a very limited like search based on the title field. Needs improvement and better search data.
  16. * Licence change to GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
  17. * Fixed: #21 Debug? string in error log
  18. * Fixed: #22 98 theme. Attachment selection checkbox are not all selectable
  19. * Fixed: #26 98 theme. max column with
  20. * Fixed: #25 98 design. Sort direction select does not show the correct selected option
  21. * Fixed: #23 basic search result order
  22. * Fixed: Bulkedit in 98 theme and default
  23. * Fixed: #24 Image upload. Automatic resize?
  24. * Updated: PHP-IMDB-Grabber to https://github.com/FabianBeiner/PHP-IMDB-Grabber/releases/tag/v6.2.1
  25. with some heavy modifications.
  26. * Cleanups
  27. * Cleaned upgrade files
  28. 1.5 - Sacred Passage 2023-05-01
  29. * Added google books parser. See upgrade file for more infos.
  30. * Added a new theme based on Windows 98.
  31. * Fixed global search in navigation.
  32. * Fix: #18
  33. * Fix: #19
  34. * Fix: #15
  35. 1.4 - Depths Of Rrajigar 2022-12-18
  36. * Added new default sort direction field in collection edit view. See upgrade file for more needed details
  37. * Fixed #13
  38. * Fixed some layout alignments
  39. * Fixed showing the pagination where there is a fulltext default search
  40. * Made it more visible where to drop the fields in manage fields view for a collection.
  41. * Added a note about some options in collections manage view.
  42. * Improved breakpoint behavior
  43. * After already selected a collection the add and tags manage action has this collection already set.
  44. * Added some missing headlines with a link for better navigation
  45. 1.3 - Rrajigar Mine 2022-10-08
  46. * Fixed install sql file.
  47. * New field: artists - lookupmultiple field
  48. * Added setup process. See setup/install.txt for more details
  49. * Stats info page
  50. * Some more PHP 8 syntax and support
  51. * Needs PHP 8 as of this version
  52. * Two new fields to choose from. ISBN and Artists
  53. 1.2 - NyLeve's Falls 2021-07-17
  54. * Updated requirements information
  55. * Added Musicbrainz grabber
  56. * Added new field: artist
  57. * Fixed: #11 Undefined index while adding new entry
  58. * Fixed: #10, #09, #08
  59. 1.1 - Vortex Rikers 2021-05-30
  60. * Cleanup and merge to one config file. Read upgrade
  61. * Missing changelog file
  62. * api has its own log file now.
  63. * User profile for editing own settings.
  64. * Collection management has the option to update entry rights with the
  65. collection ones.
  66. * Entry rights can now be managed. More info about user and rights can
  67. be found in documentation.
  68. * User management: Honor rights from current logged in user
  69. * Group management now available. But no relation check yet.
  70. * User management: Additional groups
  71. * Page title available
  72. * Deletion of a collection removes the storage too
  73. * IMDB Tool. Order of save to field now A-Z
  74. * Documentation for tools
  75. * Documentation for tool imdbweb grabber. Default config added.
  76. * Fixed bug #3
  77. * Added feature #2. There is now a new definition which defines the default
  78. targets of the imdb grabber values. See the config-imdbweb.php.default
  79. for more details
  80. * Added sort filter. Collection has a default sort field config now.
  81. Sort fields are the simple fields. See fields documentation.
  82. * Fields do have a new inputValidation option. See fields documentation for more info.
  83. Currently used to allow whitespace in a tag
  84. * Mass edit of entries. Entries found with advanced search can now be edited.
  85. Upload fields are not supported yet.
  86. * Fixed bug #5
  87. * Added feature #1. Collections overview has pagination at the bottom too.
  88. * Advanced search has a table view option
  89. Displayed fields are configured in collection management. See notes there.
  90. * Updated installation files
  91. * Added first-steps.txt. Updated README
  92. * Indication which inputs are required
  93. * Added a new field: Localized title
  94. * After adding an entry the option to view or edit the entry is now available
  95. * Added game info tool.
  96. * Added new fields for a game collection
  97. * input and textarea do have a maxlength now. JS used to display the remaining chars
  98. 1.0 - Castle 2021-01-06
  99. * First usable version
  100. * Using as a collection management software will work
  101. * Rights management needs tweaking, so use the admin account for a start
  102. * Documentation covers the basics
  103. * Use it and give feedback.
  104. * Also, make backups.