| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-11-19 | Fixed dismember bug and add dismember link to nav path for users with ↵ | Nick Palmer | 3 | -5/+13 | |
| permission. | |||||
| 2007-11-18 | Latest changes from CVS. | Nick Palmer | 1 | -6/+35 | |
| 2007-11-08 | massive update to javascript and css file loading. main aim is to reduce the ↵ | Max Kremmel | 1 | -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-01 | merge all settings arrays | Max Kremmel | 1 | -2/+2 | |
| 2007-10-23 | select COUNT(table.column) is illegal in SQL-92; changed to SELECT COUNT(*) | gravyface | 1 | -3/+3 | |
| 2007-10-21 | fix indenting | Max Kremmel | 1 | -9/+9 | |
| 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 | 4 | -45/+113 | |
| 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-10 | migrate core ajax services off prototype to mochikit | wjames5 | 1 | -5/+2 | |
| 2007-10-01 | remove wiki specific code and use new liberty_content_data for summary | Christian Fowler | 1 | -8/+4 | |
| 2007-09-27 | Allow no_menu and structure_id arguments to the module. | Nick Palmer | 1 | -7/+11 | |
| 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 | only display count if appropriatePRE_LIB_ATTACHMENT_REFACTOR | Max Kremmel | 1 | -1/+1 | |
| 2007-09-10 | make sure we use a unique id name and don't load mochi - will interfere with ↵ | Max Kremmel | 2 | -7/+7 | |
| ajax uploads | |||||
| 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 | 2 | -14/+62 | |
| 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 | further implement new feature to turn off content type display | Max Kremmel | 1 | -12/+12 | |
| 2007-08-24 | make content type display optional | Max Kremmel | 2 | -2/+6 | |
| 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 | simplify and speed up code by removing redundant foreach loops | Max Kremmel | 1 | -38/+32 | |
| 2007-08-23 | undefined variables and index fixes | Max Kremmel | 1 | -3/+4 | |
| 2007-08-23 | fix service name and add missing template | Max Kremmel | 2 | -2/+13 | |
| 2007-08-23 | add service function and template to add category filter on list pages. list ↵ | Max Kremmel | 3 | -23/+47 | |
| services still need to be implemented in various packages. | |||||
| 2007-08-23 | remove duplicate code | Max Kremmel | 1 | -39/+7 | |
| 2007-08-04 | improve permission and group logic and fix such restrictions | Max Kremmel | 3 | -37/+57 | |
| 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 | 2 | -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-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-10 | move loadAjax() to BitThemes | Max Kremmel | 1 | -3/+3 | |
| 2007-07-09 | clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵ | Max Kremmel | 1 | -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-09 | typos | Max Kremmel | 1 | -2/+2 | |
| 2007-07-09 | add structure_id based rewrite rule | bitweaver.org | 1 | -0/+1 | |
| 2007-07-07 | don't truncate description | Max Kremmel | 1 | -13/+11 | |
| 2007-07-01 | standardise all menus by using new ilocation=menu and add missing icons | Max Kremmel | 1 | -7/+7 | |
| 2007-07-01 | remove content insertion code. this is dealt with in the assign content page | Max Kremmel | 1 | -28/+3 | |
| 2007-07-01 | check to see if descriptions are turned on before including attachment ↵ | Max Kremmel | 1 | -26/+7 | |
| browser and remove content insertion box. this is much easier to deal with in the assign content page | |||||
| 2007-06-23 | provide gif alternatives for all png icons. this will allow us to remove the ↵ | Max Kremmel | 1 | -0/+0 | |
| msie png fix and add an option to enable it | |||||
