aboutsummaryrefslogtreecommitdiff
path: root/mod/bookmarks/views/default/object/bookmarks.php
AgeCommit message (Collapse)Author
2012-06-02Refs #4437 let the object/elements/summary view handle the tagsCash Costello
2011-11-01Fixes #4035 made the entity view pages consistent for blog, bookmarks, file, ↵cash
pages, and forum posts
2011-10-25added new view for the full display of objectscash
2011-10-24Fixes #3974 blog, bookmarks, file, and pages plugins consistent in ↵cash
integration with categories plugin
2011-10-08Fixes #3411 output/url now has a is_trusted parameter - defaults to falseCash Costello
2011-06-26Fixes #3368 combining $vars with parameters for object/elements/summary viewCash Costello
2011-06-11Fixes #3096 added user and group summery views an updated plugins to use the ↵cash
new view locations git-svn-id: http://code.elgg.org/elgg/trunk@9174 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-20Fixes #3369: Bookmarks now have rel=nofollowewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@9007 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-06Refs #3108 frontend should be done and ready for review - admin area is nextcash
git-svn-id: http://code.elgg.org/elgg/trunk@8946 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-27Fixes #3086 using full_view instead of full cash
git-svn-id: http://code.elgg.org/elgg/trunk@8866 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13Refs #3096 using 'summary' instead of list/bodycash
git-svn-id: http://code.elgg.org/elgg/trunk@8680 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ewinslow
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-07Refs #2895 entity menu uses new menu systemcash
git-svn-id: http://code.elgg.org/elgg/trunk@8622 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-05added owner icons to bookmarkscash
git-svn-id: http://code.elgg.org/elgg/trunk@8590 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-23Fixes #2992: moved object/elements/list_body to page/components/list/bodyewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8446 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-22Fixes #2950: All files that were calling into layout/* now use the ↵ewinslow
up-to-date locations git-svn-id: http://code.elgg.org/elgg/trunk@8411 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-22Fixes #2980: DRY'ed up all plugins to use elgg_view_icon instead of ↵ewinslow
generating their own html git-svn-id: http://code.elgg.org/elgg/trunk@8410 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-20fixed copy and paste error in bookmarkscash
git-svn-id: http://code.elgg.org/elgg/trunk@8374 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Fixes #2824 moved byline text in core language filecash
git-svn-id: http://code.elgg.org/elgg/trunk@8334 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19improved icon css so that they do not require having display: blockcash
git-svn-id: http://code.elgg.org/elgg/trunk@8328 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19fixed display issue when a bookmark has no description textcash
git-svn-id: http://code.elgg.org/elgg/trunk@8317 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-17calling the new category output view in the plugins - looks like the pages ↵cash
plugin is missing the categories code git-svn-id: http://code.elgg.org/elgg/trunk@8267 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-16Refs #2680. Bookmarks revamp, part 2.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8264 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Fixes #2808: elgg_get_array_value => elgg_extractewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8247 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-06missed this use of elgg_count_comments() in change to ->countComments()cash
git-svn-id: http://code.elgg.org/elgg/trunk@8049 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-03Refs #2680: First pass at porting the 1.7 bookmarks to 1.8. Functional, but ↵brettp
code is still messy. git-svn-id: http://code.elgg.org/elgg/trunk@7998 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-02Refs #2700 replaced most underscores with hyphens - there may be broken ↵cash
display code due to extent of this change git-svn-id: http://code.elgg.org/elgg/trunk@7493 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-02Refs #2700 changed underscores to hyphens for the forms css elementscash
git-svn-id: http://code.elgg.org/elgg/trunk@7492 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-22Merged bookmarks XSS fixes in r7406 to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7410 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Refs #2463: Removed gratuitous references to $CONFIG->url, etc. in blog - ↵ewinslow
groups plugins git-svn-id: http://code.elgg.org/elgg/trunk@7204 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2598: Converted the rest of the $vars['url'] references to ↵ewinslow
elgg_get_site_url() git-svn-id: http://code.elgg.org/elgg/trunk@7150 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-22Removed @license, @copyright, and @author from files. License and copyright ↵brettp
are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-20Refs #2551 - merged [7051] and [7053] into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@7112 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-21Merged r6586:6587 from 1.7 branch into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6842 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-10Moved view extend call - so it's for all users (not just object owner), and ↵pete
added likes to bookmarks (as we already have it in the activity stream) git-svn-id: http://code.elgg.org/elgg/trunk@6439 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-18Included a view for plugins to extend (on the new reworked Bookmarks and Blogs).pete
git-svn-id: http://code.elgg.org/elgg/trunk@5435 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-12Updated and simplified generic entity listings metadata block (edit, delete, ↵pete
access) to not use tables. git-svn-id: http://code.elgg.org/elgg/trunk@5375 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-10bookmarks open in a new window ticket #1965dave
git-svn-id: http://code.elgg.org/elgg/trunk@5346 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-04Updated Bookmarks interface (old sidebar nav removed, breadcrumbs fixed, ↵pete
bookmarklet fixed & updated) git-svn-id: http://code.elgg.org/elgg/trunk@5283 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-03Updated bookmarks with new interface.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5266 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-03-03Pulled in the interface changes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544