Git Product home page Git Product logo

visual_bookmarks's Introduction

visual_bookmarks

Alternative bookmark manager for ownCloud. Displays bookmark data visually as coloured flags and has a searchable index to lookup bookmarks by title, description or content type.

This app is in a pre-alpha stage and should not be considered stable or feature complete.

Note: this app requires the installation of the ownCloud appframework - see step 1

####Visually display your bookmarks screenshot from 2013-07-28 09 30 02

####Edit inline and add searchable descriptions screenshot from 2013-07-28 09 30 15

####Import & export at anytime screenshot from 2013-07-28 09 30 27

##Installation

  1. Clone or upload ownCloud appframework into your apps folder and enable
  2. Clone or upload visual_bookmarks into your apps folder and enable.

##Feature Roadmap

This is the roadmap of features that are currently being worked on and will appear in future versions of visual_bookmarks.

  • Extend the indexer to save an image for contentType image/* bookmarks or text/html bookmarks that have an image in the metadata and display that on top of the link area.
  • Extend the indexer to store a copy of contentType text/html sites and make it searchable by the lucene module.
  • Provide a solution to sync bookmarks between various browsers on all common devices.

##Maintainer:

visual_bookmarks's People

Contributors

dgivney avatar

Stargazers

Pantelis Koukousoulas avatar Paul Eastwood avatar Arthur Chiu avatar  avatar Emory L. avatar Aaron Brongersma avatar Daan de Lange avatar Renaud CUNY avatar  avatar Christian Spitzlay avatar

Watchers

 avatar

Forkers

sinus65

visual_bookmarks's Issues

Error while enabling app

Odin1982 wrote:
I have enabled the app framework, but that seems to not working somehow, but is I enable the app, I get an error "error while enabling"

please help me :)

Inline editing of bookmarks

Currently there’s a separate modal popping up when editing a bookmark. Instead this should be inline, making the text elements of the tile into input fields and being directly editable.

"Type does not exist" after adding bookmark

Issue: After adding a bookmark an exception is thrown:

An exception has been thrown during the rendering of a template ("type does not exist") in "index.php" at line 9. at /var/www/owncloud/apps/appframework/3rdparty/Twig/lib/Twig/Template.php#279

Steps to reproduce:

  1. Clone the appframework git repository into owncloud/apps
  2. Clone the visual_bookmarks git repository into owncloud/apps
  3. Set permissions for web server and enable appframework and visual_bookmarks in owncloud.
  4. Add a bookmark by using the dropdown list -> Add
  5. Upon saving the exeception above is thrown.

This exception will also be thrown if you already have bookmarks when going to the app's page.

Environment
Ubuntu 12.04
PHP 5.3.10
Apache 2.2.22

Folders

I read a bit of a comment thread on the apps page about folder support.

With ownCloud we go with the app-navigation and app-content model – the navigation is a list on the left, and the content is the bigger space on the right. Folders should be a list on the left, used as filters, where you can add new folders (see News app). And the visual tiles with screenshots etc and editable inline should be displayed on the right.

@DGivney

OwnCloud 6 error

Got this error when attempting to enable on OwnCloud 6:

An exception occurred while executing 'INSERT INTO oc_appconfig ( appid, configkey, configvalue ) VALUES( ?, ?, ? )': SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'appid' cannot be null

VB v0.1.4 - fatal error appears when cron.php script is executed

After enabling the Visual Bookmarks app a fatal error appears every time the ownCloud cron.php script is executed. The following output is being displayed:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unbekanntes Tabellenfeld 'lastindexed' in where clause' in /var/www/htdocs/owncloud/lib/db.php:1075
Stack trace:
#0 /var/www/htdocs/owncloud/lib/db.php(1075): PDOStatement->execute(Array)
#1 /var/www/htdocs/owncloud/apps2/appframework/db/mapper.php(197): PDOStatementWrapper->execute(Array)
#2 /var/www/htdocs/owncloud/apps2/visual_bookmarks/db/bookmarkmapper.php(91): OCA\AppFramework\Db\Mapper->execute('SELECT * FROM `...', Array)
#3 /var/www/htdocs/owncloud/apps2/visual_bookmarks/lib/indexer.php(21): OCA\Visual_Bookmarks\Db\BookmarkMapper->findNeedingIndexing()
#4 [internal function]: OCA\Visual_Bookmarks\Lib\Indexer::indexAll()
#5 /var/www/htdocs/owncloud/lib/backgroundjob/worker.php(47): call_user_func(Array)
#6 /var/www/htdocs/owncloud/cron.php(98): OC_BackgroundJob_Worker::doAllSteps()
#7 {main}
  thrown in /var/www/htdocs/owncloud/lib/db.php on line 1075
Unexpected error!

Environment:

  • Apache2 v2.4.6
  • PHP v5.4.19
  • MySQL v5.1.71
  • Mozilla Firefox v24.0

BadFunctionCallException

Getting a server error on install, icon shows up, clicking it gives me a error in my apache error log.
I have installed:
https://github.com/owncloud/appframework
I know the framework is working, as I have it working with:
https://github.com/owncloud/news

Here is the error:
[Sat Sep 07 01:47:26 2013] [error] [client X.X.X.X] PHP Fatal error: Uncaught exception 'BadFunctionCallException' with message 'type does not exist' in /var/www/owncloud/apps/appframework/db/entity.php:110\nStack trace:\n#0 [internal function]: OCA\AppFramework\Db\Entity->__call('type', Array)\n#1 [internal function]: OCA\Visual_Bookmarks\Db\Bookmark->type()\n#2 /var/www/owncloud/apps/appframework/3rdparty/Twig/lib/Twig/Template.php(435): call_user_func_array(Array, Array)\n#3 /var/www/owncloud/apps/appframework/3rdparty/Twig/lib/Twig/Environment.php(320) : eval()'d code(34): Twig_Template->getAttribute(Object(OCA\Visual_Bookmarks\Db\Bookmark), 'type')\n#4 /var/www/owncloud/apps/appframework/3rdparty/Twig/lib/Twig/Template.php(264): __TwigTemplate_49dfb0aa3405af72d17f47161c8df29e->doDisplay(Array, Array)\n#5 /var/www/owncloud/apps/appframework/3rdparty/Twig/lib/Twig/Template.php(238): Twig_Template->displayWithErrorHandling(Array, Array)\n#6 /var/www/owncloud/apps/appframework/3rdparty/Twig/lib/Twig/Environment.php(320) : eval()'d code(78): Twig_Template->display(Array)\n#7 /var/www/o in /var/www/owncloud/apps/appframework/3rdparty/Twig/lib/Twig/Template.php on line 279

thoughts?
Thanks.
--dave

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.