ChangeLog 6.0 KB

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