ChangeLog 10.0 KB

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