summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks
Commit message (Collapse)AuthorAgeFilesLines
* Disable save button while saving. Streamlined code.Tom Needham2011-11-291-1/+4
|
* Add sequence name in insertid to be more portableBrice Maron2011-10-291-7/+1
|
* Disable loading non-existing settings script in bookmark appBart Visscher2011-10-271-1/+1
|
* Tweak bookmarklet to not change the current page. Correct encoding when add ↵Brice Maron2011-10-182-3/+3
| | | | bookmark
* Fix bookmark listing with mysql: limit is binded as string.Brice Maron2011-10-171-2/+2
|
* Fix bookmarks app to work with postgresql.Brice Maron2011-10-163-20/+49
| | | | | | Rework the bookmark app to manage postgresql. Add a fetchOne function into the PdoStmtWrapper Fix a tipo in comments.
* apps/bookmarks: remove unused variableFlorian Pritz2011-10-081-2/+0
| | | | | | | This is not needed anymore since commit 6b64aa3faf1e94a2fc2a1e98b35418d35b73ab22. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* apps/bookmarks: follow redirects when fetching titleFlorian Pritz2011-10-081-1/+48
| | | | | | | This solves a problem where hitting a redirect page would lead to a "302 Found" title. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* removed description. changed target to _blank. removed sorting. updated layout.Marvin Thomas Rabe2011-10-0811-105/+41
|
* added missing filesMarvin Thomas Rabe2011-10-082-0/+27
|
* moved bookmarklet to personal. username must be provided when adding a new user.Marvin Thomas Rabe2011-10-082-21/+16
|
* fix add bookmark bug.Weng Xuetian2011-10-031-4/+4
|
* bookmarks are now translatableMarvin Thomas Rabe2011-10-012-21/+18
|
* Check if the application is actually enabledBart Visscher2011-09-308-0/+8
|
* Use OC_JSON for json responsesBart Visscher2011-09-256-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.
* apps/bookmarks: use curl instead of file_get_contentsFlorian Pritz2011-09-241-1/+6
| | | | | | | Don't depend on allow_url_fopen being enabled when we already use curl elsewhere in the code. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* fix apps/bookmarks if oc_bookmarks_tags is emptyFlorian Pritz2011-09-241-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>
* Move some common code to OC_UtilBart Visscher2011-09-182-10/+4
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Add link and other edit information to newly added bookmarks.Golnaz Nilieh2011-09-132-3/+8
|
* Add support of editing bookmarks.Golnaz Nilieh2011-09-134-25/+161
|
* Use OC_Helper::linkTo also for absolute urls.Bart Visscher2011-09-091-1/+1
| | | | One central place to check for https.
* Use an animated gif in add-bookmark form, while fetching metadata.Golnaz Nilieh2011-09-063-3/+13
|
* Don't clear bookmark description field, If it is empty in bookmark metadata.Golnaz Nilieh2011-09-061-1/+3
|
* fix: links with parameters get cut off at &Arthur Schiwon2011-08-258-10/+10
|
* fix: URLs without protocol are now linked to via HTTPArthur Schiwon2011-08-254-3/+12
|
* Make bookmarks sortable by clicksArthur Schiwon2011-08-254-3/+53
|
* Make appeareance of the bookmarklet a bit nicer, still room for improvement leftArthur Schiwon2011-08-252-2/+6
|
* Added a Bookmarklet for the Bookmarks appArthur Schiwon2011-08-246-17/+99
|
* check if tag is set, might not show bookmarks on some systems without doing soArthur Schiwon2011-08-241-1/+1
|
* autoretrieve title and description after entering new urlArthur Schiwon2011-08-231-0/+58
|
* autoretrieve title and description after entering new urlArthur Schiwon2011-08-231-0/+14
|
* Bookmarks DB structure change, description is optionalArthur Schiwon2011-08-231-1/+1
|
* fetch bookmarks even if they are not taggedArthur Schiwon2011-08-231-4/+11
|
* follow coding style and use single quotes in phpArthur Schiwon2011-08-231-12/+12
|
* simplify bookmarks tag filter sqlArthur Schiwon2011-08-231-6/+2
|
* make tag filter compatible with sqliteArthur Schiwon2011-08-231-2/+6
|
* When deleting a bookmark, remove its tags from database.Golnaz Nilieh2011-08-201-6/+21
|
* * Use encodeEntities() function to check inputGolnaz Nilieh2011-08-192-27/+33
| | | | * Separate tags by space
* Show new bookmark in the list after insertion, And hide it after deletion.Golnaz Nilieh2011-08-191-3/+20
|
* really open website after clickArthur Schiwon2011-08-161-1/+0
|
* gain compatibility with sqlite3Arthur Schiwon2011-08-162-3/+20
|
* fix database layout for sqlite3Arthur Schiwon2011-08-161-1/+1
|
* wording fix for bookmarksJan-Christoph Borchardt2011-08-161-5/+5
|
* initial commit of Bookmarks AppArthur Schiwon2011-08-1512-0/+613