summaryrefslogtreecommitdiff
path: root/Pigeonholes.php
AgeCommit message (Collapse)AuthorFilesLines
2021-04-15clean up for includes/ reorgmodela bitweaver1-1314/+0
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-3/+3
2021-02-01privatize and clean up requireHandlerFile; use public getContentClassName ↵modela bitweaver1-10/+12
when need to load a class
2021-01-31PHP7 clean up dual static + object use of parseData, and create ↵modela bitweaver1-1/+1
->getParsedData & ::filterDataHash
2017-07-03fix getDisplayLinkmodela bitweaver1-1/+1
2014-09-22getTitleFromHash-cleanupspiderr1-3/+3
2014-05-23Merge commit 'a332eb3'modela bitweaver1-5/+2
2014-05-23fix pigeonholesmodela bitweaver1-5/+2
2014-04-18merge bwo live changesmodela bitweaver1-2/+2
2012-09-08e_strict modifications to bring in line with compliant corePRE_BOOTSTRAPlsces1-11/+11
2012-05-06replace all PHP4 style calls to LibertyMime base constructors with ↵spiderr1-1/+1
parent::__construct()
2012-04-18major cleanup and get install working on postgres for all packagesChristian Fowler1-1/+1
2012-04-18major migration of getDisplayUrl to ->getDisplayUrl and ::getDisplayUrlFromHashChristian Fowler1-13/+8
2010-07-20fix getDisplayUrl which returned null when ever pretty urls was disabledtekimaki1-0/+2
2010-06-24dont reference REQUEST, use the passed paramhashtekimaki1-13/+15
2010-06-09Strip down CVS keywords.cvs2git1-2/+2
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to ↵CVS_HEADwjames51-4/+4
content_name, add column content_name_plural - update all class files and hashes where appropriate
2009-10-01remove ref to non-existant copyright.txt filepre_deprecate_bit_setup_incR270PRE_BIT_SETUP_CHANGEwjames51-3/+3
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-3/+3
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler1-4/+4
convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
2008-10-18Allow admins to set which content they want to be pigeonholeable.pre_update_permissionNick Palmer1-8/+18
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-3/+3
options hash
2008-06-23replace individual function parameters with an array of options when using ↵Max Kremmel1-3/+6
liberty thumbnail fetching functions
2008-06-13update to LibertyMimeMax Kremmel1-9/+9
2008-01-24Move StartTrans() before the calls to LibertyXXX::store() so that rollback ↵Nick Palmer1-3/+3
works right when something goes wrong in the content store.
2007-12-12Close a gaping wide security hole and make it clearer how to tweak the ↵Nick Palmer1-15/+20
getMemberList SQL and why you might want to.
2007-12-11minor code cleanupMax Kremmel1-19/+17
2007-12-09Make it possible to tweak the members list sql from outside Pigeonholes.Nick Palmer1-3/+25
2007-11-19Take out directory specific code. Sorry guys.Nick Palmer1-5/+2
2007-11-19typo in constant namewjames51-3/+3
2007-11-18Latest changes from CVS.Nick Palmer1-6/+35
2007-10-23select COUNT(table.column) is illegal in SQL-92; changed to SELECT COUNT(*)gravyface1-3/+3
2007-10-21simplify thumbnail fetch callMax Kremmel1-8/+6
2007-10-21add option to set number of columns in table list and add option to display ↵Max Kremmel1-18/+22
primary attachment image if there is one. re-organise the admin page.
2007-10-21remove even more debugMax Kremmel1-4/+2
2007-10-21remove debugMax Kremmel1-3/+2
2007-10-20Make it possible to paginate pigeonhole members. Templates need support.Nick Palmer1-7/+35
2007-10-01remove wiki specific code and use new liberty_content_data for summaryChristian Fowler1-8/+4
2007-09-26only use subselect for 'normal' databasesMax Kremmel1-16/+27
2007-09-24add docs for methodMax Kremmel1-2/+10
2007-09-10use INNER join instead of LEFT OUTER to be more preciseMax Kremmel1-4/+4
2007-09-09fix pathlist sorting and allow override for forbid insertion hidingMax Kremmel1-7/+6
2007-08-25pass pMixed on to getDisplayUrl()Max Kremmel1-3/+3
2007-08-25correctly convert string to arrayMax Kremmel1-3/+3
2007-08-25add option to return members in subcategories when filtering dataMax Kremmel1-13/+58
2007-08-25clean up code and indent with tabsMax Kremmel1-7/+8
2007-08-25add some inline docsMax Kremmel1-5/+42
2007-08-24use correct id for content_idMax Kremmel1-5/+5
2007-08-24simplify search filter outputMax Kremmel1-7/+13
2007-08-24use getDisplayUrl when asking for a URLMax Kremmel1-3/+4