summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2010-02-02use ->getTitle() method instead of ->mInfo.title in templates to allow for ↵Christian Fowler2-4/+4
cleaner polymorphism
2009-11-03move hide user blog posts on user pages to admin opt in feature, and dont ↵R270wjames52-4/+3
hide empty lists on general blog listing requests so we dont have a confusing empty page
2009-09-21add 'primary' sub class on thumbnail imageChristian Fowler1-1/+1
2009-09-02remove hard coded showEmpty, and use module_parameters.show_emptyChristian Fowler1-2/+2
2009-05-01pull variable data listBlog.last_modified out of tr blockChristian Fowler1-1/+1
2009-01-20Fix quotes on many smarty include directivesR250Daniel Sutcliffe2-6/+6
2009-01-20blogs implemented non standard url param, add standard display_url and ↵wjames52-2/+2
update tpls accordingly. old url param is left in for compatability since this change could royally screw up paths in custom tpls. maybe should be yanked on major version release.
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler2-4/+4
convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
2008-10-16consistent html; wordingpre_update_permissionlaetzer1-1/+1
2008-10-04check perm to see tools via BitUser method so global group perm is respectedwjames51-1/+1
2008-09-17improved plurallaetzer1-1/+1
2008-08-27note to the readerlaetzer1-1/+2
2008-08-27r.i.p. centerTitlelaetzer2-4/+4
2008-08-01allow param 'module title' for center blocklaetzer2-3/+4
2008-08-01added {strip}laetzer1-2/+4
2008-07-16Updated the header feed links for a blog post to point to the feeds for the ↵Jo-Herman Haugholt1-4/+8
blogs it was posted to rather than the general blog feed
2008-07-16Made the header RSS link reference the feed of the current blog instead of ↵Jo-Herman Haugholt1-1/+5
the general blog feed when the user is viewing a specific blog. (Works better with crawlers such as Technocrati)
2008-07-16Added 'rel="bookmark"' to pemalink <a> tagsJo-Herman Haugholt4-4/+4
2008-07-14update calls to show and hideSpinner to BitBasewjames51-2/+2
2008-07-03add content_id to edit forms - needed for fancy attachment ajax tricks as ↵wjames52-3/+4
common way to identify content
2008-05-23hide drafts from upcoming posts list, show drafts irregardless of time stamp ↵wjames51-1/+4
in last blog posts module if requesting only drafts - might want to make a just drafts module to make this easier for site setup.
2008-05-23customize status utilization to facilitate draft blog posts - this is a good ↵wjames52-3/+13
model for other packages for supporting simple draft status
2008-05-20set status values so that in regular blog rolls we don't get drafts ↵wjames51-1/+4
included. create new status option in last_blog_posts to included drafts be requesting user
2008-04-18fix capitalization, use gBitUser->hasPermission('p_blogs_send_post') since ↵Christian Fowler1-4/+4
this is a system level check on this permission due to possible abuse
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 ↵wjames51-2/+2
params so that you take advantage of list services in mod_last_blog_post
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 ↵wjames51-1/+8
crosspost edit interface
2007-11-12parse crosspost note using format of the blogpost - display foramt name in ↵wjames51-1/+2
crosspost edit interface
2007-11-12use common bitbox class to style the crosspost note and move the note above ↵wjames51-4/+4
all content parts of the post
2007-11-12overhaul of crossposting options - now you can add a note to each crosspost ↵wjames52-11/+46
and edit those notes. still todo would be to support editing the crossposting date, and to be able to assign a format type to the note so you can style the note text inline. crosspost notes are displayed at the top of a blogpost when viewed within the blog crossposted to
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
- handle that case
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
- default no ajax for no js browsers
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 ↵wjames52-2/+2
is disabled by default
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