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