index
:
liberty
master
Bitweaver liberty package repository
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibertyContent.php
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-16
Prevent creation of cache directories when cache is switched off
Lester Caine
1
-2
/
+3
2008-12-31
add option to filter by content status
Max Kremmel
1
-3
/
+17
2008-11-29
typo
wjames5
1
-2
/
+2
2008-11-25
Compare to 'null' not allowed on firebird has to be a number.
Lester Caine
1
-1
/
+4
2008-11-02
remove isFeatureActive('liberty_display_status') in ::verify, use hasUserPerm...
Christian Fowler
1
-2
/
+2
2008-10-25
if verify fails anywhere along the class chain then process parent verify che...
wjames5
1
-1
/
+4
2008-10-21
remove checkglobals cruft from core perm check methods
wjames5
1
-9
/
+9
2008-10-21
checkglobal doesnt exist
wjames5
1
-2
/
+2
2008-10-20
BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming conv...
Christian Fowler
1
-27
/
+46
2008-10-19
add @deprecated doc tags where appropriate
Max Kremmel
1
-6
/
+11
2008-10-18
Allow content types to force a content_status_id on create even when display
Nick Palmer
1
-3
/
+5
2008-10-12
make sure plugins have a user_id they can use to parse data with
Max Kremmel
1
-2
/
+3
2008-10-03
clean up docs and remove trailing whitespace
Max Kremmel
1
-482
/
+518
2008-10-03
large code cleanup - getting rid of broken and unnecessary loadPermissions() ...
Max Kremmel
1
-80
/
+103
2008-10-03
CORE CHANGE: cleave Create permission from Edit permission so that they are d...
wjames5
1
-3
/
+3
2008-10-03
anon can't own content
create_permission
Max Kremmel
1
-2
/
+2
2008-10-02
make sure bw doesn't break when we use the old deprecated method name
Max Kremmel
1
-2
/
+3
2008-10-02
rename verifyPermission to verifyUserPermission for nomenclature consistency ...
wjames5
1
-2
/
+6
2008-10-02
init verifyExpungePermission to complete the perm methods set, and flip check...
wjames5
1
-4
/
+21
2008-10-02
init new 'create' permission check methods in anticipation of splitting edit ...
wjames5
1
-1
/
+29
2008-08-23
add a check to make sure this->getField( 'format_guid' ) actually exists befo...
Christian Fowler
1
-2
/
+2
2008-07-29
Expunge Delete
Lester Caine
1
-8
/
+8
2008-07-29
Bring getContentList into line with getList and drop the 'data' return.
Lester Caine
1
-5
/
+18
2008-07-23
declare global variable so we can ref it - duh
wjames5
1
-2
/
+2
2008-07-23
fix deprecated func ref to BitTHemes
wjames5
1
-3
/
+3
2008-07-18
BUG: 2021466: ambiguous column reference
Max Kremmel
1
-2
/
+5
2008-06-13
Unaliased '*' causing problem in Firebird. Adding alias fixes problem but I t...
Lester Caine
1
-2
/
+2
2008-05-23
define convenience function to get status of a content
wjames5
1
-6
/
+15
2008-05-19
edit package path from constant
wjames5
1
-4
/
+12
2008-05-10
SCHEMA CHANGE: added liberty_attachment_prefs to store attachment preferences
Max Kremmel
1
-2
/
+2
2008-05-07
curly brackets when using if clauses, EOL whitespace, general ledgibility
Max Kremmel
1
-32
/
+25
2008-05-02
handle FALSE return on query exec (typically in installer)
Christian Fowler
1
-4
/
+7
2008-04-12
Fix warning. Note to self: Don't commit when annoyed and tired. Sorry guys.
Nick Palmer
1
-3
/
+3
2008-04-12
Fix checking of global permission so that global is only checked when
Nick Palmer
1
-4
/
+10
2008-04-08
remove apparently duplicate query as variable is reassigned on next line
Christian Fowler
1
-7
/
+3
2008-04-01
pass NULL instead of contentid to getDisplayUrl since not all packages accept...
wjames5
1
-3
/
+3
2008-03-30
new getEditUrl method to get edit path for content type
wjames5
1
-1
/
+26
2008-03-29
add default 0 for query_cache_time
Christian Fowler
1
-1
/
+5
2008-03-28
new getViewTemplates for asking for center templates from any content type - ...
wjames5
1
-1
/
+18
2008-03-22
add check for offset out of range
Jams H Thompson
1
-9
/
+20
2008-03-21
Fix where custom content permissions are stored and modify so the new service...
Nick Palmer
1
-17
/
+15
2008-03-20
check aliasess-tring isset so people without peoples don't nuke aliases on save
Christian Fowler
1
-2
/
+2
2008-03-20
cache user content perms to a hash on the object, add a service getUserPerimi...
wjames5
1
-5
/
+12
2008-03-19
add content aliases editing support
Christian Fowler
1
-1
/
+37
2008-03-07
new convenience functions to check permission to post coments - these also en...
wjames5
1
-1
/
+25
2008-03-04
fix getUserPerms to properly return default perm hash without custom perms set.
wjames5
1
-5
/
+4
2008-03-04
typo in last change
wjames5
1
-3
/
+3
2008-03-04
add contentid as an optional arg to custom content perm setters
wjames5
1
-10
/
+14
2008-03-01
Gracefully handle requess for page numbers larger than max existing page
Jams H Thompson
1
-2
/
+13
2008-02-14
remove recent contentlinking handlers since they misrepresent capabilities of...
wjames5
1
-55
/
+1
[next]