News and announcements
Automne is moving on Github
Written for Automne by Frank Taillandier on 2012-09-24
Automne is now hosted on Github : https:/
Thank you and so long Launchpad.
Automne 4.2.0 released
Written for Automne by Frank Taillandier on 2012-02-16
Final version of Automne 4.2 is available, go download it to play with the new features.
The complete CHANGELOG is here :
V4.2.0 (15/02/2012)
[FEATURE] : Add oembed object and oembed polymod field (external media field). Update Mediacenter to manage oembed medias
[FEATURE] : Add standard block of type "link"
[FEATURE] : Allow sharing of polymod objects accross polymod modules
[FEATURE] : Add atm-js-add and atm-css-add tags. Allow website subfolder auto inclusion for JS and CSS tags
[FEATURE] : Add atm-header tag to create content to be executed before page content
[FEATURE] : Add atm-redirect tag to create a redirection from one page to another one
[FEATURE] : Add an option to redirect from alt domain to main domain for websites
[FEATURE] : Add HTML5 attributes to atm-input tags
[FEATURE] : Add attributes support to atm-form tags and rewrite for action attribute
[FEATURE] : Add HTTPS option for individual pages
[FEATURE] : Add parent page selection on new page creation
[FEATURE] : Add variable type {page:father:XXX} to get infos from current parent page
[FEATURE] : Add protection for pages and categories to avoid changing important datas inadvertently
[FEATURE] : Add {server:XXX:YYY} variable type
[FEATURE] : Add {helper:XXX:YYY} variable type which allow usage of PHP helpers to format given variables
[FEATURE] : In rows and templates edition : add code folding
[FEATURE] : In rows and templates edition : add ctrl-s and shift-ctrl-s to save or save and regenerate files.
[FEATURE] : Allow stripping of .php extension for generated pages (see constant STRIP_PHP_EXTENSION in cms_rc.php)
[FEATURE] : Handle redirections from old website URL to the new website page (see /automne/
[FEATURE] : Add specific PHP code inclusion in forms actions
[FEATURE] : Add support for mod_xsendfile if exists to boost file download when served by PHP
[FEATURE] : Add polymod text search options: "begin with" and "restrict to text field"
[REFACTOR] : Update Zend Framework to version 1.11.5
[REFACTOR] : Update ExtJS to version 3.4.0 (add support for IE9)
[REFACTOR] : Update debug statistics : more accurate and more extensible
[REFACTOR] : Update phpMyAdmin to version 3.4.3.1
[REFACTOR] : Update codemirror to version 2.2
[REFACTOR] : Add less files edition in stylesheet files edition
[REFACTOR] : Session management and users authentification are completely refactored to use Zend Framework
[REFACTOR] : Refactor tag atm-xml to be used in rows and in page templates
[REFACTOR] : Completely refactor cms_aliases module for a better integration in Automne 4
[REFACTOR] : Add support for hidden fields in polymod am-form
[REFACTOR] : Add filter by dates on activity logs
[REFACTOR] : Update page codename to allow codenames of 100 characters
[REFACTOR] : Add an administration right to allow update of pages codenames without a right on pages/rows templates
[REFACTOR] : Add thumbnail to field google coordinates in modules admin
[REFACTOR] : Images and files inserted into polymod fields now use correct website domain instead of main website domain
[REFACTOR] : Add title and company to users details
[REFACTOR] : Add log for user logout
[REFACTOR] : Add previous login message on connection
[REFACTOR] : Use a temporary table to store poly objects search ids to avoid MySQL limitations
[REFACTOR] : Refactor single sub objects administration to allow creation and modification
[REFACTOR] : Refactor JS and CSS editor to add robots.txt edition
[REFACTOR] : Refactor multi categories field in polymod administration using tree UI.
[REFACTOR] : Replace multiselect ExtJS extension by superselect for better ergonomics
[REFACTOR] : Allow page tree to be opened in a new window
[REFACTOR] : Drop all old V3 LDAP methods
[REFACTOR] : Add {{jsdata}} to block text
[BUG] : Correct bug number: 2350, 2549, 2561, 2586, 2585, 2584, 2582, 2566, 2672, 2689, 2751, 2754, 2763, 2764, 2818, 2831,2049, 2070, 2154, 2162, 2195, 2252, 2265, 2271, 2272 (see http://
[BUG] : Admin lock cannot be removed, even with admin rights
[BUG] : Polymod modules can be deleted even if RSS feeds or plugins exists
[BUG] : Polymod blocks are not duplicated during page cop
[BUG] : Correct bug for better handling of HTTPS websites and cross HTTP and HTTPS websites on the same Automne
[BUG] : Correct bug with external home page redirection
[BUG] : Correct bug with tags which only contain character zero
[BUG] : Correct bug with atm-form tags and cache
[BUG] : Correct some inconsistencies with the recursive atm-linx
Updated . Read more
Automne 4.2 RC1 released
Written for Automne by Frank Taillandier on 2012-01-18
This is the last version before the final 4.2 release, go grab it and discover the whole bunch of new features
Here's the CHANGELOG :
[FEATURE] : Allow sharing of polymod objects accross polymod modules
[FEATURE] : Add oembed object and oembed polymod field (external media field). Update Mediacenter to manage oembed medias
[FEATURE] : Add standard block of type "link"
[FEATURE] : Add atm-header tag to create content to be executed before page content
[FEATURE] : Add atm-redirect tag to create a redirection from one page to another one
[FEATURE] : Add atm-js-add and atm-css-add tags. Allow website subfolder auto inclusion for JS and CSS tags
[FEATURE] : Add attributes support to atm-form tags and rewrite for action attribute
[FEATURE] : Add HTML5 attributes to atm-input tags
[FEATURE] : Add HTTPS option for individual pages
[FEATURE] : Add an option to redirect from alt domain to main domain for websites
[FEATURE] : Add parent page selection on new page creation
[FEATURE] : Add variable type {page:father:XXX} to get infos from current parent page
[FEATURE] : Add protection for pages and categories to avoid changing important datas inadvertently
[FEATURE] : Add {server:XXX:YYY} variable type
[FEATURE] : Add {helper:XXX:YYY} variable type which allow usage of PHP helpers to format given variables
[FEATURE] : Allow stripping of .php extension for generated pages (see constant STRIP_PHP_EXTENSION in cms_rc.php)
[FEATURE] : Handle redirections from old website URL to the new website page (see /automne/
[FEATURE] : Add specific PHP code inclusion in forms actions
[FEATURE] : Add support for mod_xsendfile if exists to boost file download when served by PHP
[FEATURE] : Add polymod text search options: "begin with" and "restrict to text field"
[REFACTOR] : Session management and users authentification are completely refactored to use Zend Framework
[REFACTOR] : Completely refactor cms_aliases module for a better integration in Automne 4
[REFACTOR] : Refactor JS and CSS editor to add robots.txt edition
[REFACTOR] : Add LESS files edition in stylesheet files edition
[REFACTOR] : Refactor tag atm-xml to be used in rows and in page templates (AJAX)
[REFACTOR] : Add thumbnail to field google coordinates in modules admin
[REFACTOR] : Update debug statistics : more accurate and more extensible
[REFACTOR] : Update Zend Framework to version 1.11.5
[REFACTOR] : Update ExtJS to version 3.4.0 (add support for IE9)
[REFACTOR] : Update phpMyAdmin to version 3.4.3.1
[REFACTOR] : Add support for hidden fields in polymod am-form
[REFACTOR] : Add filter by dates on activity logs
[REFACTOR] : Drop all old V3 LDAP methods
[REFACTOR] : Update page codename to allow codenames of 100 characters
[REFACTOR] : Add an administration right to allow update of pages codenames without a right on pages/rows templates
[REFACTOR] : Images and files inserted into polymod fields now use correct website domain instead of main website domain
[REFACTOR] : Add title and company to users details
[REFACTOR] : Add log for user logout
[REFACTOR] : Add previous login message on connection
[REFACTOR] : Use a temporary table to store poly objects search ids to avoid MySQL limitations
[REFACTOR] : Refactor single sub objects administration to allow creation and modification
[REFACTOR] : Refactor multi categories field in polymod administration using tree UI.
[REFACTOR] : Replace multiselect ExtJS extension by superselect for better ergonomics
[REFACTOR] : Allow page tree to be opened in a new window
Updated . Read more
Automne 4.1 released
Written for Automne by Frank Taillandier on 2011-02-26
Automne 4.1 brings manuy new features such as :
- import/export modules
- better performance
- better languages management
- better images management
- simplified files structure
- subfolder installation
- and many other ones ...
Here"s the complete changelog:
Changelog from Automne 4.0.2 to Automne 4.1.0 :
V4.1.0 (24/02/2011)
[BUG] : Lots of minor bugs corrected (included bugs 1432, 1412, 1410, 1432, 1430, 1389, 1380, 1362, 1315, 1243, 1209, 1062, 522, 883, 539, 930, 536, 535, 519, 293, see http://
[REFACTOR] : Change max execution time for scripts. Set to 2 minutes by default
[REFACTOR] : Change polymod search to add one by one result return. Use POLYMOD_
[REFACTOR] : Manage alpha transparency on PNG and GIF images during image resizing
[REFACTOR] : Move /automne_linx_files directory to /automne/linx
[REFACTOR] : Move /automne_
[REFACTOR] : Move /automne_bin to /automne/bin
[REFACTOR] : Move /sql to /automne/sql
[REFACTOR] : Move /html to /automne/html
[REFACTOR] : Use CMS_cache to store Backtraces, Stats and Polymod structures instead of user session
[REFACTOR] : Add default attribute to text and varchar blocks (standard module) to specifie a specific text instead of the default "Lorem Ipsum" text
[REFACTOR] : Update ExtJS to version 3.3.1
[REFACTOR] : Rewrite standard and polymod parsings to be both compatibles with tags and vars replacements
[REFACTOR] : Rewrite polymod replacement vars to handle nested vars replacements
[REFACTOR] : Rewrite tags atm-if, atm-else, atm-setvar, atm-start-tag, atm-end-tag, atm-title, atm-page, atm-website, atm-admin, atm-edit to be compatible with both standard and polymod parsers
[REFACTOR] : Update all rows and templates help for XML syntax.
[FEATURE] : Add vars replacements to standard rows and templates XML codes.
[FEATURE] : Allow handling of vars replacement by all modules
[FEATURE] : Add Google coordinates field for Polymod
[FEATURE] : Add vhost subfolder support for Automne installation
[FEATURE] : Add import/export of polymod modules structures
[FEATURE] : Add export of Automne activity logs in CSV
[FEATURE] : Add Google Chrome Frame support (via the configuration constant APPLICATION_
[FEATURE] : Add row duplication
[FEATURE] : Add codename to pages and websites
[FEATURE] : Add database auto update (useful for direct update from Launchpad)
[FEATURE] : Add auto resize and auto crop on images for image and file objects
[FEATURE] : Add email notification to user/group field of objects (like author for example)
[FEATURE] : Add atm-page and atm-website tags
[FEATURE] : Add PHPExcel library (working on excel files) : http://
[FEATURE] : Add Languages management
[FEATURE] : Add options for keyword search on polymod modules
[FEATURE] : Add an option to search rows by module
[FEATURE] : Add multiple atm-search-order support for polymod search inside atm-search tags
[FEATURE] : Add an option to detach as popup some modal window of Automne administration
[FEATURE] : Add polymod module deletion
Automne 4.1beta2 release
Written for Automne by Frank Taillandier on 2011-02-04
Last beta release of Automne 4.1, Fix some bugs, see the CHANGELOG for more info
http://