dScribe 1.4A Release

I am happy to announce the immediate release of dScribe 1.4A.

This version passed the test from one of my colleagues who is not known for saying 'yes it's good' too fast, but hey there he was delighted by the progress on this new version.

So I published this release knowing that some minor bugs are still there (Sure you will find them quickly:-)). I think I could called this version a Technical Preview, it's a new fashion habit in our geek world.


New features:

- Image Gallery: this was a long outstanding request. All the images are stored now in the database, and I use a dynamic image module to generate them on the fly.
So an author can upload an image, and use it in the content editor.

- Text content type. Because everything cannot be described as links or headlines, I added a FreeTextBox Editor to let you include any kind of HTML code. The image gallery icon is also linked to the new Image Gallery.

- New user interface. Well I tried here to apply a standard through the different pages. I make it simple as I could. When a page require  too much information, I divided the process by panel.

- New dScribe Helper assembly. This is for the front end and this little control would let you read the sections content from your database. The structure of the control tag is like this:

<ds:content id="Highlight_12" ThisPage="Homepage" ThisSection="Box 2"  runat="server" />

- New navigation. I have now the navigation as a drop down menu on top of each page. Some informations like user name, project on the bottom. The drop down are not the best code, but I will have a better one.

- New Copy From... function. When an author write some content, he can now click the Copy From... button to get a copy from an existing approved content.

A lot of things has been done in this release, but surely if you have any ideas, let me know. The next BIG job now is for me to build a proper setup, and to chase the bugs.

After that, when everything will be ok, cleaning and optimizing the code. Anyway I hope this tool will help some of you who want to have a CMS for small and medium projects.

Thanks for your feedback !

Download here

 

3 Comments

  • and what is the Admin password?

  • - install in a virtual directory makes the template editor look bad, as all image urls are hardcoded to be on a root domain.

    - the core db system does not close DB connections nor disposes them, which means that the site keeps connections open even if the user is already away. I found this out because I wanted to drop the db from the db server but couldn't do that because the website process kept a connection open.

    - under firefox I can't do anything in the gui

    - some paths are hardcoded as being /dscribe

    - the admin's email address is kept to yours :)

  • Frans If you install it under a virtual directory call dScribe it should work (well that's I tried).

    But I will have a look anyway.

    For the db connections, I was pretty sure I close and dispose but maybe I forgot one or two.

    This tool is only written for Internet Explorer. The basic idea is that most of the time this would be use in an Intranet. I use FreeTextBox 1 which is for me far better than the second version, but sadly it run only with IE.

    Thanks for your feedback.

Comments have been disabled for this content.