summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Expand)AuthorFilesLines
2008-07-03add content_id to edit forms - needed for fancy attachment ajax tricks as com...wjames52-3/+4
2008-05-23hide drafts from upcoming posts list, show drafts irregardless of time stamp ...wjames51-1/+4
2008-05-23customize status utilization to facilitate draft blog posts - this is a good ...wjames52-3/+13
2008-05-20set status values so that in regular blog rolls we don't get drafts included....wjames51-1/+4
2008-04-18fix capitalization, use gBitUser->hasPermission('p_blogs_send_post') since th...Christian Fowler1-4/+4
2008-04-18do not translate the displaynameChristian Fowler1-2/+2
2008-04-12replace gBitUser hasPerm with gContent hasUserPerm -- nastly old stuffwjames51-5/+5
2008-03-29user verifyViewPermission instead of BitSystem::verifyPermission for view checkwjames51-2/+2
2008-02-17Fix parseData reference and escape title properly.Nick Palmer1-1/+1
2008-01-21Put the break back.Nick Palmer1-1/+1
2008-01-21Make blog_list_post.tpl respect avatar/link/plain setting.Nick Palmer1-3/+9
2007-12-31Make page heading 'Edit' or 'Create' depending on which user is doingJams H Thompson1-2/+6
2007-12-31automatically select a default target blog for posting if one is specifiedJams H Thompson1-2/+2
2007-12-10include body service - on ajax - I think this is rightwjames51-1/+2
2007-12-07change pagination root if blog_id is set in module and pass in blogid if existswjames52-4/+18
2007-12-05pass list params into service sql in posts:getList and pass along module para...wjames51-2/+2
2007-11-13remove unnecessary linewjames51-2/+1
2007-11-13limit access to blog posts in lists by custom permissionswjames51-1/+6
2007-11-12parse crosspost note using format of the blogpost - display foramt name in cr...wjames51-1/+8
2007-11-12parse crosspost note using format of the blogpost - display foramt name in cr...wjames51-1/+2
2007-11-12use common bitbox class to style the crosspost note and move the note above a...wjames51-4/+4
2007-11-12overhaul of crossposting options - now you can add a note to each crosspost a...wjames52-11/+46
2007-11-08Fix ampersand in URL so it will validate.Nick Palmer1-1/+1
2007-11-07make scroll animation faster because it was stuttering at slower ratewjames51-3/+3
2007-11-06if blog post has a summary then we need the full blog post on ajax read more ...wjames51-1/+1
2007-11-06init - thought I already added this - needed for ajaxing read morewjames51-0/+7
2007-11-06make sure client has javascript enabled if we are serving up ajax read more -...wjames51-2/+2
2007-11-06simplify ajax lib assignment - and add cool display of ajaxed read more contentwjames51-5/+16
2007-11-05create admin feature to toggle auto display of primary attachment - display i...wjames52-2/+2
2007-11-05new feature - auto display primary attachment at top of blog postwjames52-1/+16
2007-11-05new feature - ajax readmore part of blogposts inline into recentposts type listswjames52-2/+21
2007-11-03enable format option to just list blog post titles, date, author in center - ...wjames53-25/+43
2007-11-03clean up recent_posts which had some include for a blog reference - but doesn...wjames51-2/+8
2007-10-18remove debugMax Kremmel1-3/+2
2007-10-13if no publish or expire time is set default to current timewjames51-1/+2
2007-09-25add support for liberty_content_summaryChristian Fowler2-3/+10
2007-09-24Drop custom inclusion of diggthis stuff since it is included in liberty now.Nick Palmer1-4/+0
2007-09-15Make sure number and "comments" don't split and pluralize properly.Nick Palmer1-1/+1
2007-09-15Make it so comment count and the word comment can't be broken up.Nick Palmer1-1/+1
2007-09-10revert to hasEditPermission with updated LC::hasUserPermChristian Fowler1-1/+1
2007-09-07only display edit and delete options with requesit permissionwjames51-1/+3
2007-09-04add a pseudo sort_date that handles NULL publish_date scenariosChristian Fowler1-1/+4
2007-08-31add secondary sort modeChristian Fowler1-5/+1
2007-08-30add cvs statsChristian Fowler1-0/+4
2007-08-24move default posts sort order from getList where its not possible and set it ...wjames51-0/+4
2007-08-21only extract if not emptyChristian Fowler1-2/+4
2007-08-09add support for digg this - prob needs to be moved to a promotions packageChristian Fowler1-0/+4
2007-07-27patch loophole in futuresHash that could corrupt list with past posts, and pu...wjames51-1/+1
2007-07-27display author name and link in future posts listwjames51-2/+2
2007-07-27on user pages only show pending articles by that userwjames51-1/+8