summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-12-31translate content descriptionMax Kremmel1-5/+7
2006-12-30rewrite to view.php instead of index.phpMax Kremmel1-5/+4
2006-12-25rename ...Page() functions to ...Node()Max Kremmel1-3/+3
2006-12-25simplify .htaccess file that it works with renamed pigeonholes dir as wellMax Kremmel1-5/+5
2006-11-20complete docsMax Kremmel1-7/+7
2006-11-20simplify markupMax Kremmel1-28/+26
2006-11-20a new class is born: serviceMax Kremmel1-1/+1
2006-11-08fix upgrade queryChristian Fowler1-1/+1
2006-10-13phpDoc correctionsLester Caine1-0/+14
2006-10-13phpDoc correctionsLester Caine1-3/+3
2006-10-12get wiki page descriptions when available for a better title attribute ↵Max Kremmel1-3/+9
setting of the links
2006-09-22syntax errorSylvie Greverend1-3/+3
2006-09-20patches bug in content_list_sql, wrong key name was usedwjames51-3/+3
2006-09-20adds support for universal category REQUEST key to content_list_sqlwjames51-3/+13
2006-09-12clean up registerAppMenu API, clean up a lot of the menu code, don't assign ↵Max Kremmel1-2/+7
appMenu to templates but use $gBitSystem->mAppMenu directly
2006-09-09rename filter hash key to $pParamHash['pigeonholes']['filter'] - not sure if ↵Max Kremmel1-7/+7
this is the best way to do this, but we'll see.
2006-09-08some cleanup in getContentList(), fix syntax and clean up in ↵Max Kremmel1-8/+9
get_content.php, use more generic keys and add some docs all over the place
2006-09-08use uasort instead of usort to maintain array keybitweaver.org1-3/+3
2006-09-08remove unused expand all linkbitweaver.org1-4/+0
2006-09-08fix content type display in table viewbitweaver.org1-3/+1
2006-09-08only perform array related operations when there is one to work withMax Kremmel1-21/+23
2006-09-07finally added truncation of categories and pigeonhole path list sortingMax Kremmel1-10/+49
2006-09-03change all biticon links to point to the new icons provided in ↵Max Kremmel4-15/+15
themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.
2006-09-03preliminary biticon cleanupMax Kremmel2-3/+4
2006-07-29fix menu links and correctly display links according to when they are neededMax Kremmel1-8/+5
2006-07-23improve package management and performance, eliminate some package related ↵Jams H Thompson1-2/+2
install errors
2006-07-11add insert iconMax Kremmel1-1/+1
2006-06-23fix syntaxSylvie Greverend1-5/+5
2006-06-20remove contraint that messes with structure reorganisationMax Kremmel1-2/+1
2006-06-20fix pagination related display limitationMax Kremmel1-4/+7
2006-06-20no need to check for empty()bitweaver.org1-3/+3
2006-06-18remove cantMax Kremmel3-15/+5
2006-06-18display correct number of assignable elements and fix pagination related ↵Max Kremmel6-17/+31
display limitation
2006-06-17add forminput when no categories foundMax Kremmel2-8/+12
2006-06-14changed $aux['name'] to $aux['pref_name'] at line 444 for proper db retrievalJerry Russell1-3/+3
2006-06-11further sanitise admin screenMax Kremmel2-12/+30
2006-06-11rewrite adimn help to make it less crypticMax Kremmel1-6/+6
2006-06-06kernel_config name updatesMax Kremmel4-9/+9
2006-06-05get created date of members so things like blog posts can auto-generate a titlebitweaver.org1-3/+3
2006-05-31extend LibertyContent instead of LibertyAttachable to reduce loadMax Kremmel1-4/+4
2006-05-31need to include contentTypes in the templateMax Kremmel1-2/+3
2006-05-22don't show edit/delete if no permSylvie Greverend1-2/+2
2006-05-15possibility to get all the sons of a pigeonhole from the pigeonhole ↵Sylvie Greverend1-6/+21
content_id (with the father or not)
2006-05-15be able to filter a getList on a list of pigeonholes by setting ↵Sylvie Greverend2-3/+24
hash['pigeonholes']
2006-05-06more work on R1 to R2 upgrade process - basic upgrade works with only minor ↵Max Kremmel2-9/+8
errors
2006-05-06clean up schema files, remove unused PackageInfo data - we really need a ↵Max Kremmel1-6/+3
package manager for this, add plugin_path column to liberty_plugins
2006-05-05rename liberty_content_prefs.name to liberty_content_prefs.pref_name to keep ↵Max Kremmel2-14/+6
everything conform
2006-05-02reduce db count by one - woohoo!Max Kremmel1-5/+7
2006-04-26make pigeonholes tab optionalbitweaver.org3-3/+42
2006-04-25xhtml related fixesMax Kremmel1-6/+7