summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-02comment code to create custom html definition to allow target attributesCVS_HEADChristian Fowler1-6/+7
2010-06-02move all imagetags stuff to tagsChristian Fowler2-180/+0
2010-05-31move liberty_attachment_tags to tags package and rename to tags_image_areasChristian Fowler1-39/+0
2010-05-31remove mochikit dependency; use BitBase.SimpleAjax instead; tweak logic to hi...Christian Fowler4-27/+56
2010-05-29remove deprecated commented codewjames52-21/+2
2010-05-18fix datadict syntax so it creates a tableChristian Fowler1-3/+3
2010-05-13Basic javascript for image area tagging function. This needs to be combined w...Lester Caine1-0/+28
2010-05-13This adds the base table for area tags. I think this is the right way to do t...Lester Caine1-0/+39
2010-05-13I am sure this is the right way to handle tagged images. Just need to sort ou...Lester Caine1-0/+152
2010-04-30Missing comma caused liberty admin - action logs to WSODDaniel Sutcliffe1-2/+2
2010-04-30Check before commiting. Removed empty is_windows blockLester Caine1-4/+1
2010-04-30Recursive mkdir does not work on windows, and we need to tidy the '/\' messLester Caine1-1/+9
2010-04-28make sure mContentTypes[] is in all uses of getContentTypeName, clean up form...Christian Fowler1-3/+4
2010-04-26missing backtick in upgrade SQLDaniel Sutcliffe1-2/+2
2010-04-24dope the legacy col, this should have been committed earlierwjames51-4/+2
2010-04-24Actually allow counting of admin hits. Also wrap hits update in transaction t...Lester Caine1-2/+4
2010-04-23add support for optional PDF rasterizationChristian Fowler1-4/+10
2010-04-19Can't have a NOT NULL on an unpopulated column. Add it without, copy and then...Nick Palmer1-3/+4
2010-04-18That should work with all databases NOTNULL is non genericLester Caine1-2/+2
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to content...wjames59-26/+83
2010-04-17fine tune single plural selection of type namepre_ctype_desc_name_schmeachangewjames52-2/+1
2010-04-17typowjames51-2/+2
2010-04-17step three of contenttype name plural - replace all instances where name is a...wjames51-2/+2
2010-04-17step three of contenttype name plural - replace all instances where name is a...wjames51-2/+2
2010-04-17step three of contenttype name plural - replace all instances where name is a...wjames55-10/+10
2010-04-17step two of contenttype name plural - convert all mType references to getCont...wjames51-1/+1
2010-04-17comment typo sorrywjames51-1/+2
2010-04-17step one of contenttype name plural - new methods to fetch name in libertycon...wjames54-6/+43
2010-04-17remove old deprecated funcsPRE_CONTENTTYPE_NAME_PLURALwjames51-32/+1
2010-04-08add a char counter to textarea plugin, set maxchars=n to invoke, not compatib...wjames51-2/+18
2010-04-08New LC plugin to make using Google's embeddable PDF viewer really simpleDaniel Sutcliffe1-0/+81
2010-04-03Tweak for PHP5.3 compatibility - I suspect my thumbnail generation problem is...Lester Caine2-6/+6
2010-04-02check to see if last editor has ability to admin content, if so, ease up on t...Christian Fowler1-59/+82
2010-03-23add basic video data plugin to display flv filesChristian Fowler1-0/+106
2010-03-20add option to display require iconwjames51-0/+1
2010-03-19MagickSetImageProfile with a default CMYK icc which is necessary on ImageMagi...Christian Fowler1-3/+3
2010-03-18Make the p_liberty_read_comments permission actually be required to see commentsDaniel Sutcliffe2-153/+159
2010-03-16skip display if $attachment is empty, which may be the case for old, broken c...Christian Fowler1-2/+2
2010-03-16replace split with preg_splitChristian Fowler1-2/+2
2010-03-16replace deprecated split function with explode and preg_splitChristian Fowler1-5/+5
2010-03-13alternative method using ffmpeg in the absence of ffmpeg-php to fetch source ...Max Kremmel1-2/+14
2010-03-11add link=download optionMax Kremmel1-5/+9
2010-03-06new method to check if a service is required - requires lcconfig and is compa...wjames51-2/+21
2010-03-04update deprecated split with preg_splitChristian Fowler2-4/+4
2010-03-03remove deprecated split and ereg callsChristian Fowler1-4/+4
2010-02-25Remove duplicate require_onceDaniel Sutcliffe1-2/+1
2010-02-23strip_tags from filename (description), so that <p> etc. don't end up inside <a>laetzer1-1/+1
2010-02-21preserve functionality for statically invoked service files when there is no ...Christian Fowler1-2/+2
2010-02-21check for valid gContent before trying to access itChristian Fowler1-1/+1
2010-02-15new feature check if content type has service available to it - anticipates i...wjames52-3/+26