You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Andreas Hartmann <an...@apache.org> on 2006/11/14 08:23:02 UTC

[1.4] Towards a 1.4 release: Status

Hi Lenya devs,

here's a status update for 1.4.


Done - thanks to all who were involved
====

- new access control implementation which supports denial of permissions
- integrate resource module with BXE
- remove to-be-obsolete Resource class
- schema for internal links
- re-implement internal links (use UUIDs)


Work in Progress
================

- move all unpublished code to src/impl or to unpublished modules
  to minimize the risk of breaking backwards compatibility
- move Kupu code to module
- move tests to modules
- add more test cases for core classes
- remove obsolete convenience methods from utility classes
  (SiteUtil etc.)


ToDo
====

- integrate resource module with Kupu
- add documentation about the module concept
- add documentation for specific modules
- remove stray code from the core (or move it to modules)


How about a release candidate?


Blocker Bugs
============

[Kupu] Port Kupu integration to the usecase framework
http://issues.apache.org/bugzilla/show_bug.cgi?id=33794

i18n substitution is broken for templated publications
http://issues.apache.org/bugzilla/show_bug.cgi?id=38413

Kupu creates illegal attributes on links.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39511

publications should inherit modules and resource types
http://issues.apache.org/bugzilla/show_bug.cgi?id=39899

I'll try to take care of the publication templating issues.
It would be great if someone could take a look at Kupu.
TIA!


Feel free to add your comments.

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [1.4] Towards a 1.4 release: Status

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
Andreas Hartmann wrote:

> How about a release candidate?

about time. last one was in june 2005.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [1.4] Towards a 1.4 release: Status

Posted by Andreas Hartmann <an...@apache.org>.
Michael Wechner schrieb:
> 
> I have done a fresh checkout and a build clean, but receive a lot of
> errors, e.g.
> 
> - the site area doesn't work for me

Strange, it seems to work for me ...

> - buttons saying "untranslated"

Yes, this happened because I was changing something to fix
http://issues.apache.org/bugzilla/show_bug.cgi?id=38413.
It should work now.

> - cannot login into the blog publication

This should work now.

Thanks for reporting!

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [1.4] Towards a 1.4 release: Status

Posted by Michael Wechner <mi...@wyona.com>.
I have done a fresh checkout and a build clean, but receive a lot of 
errors, e.g.

- the site area doesn't work for me
- buttons saying "untranslated"
- cannot login into the blog publication
- ...

Cheers

Michi


Andreas Hartmann wrote:

>Hi Lenya devs,
>
>here's a status update for 1.4.
>
>
>Done - thanks to all who were involved
>====
>
>- new access control implementation which supports denial of permissions
>- integrate resource module with BXE
>- remove to-be-obsolete Resource class
>- schema for internal links
>- re-implement internal links (use UUIDs)
>
>
>Work in Progress
>================
>
>- move all unpublished code to src/impl or to unpublished modules
>  to minimize the risk of breaking backwards compatibility
>- move Kupu code to module
>- move tests to modules
>- add more test cases for core classes
>- remove obsolete convenience methods from utility classes
>  (SiteUtil etc.)
>
>
>ToDo
>====
>
>- integrate resource module with Kupu
>- add documentation about the module concept
>- add documentation for specific modules
>- remove stray code from the core (or move it to modules)
>
>
>How about a release candidate?
>
>
>Blocker Bugs
>============
>
>[Kupu] Port Kupu integration to the usecase framework
>http://issues.apache.org/bugzilla/show_bug.cgi?id=33794
>
>i18n substitution is broken for templated publications
>http://issues.apache.org/bugzilla/show_bug.cgi?id=38413
>
>Kupu creates illegal attributes on links.
>http://issues.apache.org/bugzilla/show_bug.cgi?id=39511
>
>publications should inherit modules and resource types
>http://issues.apache.org/bugzilla/show_bug.cgi?id=39899
>
>I'll try to take care of the publication templating issues.
>It would be great if someone could take a look at Kupu.
>TIA!
>
>
>Feel free to add your comments.
>
>-- Andreas
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
>For additional commands, e-mail: dev-help@lenya.apache.org
>
>
>  
>


-- 
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org
+41 44 272 91 61


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [1.4] Towards a 1.4 release: Status

Posted by Andreas Hartmann <an...@apache.org>.
Richard Frovarp schrieb:

[...]

> I would consider this bug a blocker as well. Should it be changed to
> indicate as such?
> 
> Order not preserved in live
> http://issues.apache.org/bugzilla/show_bug.cgi?id=40669

I changed the severity to "blocker".
Thanks for the hint!

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [1.4] Towards a 1.4 release: Status

Posted by Richard Frovarp <Ri...@sendit.nodak.edu>.
Andreas Hartmann wrote:
> Hi Lenya devs,
>
> here's a status update for 1.4.
>
>
> Done - thanks to all who were involved
> ====
>
> - new access control implementation which supports denial of permissions
> - integrate resource module with BXE
> - remove to-be-obsolete Resource class
> - schema for internal links
> - re-implement internal links (use UUIDs)
>
>
> Work in Progress
> ================
>
> - move all unpublished code to src/impl or to unpublished modules
>   to minimize the risk of breaking backwards compatibility
> - move Kupu code to module
> - move tests to modules
> - add more test cases for core classes
> - remove obsolete convenience methods from utility classes
>   (SiteUtil etc.)
>
>
> ToDo
> ====
>
> - integrate resource module with Kupu
> - add documentation about the module concept
> - add documentation for specific modules
> - remove stray code from the core (or move it to modules)
>
>
> How about a release candidate?
>
>
> Blocker Bugs
> ============
>
> [Kupu] Port Kupu integration to the usecase framework
> http://issues.apache.org/bugzilla/show_bug.cgi?id=33794
>
> i18n substitution is broken for templated publications
> http://issues.apache.org/bugzilla/show_bug.cgi?id=38413
>
> Kupu creates illegal attributes on links.
> http://issues.apache.org/bugzilla/show_bug.cgi?id=39511
>
> publications should inherit modules and resource types
> http://issues.apache.org/bugzilla/show_bug.cgi?id=39899
>
> I'll try to take care of the publication templating issues.
> It would be great if someone could take a look at Kupu.
> TIA!
>
>
> Feel free to add your comments.
>
> -- Andreas
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
> For additional commands, e-mail: dev-help@lenya.apache.org
>
>
>   

I would consider this bug a blocker as well. Should it be changed to 
indicate as such?

Order not preserved in live
http://issues.apache.org/bugzilla/show_bug.cgi?id=40669

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org