summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-05-13This adds the base table for area tags. I think this is the right way to do ↵Lester Caine1-0/+39
things since each image that has tags needs it's own array of tag data, and this can be extracted from the table quickly.
2010-05-13I am sure this is the right way to handle tagged images. Just need to sort ↵Lester Caine1-0/+152
out how to update the image/xxx and mimeimage when tags are added to an existing image.
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 ↵Christian Fowler1-3/+4
formatting
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 ↵Lester Caine1-2/+4
to ensure safe operation across multiple users.
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 ↵Nick Palmer1-3/+4
then add the constraint.
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 ↵wjames59-26/+83
content_name, add column content_name_plural - update all class files and hashes where appropriate
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 ↵wjames51-2/+2
accessed though systme hash with get name method call, still no schema change required
2010-04-17step three of contenttype name plural - replace all instances where name is ↵wjames51-2/+2
accessed though systme hash with get name method call, still no schema change required
2010-04-17step three of contenttype name plural - replace all instances where name is ↵wjames55-10/+10
accessed though systme hash with get name method call, still no schema change required
2010-04-17step two of contenttype name plural - convert all mType references to ↵wjames51-1/+1
getContentTypeName(), each of these was manually checked for rendering
2010-04-17comment typo sorrywjames51-1/+2
2010-04-17step one of contenttype name plural - new methods to fetch name in ↵wjames54-6/+43
libertycontent and libertysystem, deprecate old and redundant methods - sill utilize content_description param in new methods until schema change
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 ↵wjames51-2/+18
compatible with various html js editors - someone more ambitious can add such complex capability
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 ↵Lester Caine2-6/+6
is php5.3 related but this did not fix it.
2010-04-02check to see if last editor has ability to admin content, if so, ease up on ↵Christian Fowler1-59/+82
the purification restraints
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 ↵Christian Fowler1-3/+3
ImageMagick > 6.4
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 ↵Christian Fowler1-2/+2
content
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
dimensions
2010-03-11add link=download optionMax Kremmel1-5/+9
2010-03-06new method to check if a service is required - requires lcconfig and is ↵wjames51-2/+21
compatible with non-lcconfig installs defaulting to true
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
object (upload services are the most notable need)
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 ↵wjames52-3/+26
integration of lcconfig some day - defaults to true for non lcconfig installations
2010-02-14add space before "Allow HTML" checkboxMax Kremmel1-1/+1
2010-02-14remove broken, problematic and somewhat illogical permission check on ↵Max Kremmel1-21/+3
parsing html in tikiwiki content.
2010-02-12display error if there is onewjames51-0/+1
2010-02-12jesus can htmlpur change their plugin syntax with a little more frequency - ↵wjames51-14/+14
we keep up here - no back compat for 3.1 > && < 4.0 - update your htmlpur with pear
2010-02-12no crusty b or i tags in default allowed htmwjames51-3/+3
2010-02-12php likes parens to get sub condition check rightwjames51-2/+2
2010-02-12flatten services hash and introduce new param for adding some meta data ↵wjames53-23/+40
about services to easy site configuration, see lcconfig