aboutsummaryrefslogtreecommitdiff
path: root/mod/bookmarks/start.php
AgeCommit message (Expand)Author
2013-10-31Fixes #6030 - Hide group bookmarklet from non-membersJuho Jaakkola
2013-04-11Register bookmarks view for ecml parsingJeff Tilson
2013-01-23better solution for 1.7 file compatibility than pull request 471Cash Costello
2012-07-13Fixes #4687. Handle URLs on plugins that include only handler name.Sem
2012-02-21Fixes #4335. Cleaned up the notifications for new content.Brett Profitt
2011-11-04Fixes #4059 returning true when handling a pagecash
2011-11-04Fixes #4059 page handlers all return nothingcash
2011-06-26made breadcrumbs consistent in content pluginsCash Costello
2011-06-03Fixes #3138 using 'all' for group listing urlscash
2011-04-09registered bookmarks widgetcash
2011-04-06Refs #3108 frontend should be done and ready for review - admin area is nextcash
2011-04-01Fixes #3044 removed bookmark link from user hover menucash
2011-03-23added an owner block link for the wire plugincash
2011-03-23Fixes #3218 group content pages now use container method to determine who can...cash
2011-03-18Refs #3158 namespaced pages for bookmarks and thewirecash
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-02-28Refs #2895: Renamed "page_links" to "extras" -- feels more semantic (facebook...ewinslow
2011-02-25Refs #2895: Converted page_links into a menu. Bookmarks now uses itewinslow
2011-02-24Fixes #2997 - href used instead of url in menu systemcash
2011-02-24Refs #2997 switching from title to text for menu itemscash
2011-02-22Default permissions for new actions is logged_in, so no need to make that exp...ewinslow
2011-02-21Fixes #2934 switching to css/elgg for css view since using a print viewtype i...cash
2011-02-20Refs #2970 updated blog and bookmarks pluginscash
2011-02-17Further cleanup of bookmarks. Moved bookmarklet to plugin. Pulled in the 1.7 ...brettp
2011-02-17Fixes #2680. Added group profile bookmark widget. Fixed a problem editing boo...brettp
2011-02-17Fixes #2680: Added group support to bookmarks plugin.brettp
2011-02-17Refs #2680: Bookmarks revamp, part 3: menus and bookmarklet.brettp
2011-02-16Refs #2680. Bookmarks revamp, part 2.brettp
2011-02-16Updated register_entity_url_handler => elgg_* in plugins. Used this regex: (...ewinslow
2011-02-15Removed all calls to deprecated register_entity_typeewinslow
2011-02-15Replaced all occurrences of register_page_handler in core with elgg_register_...ewinslow
2011-02-08Refs #2543: Updated trunk mods and views to use the new functions from previo...brettp
2011-02-03Refs #2680: First pass at porting the 1.7 bookmarks to 1.8. Functional, but c...brettp
2011-01-26changed elgg_get_page_owner() to elgg_get_page_owner_entity() to be more cons...cash
2010-12-27improved menu creation for on demand menus and integrated hover menu items in...cash
2010-12-25updated owner blocks for users and groupscash
2010-12-19pulled user owner block menu out of profile plugin with new menu codecash
2010-12-18site nav menu now uses new menu code (and finished the implementation of cust...cash
2010-12-17bookmarks plugin needs to be rewritten - hacked it to get the add functionali...cash
2010-12-15replacing calls to add_widget_type() with elgg_register_widget_type() (from h...cash
2010-12-08reorganized the page views as discussedcash
2010-12-04refs #1402 first cut of the new sidebar layout code (plus some other stuff - ...cash
2010-12-01screen.css is a better name for our main css filecash
2010-11-24Fixes #2655: Converted register_action to elgg_register_action throughout coreewinslow
2010-11-11Fixes #2640 - elgg_view_layout now uses a parameter array like all the other ...cash
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-03Fixes #1320: Bundled mods use elgg_echo()'s internal string substitution.brettp
2010-11-03Fixes #2128 - replaces all uses of set_context() and get_context() in core an...cash
2010-11-02Fixes #2360: page_draw => elgg_view_page in core + bundled pluginsewinslow
2010-11-02Refs #2463: Removed gratuitous references to $CONFIG->url, etc. in blog - gro...ewinslow