summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-06-23Tidy phpdoc headerLester Caine1-2/+2
Need to sort out a standard format for this so that all the relevent stuff is covered
2008-06-23Put phpdoc header backLester Caine1-0/+9
2008-06-22submit title as some content requires it in verify, also a number of other ↵wjames54-25/+33
minor bug fixes - ajax attachments now works again
2008-06-21fix sql problem with in()Jams H Thompson1-3/+15
2008-06-20big overhaul of ajax attachment uploader - this is mime and attachable ↵wjames54-74/+77
friendly. however its not wiki friendly which requires a title to run its store process - so thats on the todo list. this doest break anything, since it was already broken.
2008-06-20allow override to prevent LC store - for ajax uploads so we dont damage ↵wjames51-2/+2
existing content
2008-06-20include the storage list with mime - this is status quo layout and people ↵wjames51-0/+1
can not set primary without it
2008-06-20Not sure octet-stream is required - pdf's are reporting octetstreamLester Caine1-2/+2
Application files are loading properly now
2008-06-20Need to remeber the real handler even if you are using default functionsLester Caine1-7/+51
This seems wrong somehow - should only override plugin handler if it is invalid?
2008-06-19cant rely on common object for meta data, accept parse hash and use its ↵wjames51-4/+6
content and user values for parsing inner div content
2008-06-19remove nasty br - use css if you want to space the comments divwjames51-1/+0
2008-06-19Documentation niggle - could do with splitting this and moving the class ↵Lester Caine1-2/+1
element to kernel. BitLink is curently orphaned in the liberty documentation.
2008-06-19Move to the correct subpackageLester Caine4-8/+8
2008-06-19Tidy header (trying to fix problem in phpdoc output)Lester Caine1-3/+4
2008-06-18Include package in config entryLester Caine1-2/+2
2008-06-18Move @Note to @todoLester Caine1-3/+3
These appear on the phpdoc todo list which it would be nice to tidy up
2008-06-18fix hash name - fixes status enforcementwjames51-3/+3
2008-06-17Made compatible with mime plugins - image_file flattened to mInfoLester Caine1-6/+6
2008-06-17Respect LINKED_ATTACHMENTS selectionLester Caine1-3/+3
( attachment_id = content_id - content_id is bounced on if additional attachments are added )
2008-06-17Provide link direct to file from mime iconLester Caine1-0/+2
2008-06-17Alternative default mime plugin.Lester Caine2-0/+68
Only difference currently is stripping the Size navigation buttons for non-image files
2008-06-17Add option to include direct link to original file in size chartLester Caine1-0/+3
2008-06-17bitfile is used in two places and they have different requirements.Lester Caine1-2/+2
Using bitfile for 'unattached uploads' can be disbaled via liberty/plugins but the plugin STILL has to be loaded and uasable for attached uploads and things like user avatars. So bitfile is always loaded but may not be 'active' as that switches on the other use.
2008-06-16dont allow draft posts using plugin until tpl object ref bug can be fixedwjames51-2/+21
2008-06-15set youtube plugin differently for v3.1 - untested but follows docs ↵wjames51-4/+18
instruction, handles backward compatibilty properly
2008-06-15fix typo in config nameJams H Thompson1-3/+2
2008-06-14Code format fixLester Caine1-2/+3
2008-06-14Skip verifyMimeType in lookupMimeHandler when procesing windows .tmp filesLester Caine1-2/+5
Ideally need to identify mime type some other way?
2008-06-14set $gLibertySystem globalMax Kremmel1-3/+3
2008-06-14no need to include edit_storage_inc.php since it's done by the edit service ↵Max Kremmel1-3/+0
function in liberty
2008-06-14Prefer libfaac over mp3 for h264.Aaron Lee1-4/+4
2008-06-14typo in docsMax Kremmel1-2/+2
2008-06-14allow plugins to specify upload tpl. this will allow us to finally fade out ↵Max Kremmel3-2/+43
bitstorage and the other storage plugins - just need to port the few remaining plugins
2008-06-14move getMimeTemplate to new home in LibertySystem and add new method to ↵Max Kremmel6-31/+47
fetch all templates of a given type
2008-06-14set default guidMax Kremmel1-3/+3
2008-06-14put wiki and external links into one common setMax Kremmel1-6/+4
2008-06-14stick to coding guidelinesMax Kremmel1-5/+6
2008-06-14undefined indexMax Kremmel1-3/+5
2008-06-13fix urlMax Kremmel1-4/+4
2008-06-13use libamp3lame as acodec. seems to be supported over more ffmpeg installs ↵Max Kremmel1-4/+4
than just 'mp3'.
2008-06-13make wiki links label consistent with external links label - just seems to ↵wjames51-2/+2
make more sense
2008-06-13Trim constraint name below 31 charactersLester Caine1-1/+1
Think 31 is limit for Oracle and Firebird prefers to have 31 max.
2008-06-13Missing param causes problem with Firebird. Not sure if rollback_coment ↵Lester Caine1-1/+2
should be populated from calling page?
2008-06-13Unaliased '*' causing problem in Firebird. Adding alias fixes problem but I ↵Lester Caine1-2/+2
think it may just be a Firebird funny.
2008-06-13update docsMax Kremmel1-9/+9
2008-06-13remove large commended blockMax Kremmel1-51/+3
2008-06-12source_url issue resolved, remove commentwjames51-6/+2
2008-06-12rolling back source_url definition - unknown if this causes a problem ↵wjames51-3/+7
somewhere else, but current was causing a problem on subdir installs
2008-06-12if we are pointing to a missing file at least point to it in our pkg, if we ↵wjames52-2/+2
could find missing file, all the better
2008-06-10allow plugins to update guid on updateMax Kremmel3-15/+32