summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-09-01add cite url and remove debugMax Kremmel1-21/+24
2006-09-01cleanupMax Kremmel1-40/+40
2006-08-31better getFilterSqlSylvie Greverend1-20/+38
2006-08-31add FORUM service to bitboards so content comments now appear in linked ↵Christian Fowler1-6/+7
board. it looks very, very cool. way to go Hash9.
2006-08-31remove typo in queryChristian Fowler1-2/+2
2006-08-30don't use require on optional pear includesMax Kremmel1-2/+1
2006-08-30remove allow_html toggle - we use page specific settings nowMax Kremmel1-5/+0
2006-08-29use IDs instead of <a name>sMax Kremmel1-21/+21
2006-08-29add comment regarding search related entry in LCMax Kremmel1-2/+4
2006-08-29add the factility to view the history of articles, and an auto approve ↵Hash91-0/+0
feature for articles
2006-08-29if a content_id has a function getFilterSql, this function will be called at ↵Sylvie Greverend1-5/+31
the getContentList to add sql part to the query
2006-08-29update liberty_content_hits indexMax Kremmel1-1/+1
2006-08-28Fix off by one errorJams H Thompson1-4/+5
2006-08-27parse_data_plugins has one more parameter nowSylvie Greverend1-2/+2
2006-08-27move storeHistory into it's own method so it can be properly overridden in ↵Christian Fowler1-5/+16
derived classes
2006-08-27remove .highlightbitweaver.org1-3/+3
2006-08-27add features to maketoc pluginJams H Thompson1-3/+22
2006-08-26Make more information available to pluginsJams H Thompson2-7/+7
2006-08-26Fix typosJams H Thompson1-3/+3
2006-08-25Fix syntax error in schemaJams H Thompson1-5/+4
2006-08-25getContentList new param: last_modified to filter the contentsmodifed sinceSylvie Greverend1-1/+6
2006-08-25add the possibility to filter content by pigeonholesSylvie Greverend1-2/+2
2006-08-25make sure pearwiki plugin doesn't kill the system when PEAR/Registry isn't ↵Max Kremmel1-36/+37
available
2006-08-25More fixes for upgrade scriptsJams H Thompson1-1/+1
2006-08-25More fixes for upgrade scriptsJams H Thompson1-12/+26
2006-08-23add a param 'Default post textarea lines number' to have a decent textarea ↵Sylvie Greverend3-2/+16
zone when using tinymce
2006-08-23can use a param thumbsizes to limit the thumbnails (memory exhaustion is ↵Sylvie Greverend1-1/+4
happening less often)
2006-08-23Numerous fixes to upgrade scripts + eliminate ability of users to invalidate ↵Jams H Thompson1-17/+13
each others passwords
2006-08-23Fixed a problem with prototype's show and hide functions hiding the bitweaverNick Palmer5-13/+13
versions of those javascript function which made the format selection radios vanish. Modified the liberty/templates/edit_format.tpl and related files to allow editing of more than one content block in the same form. This can be done by setting gContent in the smarty include tag as well as format_guid_variable to the name of the variable the format should be stored in.
2006-08-22missing an includeSylvie Greverend1-1/+2
2006-08-22must remove hits if remove conten_idSylvie Greverend1-1/+5
2006-08-22take away the note html forbidden and the link syntax in a comment post as ↵Sylvie Greverend1-1/+0
it is depending on the format that is used
2006-08-21fix missing globalHash91-1/+2
2006-08-21fixes for hiding anon_name from registered usersHash93-6/+13
2006-08-20create a new data format plugin to generalise all the pear Text_Wiki parsers ↵Hash93-153/+84
(requires the parsers to be installed using the pear installer)
2006-08-20add invokeServiceFunctionR call until a generalisation can be desidedHash91-1/+23
2006-08-20add content_list_history_sql_function hook to get history methodHash91-5/+19
2006-08-20hide anon_name/comment_name field from registered usersHash91-7/+9
2006-08-19added getThumbnailUrl - a not-so-pure virtual function that returns ↵Christian Fowler1-1/+11
Request_URI to a content's thumbnail representation. It is up to the derived content what exactly this means. If not implemented in the content's class, LibertyContent method will return NULL, which is an acceptable case meaning no thumbnail is available. FisheyeGallery, BitUser might return pictures, BitArticle might return the article topic image, etc.
2006-08-19missing paren in queryChristian Fowler2-11/+5
2006-08-19fix hits SQLMax Kremmel1-3/+2
2006-08-18adds MAPS service constantwjames51-1/+2
2006-08-18fix SQL syntaxMax Kremmel1-4/+4
2006-08-17remove erronous debug codeJams H Thompson1-4/+0
2006-08-16remove last_hit tooChristian Fowler1-0/+1
2006-08-16Improve SQL performance and add liberty_content_hits tableJams H Thompson4-12/+111
2006-08-15better to choose the default format guid if any thatn tikiwikiSylvie Greverend1-2/+6
2006-08-15missing includeSylvie Greverend1-1/+2
2006-08-09fix index creation for liberty_content_linksJams H Thompson1-3/+3
2006-08-08fix wikigraphMax Kremmel1-32/+29