Conference Site – Check of Email-Address

We use for the next LibreOffice conference a new Plone add-on. It is running on http://conference.libreoffice.org. I’m currently working on a registration form for the conference. I’ve done a bit of the work during my vacation but there are some features missing especially the protection of the form with a captcha.

But there are some other missing features. Today I found out how to validate an email-address and added this feature to my development environment on our TDF-Server. It worked fine for me.

Veröffentlicht unter LibreOffice, Plone | Hinterlasse einen Kommentar

LibreOffice Conference Add-On – Update of Views

During the last weekend I met with other volunteers for an admin weekend in the LinuxHotel in Essen. We talked about and worked on some admin tasks, e.g. I worked with Alex on the add-on for the conference site and added some features. It was much easier to work in a (little) group on that add-on and we had some fun with the results.

And today I added some features to the views of the add-on. I found out how I could create hyperlink to content that is connected via a relation-field. E.g., I implemented a link from the view of a program-track to the room and the speaker. This objects are created not in the same folder as the program, the tracks and talks.

I uploaded the sourcecode changes to my github repository (https://github.com/andreasma/collective.conference) today. They will be available on the development site for the conference add-on (http://vm5.documentfoundation.org:9090/conference2) soon.

Veröffentlicht unter LibreOffice, Plone | Hinterlasse einen Kommentar

LibreOffice Conference – Update to Plone 4.2

The LibreOffice conference is running on Plone 4.2 now. I updated the site during the admin weekend in Essen today. It was an easy and fast task because the site is created with buildout.

 

Veröffentlicht unter LibreOffice, Plone | Hinterlasse einen Kommentar

LibreOffice 3.6-Beta2 – PDF-Export-Dialog – New Feature Watermark

During the LibreOffice Hackfest in Hamburg in last April I added a new feature to the PDF-Export-Dialog of LibreOffice. Now there is an option to add a watermark in the mode of a string to the pdf-file. I got the new LibreOffice 3.6-beta2 and found my feature in the export dialog and, wow, the strings are translated, thanks to the work of our translation team. They are working very effective mostly behind the screen. But without there work LibreOffice would not such a great office software for so many people with different native language or language environment (for there office work)

.PDF-Export-Dialog - Option Wasserzeichen

Veröffentlicht unter LibreOffice | Hinterlasse einen Kommentar

LibreOffice Extension Site Back On-Line

I worked on the LibreOffice extension site (http://extensions.libreoffice.org) and tried to fix some language issues yesterday. During this work an issue with the homepage of the extension portal occurred. At least I had to use our latest backup from the 28th of August to solve the problems. The upload took some time thus the site was not available for the night (European time). But the good message: the site is running again now ;-)

Veröffentlicht unter LibreOffice | Hinterlasse einen Kommentar

LibreOffice Conference – Call for Papers open

The LibreOffice conference will take place in Berlin this year. It is the second conference of the LibreOffice project and I decided that we should upgrade our conference organizing tool set. Because I know the workflow from another conference, the LinuxTag, I thought that the conference organizing team should get a tool for the process of managing papers and creating a conference program out of them.

I worked on this topic in the last weeks and created a new add-on for Plone. This add-on manages the workflow for the upcoming LibreOffice conference. The call for papers for this conference, that take place in Berlin from October 17th to 19th, 2012, is open now. You could submit your papers via the conference website: http://conference.libreoffice.org. The call for papers is open until 15th August.

Veröffentlicht unter LibreOffice | Hinterlasse einen Kommentar

Protecting of the Conference Site with Captcha

I added the captcha feature to the LibreOffice conference site. It was easy to install and had to be activated in the Zope Management Interface (ZMI) at plone_setup via an import call.

I reworked a field in the talk and in the workshop module of the conference add-on for Plone. This fields has special rights management now. The changes are integrated into the LibreOffice conference site (http://conference.libreoffice.org) with a git checkout.

Veröffentlicht unter LibreOffice, Plone | Hinterlasse einen Kommentar

Bit more Work on Conference Add-On

I added a new field to the workshop module of the Plone add-on for the LibreOffice conference. It is now posible that a workshop has a co-leader. I changed also the view of the talks and the workshops.

There are now also review comment fields for both types, talks and workshops, which are only visible to reviewers.

Because I created a new buildout of the LibreOffice conference site (http://conference.libreoffice.org) all my changes are available on the site.

Veröffentlicht unter LibreOffice, Plone | Hinterlasse einen Kommentar

New LibreOffice Conference Site Online

The LibreOffice conference site is driven by Plone now. The URL of the site is http://conference.libreoffice.org. The site contains an add-on for Plone that can manage the call for papers and the conference program. I worked on this add-on, based on the Dexterity framework, hard in the last weeks. There are some tasks remaining but I will finish them in the next weeks.

Today I fixed an issue in the footer of the site that lives in the layout add-on of the site.

Veröffentlicht unter LibreOffice, Plone | Hinterlasse einen Kommentar

Issue with my Plone 4.2rc2 Buildout fixed

I worked on a zeoserver buildout of Plone 4.2rc2 in the last days. I run into an issue with the instances of the zeo. They always start up and stoped and died at last. I finally got a hint from another “Plonista” that there was an issue with the contact to the blobstorage. The relative link to the blobstorage worked only if I run the instance with “fg” (and not with regular “start”. I changed the line in my buildout script to:

blob-storage = ${buildout:directory}/var/blobstorage

And now it worked for the first instance. But if I run the second instance with the start command it died. I run it in foreground mode (fg) then and I got the message:

self.lockfile.close()
AttributeError: UnixZopeStarter instance has no attribute ‘lockfile’

I googled this line and found out that there is a bug inside the zope that is already fixed but not released yet.

Seemed that there will be another RC for Plone 4.2 next time.

 

Veröffentlicht unter Plone | Hinterlasse einen Kommentar