aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/actions/blog/save.php
AgeCommit message (Expand)Author
2013-06-05removed crazy code that doesn't do anything useful - only fires when $blog->f...Cash Costello
2013-06-05Fixes #5601 allowing empty tags to pass through to clear previous tagsCash Costello
2013-03-05made the event more general for future support of objects with draft/publish ...Cash Costello
2013-02-23Fixes #4802 notifications sent when status is newly set to publishedCash Costello
2013-02-23Fixes #5012 drafts are private nowCash Costello
2012-10-10Fixes #4593: All titles are HTML-escaped plain textSteve Clay
2012-08-06Fixes #4792. Now blog author is who appears in the river.Sem
2011-12-23Fixes #4179 not setting excerpt if none setcash
2011-12-04removed some usage of deprecated methodsCash Costello
2011-06-18Fixes #3580 adding blog preview button that uses save actioncash
2011-06-18using elgg_delete_river() rather than custom SQL in blog save actioncash
2011-04-02Fixes #3208 setting time_created on updatecash
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-03-08Fixes #2229. Removed published data metadata in blog. Added upgrade to set al...brettp
2011-03-01because river entry is deleted we do not need to do an updatecash
2011-03-01fixes saving a new blog post - was trying to do an update to without a guidcash
2011-03-01Fixes #2425, #2427. Blog status for published and draft correctly set the riv...brettp
2011-02-20fixed blog sticky formscash
2011-02-08Refs #2543: Updated trunk mods and views to use the new functions from previo...brettp
2010-12-25amtrak does not have wifi so here is one big commit with group blogs, blog wi...cash
2010-12-05Clean-up of the blog plugin - now using urls from 1.7.5cash
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-08-22Merged r6620:6653 from 1.7 branch into trunkcash
2010-06-07Added metadata 'new_post' when autosaving blogs to help with river / revision...brettp
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-24Blogs only show up in the river if in published state.brettp
2010-04-05Adding a datetime view for use with blog publication.nickw
2010-03-25Added river support to blog.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