Webinars in September Wednesday 21 August 2013

Hello,

A new Phraseanet Webinar will be held on Tuesday, September 17th 2013 from 3:00 PM to 4:00 PM CEST (Paris time).

Feel free to register online for this new online presentation of our Open Source Digital Asset Management software. You will be able to find out about the new features and see what our product can do for your company!

Should you need a personalized online demonstration, please contact us and tell us the time and date. We remain at your disposal.

Best regards,

-The Phraseanet team

Releasing Phraseanet 3.7.14 Tuesday 23 July 2013

Hello,

We’re glad to announce today the release of Phraseanet 3.7.14.

Here is the changelog for this update :

– BugFix : Multi layered images are not rendered properly.

– BugFix : Status editing can be accessed on some records by users that are not granted.

– BugFix : Records index is not updated after using command fields:rename

– Enhancement : Add support for grayscale colorspace image.

Download it from our official website: www.phraseanet.com/en/download

Jobs Friday 12 July 2013

To apply, please read the post in French. Thank you !

Release of Phraseanet 3.7.13 Thursday 4 July 2013

Hello,

We’re announcing today the release of Phraseanet 3.7.13. Here is the changelog for this minor version.

– Some users were able to access story creation form whereas they were not allowed to.
– Disable detailed view keyboard shortcuts when export modal is open.
– Update to PHP-FFMpeg 0.2.4, better support for video resizing.
– BugFix : Unable to reject a thesaurus term from thesaurus module.

We remind you that Phraseanet can be downloaded from our official website: www.phraseanet.com/en/download

Webinars: Summer session Monday 1 July 2013

Hi all,

A summer session will take place, we’re organizing new Phraseanet Webinars.

Save the date!

The next webinars in English will take place on July 17 @3PM (Paris) and August 27 @3PM (Paris).

Of course, should you need a personalized online demonstration, please contact us and tell us the time and date. We remain at your disposal.

Best regards,

-The Phraseanet team

Microlearning : Reduce the number of mandatory fields in the registration form Friday 28 June 2013

Hello,

A new Phraseanet tutorial today about the registration form.
Can we reduce the number of mandatory fields?

The answer is yes. But this customization is not possible within the Phraseanet interfaces. To choose the mandatory fields of the registration form, please follow this process:

1- Create the register-fields.php file in the config directory.
2- Insert the following :

< ?php $arrayVerif = array( "form_login" => true,
“form_password” => true,
“form_password_confirm” => true,
“form_gender” => true,
“form_lastname” => true,
“form_firstname” => true,
“form_email” => true,
“form_job” => true,
“form_company” => true,
“form_activity” => true,
“form_phone” => true,
“form_fax” => true,
“form_address” => true,
“form_zip” => true,
“form_geonameid” => true,
“demand” => true);

True and false determine the mandatory character (or not) to fill in the fields: if true, the field is mandatory ; if false, it is optional. Important : do not close the PHP tag at the end of file.

We hope that this microlearning will help you customize your Phraseanet system. Feel free to send all your questions on the Google Groups, social networks or for any other request, by email :info@alchemy.fr.

New: SDK PHP for Phraseanet now available Monday 10 June 2013

Hello,
We’re announcing today the release of the SDK PHP 0.3.0 for Phraseanet which is now available : https://github.com/alchemy-fr/Phraseanet-PHP-SDK

The Phraseanet SDK is a development kit written in PHP. It gathers the tools allowing developers to create third party applications for Phraseanet.

To view the changelog, please go to: https://github.com/alchemy-fr/Phraseanet-PHP-SDK/blob/master/CHANGELOG.md

-The Phraseanet team

The coming webinars in June… Monday 3 June 2013

The next webinars will take place on :

June 12th from 3:00PM to 4:00PM (in English)

June 27th from 5:00PM to 6:00PM (in English)

Please click on one of the sessions to register online ! Have a nice week,

-The Phraseanet team

Releasing Phraseanet 3.7.12 Wednesday 15 May 2013

We are announcing today the release of Phraseanet 3.7.12.

Here is the changelog:

Fix : Removed “required” attribute on non-required fields in order form
Fix : Fix advanced search dialog CSS
Fix : Grouped status bits are not displayed in advanced search dialog
Enhancement : Locales update

You can download it now !

-The Phraseanet team

Tutorials : The Phraseanet Community is growing… Friday 10 May 2013

Hello,

As you all already know, we decided to release Phraseanet as an Open Source software a few years ago to allow as many as possible to download it and to use it for free.

Our team is glad to see today that the community around Phraseanet is constantly growing. Many of you are already following us on the social networks (Facebook & Twitter) and on the Google Groups. Some of you also wrote tutorials to help others to install Phraseanet.

These guides can be found over the internet. We cannot guarantee the content in these tutorials because they have not been written or even reviewed by members of our team. But we thank the members of the community who wrote these tutorials and who share their time to the Phraseanet project so here are some of them:

http://www.hibouxprod.com/tutoriels/installer-phraseanet-iv-sur-debian-squeeze-32-bits (in French)

http://cassagnes-comtaux.fr/index.php/plan/9-tutoriels/5-tuto-phrasea (in French)

http://users.telenet.be/mydotcom/howto/linuxsbs/phraseanet.html (in English)

You also wrote a tutorial and wish to tell us ? Please send us an email ! info@alchemy.fr

Of course other tutorials in English can be found on the two Google Groups:

-The “Installation” Forum : https://groups.google.com/group/phrasea-install-en

-The “Support” Forum : https://groups.google.com/group/phrasea-support-en

Best regards,

-The Phraseanet Team

NB: When you’re about to setup Phraseanet, please don’t forget to always use the latest release available  which can be found here: https://www.phraseanet.com/en/download/