ChangeLog 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. version 2.7 - Sacred Grove (2022-06-12)
  2. + Fixed bug #12. Missing translation key
  3. + Adapted some new PHP code formatting
  4. + Fixed some translations
  5. + Updated bulma css
  6. + Added random link page
  7. + New syntax in config file. See update.txt for more details
  8. + Fixed #13
  9. + Fixed #15
  10. + Fixed #14
  11. + Fixed some small email importer notices and warnings
  12. version 2.6 - Hypostyle (2021-03-21)
  13. + Fixed sql problems with Maria DB. Any_value is not supported there
  14. + Fixed some query and data loading brain fucks..
  15. + Fixed #10. URL is now considered when building search information.
  16. Update search index from stats view to update all the exiting information
  17. + Updated third party information in readme
  18. + Fixed xml import xsd
  19. + Added translation support. More information in translation.txt
  20. version 2.5.2 - Darkmere (2020-09-12)
  21. + Fixed bug #8 It is possible to add empty tags and categories.
  22. Special chars check done on server side. JS has problems with unicode.
  23. + Fixed bug #7 Edit categories/tags. Rename and move
  24. + Fixed feature #3 Reduce whitespace in frontend
  25. version 2.5.1 - Caves of Circe (2020-03-22)
  26. + Bugfix release
  27. version 2.5 - Winnowing Hall (2020-03-21)
  28. + Added a thumbnail by talking to Google page speed API
  29. Planned was a full page snapshot, but only got the thumbnail.
  30. Needs some more work with headless chrome.
  31. + Instead you can now decide to make a full page screenshot
  32. using wkhtmltoimage. See documentation about it.
  33. + Improved documentation
  34. version 2.4 - Seven Portals (2020-02-16)
  35. + Now including update instructions
  36. + DB export only insipid tables and not the whole DB itself.
  37. + Simple xml export and import
  38. + #2 Protection if the email-import.php file if it needs to be
  39. in a web accessible folder
  40. + Fixed the search for words. See update instructions how to correct your data
  41. + Removed JS and replaced it with plain old working JS
  42. + Dropped IE support. Edge still working.
  43. version 2.3 - Guardian of Steel (2019-12-30)
  44. + Improved documentation
  45. + Delete single local storage of a link
  46. ++ Done by uncheck the store image locally option
  47. + Sorting in category overview
  48. + Sorting in tag overview
  49. + Simple complete DB dump as download as backup solution
  50. + Fixed a bug in tag selection SQL query
  51. version 2.2 - Guardian of Ice - (2019-02-27)
  52. + email import
  53. + using mysql transactions if needed
  54. + pagination
  55. + authentication with an extra url now (index.php?m=auth)
  56. + management actions shown only if authenticated
  57. + small stats overview
  58. + links can now be deleted
  59. + awaiting moderation links can new be moderated
  60. + clean up the local storage via stats page (if authenticated)
  61. + Updated documentation
  62. + INFO, WARN and ERROR now in the log files used for messages
  63. + stats, storage usage. With stats and valid auth display moderation
  64. + email import auto reply check
  65. + flush local storage of images
  66. + Fixed an error in create sql file
  67. + Fixed info when a tag or category has no links
  68. + Fixed code cleanups
  69. + Fixed access to log files directory
  70. + Fixed check for duplicates in email importer
  71. version 2.1alpha - Guardian of Fire - (2019-09-29)
  72. + cleanups
  73. + edit area for a bookmark
  74. + documentation and sql setup cleanup
  75. + new design with bulma.css (https://bulma.io/)
  76. + added SEO information to "prevent" crawling and a robots.txt file
  77. + new option to restrict access via http basic auth.
  78. + very simple user authentication based on http basic auth.
  79. Needs improvement in further releases
  80. + using mysql transactions
  81. + working with new MySQL (5.7) version
  82. + Image from parsed link info can now be stored
  83. version 2.0alpha - Bright Crucible - (2017-01-05)
  84. + This is a not prodction ready version of the complete rewrite.
  85. + It is now written in PHP based on the idea from Luke Reeves
  86. version 1.5 (30 Nov. 2012)
  87. + support phantomjs as a screenshot tool for a bookmark
  88. + code updates and cleanup
  89. version 1.1 (20 Feb. 2012)
  90. + older and newer link at the top no working
  91. + bug with path to the jquery.js file
  92. + some statistics
  93. + options can be ordered now
  94. + tool to check the bookmarks
  95. version 1.0 (15. Feb 2012)
  96. + jumpin.banana
  97. + tag suggest was not working correctly.
  98. + tag rename feature implemented
  99. + tag rename case sensitive problem
  100. + add bookmark only if url and title are not empty
  101. + tag delete is available now. It moves the selected bookmarks
  102. to another one
  103. + bookmarks without a tag can be selected now
  104. + Fix the text/html content type going that's snapshotted
  105. This is not needed. Since we use the charset info
  106. to determine utf, we need this information
  107. + Insert SQL more save now
  108. Tue Jul 14 21:38 EST 2009 Luke Reeve <luke@neuro-tech.net>
  109. + Fix the option "proxy_host" not being saved correctly.
  110. Sun Jul 12 11:00 EST 2009 Luke Reeves <luke@neuro-tech.net>
  111. + Fixed the Perl 5.10 module reloading bug.
  112. + Fixed snapshotting functionality
  113. Sat Jul 11 23:30 EST 2009 Luke Reeves <luke@neuro-tech.net>
  114. + Dusted off the codebase, kicked the tires and finally
  115. finished off the git migration.
  116. Mon Mar 27 18:59 EST 2006 Luke Reeves <luke@neuro-tech.net>
  117. + Added an option for disabling mod_rewrite support
  118. + Added a prefix option for database tables
  119. Tue Mar 21 19:34 EST 2006 Luke Reeves <luke@neuro-tech.net>
  120. + Fix the export system
  121. Tue Feb 21 12:30 EST 2006 Luke Reeves <luke@neuro-tech.net>
  122. + Fix up database connectivity for newer PostgreSQL
  123. libraries
  124. + Incorporate patch from Paul Boin that allows importing
  125. of regular del.icio.us backups (as opposed to only
  126. supporting exports as before)
  127. Mon Nov 21 12:41 EST 2005 Luke Reeves <luke@neuro-tech.net>
  128. + Fixed some of the cleanup process for snapshot deletion
  129. + Added a "Fetch Related" function, so that the snapshot
  130. tool can grab related objects
  131. + Work on the tag tools - delete and rename tags
  132. Fri Nov 04 09:00 EST 2005 Luke Reeves <luke@neuro-tech.net>
  133. + Database fix (thanks to Jutta Horstmann)
  134. + Remove export and import to server-side files, since the
  135. standalone tools can easily accomplish that
  136. Fri Sep 23 07:35 EST 2005 Luke Reeves <luke@neuro-tech.net>
  137. + Enable taint mode for all the modules/scripts.
  138. Thu Sep 22 12:15 EST 2005 Luke Reeves <luke@neuro-tech.net>
  139. + Remove dependency on App::Config, since all it does is
  140. read a simple text file.
  141. + Remove dependency on CGI::Session in lieu of a built-in
  142. session management system
  143. + Fixed up database tables
  144. Mon Sep 19 20:37 EST 2005 Luke Reeves <luke@neuro-tech.net>
  145. + Add the ability to drill-down into more details on cached
  146. objects.
  147. + Fix up the standalone import and export tools.
  148. + Show the correct total size of snapshots in the snapshot
  149. view.
  150. Fri Sep 16 21:02 EST 2005 Luke Reeves <luke@neuro-tech.net>
  151. + Move tools to a separate directory
  152. + Add a standalone export script.
  153. + Fix bugs in the export concerning character encoding.
  154. Fri Sep 16 12:30 EST 2005 Luke Reeves <luke@neuro-tech.net>
  155. + Fix a couple possible installation issues on PostgreSQL
  156. systems.
  157. Mon Sep 05 22:28 EST 2005 Luke Reeves <luke@neuro-tech.net>
  158. + Major code cleanup (splitting the main CGI file into multiple,
  159. more maintainable ones inside of the lib/Insipid directory)
  160. + Bugfix for adding duplicate items not being flagged as such
  161. Tue Aug 09 22:05 EST 2005 Luke Reeves <luke@neuro-tech.net>
  162. + Added proxy support for fetching pages
  163. + Fix blob size for MySQL tables
  164. + Added a toggle to not redirect when a mark is added
  165. + Added a toggle to snapshot a page when bookmarked
  166. + Support passing the Referer header when snapshotting a page.
  167. + Added support for If-Modified-Since requests to cached objects.
  168. + Added a Last-Modified header for cache objects.
  169. Thu Jul 21 21:35 EST 2005 Luke Reeves <luke@neuro-tech.net>
  170. + Fix a bunch of errors concerning PostgreSQL and the snapshots,
  171. as well as other bug fixes.
  172. Sun Jul 17 15:19 EST 2005 Luke Reeves <luke@neuro-tech.net>
  173. + Added the page cache feature, so a user can take snapshots of pages
  174. that have been bookmarked.
  175. Tue Jul 05 21:58 EST 2005 Luke Reeves <luke@neuro-tech.net>
  176. + Added addition of tags (like Documentation + Java) to get
  177. intersections of bookmarks.
  178. Fri May 27 11:05 JST 2005 Luke Reeves <luke@neuro-tech.net>
  179. + Added postgresql backend support (submitted by Stephen Patterson)
  180. Mon Apr 25 21:00 EST 2005 Luke Reeves <luke@neuro-tech.net>
  181. + Add a search box, with the option of showing it to non-logged in
  182. users.