yacs 7.4: blogging interface, file detach, TinyMCE, FCKEditor, jsCalendar
Posted by Bernard on May 2 2007, (popular)
The blogging interface has been considerably extended, and YACS now supports major available tools, such as Microsoft Windows Live Writer, ScribeFire (previously Performancing for Firefox), Flock, BlogDesk, Post2Blog, Zoundry Blog Writer, not mentioning w.bloggar. Images can be uploaded while blogging, and free-text tags can be added as well. Also, with the support of the RSD standard, YACS allows for the auto-discovery of its blogging interface.
A bare document management system has been added to YACS. A file can now be detached by an authenticated member, to let other members know that someone is working on it. The intent is not to replace a full check-in/check-out system, and YACS does not lock files, but at least it will help a lot team members to collaborate on any document, just by letting know who has taken the lead.
Also, the commenting form now allows for the attachment of one file, and we believe that this simple feature will contribute a lot to information sharing in on-line communities. Previously you had to upload a file somewhere, to record its id, and then to reference the file id in your comment. Now, for the same result, you just have to type a comment, and to select the file to upload at the bottom of the form.
YACS now features two different WYSIWYG editors, namely, TinyMCE and FCKEditor, and jsCalendar has been added as well to ease the selection of dates. All these serve one single purpose: ease the production of rich pages by non-expert people.
446 files have been modified or added since the previous release.A bare document management system has been added to YACS. A file can now be detached by an authenticated member, to let other members know that someone is working on it. The intent is not to replace a full check-in/check-out system, and YACS does not lock files, but at least it will help a lot team members to collaborate on any document, just by letting know who has taken the lead.
Also, the commenting form now allows for the attachment of one file, and we believe that this simple feature will contribute a lot to information sharing in on-line communities. Previously you had to upload a file somewhere, to record its id, and then to reference the file id in your comment. Now, for the same result, you just have to type a comment, and to select the file to upload at the bottom of the form.
YACS now features two different WYSIWYG editors, namely, TinyMCE and FCKEditor, and jsCalendar has been added as well to ease the selection of dates. All these serve one single purpose: ease the production of rich pages by non-expert people.
The new release is available for immediate download. If you are already running a YACS server we highly recommend you to upgrade your server.
Here is a list of new or updated features coming with this release:
with one single
to achieve a smart visual effet, managed through a bespoke Javascript generated dynamically by YACS.iframe anymore. This tag was used previously to support heartbits between the browser and the server, with the aim to avoid session timeouts. This has been replaced with a img tag, for the same result. The difference is that img properly validates with XHTML strict, where iframe does not. With this change, even YACS forms validate properly against XHTML strict standards.alfresco is not part of the reference archive anymore.magic_quotes_runtime is now disabled by YACS to avoid tricky side effects on cache management. See shared/global.php.