summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-04-03add selectorMax Kremmel1-2/+2
2007-04-03cleanupMax Kremmel1-8/+3
2007-04-03fix module parameter lookupMax Kremmel1-7/+4
2007-04-02display avatar.jpg for avatar instead of small.jpg as it wasBrett Luedtke1-4/+4
2007-04-02remove admin pref for auto gen user blogs - feature depricated, users with ↵wjames52-6/+1
posting perm can post
2007-04-02change value passed to getlist to limit by author, was conflict with user ↵wjames53-7/+13
section which always forced the logged in user value, this is not the prettiest solution cause user package messes with values before handing them off to center incs
2007-03-31accepts params user and blog id to limit listwjames51-3/+6
2007-03-31lots of content permissions work. tentatively added updateUserPermissions() ↵Max Kremmel2-8/+5
to service load function.
2007-03-29fix comments access/displaywjames52-10/+20
2007-03-29avoid errors with respect to trackbacks. looks like trackbacks need to be ↵Max Kremmel1-6/+9
cleaned up a bit.
2007-03-29fix indexes and add comments to AUTO columnMax Kremmel1-2/+5
2007-03-27clean up last blog posts modulewjames52-6/+11
2007-03-27move constraints to liberty_content because content_id is not primary on teh ↵Christian Fowler1-5/+4
secondary tables
2007-03-27not perfect icon for crosspost but at least it exists.Max Kremmel2-3/+5
2007-03-27modification to previous editAndy Stanford1-1/+1
2007-03-27Minor template cleanupAndy Stanford1-1/+1
2007-03-27some template cleanupMax Kremmel2-31/+32
2007-03-27simplify post detailsMax Kremmel1-15/+12
2007-03-26fix email psot error tied to blog_idwjames51-2/+8
2007-03-26remove print post error tied to blog_idwjames51-2/+10
2007-03-26make rankings for blog posts and use bw liberty standard rankingswjames52-2/+69
2007-03-26fix time in blog creation previewwjames52-3/+5
2007-03-26fix blog edit preview, and parse format bug in getBlogwjames53-11/+16
2007-03-26add table field for storing a note when crossposting a post to a blog, not ↵wjames52-0/+2
yet supported in tpls
2007-03-25userers > userslaetzer1-2/+2
2007-03-23major overhaul to permissioning just about complete, fix crosspost, fix ↵Christian Fowler10-190/+91
viewing and deleting of posts
2007-03-23preserves timestamp in blogs_posts_map on resave, and sets blog post ↵wjames51-7/+21
listings to sort on map date_added date
2007-03-22remove errant vd - sorrywjames51-4/+3
2007-03-22adds function and form for crossposting, structurally it seems perfect, but ↵wjames56-6/+189
the associateInsert is not doing its thing
2007-03-22first pass at content perm sql - right now on p_blogs_post is taking advantageChristian Fowler2-24/+11
2007-03-22Fix the module to look for the data in the right placeAndy Stanford1-2/+2
2007-03-22typowjames51-4/+4
2007-03-22tpl logic fixes, migrate to check boxes, almost ready for perm checkingChristian Fowler5-22/+24
2007-03-21remove blog service - was a false startwjames52-33/+1
2007-03-21remove from blog creation, posting, display, may still be some refs in ↵wjames57-72/+99
ranking and print
2007-03-20fix rss feed and display of icon, allow full_data option in BitBlogPost::getListChristian Fowler3-40/+47
2007-03-20fix multiple blog listing, add groovy commentsChristian Fowler1-8/+3
2007-03-20remove deprecated calls to old object permissionsChristian Fowler1-23/+1
2007-03-19add new permissioning code blogs, major cleanout of old code, get ↵Christian Fowler9-379/+143
multi-select blog working
2007-03-19polish up schema_inc for blogs_posts_map changesChristian Fowler1-2/+4
2007-03-18init blogs refactoringwjames522-279/+597
2007-03-16add first pass with content perms assigning. no logical support yetChristian Fowler1-1/+7
2007-03-15remove vdwjames51-2/+1
2007-03-05adds new blog service - auto gen user blogs on new user registration - off ↵wjames55-2/+40
by default
2007-03-04show split posts when viewing posts in an individual blogwjames51-0/+2
2007-03-03fix bad row name in perms upgradewjames51-2/+2
2007-03-03adds perms for viewing future and expired posts and query limits in getListwjames53-5/+23
2007-03-02enable editing of publish and expire time, set publish time as default time ↵wjames56-14/+37
displayed, note expired check not in place yet
2007-03-02modernizes store and verifywjames52-53/+121
2007-03-02adds default val if blog_posts_description_length is nullwjames51-4/+4