[xwiki-devs] [Proposal] Roadmap for XE 3.4
Hi devs and everyone, Here's a proposal for the XE 3.4 roadmap. The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle. Dates: ===== 3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;)) Plan for 3.5: 3.5RC1: 23 January 3.5Final: 30 January Must have: ========= * Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?) * Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here? * Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4? * LDAP Admin UI - Jerome Nice to have: =========== Backend: * LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned Front end: * Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned Please review the items where your name is indicated to make sure you're planning to implement them! Of course if there are some other items that you're planning to do, make sure to add them to the list. WDYT? Thanks -Vincent
On Thu, Nov 24, 2011 at 10:55 AM, Vincent Massol <[email protected]> wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* XR ** finish migrate extensions.xwiki.org (currently blocked by xwiki.org upgrade) ** make easier to create and keep up to date XR/extensions.xwiki.org page for an extension stored in a Maven repository ** add some version management UI ** there is still some differences between extensions.xwiki.org and XR code * EM ** clustering support ** there is already an automated merging system for XAR but exposing a real resolution conflict UI would require quite some backend work These are the most important points for a real 1.0 I would say but not sure what's doable in this timeframe, IMO conflict resolution UI is a lot to ask. See http://dev.xwiki.org/xwiki/bin/view/Design/ExtensionManager for everything else.
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
On Nov 24, 2011, at 1:14 PM, Thomas Mortagne wrote:
On Thu, Nov 24, 2011 at 10:55 AM, Vincent Massol <[email protected]> wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* XR ** finish migrate extensions.xwiki.org (currently blocked by xwiki.org upgrade)
err this one is planned for 3.3 and I hope it'll be there for 3.3 final, we need it to make EM UI really usable :)
** make easier to create and keep up to date XR/extensions.xwiki.org page for an extension stored in a Maven repository ** add some version management UI ** there is still some differences between extensions.xwiki.org and XR code
* EM ** clustering support ** there is already an automated merging system for XAR but exposing a real resolution conflict UI would require quite some backend work
These are the most important points for a real 1.0 I would say but not sure what's doable in this timeframe, IMO conflict resolution UI is a lot to ask. See http://dev.xwiki.org/xwiki/bin/view/Design/ExtensionManager for everything else.
I hope we can have the conflict resolution done by end of 3.5 though if it's not possible in 3.4. Do you think it's possible? Isn't this mostly a UI issue? Thanks -Vincent
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
On Thu, Nov 24, 2011 at 2:01 PM, Vincent Massol <[email protected]> wrote:
On Nov 24, 2011, at 1:14 PM, Thomas Mortagne wrote:
On Thu, Nov 24, 2011 at 10:55 AM, Vincent Massol <[email protected]> wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* XR ** finish migrate extensions.xwiki.org (currently blocked by xwiki.org upgrade)
err this one is planned for 3.3 and I hope it'll be there for 3.3 final, we need it to make EM UI really usable :)
Just listing all that is not yet done.
** make easier to create and keep up to date XR/extensions.xwiki.org page for an extension stored in a Maven repository ** add some version management UI ** there is still some differences between extensions.xwiki.org and XR code
* EM ** clustering support ** there is already an automated merging system for XAR but exposing a real resolution conflict UI would require quite some backend work
These are the most important points for a real 1.0 I would say but not sure what's doable in this timeframe, IMO conflict resolution UI is a lot to ask. See http://dev.xwiki.org/xwiki/bin/view/Design/ExtensionManager for everything else.
I hope we can have the conflict resolution done by end of 3.5 though if it's not possible in 3.4. Do you think it's possible? Isn't this mostly a UI issue?
The is a lot of UI work for sure (that alone I'm not sure it would be fully ready for 3.4 given what's left to do but Sergiu would know better) and it's not only that. The UI also need to be asked by the backend what to do when a conflict is found during an upgrade and answer it what the user decided.
Thanks -Vincent
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
On Thu, Nov 24, 2011 at 3:39 PM, Thomas Mortagne <[email protected]> wrote:
On Thu, Nov 24, 2011 at 2:01 PM, Vincent Massol <[email protected]> wrote:
On Nov 24, 2011, at 1:14 PM, Thomas Mortagne wrote:
On Thu, Nov 24, 2011 at 10:55 AM, Vincent Massol <[email protected]> wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* XR ** finish migrate extensions.xwiki.org (currently blocked by xwiki.org upgrade)
Done
err this one is planned for 3.3 and I hope it'll be there for 3.3 final, we need it to make EM UI really usable :)
Just listing all that is not yet done.
** make easier to create and keep up to date XR/extensions.xwiki.org page for an extension stored in a Maven repository ** add some version management UI ** there is still some differences between extensions.xwiki.org and XR code
* EM ** clustering support ** there is already an automated merging system for XAR but exposing a real resolution conflict UI would require quite some backend work
These are the most important points for a real 1.0 I would say but not sure what's doable in this timeframe, IMO conflict resolution UI is a lot to ask. See http://dev.xwiki.org/xwiki/bin/view/Design/ExtensionManager for everything else.
I hope we can have the conflict resolution done by end of 3.5 though if it's not possible in 3.4. Do you think it's possible? Isn't this mostly a UI issue?
The is a lot of UI work for sure (that alone I'm not sure it would be fully ready for 3.4 given what's left to do but Sergiu would know better) and it's not only that. The UI also need to be asked by the backend what to do when a conflict is found during an upgrade and answer it what the user decided.
Thanks -Vincent
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
-- Thomas Mortagne
On Thu, Nov 24, 2011 at 11:55 AM, Vincent Massol <[email protected]> wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
I'll post a detailed list after I finish the AppWithinMinutes wizard and I get some user feedback.
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned
* Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea
I just fixed this today. Thanks, Marius
* Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Devs, I've added the 3.4 roadmap to http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap Could you check that it corresponds to your expectations and that you're ok to commit to what is listed? Also I'm proposing the following new dates for 3.4 seen that we're lagging behind a lot for 3.3: * 3.4M1: 29 December (not putting 26 becuase that's only 2 days after Christmas) * 3.4RC1: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;) ) * 3.4Final: 12 January WDYT? Thanks -Vincent On Nov 24, 2011, at 10:55 AM, Vincent Massol wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
+1 Thanks, Caty On Wed, Dec 14, 2011 at 13:29, Vincent Massol <[email protected]> wrote:
Devs,
I've added the 3.4 roadmap to http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
Could you check that it corresponds to your expectations and that you're ok to commit to what is listed?
Also I'm proposing the following new dates for 3.4 seen that we're lagging behind a lot for 3.3:
* 3.4M1: 29 December (not putting 26 becuase that's only 2 days after Christmas) * 3.4RC1: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;) ) * 3.4Final: 12 January
WDYT?
Thanks -Vincent
On Nov 24, 2011, at 10:55 AM, Vincent Massol wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
+1 Thanks, Marius On Wed, Dec 14, 2011 at 1:29 PM, Vincent Massol <[email protected]> wrote:
Devs,
I've added the 3.4 roadmap to http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
Could you check that it corresponds to your expectations and that you're ok to commit to what is listed?
Also I'm proposing the following new dates for 3.4 seen that we're lagging behind a lot for 3.3:
* 3.4M1: 29 December (not putting 26 becuase that's only 2 days after Christmas) * 3.4RC1: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;) ) * 3.4Final: 12 January
WDYT?
Thanks -Vincent
On Nov 24, 2011, at 10:55 AM, Vincent Massol wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
+1 Thanks, Eduard On Wed, Dec 14, 2011 at 4:41 PM, Marius Dumitru Florea < [email protected]> wrote:
+1
Thanks, Marius
On Wed, Dec 14, 2011 at 1:29 PM, Vincent Massol <[email protected]> wrote:
Devs,
I've added the 3.4 roadmap to http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
Could you check that it corresponds to your expectations and that you're ok to commit to what is listed?
Also I'm proposing the following new dates for 3.4 seen that we're lagging behind a lot for 3.3:
* 3.4M1: 29 December (not putting 26 becuase that's only 2 days after Christmas) * 3.4RC1: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;) ) * 3.4Final: 12 January
WDYT?
Thanks -Vincent
On Nov 24, 2011, at 10:55 AM, Vincent Massol wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On 12/14/2011 06:29 AM, Vincent Massol wrote:
Devs,
I've added the 3.4 roadmap to http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
Could you check that it corresponds to your expectations and that you're ok to commit to what is listed?
Also I'm proposing the following new dates for 3.4 seen that we're lagging behind a lot for 3.3:
* 3.4M1: 29 December (not putting 26 becuase that's only 2 days after Christmas) * 3.4RC1: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;) ) * 3.4Final: 12 January
WDYT?
+1. Who will be the release manager? I'd like to take a break, but if nobody else wants the role, I could continue.
Thanks -Vincent
On Nov 24, 2011, at 10:55 AM, Vincent Massol wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
-- Sergiu Dumitriu http://purl.org/net/sergiu/
+0 (time will go faster during the next weeks) On Thu, Dec 15, 2011 at 13:45, Sergiu Dumitriu <[email protected]> wrote:
On 12/14/2011 06:29 AM, Vincent Massol wrote:
Devs,
I've added the 3.4 roadmap to http://enterprise.xwiki.org/** xwiki/bin/view/Main/Roadmap<http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap>
Could you check that it corresponds to your expectations and that you're ok to commit to what is listed?
Also I'm proposing the following new dates for 3.4 seen that we're lagging behind a lot for 3.3:
* 3.4M1: 29 December (not putting 26 becuase that's only 2 days after Christmas) * 3.4RC1: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;) ) * 3.4Final: 12 January
WDYT?
+1. Who will be the release manager? I'd like to take a break, but if nobody else wants the role, I could continue.
Thanks
-Vincent
On Nov 24, 2011, at 10:55 AM, Vincent Massol wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned
* Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned
* When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea
* Log-in automatically on registration XWIKI-6892 Unassigned
* Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI- 5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned
* Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
-- Sergiu Dumitriu http://purl.org/net/sergiu/
______________________________**_________________ devs mailing list [email protected] http://lists.xwiki.org/**mailman/listinfo/devs<http://lists.xwiki.org/mailman/listinfo/devs>
-- Denis Gervalle SOFTEC sa - CEO eGuilde sarl - CTO
On Dec 15, 2011, at 1:45 PM, Sergiu Dumitriu wrote:
On 12/14/2011 06:29 AM, Vincent Massol wrote:
Devs,
I've added the 3.4 roadmap to http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
Could you check that it corresponds to your expectations and that you're ok to commit to what is listed?
Also I'm proposing the following new dates for 3.4 seen that we're lagging behind a lot for 3.3:
* 3.4M1: 29 December (not putting 26 becuase that's only 2 days after Christmas) * 3.4RC1: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;) ) * 3.4Final: 12 January
WDYT?
+1. Who will be the release manager? I'd like to take a break, but if nobody else wants the role, I could continue.
I could have taken it but I'm on holidays from 26 to 30 of December. Anyone? -Vincent
Thanks -Vincent
On Nov 24, 2011, at 10:55 AM, Vincent Massol wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Thu, Dec 15, 2011 at 2:45 PM, Sergiu Dumitriu <[email protected]> wrote:
On 12/14/2011 06:29 AM, Vincent Massol wrote:
Devs,
I've added the 3.4 roadmap to http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
Could you check that it corresponds to your expectations and that you're ok to commit to what is listed?
Also I'm proposing the following new dates for 3.4 seen that we're lagging behind a lot for 3.3:
* 3.4M1: 29 December (not putting 26 becuase that's only 2 days after Christmas) * 3.4RC1: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;) ) * 3.4Final: 12 January
WDYT?
+1. Who will be the release manager? I'd like to take a break, but if nobody else wants the role, I could continue.
I can try. I'm on holiday on 29 December but I can spare a few hours to do the release provided Sergiu is online for guidance :) . 5 January is a bit tricky because I have many meetings planned that day, but I can do RC1 on January 6th. 12 January should be fine for 3.4 final. Sergiu, WDYT? Thanks, Marius
Thanks -Vincent
On Nov 24, 2011, at 10:55 AM, Vincent Massol wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned
* Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned
* When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea
* Log-in automatically on registration XWIKI-6892 Unassigned
* Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned
* Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
-- Sergiu Dumitriu http://purl.org/net/sergiu/
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On 12/15/2011 11:32 AM, Marius Dumitru Florea wrote:
On Thu, Dec 15, 2011 at 2:45 PM, Sergiu Dumitriu<[email protected]> wrote:
On 12/14/2011 06:29 AM, Vincent Massol wrote:
Devs,
I've added the 3.4 roadmap to http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
Could you check that it corresponds to your expectations and that you're ok to commit to what is listed?
Also I'm proposing the following new dates for 3.4 seen that we're lagging behind a lot for 3.3:
* 3.4M1: 29 December (not putting 26 becuase that's only 2 days after Christmas) * 3.4RC1: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;) ) * 3.4Final: 12 January
WDYT?
+1. Who will be the release manager? I'd like to take a break, but if nobody else wants the role, I could continue.
I can try. I'm on holiday on 29 December but I can spare a few hours to do the release provided Sergiu is online for guidance :) . 5 January is a bit tricky because I have many meetings planned that day, but I can do RC1 on January 6th. 12 January should be fine for 3.4 final.
Sergiu, WDYT?
OK, I hope I can find some time to be online that day, although I'm not sure. Anyway, the release scripts are well documented, and I'll try to update the release process documentation as well.
Thanks -Vincent
On Nov 24, 2011, at 10:55 AM, Vincent Massol wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned
* Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned
* When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea
* Log-in automatically on registration XWIKI-6892 Unassigned
* Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned
* Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
-- Sergiu Dumitriu http://purl.org/net/sergiu/
Tomorrow is supposed to be the 3.4M1 release but since pretty much everybody was in vacation not much has been done. I propose to postpone it to of 1 week when everybody will be back and ready. * 3.4M1: 5 January * 3.4RC1: 12 January * 3.4Final: 19 January WDYT ? On Wed, Dec 14, 2011 at 12:29 PM, Vincent Massol <[email protected]> wrote:
Devs,
I've added the 3.4 roadmap to http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
Could you check that it corresponds to your expectations and that you're ok to commit to what is listed?
Also I'm proposing the following new dates for 3.4 seen that we're lagging behind a lot for 3.3:
* 3.4M1: 29 December (not putting 26 becuase that's only 2 days after Christmas) * 3.4RC1: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;) ) * 3.4Final: 12 January
WDYT?
Thanks -Vincent
On Nov 24, 2011, at 10:55 AM, Vincent Massol wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
On 12/28/2011 12:25 PM, Thomas Mortagne wrote:
Tomorrow is supposed to be the 3.4M1 release but since pretty much everybody was in vacation not much has been done.
I propose to postpone it to of 1 week when everybody will be back and ready.
* 3.4M1: 5 January * 3.4RC1: 12 January * 3.4Final: 19 January
WDYT ?
+1. The build isn't stable, either, so even if we tried, we couldn't release tomorrow.
On Wed, Dec 14, 2011 at 12:29 PM, Vincent Massol<[email protected]> wrote:
Devs,
I've added the 3.4 roadmap to http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
Could you check that it corresponds to your expectations and that you're ok to commit to what is listed?
Also I'm proposing the following new dates for 3.4 seen that we're lagging behind a lot for 3.3:
* 3.4M1: 29 December (not putting 26 becuase that's only 2 days after Christmas) * 3.4RC1: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;) ) * 3.4Final: 12 January
WDYT?
Thanks -Vincent
On Nov 24, 2011, at 10:55 AM, Vincent Massol wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
-- Sergiu Dumitriu http://purl.org/net/sergiu/
On Wed, Dec 28, 2011 at 7:40 PM, Sergiu Dumitriu <[email protected]> wrote:
On 12/28/2011 12:25 PM, Thomas Mortagne wrote:
Tomorrow is supposed to be the 3.4M1 release but since pretty much everybody was in vacation not much has been done.
I propose to postpone it to of 1 week when everybody will be back and ready.
* 3.4M1: 5 January
As I previously said, January 5th is a full day for me (planned meetings) so I prefer January 6th (in case I'm still the one doing the release :) ).
* 3.4RC1: 12 January * 3.4Final: 19 January
WDYT ?
+1 otherwise. Thanks, Marius
+1. The build isn't stable, either, so even if we tried, we couldn't release tomorrow.
On Wed, Dec 14, 2011 at 12:29 PM, Vincent Massol<[email protected]> wrote:
Devs,
I've added the 3.4 roadmap to http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
Could you check that it corresponds to your expectations and that you're ok to commit to what is listed?
Also I'm proposing the following new dates for 3.4 seen that we're lagging behind a lot for 3.3:
* 3.4M1: 29 December (not putting 26 becuase that's only 2 days after Christmas) * 3.4RC1: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;) ) * 3.4Final: 12 January
WDYT?
Thanks -Vincent
On Nov 24, 2011, at 10:55 AM, Vincent Massol wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
+1 On Wed, Dec 28, 2011 at 20:44, Marius Dumitru Florea < [email protected]> wrote:
On Wed, Dec 28, 2011 at 7:40 PM, Sergiu Dumitriu <[email protected]> wrote:
On 12/28/2011 12:25 PM, Thomas Mortagne wrote:
Tomorrow is supposed to be the 3.4M1 release but since pretty much everybody was in vacation not much has been done.
I propose to postpone it to of 1 week when everybody will be back and ready.
* 3.4M1: 5 January
As I previously said, January 5th is a full day for me (planned meetings) so I prefer January 6th (in case I'm still the one doing the release :) ).
* 3.4RC1: 12 January * 3.4Final: 19 January
WDYT ?
+1 otherwise.
Thanks, Marius
+1. The build isn't stable, either, so even if we tried, we couldn't
release
tomorrow.
On Wed, Dec 14, 2011 at 12:29 PM, Vincent Massol<[email protected]> wrote:
Devs,
I've added the 3.4 roadmap to http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
Could you check that it corresponds to your expectations and that
you're
ok to commit to what is listed?
Also I'm proposing the following new dates for 3.4 seen that we're lagging behind a lot for 3.3:
* 3.4M1: 29 December (not putting 26 becuase that's only 2 days after Christmas) * 3.4RC1: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;) ) * 3.4Final: 12 January
WDYT?
Thanks -Vincent
On Nov 24, 2011, at 10:55 AM, Vincent Massol wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI- 5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Denis Gervalle SOFTEC sa - CEO eGuilde sarl - CTO
On Wed, Dec 28, 2011 at 8:44 PM, Marius Dumitru Florea <[email protected]> wrote:
On Wed, Dec 28, 2011 at 7:40 PM, Sergiu Dumitriu <[email protected]> wrote:
On 12/28/2011 12:25 PM, Thomas Mortagne wrote:
Tomorrow is supposed to be the 3.4M1 release but since pretty much everybody was in vacation not much has been done.
I propose to postpone it to of 1 week when everybody will be back and ready.
* 3.4M1: 5 January
As I previously said, January 5th is a full day for me (planned meetings) so I prefer January 6th (in case I'm still the one doing the release :) ).
Sure, one day more or less is ok, the vote is more about the one week delay in general.
* 3.4RC1: 12 January * 3.4Final: 19 January
WDYT ?
+1 otherwise.
Thanks, Marius
+1. The build isn't stable, either, so even if we tried, we couldn't release tomorrow.
On Wed, Dec 14, 2011 at 12:29 PM, Vincent Massol<[email protected]> wrote:
Devs,
I've added the 3.4 roadmap to http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
Could you check that it corresponds to your expectations and that you're ok to commit to what is listed?
Also I'm proposing the following new dates for 3.4 seen that we're lagging behind a lot for 3.3:
* 3.4M1: 29 December (not putting 26 becuase that's only 2 days after Christmas) * 3.4RC1: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;) ) * 3.4Final: 12 January
WDYT?
Thanks -Vincent
On Nov 24, 2011, at 10:55 AM, Vincent Massol wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
Hi devs, On Dec 28, 2011, at 6:25 PM, Thomas Mortagne wrote:
Tomorrow is supposed to be the 3.4M1 release but since pretty much everybody was in vacation not much has been done.
I propose to postpone it to of 1 week when everybody will be back and ready.
* 3.4M1: 5 January * 3.4RC1: 12 January * 3.4Final: 19 January
WDYT ?
It's supposed to be a bugfix/stabilization release so IMO it's ok not to have much in it and there's still RC1 to add even more bugfixes. The idea is to start the 4.x cycle ASAP and we still have the 3.5 release which is also a stabilization one. That said I won't opposite it if everyone wishes to postpone. Related note: we've been postponing releases a lot lately so we need to be careful to get back on track and start doing timeboxing again. Let's say I'm 0. Thanks -Vincent
On Wed, Dec 14, 2011 at 12:29 PM, Vincent Massol <[email protected]> wrote:
Devs,
I've added the 3.4 roadmap to http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
Could you check that it corresponds to your expectations and that you're ok to commit to what is listed?
Also I'm proposing the following new dates for 3.4 seen that we're lagging behind a lot for 3.3:
* 3.4M1: 29 December (not putting 26 becuase that's only 2 days after Christmas) * 3.4RC1: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;) ) * 3.4Final: 12 January
WDYT?
Thanks -Vincent
On Nov 24, 2011, at 10:55 AM, Vincent Massol wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature - Maris, can you list other things that we need to finish in 3.4?
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Thu, Nov 24, 2011 at 11:55 AM, Vincent Massol <[email protected]> wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature
- Maris, can you list other things that we need to finish in 3.4?
Here's what I have in mind (in random order): * use suggest input (custom display) for User and Group field types (class editor) * add document title and document content to the field palette (as special fields) (class editor) * secure page exit when there are unsaved changes (class editor) * generate and register a document bundle (so that the generated application is translatable) (remove live table generator i18n hack) * properly display live table columns based on User-type class fields (display user full name and optionally the user avatar) * add Required and Hint meta properties (core change) * add the ability to auto-generate application entry names (configurable) * move part of the Velocity code (especially the code that requires programming rights) to components / script services * write functional tests * ability to export an application * integration with Extension Manager (e.g. ability to publish an application as an extension) I can't implement all for 3.4 so I need some priorities. WDYT? Thanks, Marius
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Dec 15, 2011, at 6:27 PM, Marius Dumitru Florea wrote:
On Thu, Nov 24, 2011 at 11:55 AM, Vincent Massol <[email protected]> wrote:
Hi devs and everyone,
Here's a proposal for the XE 3.4 roadmap.
The idea is to have a short release focused on stabilization and polishing exclusively. This is meant to be the first of 2 stabilization releases (with XE 3.5). Reminder: XE 3.5 is the last release of the 3.x cycle and after it's released we'll start the 4.x cycle.
Dates: =====
3.4M1: 19 December 3.4RC1: 26 December 3.4Final: 5 January (not putting 2 january since it's just after new eve and people might be a bit tired and not in the mood of releasing ;))
Plan for 3.5:
3.5RC1: 23 January 3.5Final: 30 January
Must have: =========
* Finish UI for extension manager - Sergiu - more polishing (js, etc) - support for XAR merges and conflicts - whatever is missing (I'm not sure about its exact status - Sergiu, could you give us a precise status of what's missing?)
* Fix bugs and continue improving Extension Manager backend and the XWiki Repository application (XR) - Thomas - Thomas, can you list important stuff to do here?
* Finish App with Minutes - Marius - Polishing - New auto title/page name feature
- Maris, can you list other things that we need to finish in 3.4?
Here's what I have in mind (in random order):
* use suggest input (custom display) for User and Group field types (class editor) * add document title and document content to the field palette (as special fields) (class editor) * secure page exit when there are unsaved changes (class editor) * generate and register a document bundle (so that the generated application is translatable) (remove live table generator i18n hack) * properly display live table columns based on User-type class fields (display user full name and optionally the user avatar) * add Required and Hint meta properties (core change) * add the ability to auto-generate application entry names (configurable) * move part of the Velocity code (especially the code that requires programming rights) to components / script services * write functional tests * ability to export an application * integration with Extension Manager (e.g. ability to publish an application as an extension)
I can't implement all for 3.4 so I need some priorities. WDYT?
For me: - Priority to tests and hacks/clean up. - then to small stuff that improve usability - then new features Thanks -Vincent
Thanks, Marius
* LDAP Admin UI - Jerome
Nice to have: ===========
Backend:
* LDAP group sync need to test group membership before adding user to group XWIKI-7063 Unassigned * Page creation date should be the date of the installation XWIKI-7058 Unassigned * Accessing a store that is not migrated to the lastest data version should not be allowed XWIKI-7006 Denis Gervalle * Reduce the likelihood of having same (hibernate) document id for different documents XWIKI-6990 Denis Gervalle * When using filesystem attachments with attachment versioning disabled, deleted attachments are duplicated on the hard disk. XWIKI-6951 CalebJamesDeLisle * Deleted attachments duplication in recycle bin while File Storage is on XWIKI-6917 CalebJamesDeLisle * Renaming a page should also rename the title of it XWIKI-6743 Unassigned * Be able to rename a space from the UI XWIKI-6722 Unassigned * Be able to delete a space from the UI XWIKI-6687 Marius Dumitru Florea * Use a predefined Space Template like Dashboard, Livetable when creating a new space XWIKI-6684 Unassigned * Problems displaying the correct attachment version when using a proxy XWIKI-6569 Unassigned * Performance of blog category panel is still not enough XWIKI-6363 Unassigned * Change stylesheet and javascript extension filename when a modification is done on those XWIKI-6073 Unassigned * Auto-create Space.WebHome when creating a page in an underfined space XWIKI-5399 Unassigned
Front end:
* Add more/all configuration parameters in the wiki administration XWIKI-7066 Unassigned * Unable to add users to a group on IE9 XWIKI-7061 Unassigned * When editing a User Profile category, after saving the changes, preserve the category tab XWIKI-7059 Unassigned * Strange behaviour when pressing back and forward on a page that has 2 WYSIWYG editors displayed XWIKI-7028 Marius Dumitru Florea * Log-in automatically on registration XWIKI-6892 Unassigned * Tree from document index does not expand on IE9 XWIKI-6752 Marius Dumitru Florea * Have an auto-complete for the User and Group visibility inputs for the Message Stream XWIKI-6728 Unassigned * Limit dragable width of textareas in FF4 and Chrome XWIKI-6304 Unassigned * WebSearch should only display spaces with view right XWIKI-6227 Unassigned * Auto-suggest doesn't work for global users XWIKI-6207 Unassigned * New floating action menu hides titles in the content of the page when jumping to an anchor XWIKI-6018 Unassigned * Activity Stream doesn't show Image Profile change XWIKI-5930 Unassigned * Cannot filter using "/" on a Date column in the livetable XWIKI-5889 Unassigned * Better placement of the documentation link XE-1031 Unassigned * Cannot access the object editor for documents with XWikiRights objects on wikis with many users XE-1015 Unassigned * New XWiki Syntax Guide XE-880 Unassigned * Occasionally the livetable fails to load on index pages XE-844 Unassigned * Add option to 'show more entries' on displaying the Activity Stream XE-748 Unassigned
Please review the items where your name is indicated to make sure you're planning to implement them!
Of course if there are some other items that you're planning to do, make sure to add them to the list.
WDYT?
Thanks -Vincent
participants (7)
-
Denis Gervalle -
Ecaterina Moraru (Valica) -
Eduard Moraru -
Marius Dumitru Florea -
Sergiu Dumitriu -
Thomas Mortagne -
Vincent Massol