summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-15move everything used from LibertyAttachable into LibertyMime, LibertyAttachab...spiderr2-554/+613
2011-02-15expunge from liberty_process_queuespiderr1-0/+4
2011-01-09add .gitignorespiderr1-0/+2
2010-12-28change order of gThumbsizes as order matters since successively smaller thumb...spiderr1-2/+3
2010-12-28fix logic for inStructure flagspiderr1-2/+2
2010-12-28clean up buildSubtreeToc to allow prefixing for depths and use getDisplayUrl ...spiderr2-13/+25
2010-12-28add pDefault flag to optionally call up the hierarchy for an image... or notspiderr1-3/+2
2010-08-27Tidy sub repo linksLester Caine3-2/+5
2010-07-27replace truncate with an actual function, like substrspiderr1-2/+1
2010-07-26fix meta tags in <head> so they adapt for each page. do not use a default as ...spiderr1-0/+30
2010-07-25add service wrapper only for mini tplsspiderr1-2/+2
2010-07-25add missing <tr> to keep XHTML validationspiderr1-0/+1
2010-07-04add service div around include for styling purposesspiderr1-0/+2
2010-06-09Strip down CVS keywords.cvs2git117-143/+143
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