summaryrefslogtreecommitdiff
path: root/LibertyContent.php
AgeCommit message (Expand)AuthorFilesLines
2010-03-06new method to check if a service is required - requires lcconfig and is compa...wjames51-2/+21
2010-02-15new feature check if content type has service available to it - anticipates i...wjames51-1/+24
2010-02-02add pDefault=TRUE tp getTitle to allow control of returning a default image t...pre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGEChristian Fowler1-3/+3
2010-01-30return pkg icon as thumbnail URL by defaultChristian Fowler1-3/+11
2010-01-27remove aliases on DeleteChristian Fowler1-1/+4
2009-11-10fix commentR270wjames51-2/+2
2009-11-10fix commentwjames51-2/+2
2009-11-10fix commentwjames51-2/+2
2009-11-10typowjames51-2/+2
2009-10-21captialize query reserverd words for consistencyChristian Fowler1-4/+5
2009-10-20Added user_id, content_id filtering to getActionLogs()John Turner1-1/+13
2009-10-15Add width and height attributes to image in mime attachment tpl so that they ...Tyler Bello1-8/+4
2009-10-01remove ref to non-existant copyright.txt filewjames51-2/+2
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-2/+2
2009-09-25add convenience func for decoding html requestswjames51-1/+12
2009-08-21remove line break from action log messagesTyler Bello1-2/+2
2009-08-16Check that $gBitUser is object before using mUserId, otherwise use ANONYMOUS_...John Turner1-2/+2
2009-08-04add hashKey option to getList to specify hashed return array, allow content_i...Christian Fowler1-2/+18
2009-05-22cant use getDisplayUrl because individual classes have gone off the reservati...Tekimaki1-2/+8
2009-05-20add new opt in join to pull primary attachment in lists - nothing in tpls yet...Tekimaki1-1/+21
2009-05-20get summary in listsTekimaki1-2/+4
2009-05-16remove TODO, default pass by ref value was docuemnted in php5 releasewjames51-3/+1
2009-05-16add TODO comment about this nasty pass by ref param that is set to nullwjames51-1/+3
2009-04-07Prevent parsing of 100 pages while creating generic content list.Lester Caine1-2/+2
2009-04-02add option to mod list results by excluding by content_type_guid -- move out ...Tekimaki1-1/+11
2009-03-31phpdoc updateLester Caine1-2/+2
2009-02-27rollback comment allow check as its not helpful for core purpose - fehTekimaki1-17/+5
2009-02-27if new content then always return true for allow comments - this facilitates ...Tekimaki1-5/+17
2009-01-31remove debugChristian Fowler1-2/+1
2009-01-30pass pFunctionParam by reference in invokeServices so service methods can alt...Christian Fowler1-2/+3
2009-01-28pass param hash by reference in services - utilized in _list_sql services to ...Tekimaki1-2/+2
2009-01-24tweak connectby query for postgres8.3, check for \!empty($pParamHash['content...R250Christian Fowler1-5/+5
2009-01-16Prevent creation of cache directories when cache is switched offLester Caine1-2/+3
2008-12-31add option to filter by content statusMax Kremmel1-3/+17
2008-11-29typowjames51-2/+2
2008-11-25Compare to 'null' not allowed on firebird has to be a number.Lester Caine1-1/+4
2008-11-02remove isFeatureActive('liberty_display_status') in ::verify, use hasUserPerm...Christian Fowler1-2/+2
2008-10-25if verify fails anywhere along the class chain then process parent verify che...wjames51-1/+4
2008-10-21remove checkglobals cruft from core perm check methodswjames51-9/+9
2008-10-21checkglobal doesnt existwjames51-2/+2
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming conv...Christian Fowler1-27/+46
2008-10-19add @deprecated doc tags where appropriateMax Kremmel1-6/+11
2008-10-18Allow content types to force a content_status_id on create even when displayNick Palmer1-3/+5
2008-10-12make sure plugins have a user_id they can use to parse data withMax Kremmel1-2/+3
2008-10-03clean up docs and remove trailing whitespaceMax Kremmel1-482/+518
2008-10-03large code cleanup - getting rid of broken and unnecessary loadPermissions() ...Max Kremmel1-80/+103
2008-10-03CORE CHANGE: cleave Create permission from Edit permission so that they are d...wjames51-3/+3
2008-10-03anon can't own contentcreate_permissionMax Kremmel1-2/+2
2008-10-02make sure bw doesn't break when we use the old deprecated method nameMax Kremmel1-2/+3
2008-10-02rename verifyPermission to verifyUserPermission for nomenclature consistency ...wjames51-2/+6