summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2007-08-25correctly convert string to arrayMax Kremmel1-3/+3
2007-08-25add option to return members in subcategories when filtering dataMax Kremmel2-14/+62
2007-08-25clean up code and indent with tabsMax Kremmel1-7/+8
2007-08-25add some inline docsMax Kremmel1-5/+42
2007-08-24further implement new feature to turn off content type displayMax Kremmel1-12/+12
2007-08-24make content type display optionalMax Kremmel2-2/+6
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-23simplify and speed up code by removing redundant foreach loopsMax Kremmel1-38/+32
2007-08-23undefined variables and index fixesMax Kremmel1-3/+4
2007-08-23fix service name and add missing templateMax Kremmel2-2/+13
2007-08-23add service function and template to add category filter on list pages. list ↵Max Kremmel3-23/+47
services still need to be implemented in various packages.
2007-08-23remove duplicate codeMax Kremmel1-39/+7
2007-08-04improve permission and group logic and fix such restrictionsMax Kremmel3-37/+57
2007-07-16only load LibertyAttachable when neededMax Kremmel1-5/+7
2007-07-16Add m(Admin|Edit|View)ContentPermission to various classes. update ↵Max Kremmel2-2/+8
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-10move loadAjax() to BitThemesMax Kremmel1-3/+3
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵Max Kremmel1-3/+3
of assigning loadAjax to the templates. please update your files. also the suggest stuff in the group edit page has a pulse again but it's still in a coma - needs a bit more work
2007-07-09typosMax Kremmel1-2/+2
2007-07-09add structure_id based rewrite rulebitweaver.org1-0/+1
2007-07-07don't truncate descriptionMax Kremmel1-13/+11
2007-07-01standardise all menus by using new ilocation=menu and add missing iconsMax Kremmel1-7/+7
2007-07-01remove content insertion code. this is dealt with in the assign content pageMax Kremmel1-28/+3
2007-07-01check to see if descriptions are turned on before including attachment ↵Max Kremmel1-26/+7
browser and remove content insertion box. this is much easier to deal with in the assign content page
2007-06-23provide gif alternatives for all png icons. this will allow us to remove the ↵Max Kremmel1-0/+0
msie png fix and add an option to enable it