| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-10-25 | if verify fails anywhere along the class chain then process parent verify ↵ | wjames5 | 3 | -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-24 | move the liberty meta table upgrade hack to the new package version upgrades ↵ | Max Kremmel | 1 | -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-22 | add pre data tag for simple adding of <pre> tags in edit field | Christian Fowler | 1 | -0/+94 | |
| 2008-10-22 | add a basic text format | Christian Fowler | 1 | -0/+34 | |
| 2008-10-22 | cleanup. perhaps table parsing could go into filters. that would allow us to ↵ | Max Kremmel | 1 | -12/+10 | |
| enable mediawiki tables in html content... | |||||
| 2008-10-21 | add option to use \n to create new lines in mediawiki tables. | Max Kremmel | 1 | -2/+2 | |
| 2008-10-21 | store thumbnail images in subdirectory to avoid problems with filenames of ↵ | Max Kremmel | 1 | -20/+24 | |
| uploaded file. | |||||
| 2008-10-21 | fix paths to templates | Max Kremmel | 4 | -6/+6 | |
| 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-21 | change edit to update like the rest | wjames5 | 1 | -2/+2 | |
| 2008-10-20 | BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵ | Christian Fowler | 2 | -29/+48 | |
| convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission | |||||
| 2008-10-19 | Give more control over alt attribute and fix documentation to match code.pre_update_permission | Nick Palmer | 1 | -11/+35 | |
| 2008-10-19 | add @deprecated doc tags where appropriate | Max Kremmel | 3 | -8/+42 | |
| 2008-10-18 | Allow content types to force a content_status_id on create even when display | Nick Palmer | 1 | -3/+5 | |
| is off. | |||||
| 2008-10-16 | removed .['data'] which prevented content list from displaying; put content ↵ | laetzer | 2 | -22/+53 | |
| listing into <table> | |||||
| 2008-10-16 | better pattern recognition to work out if it's a jpeg. not sure if there's ↵ | Max Kremmel | 1 | -3/+3 | |
| ever jpg as mime type but this makes sure it works even if there is | |||||
| 2008-10-16 | trailing whitespace | Max Kremmel | 1 | -4/+4 | |
| 2008-10-15 | typo | laetzer | 1 | -19/+22 | |
| 2008-10-13 | fix logic with installer force when updating pre 2.1 bitweaver and create ↵ | Max Kremmel | 1 | -2/+2 | |
| missing sequences as well as new meta tables. | |||||
| 2008-10-12 | no code changes - only cleanup | Max Kremmel | 1 | -25/+32 | |
| 2008-10-12 | make sure plugins have a user_id they can use to parse data with | Max Kremmel | 1 | -2/+3 | |
| 2008-10-10 | cleanup | Max Kremmel | 1 | -10/+10 | |
| 2008-10-10 | fix sort plugin, parse input date, update help, clean up code, streamline ↵ | Max Kremmel | 1 | -48/+44 | |
| function usage | |||||
| 2008-10-08 | fix chicken-egg problem with installer and LibertyMime loading attachment ↵ | Max Kremmel | 1 | -3/+5 | |
| preferences. i don't think this is the best solution yet, but it takes care of the current login bugs. | |||||
| 2008-10-08 | no code changes except for scanForAttachmentUsage() has been removed - we ↵ | Max Kremmel | 1 | -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-08 | clean up display and use mime_meta_inc.tpl to display attachment details | Max Kremmel | 1 | -14/+3 | |
| 2008-10-08 | remove call to attachment usage scanning method. we have a filter to do that ↵ | Max Kremmel | 1 | -7/+1 | |
| now. | |||||
| 2008-10-08 | make it possible to turn off help note. | Max Kremmel | 1 | -1/+3 | |
| 2008-10-08 | make it possible to switch between display and download link. | Max Kremmel | 1 | -3/+10 | |
| 2008-10-07 | don't choke if an invalid attachment_id has been given | Max Kremmel | 1 | -3/+4 | |
| 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 | 2 | -82/+105 | |
| method. reduces load and avoids confusion / bugs | |||||
| 2008-10-03 | remove unused files | Max Kremmel | 1 | -65/+0 | |
| 2008-10-03 | CORE CHANGE: cleave Create permission from Edit permission so that they are ↵ | wjames5 | 1 | -3/+3 | |
| distinct. See mailing list for more details | |||||
| 2008-10-03 | anon can't own contentcreate_permission | Max Kremmel | 1 | -2/+2 | |
| 2008-10-03 | typo | wjames5 | 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 | 2 | -4/+8 | |
| among perm handlers | |||||
| 2008-10-02 | init verifyExpungePermission to complete the perm methods set, and flip ↵ | wjames5 | 1 | -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-02 | init new 'create' permission check methods in anticipation of splitting edit ↵ | wjames5 | 1 | -1/+29 | |
| into edit and create - edit is still unchanged at this point | |||||
| 2008-09-29 | remove confusing messages - regular users don't care about table addition or ↵ | Max Kremmel | 1 | -3/+3 | |
| removal | |||||
| 2008-09-29 | revive help message for convenience - also meant to serve as a showcase... | Max Kremmel | 1 | -6/+2 | |
| 2008-09-29 | inline css in liberty, kernel, themes replaced with classes from inline.css ↵ | laetzer | 11 | -31/+33 | |
| (loaded by themes pkg) | |||||
| 2008-09-28 | description distinguished from 'normal' file handler | laetzer | 1 | -3/+3 | |
| 2008-09-28 | legends with plugin type | laetzer | 1 | -1/+1 | |
| 2008-09-28 | updated help text and help link | laetzer | 1 | -8/+8 | |
| 2008-09-28 | typo | laetzer | 1 | -2/+2 | |
| 2008-09-27 | check this->hasUserPermission( 'p_liberty_attach_attachments' ) during store ↵ | Christian Fowler | 1 | -2/+2 | |
| for proper content perm checking | |||||
| 2008-09-25 | rip out hotwords stuff | Max Kremmel | 1 | -31/+1 | |
