CommunityServer 2008.5 SP2 Release

by Administrator 8. April 2009 06:23

Today , Telligent Release CommunityServer 2008.5 SP2 . The bug fix is major patch for this ServicePack . And no new function in this SP.

A important change , If you used MSSQL 2000 for CS2008.5. You will not upgrade CS2008.5 SP2 SQLScript part , because it's used MSSQL 2005 command for best performance. But you still can use CS2008.5 SP2 Binary files for security issue and fix bug. ( I think CS2009 will not work MSSQL 2000 platform )

Detail fix list include in Read_me.txt of ServicePack .

Download file : Please go to CommunityServer.com download area

Tags:

CommunityServer

CommunityServer ControlPanel Extend Project 2009/03/27

by Administrator 27. March 2009 18:34

Today (09/03/27) Release 090327 pack.

Add two new function :
MediaGallery File Import/Export - Import/Export file to MediaGallery
DB Size and Clear - list table size and clear log

 

You can use new tool MediaGallery File Import/Export direct add file to MediaGallery and no limit file size by ASP.Net . Or export file from MediaGallery to HDD .
It's not like other upload application , you can use FTP or other way upload to /filestorage then import it.

 

Project Page : http://update.to/page/CommunityServer-ControlPanel-Extend-Project.aspx

Tags:

CommunityServer

Sorry for everybody, All EMails and comments are lag

by Administrator 22. March 2009 01:49

Today , i find all emails and comments are never into my computer. Because i doing idiot setting in Thunderbird.

Thunderbird is always show "No new Mail in sever" , but fact not. Have more than 300+ email on server , and i just receiving.

 

Sorry for all visit, i will reading your mail and comments today.

Tags:

website announce

CommunityServer ControlPanel Extend Project 2009/03/20

by Administrator 20. March 2009 16:11

Today (09/03/20) Release 090320 pack.

Add two new function :
SMTP test - Check EMail Setting and send a test mail
EMail Queue list - list Email Queue and remove Queue

Update two funciton :
MediaGallery File Move - Move file will copy Comments and Rating
MediaGallery File Move (Hub) - Move file will copy Comments and Rating ( still only can move file from hub to main site )

This version also add a main page , you can enter it from ControlPanel Dashboard.

Project Page : http://update.to/page/CommunityServer-ControlPanel-Extend-Project.aspx

Tags:

CommunityServer

CommunityServer ControlPanel Extend Project 2009/03/11

by Administrator 11. March 2009 06:08

CommunityServer ControlPanel Extend Project first version release today 2009/03/11.

Project List:
MediaGallery File Move [1.0] : Move files between different MediaGallery
MediaGallery File Move (Hub Version) [1.0] : Move files between Groups and MediaGallery

Project Homepage : CommunityServer ControlPanel Extend Project

Tags:

SyntaxHighlighter Wrapper CSModule 1.1

by Administrator 10. March 2009 05:29

The SyntaxHighlighter CSModule 1.1 is release .

This version not only a small patch , also include syntaxhl tiny_mce plugins.

Original syntaxhl tiny_mce plugins is wrtten by Richard Grundy , this plugins can help insert code into editor.

 

Download it : SyntaxHighlighter CSModule 1.1

Tags:

CodeHighlight for CommunityServer | CommunityServer

BlogML Import/Export for CS2008.5

by Administrator 23. October 2008 01:10

In BlogML page , they have BlogML for CS2.1 and CS2007. But they can't works in CS2008 ( or CS2008.5 ).

I modify some code for cs2008.5 and wrote a new import and export page.

After install it , you can go to /ControlPanel/BlogAdmin/Blogs.aspx and find BlogML Import/Export button.

Download page : Codeplex - BlogML Release page

Tags:

CommunityServer

CommunityServer 2008.5 wiki sitemap fix

by Administrator 16. October 2008 00:27

In CommunityServer 2008.5 , the sitemap is not include wiki pages.

I wrote a small patch let sitemapindex.ashx and sitemap.ashx support wiki pages.

Download it : CS2008.5_SiteMap_Wiki.zip 

Tags: , ,

CommunityServer

Syntax Highlighter Wrapper CSModule for CommunityServer 2008.5

by Administrator 12. October 2008 06:27

dp.SyntaxHighlighter is a popular Syntax Highlighter engine.

It's use  javascript and CSS for syntax highlighter and easy use in every system. But CommunityServer  is not allow use <p name="xxx" class="xxx" > in default setting. Have two way use  dp.SyntaxHighlighter in CommunityServer.

  • Way 1: Edit CommunityServer.config , change <p dir = "true" /> to <p name="true" class="true" dir = "true" /> in <MakeUp></MakeUp> , and add all javascipt and css in themes.
  • Way 2: Write a CSModule , because CSModule is allow use any HTML.

I wrote a  Syntax Highlighter Wrapper CSModule for CommunityServer 2008.5 ( Wiki support )

You just needs add this CSModule in CommunityServer.config , and no require add javascript and css in theme. This CSModule will load needs javascript in page.

SyntaxHighlighter CSModule

 

Download :

Binary : CommunityServer.SyntaxHighlighterWrapper10.zip

Tags:

CodeHighlight for CommunityServer

Code highlight Extension for BlogEngine.Net

by Administrator 2. October 2008 00:13

I transfer my Code Highlight CSMdoule to BlogEngine.Net extension. There is a very easy wrote a extension on BE.Net

Just change a few code for BE.Net

1
2
3
4
5
6
7
8
9
10
    public CodeHighlightExtension()
    {
        Page.Serving += new EventHandler<ServingEventArgs>(ServingContent);
        Post.Serving += new EventHandler<ServingEventArgs>(ServingContent);
    }

    private void ServingContent(object sender, ServingEventArgs e)
    {
        e.Body = SourceCodeMarkup(e.Body);
    } 

And on BE , line break have some different communityserver , so i convert "<br />\r\n" to "\n" and add default format style in code.
If you don't want change default style , will no needs modify web.config .

It's test on BlogEngine.Net 1.4.5.0 . 

Project page : http://update.to/be/codehighlight/
Download : http://update.to/be/codehighlight/CodeHighlight_10.zip

Tags: ,

BlogEngine.Net

Powered by BlogEngine.NET 1.6.1.0
Theme by Extensive SEO

About the site

Update.to is design by Ruri software.

 

This site support software information and download of Ruri software.

 

Most software are "Free" and you can direct download it ( no register and no sign anything )

ADBanner