ChangeLog 6.7 KB

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