| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-04-17 | SCHEMA CHANGE - liberty_content_types - change content_description to ↵CVS_HEAD | wjames5 | 1 | -4/+4 | |
| content_name, add column content_name_plural - update all class files and hashes where appropriate | |||||
| 2009-10-01 | remove ref to non-existant copyright.txt filepre_deprecate_bit_setup_incR270PRE_BIT_SETUP_CHANGE | wjames5 | 1 | -3/+3 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 1 | -3/+3 | |
| 2008-10-20 | BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵ | Christian Fowler | 1 | -4/+4 | |
| convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission | |||||
| 2008-10-18 | Allow admins to set which content they want to be pigeonholeable.pre_update_permission | Nick Palmer | 1 | -8/+18 | |
| 2008-06-25 | change display call to use a hash for display options, add display_mode to ↵ | Christian Fowler | 1 | -3/+3 | |
| options hash | |||||
| 2008-06-23 | replace individual function parameters with an array of options when using ↵ | Max Kremmel | 1 | -3/+6 | |
| liberty thumbnail fetching functions | |||||
| 2008-06-13 | update to LibertyMime | Max Kremmel | 1 | -9/+9 | |
| 2008-01-24 | Move StartTrans() before the calls to LibertyXXX::store() so that rollback ↵ | Nick Palmer | 1 | -3/+3 | |
| works right when something goes wrong in the content store. | |||||
| 2007-12-12 | Close a gaping wide security hole and make it clearer how to tweak the ↵ | Nick Palmer | 1 | -15/+20 | |
| getMemberList SQL and why you might want to. | |||||
| 2007-12-11 | minor code cleanup | Max Kremmel | 1 | -19/+17 | |
| 2007-12-09 | Make it possible to tweak the members list sql from outside Pigeonholes. | Nick Palmer | 1 | -3/+25 | |
| 2007-11-19 | Take out directory specific code. Sorry guys. | Nick Palmer | 1 | -5/+2 | |
| 2007-11-19 | typo in constant name | wjames5 | 1 | -3/+3 | |
| 2007-11-18 | Latest changes from CVS. | Nick Palmer | 1 | -6/+35 | |
| 2007-10-23 | select COUNT(table.column) is illegal in SQL-92; changed to SELECT COUNT(*) | gravyface | 1 | -3/+3 | |
| 2007-10-21 | simplify thumbnail fetch call | Max Kremmel | 1 | -8/+6 | |
| 2007-10-21 | add option to set number of columns in table list and add option to display ↵ | Max Kremmel | 1 | -18/+22 | |
| primary attachment image if there is one. re-organise the admin page. | |||||
| 2007-10-21 | remove even more debug | Max Kremmel | 1 | -4/+2 | |
| 2007-10-21 | remove debug | Max Kremmel | 1 | -3/+2 | |
| 2007-10-20 | Make it possible to paginate pigeonhole members. Templates need support. | Nick Palmer | 1 | -7/+35 | |
| 2007-10-01 | remove wiki specific code and use new liberty_content_data for summary | Christian Fowler | 1 | -8/+4 | |
| 2007-09-26 | only use subselect for 'normal' databases | Max Kremmel | 1 | -16/+27 | |
| 2007-09-24 | add docs for method | Max Kremmel | 1 | -2/+10 | |
| 2007-09-10 | use INNER join instead of LEFT OUTER to be more precise | Max Kremmel | 1 | -4/+4 | |
| 2007-09-09 | fix pathlist sorting and allow override for forbid insertion hiding | Max Kremmel | 1 | -7/+6 | |
| 2007-08-25 | pass pMixed on to getDisplayUrl() | Max Kremmel | 1 | -3/+3 | |
| 2007-08-25 | correctly convert string to array | Max Kremmel | 1 | -3/+3 | |
| 2007-08-25 | add option to return members in subcategories when filtering data | Max Kremmel | 1 | -13/+58 | |
| 2007-08-25 | clean up code and indent with tabs | Max Kremmel | 1 | -7/+8 | |
| 2007-08-25 | add some inline docs | Max Kremmel | 1 | -5/+42 | |
| 2007-08-24 | use correct id for content_id | Max Kremmel | 1 | -5/+5 | |
| 2007-08-24 | simplify search filter output | Max Kremmel | 1 | -7/+13 | |
| 2007-08-24 | use getDisplayUrl when asking for a URL | Max Kremmel | 1 | -3/+4 | |
| 2007-08-23 | use subselect to fetch member count. | Max Kremmel | 1 | -10/+13 | |
| 2007-08-23 | undefined variables and index fixes | Max Kremmel | 1 | -3/+4 | |
| 2007-08-23 | add service function and template to add category filter on list pages. list ↵ | Max Kremmel | 1 | -16/+31 | |
| services still need to be implemented in various packages. | |||||
| 2007-08-04 | improve permission and group logic and fix such restrictions | Max Kremmel | 1 | -16/+35 | |
| 2007-07-16 | only load LibertyAttachable when needed | Max Kremmel | 1 | -5/+7 | |
| 2007-07-16 | Add m(Admin|Edit|View)ContentPermission to various classes. update ↵ | Max Kremmel | 1 | -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-16 | set gBitSystem global | Max Kremmel | 1 | -3/+3 | |
| 2007-07-15 | truncate pigoenholes categories names when we're using the select box | Max Kremmel | 1 | -3/+3 | |
| 2007-07-07 | don't truncate description | Max Kremmel | 1 | -13/+11 | |
| 2007-06-16 | move from gPreviewStyle to gBitThemes->setStyle() | Max Kremmel | 1 | -7/+4 | |
| 2007-06-10 | Add attachment browser. | Nick Palmer | 1 | -2/+4 | |
| 2007-06-10 | simplify parseData call | Max Kremmel | 1 | -5/+3 | |
| 2007-06-10 | Make pigeonholes LibertyAttachables and descriptions parsed content. Cleanup ↵ | Nick Palmer | 1 | -12/+18 | |
| display_description checking in templates. Need to add the attachment browser probably. | |||||
| 2007-04-05 | Make pigeonholes not call LibertyAttachable since it is LibertyContent (for ↵ | Nick Palmer | 1 | -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-14 | remove wiki package dependency | Max Kremmel | 1 | -8/+10 | |
| 2007-03-09 | Remove limit on categories in on page assignment. | Nick Palmer | 1 | -3/+3 | |
| Fix ordering on assign page. | |||||
