Ishan Thilina | 10 Feb 16:58
Favicon
Gravatar

Interested in a GSoC Project idea - Better Microsoft/Open Office integration

Hi,


I am a 3rd year undergraduate of University of Moratuwa, Sri Lanka. While going through the ideas list of 2011 , I saw the project "Better Microsoft/Open Office integration" in the 2011 ideas page ( http://plone.org/events/summer-of-code/2011/ideas-list ). Since I am currently working on a project to implement a Google Documents management system for LibreOffice using python, I am sure that I will be able to tackle this idea successfully and take up the challenge as a GSoC project for 2012. 

Is there anyway I can get further information on this project..? (I am really sorry and beg for your apologies if I have posted this question in a wrong mailing list)
--
Thank you..!
---------------------------------------------------------------------
071-6372089

Ishan's info: www.ishans.info
මගේ සටහන්: www.siblog.ishans.info
Ishan's way: www.blog.ishans.info
---------------------------------------------------------------------

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Plone-developers mailing list
Plone-developers@...
https://lists.sourceforge.net/lists/listinfo/plone-developers
Luca Fabbri | 10 Feb 12:19
Picon
Gravatar

plone.app.collection: missing egg description

Trivial: seems that in plone.app.collection setup.py we have no
"description" information

--

-- 
-- luca

twitter: http://twitter.com/keul
linkedin: http://linkedin.com/in/lucafbb
blog: http://blog.keul.it/

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Mikko Ohtamaa | 10 Feb 11:33

Updating Windows installer

Hi,

Are there instructions to update Windows installer somewhere?

Current Plone 4.1 installer has some serious issues regarding functionality
and user friendliness

https://dev.plone.org/ticket/12494

https://dev.plone.org/ticket/12495

-----

Follow me in Twitter 

Read my blog 

--
View this message in context: http://plone.293351.n2.nabble.com/Updating-Windows-installer-tp7272234p7272234.html
Sent from the Core Developers mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Ross Patterson | 10 Feb 10:14
Gravatar

Default pages and converting relative URLs to absolute

I'm upgrading a site with lots of default pages with relative links, ala
"../../foo/bar.html".  Plone 3.3 left them alone but Plone 4.1 converts
them to absolute URLs rooted at the page rather than the folder for
which it's the default page.  Where is this "feature" implemented so I
know where to start looking for a fix?

Ross

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Eric Steele | 9 Feb 23:37
Picon
Gravatar

Plone 4.2b2 soft-released

Plone 4.2b2 is now (finally!) soft-released. Point your buildouts at http://dist.plone.org/release/4.2b2-pending/

CHANGES:

distribute: 0.6.21 → 0.6.24
---------------------------

z3c.ptcompat: 0.5.7 → 1.0
-------------------------

z3c.template: 1.2.1 → 1.4
-------------------------

lxml: 2.3 → 2.3.3
-----------------

Plone: 4.2b1 → 4.2b2
--------------------

Products.ATContentTypes: 2.1.5 → 2.1.6
--------------------------------------

- Fix the change/modify permission used for changing or managing
  Topic/Collection criteria.
  [rossp]
- Calculate the localized datetime string based on UTC time. Refs
  https://dev.plone.org/ticket/12197.
  [malthe, ajung]
- Replace getParentNode() with __parent__ / aq_parent as appropriate.
  [elro]

Products.Archetypes: 1.7.10 → 1.7.12
------------------------------------

- Animated GIF loses animation if Archetypes ImageField original_size property set
  see http://dev.plone.org/ticket/12488
  [anthonygerrard]
- Archetypes ImageField converts GIF to PNG when it scales
  see http://dev.plone.org/plone/ticket/12472 [anthonygerrard]
- Delete image also when field mutator is given a None
  argument. Previously, an image would only be deleted if given the
  string "DELETE_IMAGE".
  
  Note that we still return immediately if provided an empty string.
  [malthe]

Products.CMFCore: 2.2.4 → 2.2.5
-------------------------------

Products.CMFEditions: 2.2.2 → 2.2.3
-----------------------------------

- Changed the get_macros python skin script into a browser view.  This
  avoids an Unauthorized exception when viewing revisions when using
  five.pt (Chameleon).
  [maurits]
- Implement a special base modifier that allows retention of specific
  annotation elements from the working copy.  Use this in the OM
  modifiers to ensure we don't stomp annotations for folders on retrieval.
  [alecm]
- If an object has a component registry (AKA site manager), make sure
  the bases of that registry are not recursively copied when saving
  versions.
  [rossp]

Products.CMFPlone: 4.2b1 → 4.2b2
--------------------------------

Products.DCWorkflow: 2.2.3 → 2.2.4
----------------------------------

Products.GenericSetup: 1.6.4 → 1.7
----------------------------------

Products.PloneLanguageTool: 3.2.3 → 3.2.4
-----------------------------------------

- Prevent UnboundLocalError for unassigned variable lang when
  switchLanguage is called without parameters.
  [weberlar]
- Remove versions.txt.
  [esteele]

Products.PlonePAS: 4.0.9 → 4.0.11
---------------------------------

- Do some more checks when changing or deleting a member portrait.
  Fixes http://dev.plone.org/ticket/5432
  [maurits]
- Pass request along to getGroupsForPrincipal for caching purposes.
  [esteele]
- Fixed typo in method name hasOpenIDExtractor, keeping the old name
  (hasOpenIDdExtractor) around for backwards compatibility.
  Fixes http://dev.plone.org/ticket/11040
  [maurits]

Products.PluggableAuthService: 1.7.5 → 1.7.7
--------------------------------------------

- Explicitly encode/decode data for GS
- Launchpad #795086:  fixed creation of PropertiesUpdated event.

Products.PluginRegistry: 1.3b1 → 1.3
------------------------------------

- Change default encoding for importexport from None to utf-8.

Products.TinyMCE: 1.2.9 → 1.2.10
--------------------------------

- Fixed AttributeError: 'ATDocumentFieldsView' object has no attribute
  'absolute_url' when using inline editing.  Inline editing then still
  does not work though (checked on Plone 4.2 dev).
  [maurits]
- Fixed a few test failures in combination with five.pt.
  [maurits]
- Do not fail with an AttributeError when the member has no
  wysiwyg_editor property.
  Fixes http://dev.plone.org/ticket/12406
  [maurits]
- Initialize TinyMCE with "media_strict: false" to allow embed tags if
  they are removed from the list of nasty tags.
  Fixeѕ https://dev.plone.org/ticket/10681
  [rochecompaan]
- Updated Spanish translation
  [hvelarde]

Products.ZSQLMethods: 2.13.3 → 2.13.4
-------------------------------------

archetypes.referencebrowserwidget: 2.4.8 → 2.4.10
-------------------------------------------------

collective.z3cform.datetimewidget: 1.0 → 1.0.5
----------------------------------------------

plone.app.caching: 1.0 → 1.0.1
------------------------------

- Properly handle a changed configuration from with etags to no etags by
  forcing a page refresh
  [eleddy]
- When not caching with etags, don't sent an etag header to stop caching
  [eleddy]
- When there was an error like Unauthorized, 200 status and empty body would be
  cached in RAMCache instead of not caching anything.
  This is due to a bug with Zope 2.13 publication events :
  response.status is not set when IPubBeforeAbort is notified.
  Fixed by using error_status stored on request by plone.transformchain.
  [gotcha]
- Added 12 translation strings for ruleset's title and description. Corresponding translation
  strings have been added in plone.app.caching-manual.pot in PloneTranslations
  [giacomos]
- Added 6 translation strings for caching profiles' title and description. Corresponding translation
  strings have been added in plone.app.caching-manual.pot in PloneTranslations
  [giacomos]
- Changed wrong i18n domain in the messagefactory. plone.caching -> plone.app.caching.
  [giacomos]

plone.app.contentmenu: 2.0.4 → 2.0.5
------------------------------------

- Restore the workflow menu on the folder contents page as it is the
  only way to change the state of the folder when it has a default
  page.  Improves the fix to http://dev.plone.org/plone/ticket/8908.
  [rossp]

plone.app.contentrules: 2.1.3 → 2.1.4
-------------------------------------

- Fix missing CMF Permissions declaration in ZCML declaration (Julien Stegle)
  [encolpe]
- Fixed wrong error plone message after a failure on a delete content rule.
  [thomasdesvenain]

plone.app.controlpanel: 2.2.2 → 2.2.3
-------------------------------------

- Fix tests after recent plone.app.layout change to create a
  useractions view.
  [maurits]
- Really make the dependency of the markup control panel on wicked optional.
  [vincentfretin]
- Don't use plone_utils's getUserFriendlyTypes for blacklisting calculation in
  navigation-controlpanel, so it isn't dependend on search-controlpanel
  settings anymore. Fixes: #9012.
  [thet]
- Pyflakes cleanup.
  [thet]

plone.app.discussion: 2.1.1 → 2.1.3
-----------------------------------

- Set modified date of object receiving comments so that caching works
  correctly (304s)
  [eleddy]
- Fixed language code error in Ukrainian translation. The message
  catalog was erroneously set to "English".
  [chervol]
- Do not raise an error if the comment text is None.
  [timo]
- Updated Spanish translation.
  [hvelarde]
- Fix that catalog rebuild breaks the path attribute on comments. This fixes
  http://dev.plone.org/ticket/12437.
  [pjstevns]

plone.app.form: 2.0.4 → 2.0.5
-----------------------------

- Fix the CheckBoxWidget to work properly with required fields and
  return an error that was previously squashed. Added missing unit tests
  for widget. This should also fix #11449. [rochecompaan]

plone.app.jquerytools: 1.3 → 1.3.1
----------------------------------

plone.app.layout: 2.2.4 → 2.2.5
-------------------------------

- Slightly changed the whitespace in sitemap.xml.gz.
  [maurits]
- Use the link_target attribute (e.g. _target) of user actions in
  the personal bar, if set.
  Fixes http://dev.plone.org/ticket/11609
  [maurits]
- Added a page as a not-js fallback for the user dropdown menu
  [giacomos]

plone.app.openid: 2.0.1 → 2.0.2
-------------------------------

- Use fixed spelling of method name hasOpenIDExtractor from PlonePAS.
  We depend on Products.PlonePAS 2.0.10dev or higher for this.
  Fixes http://dev.plone.org/ticket/11040
  [maurits]
- Add MANIFEST.in.
  [WouterVH]

plone.app.search: 1.0.1 → 1.0.2
-------------------------------

- Fix <at> <at> search if the parameter SearchableText is missing in the URL.
- Adapt selenium tests for more recent selenium versions.
  [gaudenz]

plone.app.upgrade: 1.2b1 → 1.2b2
--------------------------------

- Fix adding Site Administrator roles for when
  custom workflows might not have the permission_roles
  for states set.
  [vangheem]

plone.app.users: 1.1.2 → 1.1.3
------------------------------

- Setting a member data field to an empty string now works.
  Fixes http://dev.plone.org/ticket/12314
  [maurits]
- Fix for: Plone Administrator unable to edit User Data when email is
  used as login.  Fixes http://dev.plone.org/plone/ticket/12297
  [vmaksymiv, myroslav]
- Explicitly set the mail_me field as not required.
  [jcbrand]

plone.app.vocabularies: 2.1.3 → 2.1.5
-------------------------------------

- Ensure that the keywords vocabulary term titles are unicove values,
  as per zope.schema.interfaces.ITitledTokenizedTerm.
  [mj]
- Ensure that the keywords vocabulary term tokens are 7-bit values,
  as per zope.schema.interfaces.ITokenizedTerm.
  [mj]

plone.app.z3cform: 0.5.6 → 0.5.7
--------------------------------

- Corrected formatting for errors on the FieldWidgets object (i.e. from
  invariants). This closes http://code.google.com/p/dexterity/issues/detail?id=238
  [davisagli]
- Added the i18n:domain attribute in the first div of widget.pt in order to make the
  "required" tooltip translatable. Fixes http://dev.plone.org/plone/ticket/12209
  [rafaelbco]

plone.locking: 2.0.1 → 2.0.3
----------------------------

- Check if context is not joined to zodb connection for transaction where lock
  is added.
  [fafhrd91]
- Do not cleanup stale lock if database is in read-only mode.
  http://dev.plone.org/ticket/12239
  [fafhrd91]

plone.stringinterp: 1.0.4 → 1.0.5
---------------------------------

- Recursive get members works in a non wrapped context
  (when getting PloneGroups instead of GroupData from GroupTool)
  [thomasdesvenain]
- Add MANIFEST.in
  [WouterVH]

plone.transformchain: 1.0 → 1.0.2
---------------------------------

plone.z3cform: 0.7.7 → 0.7.8
----------------------------

- Do not display h1 element if there is no label on view.
  [thomasdesvenain]
- Add Chinese translation.
  [jianaijun]

plonetheme.classic: 1.2 → 1.2.1
-------------------------------

- Fix the styling of the new content history views.
  [rossp]

plonetheme.sunburst: 1.2.1 → 1.2.2
----------------------------------

- Fix the styling of the standalone <at> <at> historyview view used when
  overlays are turned off.
  [rossp]

z3c.form: 2.4.3 → 2.5.1
-----------------------

- Better compatibility with Chameleon 2.x.
- Added *.mo files missing in version 2.5.0.
- Pinned minimum version of test dependency z3c.template.
- Fixed coverage report generator script buildout setup.
- Note: z3c.pt and chameleon are not fully compatible right now with TAL.
  Traversing the repeat wrapper is not done the same way. ZPT uses the
  following pattern:
  <tal:block condition="not:repeat/value/end">, </tal:block>
  
  Chameleon only supports python style traversing:
  <tal:block condition="not:python:repeat['value'].end">, </tal:block>
- Upgrade to chameleon 2.0 template engine and use the newest z3c.pt and
  z3c.ptcompat packages adjusted to work with chameleon 2.0.
  
  See the notes from the z3c.ptcompat package:
  
  Update z3c.ptcompat implementation to use component-based template engine
  configuration, plugging directly into the Zope Toolkit framework.
  
  The z3c.ptcompat package no longer provides template classes, or ZCML
  directives; you should import directly from the ZTK codebase.
  
  Also, note that the PREFER_Z3C_PT environment option has been
  rendered obsolete; instead, this is now managed via component
  configuration.
  
  Attention: You need to include the configure.zcml file from z3c.ptcompat
  for enable the z3c.pt template engine. The configure.zcml will plugin the
  template engine. Also remove any custom built hooks which will import
  z3c.ptcompat in your tests or other places.
  
  You can directly use the BoundPageTemplate and ViewPageTempalteFile from
  zope.browserpage.viewpagetemplatefile if needed. This templates will implicit
  use the z3c.pt template engine if the z3c.ptcompat configure.zcml is
  loaded.
- Remove unneeded dependency on deprecated zope.app.security.
- Fixed ButtonActions.update() to correctly remove actions when called again,
  after the button condition become false.
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Plone-developers mailing list
Plone-developers@...
https://lists.sourceforge.net/lists/listinfo/plone-developers
Elizabeth Leddy | 8 Feb 23:51
Picon

Plone bug(?): The id ".wf_policy_config" is invalid - it is already in use.

I just went to recreate this issue on filing a bug on plone.org and it is 2 cents short of impossible.

1. are we not allowing unlogged in users to report bugs? why not? (note: if not, this is insane)
2. https://plone.org/support offers little to no support and I would file with they keyword "evil" since bug reporting actually doesn't work. Was the goal to have it go to some page that was like "Before you file this bug, search and blah and make sure to login and redirect to https because filing a bug should include hoops"?
3. Can we please please please redirect all http://dev.plone.org to https?

I am happy to fix 1 and 2 but am clueless on 3.

Liz

Begin forwarded message:

Subject: Re: [Plone-developers] Plone bug(?): The id ".wf_policy_config" is invalid - it is already in use.
Date: February 8, 2012 2:37:17 PM PST

Hi, Elizabeth!

I went to https://plone.org and cliqued  'support' > 'reporting bugs', and the page was http://dev.plone.org/, but I could not log in.

To reproduce this listed error, I just tried create a local policy workflow through the plone admin interface, and I tried to apply this to a folder or archive.

Thanks.

Isaias.

From: Elizabeth Leddy <elizabeth.leddy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Soares Isaias <isoares01-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
Sent: Wednesday, February 8, 2012 4:24 PM
Subject: Re: [Plone-developers] Plone bug(?): The id ".wf_policy_config" is invalid - it is already in use.

ah, did you make sure you were at https and not http?

Liz

On Feb 8, 2012, at 10:23 AM, Soares Isaias wrote:

Hi Elizabeth!

My id is isoares01, but I could not post the bug ticket...

Thanks in advance.

Isaias.

From: Elizabeth Leddy <elizabeth.leddy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Soares Isaias <isoares01-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
Sent: Wednesday, February 8, 2012 3:48 PM
Subject: Re: [Plone-developers] Plone bug(?): The id ".wf_policy_config" is invalid - it is already in use.

Do you have aplone.org login? Send me your id and I can ask someone/

Liz


On Feb 8, 2012, at 9:47 AM, Soares Isaias wrote:

Hi, Elizabeth!

I could not log in the site to post the bug. I tried a lot, without success. How I manage that?

Isaias.

From: Elizabeth Leddy <elizabeth.leddy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Soares Isaias <isoares01-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
Cc: "plone-developers <at> lists. sourceforge. net developers" <plone-developers <at> lists.sourceforge.net>
Sent: Wednesday, February 8, 2012 2:31 PM
Subject: Re: [Plone-developers] Plone bug(?): The id ".wf_policy_config" is invalid - it is already in use.

It's ok :) The best thing at this point is to reopen the bug and add as many details as you can. Don't forget the Plone version and all that identification info. 

Liz

On Feb 8, 2012, at 5:06 AM, Soares Isaias wrote:

Hi!

Sorry about the inconvenience, but I could not send this bug to developers. Anyone could help me?

Best regards.

Isaias.

From: ajung <lists-qpoMQbdTBzkAvxtiuMwx3w@public.gmane.org>
To: plone-developers <at> lists.sourceforge.net
Sent: Wednesday, February 8, 2012 4:13 AM
Subject: Re: [Plone-developers] Plone bug(?): The id ".wf_policy_config" is invalid - it is already in use.

There is no Plone 4.4 and your posting has nothing to do with the subject
here.

-aj

Soares Isaias wrote
>
> Hi all..
>
> (Plone 4.4, downloaded recently from the official site)
>
>
> I created a new policy and tried to apply it to a folder, and I got this:
> ----------------------------------------
>
> Traceback (innermost last):
>     * Module ZPublisher.Publish, line 126, in publish
>     * Module ZPublisher.mapply, line 77, in mapply
>     * Module ZPublisher.Publish, line 46, in call_object
>     * Module Products.CMFCore.FSPythonScript, line 130, in __call__
>     * Module Shared.DC.Scripts.Bindings, line 322, in __call__
>     * Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec
>     * Module Products.PythonScripts.PythonScript, line 344, in _exec
>     * Module script, line 3, in placeful_workflow_configuration_add
> <FSPythonScript at /Plone/placeful_workflow_configuration_add>
> Line 3
>     * Module Products.CMFPlacefulWorkflow.WorkflowPolicyConfig, line 47, in
> manage_addWorkflowPolicyConfig
>     * Module OFS.ObjectManager, line 323, in _setObject
>     * Module Products.CMFCore.Skinnable, line 213, in _checkId
>     * Module OFS.ObjectManager, line 115, in checkValidId
> BadRequest: The id ".wf_policy_config" is invalid - it is already in use.
>
> -----------------------------------------
>
>
> Any ideas?
>
> Best regards.
>
> Isaias.
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> Plone-developers mailing list
> Plone-developers <at> .sourceforge
> https://lists.sourceforge.net/lists/listinfo/plone-developers
>


--
View this message in context: http://plone.293351.n2.nabble.com/state-of-multilingual-tp7262767p7264837.html
Sent from the Core Developers mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Plone-developers mailing list
Plone-developers <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plone-developers


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d_______________________________________________
Plone-developers mailing list
Plone-developers <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plone-developers










------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Plone-developers mailing list
Plone-developers@...
https://lists.sourceforge.net/lists/listinfo/plone-developers
Eric Steele | 8 Feb 13:39
Picon
Gravatar

Plone 4.1.4 soft released

Plone 4.1.4 is soft released. I'd like to push it to final on Friday (with installers coming out next week). Please let me know if you run into any issues with it before then.

I'll post the unified changelog later today once I get my script working again.

Eric
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Plone-developers mailing list
Plone-developers@...
https://lists.sourceforge.net/lists/listinfo/plone-developers
Philip Bauer | 7 Feb 16:16
Picon
Favicon
Gravatar

state of multilingual

Hi all, 

the discussion about multilingual for dexterity seems to have ended without a usable product or even a
roadmap.The last discussion was
http://plone.293351.n2.nabble.com/Plone-next-generation-multilingual-tt6913247.html. The
last commit to the packages (plone.multilingual, plone.app.multilingual,
plone.multilingualbehavior and archetypes.multilingual) were in December. 

We're currently working on a big project with dexterity-ct's and behaviors with A LOT of fields, many of
which should be language-independent. Before we tell our customer that we were incredibly stupid in our
guess that this will be in a usable state by march we'd like to ask if there is a plan™ and what it says. We'd
love to work on that too (after PloneKonf because we are pretty busy organizing) but we don't know if
everyone is on board with using plone.multiplingual

Philip

--
Philip Bauer
Starzel.de
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
Izak Burger | 3 Feb 17:29
Picon
Favicon
Gravatar

The state of cmsui and deco

Hi all,

For a new project, I would like to use some of the newer things in
plone: cmsui and deco. I'm aware that it is fairly bleeding edge and
perhaps not entirely stable yet, but I am willing to fix whatever I
find that is broken and so help it to mature.

I found a buildout on git, which I assumed is the official way of
doing this, and tried it out:

https://github.com/plone/buildout.deco

I used the decocmsui.cfg file with buildout.

At first, it would not even start up, because plone.app.page attempts
to import DEFAULT_PAGE_LAYOUT_CONTENT and DEFAULT_SITE_LAYOUT_CONTENT
from deco, but these have been removed in November. I forked
plone.app.page and redefined them, and after that zope started.

I am now stuck because I cannot create a plone site. The instructions
say I should pick the Deco profile when I create the plone site, and I
have a feeling this might resolve many of the issues, but that profile
doesn't even show up in the extensions list when creating a plone
site.

Creating a vanilla plone site breaks in plone.app.page.content in
setDefaultLayoutForNewPage because IPageFTI is not provided by the fti
that is looked up at that point, I suspect when it creates the
front-page document although I have not confirmed this.

If I edit plone.app.page's configure.zcml and remove the subscriber
tag that causes setDefaultLayoutForNewPage to be called, then I can
create a vanilla plone site, and I can even install Deco on it using
portal_setup. But the rendering of the site is very obviously wrong
and firebug spits out two errors, one complaining that jQuery isn't
defined, and the other that $ isn't defined, both indicating that
something goes wrong with jquery. I noticed that plone.app.jquery is
used, and that this disables the stock jquery and replaces it, but it
does not appear to be working.

My questions at this point: am I using the correct buildout? Will deco
and cmsui even work together or do I have to pick one? Any ideas on
the various issues I encountered.

All answers gratefully appreciated, even if it is just to tell me I'm
doing this all wrong :-)

regards,
Izak

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
Jon Stahl | 2 Feb 02:19
Picon

How's it going, Roadmap Team?

Hey there Roadmap Team members!

Is there any update you can offer us on your progress?

:jon

---
Jon Stahl
MPA Candidate, Evans School of Public Affairs
University of Washington
http://jstahl.org
206.226.0818

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
Giacomo Spettoli | 31 Jan 11:59
Picon
Gravatar

Yet Another gh/Collective Discussion

Hi all,
     yesterday I had for the first time the need to create a new 
repository in gh/collective.
I'm aware that this discussion has probably already been done, but I'd 
like to better understand if the current path for creating new repo is 
supposed to work like that or not.
Following the doc (http://collective.github.com/) I modified the 
permission.cfg in the collective.github.com package (because, even being 
a contributor, I do not have write permission on that single repo so I 
cannot clone/push,), I added a new repo and then I sent a pull request.
Now, one is really supposed to wait for an administrator for authorizing 
his pull requests?
I can be wrong but I think that this is not the way it used to be.
I'd like to understand why we need this procedure and what the github's 
groups are missing.
I wouldn't have write for such thing fearing to be the only one being in 
late, but speaking with some people on irc it turned out that this point 
it's not clear to more than one person.

Thank you for any explanation. :)

Cheers,
Giacomo

--

-- 
Giacomo Spettoli

T: http://twitter.com/giacomospettoli
S: http://careers.stackoverflow.com/giacomospettoli
L: http://linkedin.com/in/giacomospettoli
Company: http://redomino.com
Blog: http://spettoli.com

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d

Gmane