aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/start.php
AgeCommit message (Expand)Author
2011-06-03Fixes #3138 using 'all' for group listing urlscash
2011-04-16Fixes #3310. Applied lie2815's patch to use activate.php and deactivate.php i...brettp
2011-04-03Refs #3184 added span so that blog post status would be vertically alignedcash
2011-03-28Fixing css/elgg instead of css/screen.brettp
2011-03-12Fixes #3091 adds load functions for js and csscash
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-03-07Refs #2895 entity menu uses new menu systemcash
2011-03-01blog plugin uses on_activate to set its class or the upgrade eventcash
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-03changed elgg_get_plugin_path() to elgg_get_plugins_path()cash
2011-01-06switched from new to addcash
2010-12-29more clean up of the blog plugin - removed unused functions and moved the url...cash
2010-12-29new content link uses guid to make supporting groups and users easiercash
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-25amtrak does not have wifi so here is one big commit with group blogs, blog wi...cash
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-15replacing calls to add_widget_type() with elgg_register_widget_type() (from h...cash
2010-12-07reorganized the layout viewscash
2010-12-05Clean-up of the blog plugin - now using urls from 1.7.5cash
2010-12-04Fixes #2519 we can now register and load php libraries - blog plugin is using...cash
2010-12-04a better main content view structurecash
2010-12-03preview of what the main content area looks like with a module approach cash
2010-12-01screen.css is a better name for our main css filecash
2010-11-24Removing superfluous calls to insert site root in urlsewinslow
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-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
2010-11-02Refs #2463: Removed some gratuitous calls to elgg_get_site_url() from core pl...ewinslow
2010-11-02Using REFERER shorthand throughout coreewinslow
2010-10-30Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to elgg_get_site...ewinslow
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-08-21Merged r6586:6587 from 1.7 branch into trunkcash
2010-06-01Restricting tag cloud display on Blogs and Documents by context.nickw
2010-05-26Gatekeeper() added to blog edit/create pagehandler.brettp
2010-05-26Ensuring Blogs and Forum links display properly in the group ownerblock.nickw
2010-05-24Removing blogs from groups, part 2.brettp
2010-05-24Removing blog options from groups, part 1.brettp
2010-05-24Moved blog edit sidebar revisions to the top of the sidebar.brettp
2010-05-24Group blog and bookmarks submenu removed from sidebar (links are now in the g...pete
2010-05-21Registering new plugin hooks to extend the owner block profile menu.nickw
2010-05-20Adding submenu items for standard plugins to owner block.nickw
2010-04-14Added ECML support in blogs.brettp
2010-04-07Highlighting current tab in content header.nickw