summaryrefslogtreecommitdiff
path: root/LibertyContent.php
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-02init verifyExpungePermission to complete the perm methods set, and flip check...wjames51-4/+21
2008-10-02init new 'create' permission check methods in anticipation of splitting edit ...wjames51-1/+29
2008-08-23add a check to make sure this->getField( 'format_guid' ) actually exists befo...Christian Fowler1-2/+2
2008-07-29Expunge DeleteLester Caine1-8/+8
2008-07-29Bring getContentList into line with getList and drop the 'data' return.Lester Caine1-5/+18
2008-07-23declare global variable so we can ref it - duhwjames51-2/+2
2008-07-23fix deprecated func ref to BitTHemeswjames51-3/+3
2008-07-18BUG: 2021466: ambiguous column referenceMax Kremmel1-2/+5
2008-06-13Unaliased '*' causing problem in Firebird. Adding alias fixes problem but I t...Lester Caine1-2/+2
2008-05-23define convenience function to get status of a contentwjames51-6/+15
2008-05-19edit package path from constantwjames51-4/+12
2008-05-10SCHEMA CHANGE: added liberty_attachment_prefs to store attachment preferencesMax Kremmel1-2/+2
2008-05-07curly brackets when using if clauses, EOL whitespace, general ledgibilityMax Kremmel1-32/+25
2008-05-02handle FALSE return on query exec (typically in installer)Christian Fowler1-4/+7
2008-04-12Fix warning. Note to self: Don't commit when annoyed and tired. Sorry guys.Nick Palmer1-3/+3
2008-04-12Fix checking of global permission so that global is only checked whenNick Palmer1-4/+10
2008-04-08remove apparently duplicate query as variable is reassigned on next lineChristian Fowler1-7/+3
2008-04-01pass NULL instead of contentid to getDisplayUrl since not all packages accept...wjames51-3/+3
2008-03-30new getEditUrl method to get edit path for content typewjames51-1/+26
2008-03-29add default 0 for query_cache_timeChristian Fowler1-1/+5
2008-03-28new getViewTemplates for asking for center templates from any content type - ...wjames51-1/+18
2008-03-22add check for offset out of rangeJams H Thompson1-9/+20
2008-03-21Fix where custom content permissions are stored and modify so the new service...Nick Palmer1-17/+15
2008-03-20check aliasess-tring isset so people without peoples don't nuke aliases on saveChristian Fowler1-2/+2
2008-03-20cache user content perms to a hash on the object, add a service getUserPerimi...wjames51-5/+12
2008-03-19add content aliases editing supportChristian Fowler1-1/+37
2008-03-07new convenience functions to check permission to post coments - these also en...wjames51-1/+25
2008-03-04fix getUserPerms to properly return default perm hash without custom perms set.wjames51-5/+4
2008-03-04typo in last changewjames51-3/+3
2008-03-04add contentid as an optional arg to custom content perm setterswjames51-10/+14
2008-03-01Gracefully handle requess for page numbers larger than max existing pageJams H Thompson1-2/+13
2008-02-14remove recent contentlinking handlers since they misrepresent capabilities of...wjames51-55/+1