summaryrefslogtreecommitdiff
path: root/liberty_lib.php
AgeCommit message (Expand)AuthorFilesLines
2009-02-05fix comment status joins - need comment table ref independently - was depende...Tekimaki1-3/+7
2009-01-24alphabetically sort options for easier overviewMax Kremmel1-9/+8
2008-11-18set thumbnail flag outside of deciding whether or not you are overriding an a...Christian Fowler1-3/+2
2008-11-12prepend the md5 hash generated to insert parsed plugin data with 'parseprotec...Max Kremmel1-2/+2
2008-10-27add file upload cleanup: make sure name is clean and has the proper extensionChristian Fowler1-1/+18
2008-10-21store thumbnail images in subdirectory to avoid problems with filenames of up...Max Kremmel1-20/+24
2008-10-12no code changes - only cleanupMax Kremmel1-25/+32
2008-08-01use verifyId instead of isset so null does not overridewjames51-3/+3
2008-07-31only set preview values if we recieved themwjames51-3/+3
2008-07-14define common evil extension patternMax Kremmel1-2/+2
2008-07-12perpetuate pMoveFile through file handling functions in libertyMax Kremmel1-7/+7
2008-07-01more stringent gThumbSizes checks, return TRUE or FALSE after calling liberty...Max Kremmel1-14/+21
2008-06-30tentative commit to try and get the _URL vs. _URI issue sorted. we now have a...Max Kremmel1-11/+2
2008-06-25use method_exists instead of issetbitweaver.org1-2/+2
2008-06-23replace individual function parameters with an array of options when using li...Max Kremmel1-48/+93
2008-06-13remove large commended blockMax Kremmel1-51/+3
2008-06-06update docsMax Kremmel1-3/+3
2008-05-23fix liberty_clear_thumbnails by making URI return optional.Max Kremmel1-6/+10
2008-05-20make status sql checks flexible to accept custom values from packageswjames51-7/+30
2008-05-18fix typos in func name refwjames51-3/+3
2008-05-16undefined index fixMax Kremmel1-2/+2
2008-05-06undefined index fix and clean up some whitespaceMax Kremmel1-4/+4
2008-05-02make sure inbound object has the hasUserPermission since liberty seems to pas...wjames51-3/+3
2008-04-28handle special comments case in load_sql service also to properly join for st...wjames51-4/+15
2008-04-28special comment list handling add conditional that or looks for our include_c...wjames51-2/+2
2008-04-26pass object and paramhash to liberty_content_list_sql handler and add special...wjames51-4/+15
2008-04-14include help stuff when previewing content to populate help tabMax Kremmel1-1/+2
2008-03-29use STORAGE_PKG_URI for liberty_fetch_thumbnailsChristian Fowler1-2/+4
2008-01-16add .htaccess to check listChristian Fowler1-2/+2
2007-11-30Fixes for warning in fisheye admin when only height or width is constrained o...Nick Palmer1-2/+2
2007-11-21ensure the return of clean URLs without duplicate //Max Kremmel1-3/+2
2007-11-20add a clean BIT_ROOT_URL the thumbnail urlsChristian Fowler1-2/+3
2007-11-19Allow setting of only width or height in gThumbSizes. May not work with gd or...Nick Palmer1-9/+18
2007-11-16check if gThumbSizes is set and use its list of image sizes - this allows one...wjames51-2/+9
2007-11-01fix parser for complicated pages. this does not make use of the recently modi...Max Kremmel1-4/+9
2007-10-31add some docs and clean up code a bitMax Kremmel1-10/+21
2007-10-03load edit_storage_inc.php through the liberty edit service, update all instan...Max Kremmel1-1/+2
2007-09-26Fix parse to handle duplicate tags properly and bump required version to PHP ...Nick Palmer1-10/+10
2007-09-25add get_leadtitle and get_subtitle for pruning titles in .tpl'sChristian Fowler1-1/+16
2007-09-15change to verifyViewPermission to properly follow default behavior or overrid...Christian Fowler1-2/+2
2007-08-24pass parseHash on to data plugins. this can be useful in lists where the comm...Max Kremmel1-6/+6
2007-08-23turn stencils into a service, move content modification to a filter, clean up...Max Kremmel1-7/+1
2007-07-29update can_thumbnail processor functions and make use of them when processing...Max Kremmel1-3/+5
2007-07-18don't modify data if pos was FALSEMax Kremmel1-5/+9
2007-07-14edit help is now taken care of by services. this means that there is no need ...Max Kremmel1-1/+13
2007-07-13large update to how data plugins are parsed. data plugin parsing is not done ...Max Kremmel1-43/+124
2007-07-12add function to fetch available image sizes for selection in forms. this list...Max Kremmel1-1/+20
2007-07-12update helpMax Kremmel1-1/+2
2007-07-10add file headerMax Kremmel1-0/+6
2007-07-10move functions not part of a class to liberty_lib.phpMax Kremmel1-0/+663