Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added searchprovider for bookmarks, initial l10n support for bookmark plugin | David Iwanowitsch | 2012-02-01 | 1 | -55/+5 |
| | | | | moved some code from updateList.php to bookmarks.php, to make it reusable | ||||
* | Add sequence name in insertid to be more portable | Brice Maron | 2011-10-29 | 1 | -7/+1 |
| | |||||
* | Fix bookmark listing with mysql: limit is binded as string. | Brice Maron | 2011-10-17 | 1 | -2/+2 |
| | |||||
* | Fix bookmarks app to work with postgresql. | Brice Maron | 2011-10-16 | 3 | -20/+49 |
| | | | | | | Rework the bookmark app to manage postgresql. Add a fetchOne function into the PdoStmtWrapper Fix a tipo in comments. | ||||
* | removed description. changed target to _blank. removed sorting. updated layout. | Marvin Thomas Rabe | 2011-10-08 | 3 | -6/+4 |
| | |||||
* | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 6 | -0/+6 |
| | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 6 | -44/+10 |
| | | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit. | ||||
* | fix apps/bookmarks if oc_bookmarks_tags is empty | Florian Pritz | 2011-09-24 | 1 | -1/+2 |
| | | | | | | | | | | If you have bookmarks, but there are no tags in oc_bookmarks_tags, the query doesn't return any results. Using a left join fixes this. Reference: http://stackoverflow.com/questions/3171276/select-multiple-tables-when-one-table-is-empty-in-mysql Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | Add link and other edit information to newly added bookmarks. | Golnaz Nilieh | 2011-09-13 | 1 | -0/+2 |
| | |||||
* | Add support of editing bookmarks. | Golnaz Nilieh | 2011-09-13 | 2 | -1/+83 |
| | |||||
* | fix: links with parameters get cut off at & | Arthur Schiwon | 2011-08-25 | 5 | -7/+7 |
| | |||||
* | fix: URLs without protocol are now linked to via HTTP | Arthur Schiwon | 2011-08-25 | 1 | -1/+0 |
| | |||||
* | Make bookmarks sortable by clicks | Arthur Schiwon | 2011-08-25 | 1 | -1/+8 |
| | |||||
* | Added a Bookmarklet for the Bookmarks app | Arthur Schiwon | 2011-08-24 | 1 | -17/+3 |
| | |||||
* | autoretrieve title and description after entering new url | Arthur Schiwon | 2011-08-23 | 1 | -0/+58 |
| | |||||
* | fetch bookmarks even if they are not tagged | Arthur Schiwon | 2011-08-23 | 1 | -4/+11 |
| | |||||
* | follow coding style and use single quotes in php | Arthur Schiwon | 2011-08-23 | 1 | -12/+12 |
| | |||||
* | simplify bookmarks tag filter sql | Arthur Schiwon | 2011-08-23 | 1 | -6/+2 |
| | |||||
* | make tag filter compatible with sqlite | Arthur Schiwon | 2011-08-23 | 1 | -2/+6 |
| | |||||
* | When deleting a bookmark, remove its tags from database. | Golnaz Nilieh | 2011-08-20 | 1 | -6/+21 |
| | |||||
* | gain compatibility with sqlite3 | Arthur Schiwon | 2011-08-16 | 2 | -3/+20 |
| | |||||
* | initial commit of Bookmarks App | Arthur Schiwon | 2011-08-15 | 4 | -0/+235 |