summaryrefslogtreecommitdiff
path: root/Pigeonholes.php
AgeCommit message (Collapse)AuthorFilesLines
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
2007-08-23use subselect to fetch member count.Max Kremmel1-10/+13
2007-08-23undefined variables and index fixesMax Kremmel1-3/+4
2007-08-23add service function and template to add category filter on list pages. list ↵Max Kremmel1-16/+31
services still need to be implemented in various packages.
2007-08-04improve permission and group logic and fix such restrictionsMax Kremmel1-16/+35
2007-07-16only load LibertyAttachable when neededMax Kremmel1-5/+7
2007-07-16Add m(Admin|Edit|View)ContentPermission to various classes. update ↵Max Kremmel1-2/+7
LibertyContent::has(Admin|Edit|View)Permission to work with new values. To make use of these new permission checks simply use $gContent->hasEditPermission(). Please check to see if i inserted the correct permissions in all classes. new admin permission added to treasury.
2007-07-16set gBitSystem globalMax Kremmel1-3/+3
2007-07-15truncate pigoenholes categories names when we're using the select boxMax Kremmel1-3/+3
2007-07-07don't truncate descriptionMax Kremmel1-13/+11
2007-06-16move from gPreviewStyle to gBitThemes->setStyle()Max Kremmel1-7/+4
2007-06-10Add attachment browser.Nick Palmer1-2/+4
2007-06-10simplify parseData callMax Kremmel1-5/+3
2007-06-10Make pigeonholes LibertyAttachables and descriptions parsed content. Cleanup ↵Nick Palmer1-12/+18
display_description checking in templates. Need to add the attachment browser probably.
2007-04-05Make pigeonholes not call LibertyAttachable since it is LibertyContent (for ↵Nick Palmer1-10/+13
the moment). Fixup pretty url and extended url support and make sure to force a cononical url for pigeonholes for better SEO. Make sure stuff in Related Content is actually viewable by the user.
2007-03-14remove wiki package dependencyMax Kremmel1-8/+10
2007-03-09Remove limit on categories in on page assignment.Nick Palmer1-3/+3
Fix ordering on assign page.