aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/lib/blog.php
AgeCommit message (Collapse)Author
2013-03-05don't allow comments on draft blog postsCash Costello
2013-02-23Fixes #5012 drafts are private nowCash Costello
2012-11-15Blog lib cleanup, logic simplification, remove notices & unused codeSteve Clay
2012-11-15Blog forwarder cleanup & viewtype propagationSteve Clay
2012-11-15Refs #4904. Checking if page has segments before using them.Sem
2012-11-06Refs #4904. Forwarding pre and post-1.7.5 blog urls.Sem
2012-11-05Fixes #4904. Elgg 1.7 group blog RSS links forward correctly now.Sem
2012-07-14Fixes #4691 not passing name to the form since not validCash Costello
2012-06-23Fixes #4610 better handling of content requiring a logged in userCash Costello
2012-06-17Merge pull request #268 from jeabakker/#4572Cash Costello
#Fixes 4572 Not encoding title in controller code
2012-06-15Fixes #4496, #4500 Refs #2814 Add consistent error message when content does ↵Cash Costello
not exist or user does not have access
2012-06-12fixes: blog title encoding issueJerome Bakker
2011-12-23Fixes #3751 adds a group blog archive pageCash Costello
2011-11-01Fixes #4035 made the entity view pages consistent for blog, bookmarks, file, ↵cash
pages, and forum posts
2011-10-29Refs #3859. Added elgg_register_simplecache_view() to core plugins' js.Brett Profitt
2011-10-10Refs #3916 added checks to all content plugins in master for page owner in ↵cash
mine and friends pages
2011-10-04Fixes #3793 blogs respect closed groups for main index pagecash
2011-07-06changed new convenience function from elgg_register_add_button() to ↵Cash Costello
elgg_register_title_button()
2011-06-27Refs #3407 using elgg-form and elgg-foot in core forms. Plugins nextCash Costello
2011-06-26removed buttons logic from content header view, created convenience function ↵cash
rather than copying and pasting, and updated the blog plugin
2011-06-26made breadcrumbs consistent in content pluginsCash Costello
2011-06-26Fixes #3614 updated use of elgg_view_entity() throughout coreCash Costello
2011-06-03Fixes #3138 using 'all' for group listing urlscash
git-svn-id: http://code.elgg.org/elgg/trunk@9133 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-13Fixes #3439 forcing months to have leading zerocash
git-svn-id: http://code.elgg.org/elgg/trunk@9065 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26Refs #3239 added a new sticky forms function to grab all variables and ↵cash
integrated into blog plugin git-svn-id: http://code.elgg.org/elgg/trunk@8836 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-23Fixes #3218 group content pages now use container method to determine who ↵cash
can add content git-svn-id: http://code.elgg.org/elgg/trunk@8818 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-20Fixes #2974 using canWriteToContainer() to control access to creating group ↵cash
content git-svn-id: http://code.elgg.org/elgg/trunk@8795 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixes #3091 adds load functions for js and csscash
git-svn-id: http://code.elgg.org/elgg/trunk@8675 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Refs #3091 rewrote the js and css register functions to require a namecash
git-svn-id: http://code.elgg.org/elgg/trunk@8668 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ewinslow
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-08Refs #2229: Using time_created instead of publish_date metadata to sort.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8624 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-23Every occurrence of elgg-button-$type needs an elgg-button base class ↵ewinslow
declaration -- or should we remove that requirement? git-svn-id: http://code.elgg.org/elgg/trunk@8444 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-22Cleaned up blog jsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8419 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-20fixed blog sticky formscash
git-svn-id: http://code.elgg.org/elgg/trunk@8377 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-20Refs #2970 updated blog and bookmarks pluginscash
git-svn-id: http://code.elgg.org/elgg/trunk@8373 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Fixes #2824 moved byline text in core language filecash
git-svn-id: http://code.elgg.org/elgg/trunk@8334 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Fixes #2428 last of the $CONFIG removals. Anything missed can be individual ↵cash
tickets git-svn-id: http://code.elgg.org/elgg/trunk@8305 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Fixes #2921: converted internalname => name and internalid => idewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8249 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Updated trunk to use new annotation functions. Added checks for ↵brettp
annotations_* options vs annotation_* options because it's so easy to confuse. git-svn-id: http://code.elgg.org/elgg/trunk@8223 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12blog object wasn't being passed to the form viewcash
git-svn-id: http://code.elgg.org/elgg/trunk@8153 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-10Converted buttons to elgg-object-type naming convention. Added table of ↵ewinslow
buttons to forms theming preview meant for previewing all button types and states (still have to implement those...) git-svn-id: http://code.elgg.org/elgg/trunk@8091 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08Refs #2543: Updated trunk mods and views to use the new functions from ↵brettp
previous 2 commits. git-svn-id: http://code.elgg.org/elgg/trunk@8079 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-06switched from new to addcash
git-svn-id: http://code.elgg.org/elgg/trunk@7846 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-31file index page now working for both users and groupscash
git-svn-id: http://code.elgg.org/elgg/trunk@7790 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-29Refs #2077 added new blog post button to group blog - can be used as module ↵cash
for remianing group tools git-svn-id: http://code.elgg.org/elgg/trunk@7758 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-29Fixes #2169 - setting the blog edit page owner to containercash
git-svn-id: http://code.elgg.org/elgg/trunk@7757 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-29more clean up of the blog plugin - removed unused functions and moved the ↵cash
url forwarder into library git-svn-id: http://code.elgg.org/elgg/trunk@7741 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-29new content link uses guid to make supporting groups and users easiercash
git-svn-id: http://code.elgg.org/elgg/trunk@7736 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-25amtrak does not have wifi so here is one big commit with group blogs, blog ↵cash
widget, and improved blog sidebar git-svn-id: http://code.elgg.org/elgg/trunk@7720 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-10using all rather than everyone to be more consistentcash
git-svn-id: http://code.elgg.org/elgg/trunk@7594 36083f99-b078-4883-b0ff-0f9b5a30f544