summaryrefslogtreecommitdiff
path: root/BitPage.php
AgeCommit message (Expand)AuthorFilesLines
2016-03-11add BitPage::lookupObject; tidy up center_wiki_page (remove global use) for m...turon1-0/+37
2014-08-22For BitPage::getList, make content_type_guid optional, as the primary join is...Christian Fowler1-9/+12
2012-05-26It would be rather usefull if we could follow wiki links ... supply hash rath..."Lester Caine ext:(%22)1-1/+1
2012-05-06replace all PHP4 style calls to LibertyMime base constructors with parent::__...spiderr1-1/+1
2012-05-02replace self:: with static::spiderr1-2/+2
2012-04-29findContentIdByPageId is called staticallyLester Caine ext:(%22)1-1/+1
2012-04-29Roll back getContentUrl to alternate static getDisplayUrl fixLester Caine ext:(%22)1-4/+4
2012-04-29Strip extra white spaceLester Caine ext:(%22)1-31/+31
2012-04-20fix getContentUrlFromHashspiderr1-23/+8
2012-04-18major migration of getDisplayUrl to ->getDisplayUrl and ::getDisplayUrlFromHashChristian Fowler1-7/+7
2012-04-17Make pageExists properly static to clear STRICT warningLester Caine ext:(%22)1-10/+3
2012-04-16Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-25/+38
2011-06-28initialize mInfo['parsed_data']spiderr1-0/+1
2011-03-17add missing space to queryspiderr1-1/+1
2011-02-27add findContentIdByPageId, move pageExists from LibertyContent to BitPage whe...spiderr1-0/+42
2011-01-04empty( this ) check in getDisplayUrlspiderr1-7/+1
2010-06-09Strip down CVS keywords.cvs2git1-3/+3
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to content...wjames51-4/+4
2010-02-11fix getLinkStructure() to only use available contentPRE_LIBERTYSYS_SERVICE_UPDATEPRE_CONTENTTYPE_NAME_PLURALMax Kremmel1-7/+7
2009-11-22Allow ordering of backlinks - alternative may be ORDER BY titleLester Caine1-4/+4
2009-10-01remove ref to non-existant copyright.txt filewjames51-4/+4
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-4/+4
2009-05-01remove random references to pageExists that shouldnt be therewjames51-4/+3
2009-02-21format to coding standardsTekimaki1-5/+5
2009-02-21Allow switch to disable parsing of data - needed to allow fixing of pages tha...Lester Caine1-5/+7
2009-02-19if pretty urls in effect only encode the space - leave other chars litteralTekimaki1-4/+5
2008-11-13big cleanup of wiki, removed unused tables, removed commented code, moved rem...Max Kremmel1-391/+99
2008-10-25if verify fails anywhere along the class chain then process parent verify che...wjames51-3/+8
2008-10-21change edit to update like the restwjames51-5/+5
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming conv...Christian Fowler1-4/+4
2008-10-03CORE CHANGE: cleave Create permission from Edit permission so that they are d...wjames51-32/+4
2008-09-15whitespaceChristian Fowler1-4/+4
2008-07-17Pass the correct hash after an errorLester Caine1-4/+4
2008-05-21add isLocked check to hasEditPermChristian Fowler1-4/+4
2008-05-18fix whitespaceMax Kremmel1-9/+5
2008-05-10moving wiki BitPage class to the experimental LibertyMime class for testingMax Kremmel1-9/+9
2008-04-01override getViewTemplate to use native wiki tpwjames51-3/+21
2008-03-22add check for offset out of rangeJams H Thompson1-4/+16
2008-03-01Gracefully handle requess for page numbers larger than max existing pageJams H Thompson1-5/+19
2007-10-25revert recent experimental codeMax Kremmel1-25/+13
2007-10-22provide regular package and service package showcase for new liberty sql meth...Max Kremmel1-4/+26
2007-10-02 add override of hasUserPermission with pCheckGlobalPerm=TRUEChristian Fowler1-3/+12
2007-09-27update to use summary instead of descriptionMax Kremmel1-4/+4
2007-09-27SCHEMA CHANGE: remove wiki_pages.description and support the new liberty_cont...Christian Fowler1-34/+10
2007-09-15remove not needed override methods, since only has/verifyEditPerm are teh onl...PRE_LIB_ATTACHMENT_REFACTORChristian Fowler1-51/+3
2007-09-14override default LC hasXXXPerm behavior by passing in TRUE defualt for pCheck...Christian Fowler1-3/+70
2007-09-10try to standardise getDisplayUrl accross content types a bit and add some pre...Max Kremmel1-15/+17
2007-08-30fix getlist query to used correct field for last editor filterJams H Thompson1-5/+5
2007-08-23make articles and wiki aware of list servicesMax Kremmel1-4/+4
2007-07-16Add m(Admin|Edit|View)ContentPermission to various classes. update LibertyCon...Max Kremmel1-3/+8