CHANGELOG 5.3 KB

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