| Age | Commit message (Expand) | Author | Files | Lines |
| 2007-03-31 | accepts params user and blog id to limit list | wjames5 | 1 | -3/+6 |
| 2007-03-31 | lots of content permissions work. tentatively added updateUserPermissions() t... | Max Kremmel | 2 | -8/+5 |
| 2007-03-29 | fix comments access/display | wjames5 | 2 | -10/+20 |
| 2007-03-29 | avoid errors with respect to trackbacks. looks like trackbacks need to be cle... | Max Kremmel | 1 | -6/+9 |
| 2007-03-29 | fix indexes and add comments to AUTO column | Max Kremmel | 1 | -2/+5 |
| 2007-03-27 | clean up last blog posts module | wjames5 | 2 | -6/+11 |
| 2007-03-27 | move constraints to liberty_content because content_id is not primary on teh ... | Christian Fowler | 1 | -5/+4 |
| 2007-03-27 | not perfect icon for crosspost but at least it exists. | Max Kremmel | 2 | -3/+5 |
| 2007-03-27 | modification to previous edit | Andy Stanford | 1 | -1/+1 |
| 2007-03-27 | Minor template cleanup | Andy Stanford | 1 | -1/+1 |
| 2007-03-27 | some template cleanup | Max Kremmel | 2 | -31/+32 |
| 2007-03-27 | simplify post details | Max Kremmel | 1 | -15/+12 |
| 2007-03-26 | fix email psot error tied to blog_id | wjames5 | 1 | -2/+8 |
| 2007-03-26 | remove print post error tied to blog_id | wjames5 | 1 | -2/+10 |
| 2007-03-26 | make rankings for blog posts and use bw liberty standard rankings | wjames5 | 2 | -2/+69 |
| 2007-03-26 | fix time in blog creation preview | wjames5 | 2 | -3/+5 |
| 2007-03-26 | fix blog edit preview, and parse format bug in getBlog | wjames5 | 3 | -11/+16 |
| 2007-03-26 | add table field for storing a note when crossposting a post to a blog, not ye... | wjames5 | 2 | -0/+2 |
| 2007-03-25 | userers > users | laetzer | 1 | -2/+2 |
| 2007-03-23 | major overhaul to permissioning just about complete, fix crosspost, fix viewi... | Christian Fowler | 10 | -190/+91 |
| 2007-03-23 | preserves timestamp in blogs_posts_map on resave, and sets blog post listings... | wjames5 | 1 | -7/+21 |
| 2007-03-22 | remove errant vd - sorry | wjames5 | 1 | -4/+3 |
| 2007-03-22 | adds function and form for crossposting, structurally it seems perfect, but t... | wjames5 | 6 | -6/+189 |
| 2007-03-22 | first pass at content perm sql - right now on p_blogs_post is taking advantage | Christian Fowler | 2 | -24/+11 |
| 2007-03-22 | Fix the module to look for the data in the right place | Andy Stanford | 1 | -2/+2 |
| 2007-03-22 | typo | wjames5 | 1 | -4/+4 |
| 2007-03-22 | tpl logic fixes, migrate to check boxes, almost ready for perm checking | Christian Fowler | 5 | -22/+24 |
| 2007-03-21 | remove blog service - was a false start | wjames5 | 2 | -33/+1 |
| 2007-03-21 | remove from blog creation, posting, display, may still be some refs in ranki... | wjames5 | 7 | -72/+99 |
| 2007-03-20 | fix rss feed and display of icon, allow full_data option in BitBlogPost::getList | Christian Fowler | 3 | -40/+47 |
| 2007-03-20 | fix multiple blog listing, add groovy comments | Christian Fowler | 1 | -8/+3 |
| 2007-03-20 | remove deprecated calls to old object permissions | Christian Fowler | 1 | -23/+1 |
| 2007-03-19 | add new permissioning code blogs, major cleanout of old code, get multi-selec... | Christian Fowler | 9 | -379/+143 |
| 2007-03-19 | polish up schema_inc for blogs_posts_map changes | Christian Fowler | 1 | -2/+4 |
| 2007-03-18 | init blogs refactoring | wjames5 | 22 | -279/+597 |
| 2007-03-16 | add first pass with content perms assigning. no logical support yet | Christian Fowler | 1 | -1/+7 |
| 2007-03-15 | remove vd | wjames5 | 1 | -2/+1 |
| 2007-03-05 | adds new blog service - auto gen user blogs on new user registration - off by... | wjames5 | 5 | -2/+40 |
| 2007-03-04 | show split posts when viewing posts in an individual blog | wjames5 | 1 | -0/+2 |
| 2007-03-03 | fix bad row name in perms upgrade | wjames5 | 1 | -2/+2 |
| 2007-03-03 | adds perms for viewing future and expired posts and query limits in getList | wjames5 | 3 | -5/+23 |
| 2007-03-02 | enable editing of publish and expire time, set publish time as default time d... | wjames5 | 6 | -14/+37 |
| 2007-03-02 | modernizes store and verify | wjames5 | 2 | -53/+121 |
| 2007-03-02 | adds default val if blog_posts_description_length is null | wjames5 | 1 | -4/+4 |
| 2007-03-02 | schema update to support future posting and experation dating of posts | wjames5 | 2 | -0/+6 |
| 2007-03-02 | adds admin option for split char count | wjames5 | 2 | -1/+10 |
| 2007-03-01 | adds support for split syntax and blog posts with read more | wjames5 | 7 | -11/+61 |
| 2007-03-01 | fully comments out categories reference | wjames5 | 1 | -2/+2 |
| 2007-03-01 | removed a superfluous {/if} | Andy Stanford | 1 | -1/+1 |
| 2007-03-01 | comments out all references to categories package and vvcat, services appear ... | wjames5 | 6 | -10/+46 |