Author: dr
Date: Wed Oct 17 10:22:23 2007
New Revision: 6479
Log:
- Update (and add) roadmaps.
Added:
docs/roadmaps/roadmap-1.1.txt
- copied unchanged from r5921, docs/roadmaps/roadmap-1.1
docs/roadmaps/roadmap-1.2.txt (with props)
docs/roadmaps/roadmap-2007.2.txt (with props)
Removed:
docs/roadmaps/roadmap-1.1
Added: docs/roadmaps/roadmap-1.2.txt
==============================================================================
--- docs/roadmaps/roadmap-1.2.txt (added)
+++ docs/roadmaps/roadmap-1.2.txt [iso-8859-1] Wed Oct 17 10:22:23 2007
@@ -1,0 +1,148 @@
+============================
+eZ components 2006.2 roadmap
+============================
+
+.. contents:: Contents
+
+Introduction
+============
+
+This document lists the items that we want to address for eZ components 2006.2.
+Each item has a priority number attached to it where "1" means highest
+priority. All number 1 priorities will definitely make it into the release
+bundle. If there is time left we proceed with items which have the priority 2
+and after that 3.
+
+Additions
+=========
+
+Base
+----
+
+- Add a new class to the Base package which returns information whether a
+ feature is available. The idea is to add a new class to the base package that
+ provides static methods to return whether a function/feature is available.
+ The system information component gets another class that only extends this
+ new class in the base package. [1]
+
+Cache
+-----
+
+- Investigate what the cache exactly can do and figure out if it is good
+ enough. [1]
+- Add functionality that can prevent multiple requests generating the same
+ cache file after it has expired. [1]
+- Add a method to manually purge the cache. [2]
+- Add a database cache backend. [2]
+
+ConsoleTools
+------------
+
+- Add a list of standard error code constants from "errno.h" [2]
+
+ContentDiff
+-----------
+
+- A new component to compare different elements of the same type. [3]
+
+
+Database
+--------
+
+- Perfect support for Oracle [1]
+
+DatabaseSchema
+--------------
+
+- Make it work with MySQL, PosgreSQL, Oracle and SQLite. [1]
+- Check foreign keys support in DatabaseSchema. [2]
+- Allow schema modifications (if it is not possible yet). [2]
+
+Feed
+----
+
+- RSS syndication and creation [1]
+
+Graph
+-----
+
+- Finish 3d renderer. [1]
+- Finish the date axis. [1]
+- Add magic to font configuration. [2]
+- Allow writing on an external canvas. [2]
+- Enhance SVG driver to be able to inline background images. [2]
+- Add a "imagemap renderer" so that you can click on the correct points as
+ well with an action. [3]
+- Average and other statistical analysis. [3]
+- Bar charts. [2]
+
+Image
+-----
+
+- Extend the filters so that the current available ones are both available for
+ GD and ImageMagick. [1]
+- Add more filters for different effects. [3]
+- Add watermark functionality. [2]
+- Create some function to compare images. ImageMagick can be used as well to
+ return the difference. [3]
+- Fix Exif access and precalculate some values (like focal point) [1]
+
+Mail
+----
+
+- More Mail authentications [3]
+- Mail: Mail parsing Iterator [2]
+- Add a fetch function to transports like limit/offset for better resource
+ management. [1]
+- PGP support. [2]
+- Allow files to be added as attachment without having a file on disk. [2]
+- Make temp file location for parsing configurable. [3]
+- Usenet Transport. [3]
+
+PersistentObject
+----------------
+
+- Fix bugs (escaping column names). [1]
+- Relations between classes and objects. [1]
+- Add doc links to PersistentObjectDatabaseSchemaTiein. [1]
+
+
+PersistentObjectDatabaseSchemaTiein
+-----------------------------------
+
+- Make it work with databases directly. [1]
+- Adds a scripts supper package that pulls in this one, but also others later.
+ [3]
+- Add stuff to the script to make the template classes as well as the
+ definition files. [1]
+
+SignalObserver
+--------------
+
+- Loosy-coupled intra-object communication and event handling. [1]
+
+
+Template
+--------
+
+- Charsets for Template [1]
+- Caching [1]
+- Translation TieIn [1]
+- User extensions for template [1]
+
+Translation
+-----------
+
+- Add a script that checks differences to make translated files up to date. [2]
+
+Url
+---
+
+- Investigate how to make this better and usable. [1]
+
+Workflow
+--------
+
+- Workflow management component [3]
+
+
Propchange: docs/roadmaps/roadmap-1.2.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: docs/roadmaps/roadmap-2007.2.txt
==============================================================================
--- docs/roadmaps/roadmap-2007.2.txt (added)
+++ docs/roadmaps/roadmap-2007.2.txt [iso-8859-1] Wed Oct 17 10:22:23 2007
@@ -1,0 +1,66 @@
+eZ Components 2007.2
+====================
+
+*Expected release date:* Mid December 2007
+
+New components
+--------------
+
+We are planning the following new components:
+
+- *Document* - conversions between different data formats, in this
+ first release we will focus only on what the new OE editor and eZ Publish 4
+ require.
+- *WebDav* - Server-side support for WebDAV.
+- *Tree* - Storing a tree structure in a database with different
+ algorithms depending on application's performance restraints.
+
+Because WebDav is a very extensive component, it might not make it into
+this release. In that case we will release it as part of eZ Components 2008.1
+and earlier as PEAR packages as soon as it it finished.
+
+
+Enhancing existing components
+-----------------------------
+
+Additionally, the existing components will be improved further.
+
+Mail
+~~~~
+
+Additions for SMTP authentication and validation of email addresses:
+
+- Searching IMAP mailboxes
+- E-mail address validation
+- SMTP authentication mechanisms: NTLM, CRAM-MD5 etc.
+- Mail retrieval by UID in the IMAP transport
+
+Url
+~~~
+
+Minor enhancements to deal with hiding "index.php".
+
+Authentication
+~~~~~~~~~~~~~~
+
+- Improved OpenID support
+- Database backend for authentication credentials
+- Multiple credentials support
+- Retrieval of associated account data.
+
+Template
+~~~~~~~~
+
+Translation Tie-in and Character set support.
+
+
+For the full list: http://issues.ez.no/RoadMap.php?Id=630&ProjectId=1
+
+Release Dates
+-------------
+
+Tentative release dates are:
+
+*2007.2 Alpha 1:* - November 12th
+
+*2007.2 Beta 1:* - November 26th
Propchange: docs/roadmaps/roadmap-2007.2.txt
------------------------------------------------------------------------------
svn:eol-style = native
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components