aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/start.php
AgeCommit message (Expand)Author
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
2010-04-07Creating content for the blog posts of user's friends.nickw
2010-04-02Fixing breadcrumb navigation and content header links for blogs.nickw
2010-03-25Added river support to blog.brettp
2010-03-23Added filtering by archive date.brettp
2010-03-23Added an ElggBlog class to override the time_created field.brettp
2010-03-19Default all tools' menu items to "world" view. Removed "My" prefix.brettp
2010-03-18Updated blog to support multiple revisions and automatic saving of drafts.brettp
2010-03-16Replaced more calls to deprecated functions.pete
2010-03-12Rough first version of a new blog plugin.brettp
2010-03-09Blogs updated to new UI (needs Brett to look over first)pete
2010-03-03Pulled in the interface changes.brettp