summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to ↵CVS_HEADwjames53-6/+10
content_name, add column content_name_plural - update all class files and hashes where appropriate
2010-04-17step three of contenttype name plural - replace all instances where name is ↵pre_ctype_desc_name_schmeachangewjames52-5/+5
accessed though type hash with get name method call, still no schema change required
2010-04-17step three of contenttype name plural - replace all instances where name is ↵wjames52-2/+2
accessed though systme hash with get name method call, still no schema change required
2010-02-21load all membersPRE_CONTENTTYPE_NAME_PLURALMax Kremmel1-7/+8
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATEwjames56-17/+17
2009-10-01remove ref to non-existant copyright.txt filepre_deprecate_bit_setup_incR270PRE_BIT_SETUP_CHANGEwjames510-29/+29
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames510-29/+29
2009-01-24standardize search with 'find' param, removes find_objects - CUSTOM PACKAGE ↵wjames52-7/+7
DEVELOPERS who use get_content_list_inc take notecvs up -dP
2008-10-21fix bad EditPerm refsR250wjames51-1/+1
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler9-23/+23
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 Palmer5-12/+56
2008-09-10a number of html and consistency fixes for module helpcreate_permissionMax Kremmel1-5/+6
2008-09-09one help file for each module (that takes parameters), html code change from ↵laetzer4-33/+37
<table> to <dl>
2008-07-10sort by title instead of structure_idMax Kremmel1-4/+4
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler6-18/+18
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-03-03Add hints do disable apache MultiViews if mod_rewrite doesn't work.R202Tomasz Kalkosinski1-0/+2
2008-02-09Fix speeling.Nick Palmer1-1/+1
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-12-07add missing rename of seqMW1-0/+3
2007-11-30Add delete menu item to allow deletion of a category.Nick Palmer1-0/+1
2007-11-30use correct parameter for helpMax Kremmel1-1/+1
2007-11-30general code cleanup, add {tr}s, indent with tabs...Max Kremmel2-17/+17
2007-11-19Take out directory specific code. Sorry guys.Nick Palmer1-5/+2
2007-11-19typo in constant namewjames51-3/+3
2007-11-19Fixed dismember bug and add dismember link to nav path for users with ↵Nick Palmer3-5/+13
permission.
2007-11-18Latest changes from CVS.Nick Palmer1-6/+35
2007-11-08massive update to javascript and css file loading. main aim is to reduce the ↵Max Kremmel1-3/+9
number of HTTP requests to speed up page loading times. speedup should be quite prominent in our favoutire browser. to load javascirpt files use: $gBitThemes->loadJavascript( '/full/path/to/javascript/file.js', <boolean: compress javascript> ); to load css files use: $gBitThemes->loadCss( '/full/path/to/javascript/file.css' ); if you have a relative path in your css file such as 'background-image: url( images/foo.png );', this method of loading will not work.
2007-11-01merge all settings arraysMax Kremmel1-2/+2
2007-10-23select COUNT(table.column) is illegal in SQL-92; changed to SELECT COUNT(*)gravyface1-3/+3
2007-10-21fix indentingMax Kremmel1-9/+9
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 Kremmel4-45/+113
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-10migrate core ajax services off prototype to mochikitwjames51-5/+2
2007-10-01remove wiki specific code and use new liberty_content_data for summaryChristian Fowler1-8/+4
2007-09-27Allow no_menu and structure_id arguments to the module.Nick Palmer1-7/+11
2007-09-26only use subselect for 'normal' databasesMax Kremmel1-16/+27
2007-09-24add docs for methodMax Kremmel1-2/+10
2007-09-10only display count if appropriatePRE_LIB_ATTACHMENT_REFACTORMax Kremmel1-1/+1
2007-09-10make sure we use a unique id name and don't load mochi - will interfere with ↵Max Kremmel2-7/+7
ajax uploads
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