summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Expand)AuthorFilesLines
2010-02-02use ->getTitle() method instead of ->mInfo.title in templates to allow for cl...Christian Fowler2-4/+4
2009-11-03move hide user blog posts on user pages to admin opt in feature, and dont hid...R270wjames52-4/+3
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 update...wjames52-2/+2
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming conv...Christian Fowler2-4/+4
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 b...Jo-Herman Haugholt1-4/+8
2008-07-16Made the header RSS link reference the feed of the current blog instead of th...Jo-Herman Haugholt1-1/+5
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 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