aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/blog_lib.php
AgeCommit message (Expand)Author
2010-05-25check to see if comments are on or offdave
2010-05-24Blog uses elgg_make_excerpt() now instead of its own.brettp
2010-05-24Removing publish_date interface for blogs pending better l10n for dates.brettp
2010-05-24Saving a blog post no longer rewrites all entity time_created and time_update...brettp
2010-04-21Blog excerpts now work for MB strings and properly detect word breaks.brettp
2010-04-21Removing unneeded order by metadata.brettp
2010-04-21Rewriting time_created and time_updated instead of trying to be tricky with m...brettp
2010-04-15Separated blog object view from comments.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-02Determining which content header to use based on blog owner.nickw
2010-04-02Allowing non-owners to view published blog posts.nickw
2010-04-02Truncating lengthy blog excerpts on word breaks.nickw
2010-04-02Fixing breadcrumb navigation and content header links for blogs.nickw
2010-03-25Added river support to blog.brettp
2010-03-25Fixed weird login in blog for real.brettp
2010-03-25Added access controls to blog archive grabbing function.brettp
2010-03-24Added archive view for blogs.brettp
2010-03-23Added filtering by archive date.brettp
2010-03-23Added an ElggBlog class to override the time_created field.brettp
2010-03-18Updated blog to support multiple revisions and automatic saving of drafts.brettp
2010-03-12Rough first version of a new blog plugin.brettp