ChangeLog 7.5 KB

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