summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-25if verify fails anywhere along the class chain then process parent verify ↵wjames53-3/+17
checks so we get all errors in one shot - saving the user much headaches. also introduce verify service so services can report verification errors
2008-10-24move the liberty meta table upgrade hack to the new package version upgrades ↵Max Kremmel1-0/+70
and give liberty version 2.0.0. Please note that running this upgrade on cvs installs won't work. fix in the works.
2008-10-22add pre data tag for simple adding of <pre> tags in edit fieldChristian Fowler1-0/+94
2008-10-22add a basic text formatChristian Fowler1-0/+34
2008-10-22cleanup. perhaps table parsing could go into filters. that would allow us to ↵Max Kremmel1-12/+10
enable mediawiki tables in html content...
2008-10-21add option to use \n to create new lines in mediawiki tables.Max Kremmel1-2/+2
2008-10-21store thumbnail images in subdirectory to avoid problems with filenames of ↵Max Kremmel1-20/+24
uploaded file.
2008-10-21fix paths to templatesMax Kremmel4-6/+6
2008-10-21remove checkglobals cruft from core perm check methodswjames51-9/+9
2008-10-21checkglobal doesnt existwjames51-2/+2
2008-10-21change edit to update like the restwjames51-2/+2
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler2-29/+48
convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
2008-10-19Give more control over alt attribute and fix documentation to match code.pre_update_permissionNick Palmer1-11/+35
2008-10-19add @deprecated doc tags where appropriateMax Kremmel3-8/+42
2008-10-18Allow content types to force a content_status_id on create even when displayNick Palmer1-3/+5
is off.
2008-10-16removed .['data'] which prevented content list from displaying; put content ↵laetzer2-22/+53
listing into <table>
2008-10-16better pattern recognition to work out if it's a jpeg. not sure if there's ↵Max Kremmel1-3/+3
ever jpg as mime type but this makes sure it works even if there is
2008-10-16trailing whitespaceMax Kremmel1-4/+4
2008-10-15typolaetzer1-19/+22
2008-10-13fix logic with installer force when updating pre 2.1 bitweaver and create ↵Max Kremmel1-2/+2
missing sequences as well as new meta tables.
2008-10-12no code changes - only cleanupMax Kremmel1-25/+32
2008-10-12make sure plugins have a user_id they can use to parse data withMax Kremmel1-2/+3
2008-10-10cleanupMax Kremmel1-10/+10
2008-10-10fix sort plugin, parse input date, update help, clean up code, streamline ↵Max Kremmel1-48/+44
function usage
2008-10-08fix chicken-egg problem with installer and LibertyMime loading attachment ↵Max Kremmel1-3/+5
preferences. i don't think this is the best solution yet, but it takes care of the current login bugs.
2008-10-08no code changes except for scanForAttachmentUsage() has been removed - we ↵Max Kremmel1-374/+357
have an attachment filter that takes care of that now. group related methods, fix comments, add (commented) deprecated notes to methods that have been replaced by methods in LibertyMime.
2008-10-08clean up display and use mime_meta_inc.tpl to display attachment detailsMax Kremmel1-14/+3
2008-10-08remove call to attachment usage scanning method. we have a filter to do that ↵Max Kremmel1-7/+1
now.
2008-10-08make it possible to turn off help note.Max Kremmel1-1/+3
2008-10-08make it possible to switch between display and download link.Max Kremmel1-3/+10
2008-10-07don't choke if an invalid attachment_id has been givenMax Kremmel1-3/+4
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 Kremmel2-82/+105
method. reduces load and avoids confusion / bugs
2008-10-03remove unused filesMax Kremmel1-65/+0
2008-10-03CORE CHANGE: cleave Create permission from Edit permission so that they are ↵wjames51-3/+3
distinct. See mailing list for more details
2008-10-03anon can't own contentcreate_permissionMax Kremmel1-2/+2
2008-10-03typowjames51-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 ↵wjames52-4/+8
among perm handlers
2008-10-02init verifyExpungePermission to complete the perm methods set, and flip ↵wjames51-4/+21
checkglobals to true on expunge and on admin - anyone with the perm assigned to their group should get access, if limited access is desired on a conteny by content basis assign custom contetn perms
2008-10-02init new 'create' permission check methods in anticipation of splitting edit ↵wjames51-1/+29
into edit and create - edit is still unchanged at this point
2008-09-29remove confusing messages - regular users don't care about table addition or ↵Max Kremmel1-3/+3
removal
2008-09-29revive help message for convenience - also meant to serve as a showcase...Max Kremmel1-6/+2
2008-09-29inline css in liberty, kernel, themes replaced with classes from inline.css ↵laetzer11-31/+33
(loaded by themes pkg)
2008-09-28description distinguished from 'normal' file handlerlaetzer1-3/+3
2008-09-28legends with plugin typelaetzer1-1/+1
2008-09-28updated help text and help linklaetzer1-8/+8
2008-09-28typolaetzer1-2/+2
2008-09-27check this->hasUserPermission( 'p_liberty_attach_attachments' ) during store ↵Christian Fowler1-2/+2
for proper content perm checking
2008-09-25rip out hotwords stuffMax Kremmel1-31/+1