summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-25move transaction completion outside of if checkTyler Bello1-5/+5
2009-08-21remove line break from action log messagesTyler Bello1-2/+2
2009-08-16Check that $gBitUser is object before using mUserId, otherwise use ↵John Turner1-2/+2
ANONYMOUS_USER_ID
2009-08-04add hashKey option to getList to specify hashed return array, allow ↵Christian Fowler1-2/+18
content_id_list in ::getList to allow getting of an arbitrary array of content
2009-07-15add gBitUser to global in loadCommentChristian Fowler1-2/+2
2009-07-03add LIBERTY_SERVICE_UPLOAD service defineChristian Fowler1-1/+2
2009-07-01commit for legacy purposesTyler Bello1-1/+2
2009-06-30move $() into BitBase name space, and use document.getElementById in ↵Christian Fowler1-5/+5
distro'ed packages
2009-06-30include required javascript for Multifile uploadsChristian Fowler1-0/+1
2009-06-18call mime laod if we're allowing attachments or admin to populate mStoragewjames51-1/+6
2009-06-18on expunge make sure we're loaded upwjames51-2/+4
2009-06-17Mime is parent - comment out weird call to expungeMetaData until can be ↵wjames51-4/+15
explored makes no sense as is
2009-05-27tidy up filters related to later versions and hanlde cnbc filter on legacy ↵wjames51-10/+13
versions
2009-05-27add cnbc plugin for htmlpurewjames52-2/+17
2009-05-26fix in getStorageBranch, incorrect split call leading to double slashes at ↵Tyler Bello1-14/+17
end of path causing mkdir_p to fail
2009-05-22cant use getDisplayUrl because individual classes have gone off the ↵Tekimaki1-2/+8
reservation changing the params they accept. we need a rule that override methods take the same basic params that the root class does so that these efficiencies can be relied on. no reason thats not possible and still allow individual packages to have their ego moments.
2009-05-20add new opt in join to pull primary attachment in lists - nothing in tpls ↵Tekimaki2-1/+25
yet, and need some feedback on mimetype flagging - hoping this is simpler and lighter than what seems like an earlier attempt at this
2009-05-20get summary in listsTekimaki1-2/+4
2009-05-17clean up inline login form and use choose div classes based on what they ↵bitweaver.org1-13/+12
represent and not what they look like
2009-05-16remove TODO, default pass by ref value was docuemnted in php5 releasewjames51-3/+1
2009-05-16add TODO comment about this nasty pass by ref param that is set to nullwjames51-1/+3
2009-05-15add TODO comment to for expunge comment attachment_idChristian Fowler1-1/+2
2009-05-05remove giant comment saying to delete after June 24 2008Christian Fowler1-15/+1
2009-05-05remove depricated storeage plugin stuff and crusty outdated ajax bitswjames51-14/+1
2009-05-05user userCanUpdate, and make sure to check for valid pRootContentChristian Fowler1-4/+4
2009-05-04fix html and indent with tabsMax Kremmel1-37/+33
2009-05-01use is_editable, which comes from userCanEdit which should take all of the ↵Christian Fowler2-5/+3
removed conditionals into account
2009-04-29remove treasury refwjames55-15/+15
2009-04-28add display for User if user_id is setChristian Fowler1-0/+3
2009-04-28add hidden fields for user_id and sort_mode in restrict listing formChristian Fowler1-2/+3
2009-04-28make storage_thumbs listing more like a true listing of attachmentsChristian Fowler1-19/+69
2009-04-13cap menu item and translatewjames51-1/+1
2009-04-07Per Habile: necessary to fix Unterminated string constant in IEChristian Fowler1-3/+3
2009-04-07Prevent parsing of 100 pages while creating generic content list.Lester Caine1-2/+2
Perhaps 'load' should default to NOT loading the fine detail, and that should only be enabled when the content is being displayed?
2009-04-07Ajax filter not working reliably - replaced with {minifind} simply to get it ↵Lester Caine1-0/+4
working for now
2009-04-02add option to mod list results by excluding by content_type_guid -- move out ↵Tekimaki1-1/+11
of group to liberty
2009-04-01dom requires iter - dont leave home without itTekimaki1-2/+2
2009-03-31Fix MySQL upgrades for ip/IPv6 column upgradesDaniel Sutcliffe1-10/+6
2009-03-31phpdoc updateLester Caine1-2/+2
2009-03-31phpdoc updateLester Caine2-3/+6
2009-03-30pass $this down to the mime plugins for $pStoreHash["this"] = $this; use ↵Christian Fowler2-4/+6
$pStoreRow[this]->getStorageBranch so overridden methods are properly invoked
2009-03-26tidy ifelse to reduce redundant linesTekimaki1-11/+7
2009-03-26sequence is singular major fuck upTekimaki1-1/+1
2009-03-25if no func then dont try to run falseTekimaki1-3/+3
2009-03-25typoTekimaki1-2/+2
2009-03-25fine tune verify for passing in root and parent ids directlyTekimaki1-3/+5
2009-03-25fix all backticks and remove duplicate updatesMax Kremmel1-13/+13
2009-03-25change ip to IPv6 compliance (39 chars). add upgrades files and remove ↵Christian Fowler2-2/+44
registerPackageVersion where redundant
2009-03-18quote Content-Disposition: attachment so spaced filenames workChristian Fowler1-3/+3
2009-03-17upgrade Comments to LiberytMime to support attaching files to comments. big ↵wjames57-96/+187
move also of comment storage hash verification into LComm::verifyComment, everything else is support. new liberty admin option to enabled attachments on comments. boards and tickters verification bits move into verification services