Re: Kupu is broken on plone.org
Martin Aspeli <[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.website |
|---|---|
| Message-ID | <[email protected]> |
Martin Aspeli wrote: > Hi, > > Sometime this weekend (it was working on Friday) Kupu broke on > plone.org. Loading the edit page of a PHC tutorial/manual/howto page > displays an empty kupu area which appears un-editable. > > In other words: I can't finish my documentation. :( > > Firebug isn't showing anything untoward. Did any changes happen this > weekend that could've caused this? Okay, I got it. It's not pretty. Various kupu templates are bluntly customised in http://svn.plone.org/svn/plone/Products.PloneOrg/trunk/Products/PloneOrg/skins/ploneorg/ Somehow, those customisations are no longer valid. I fixed it temporarily by moving the kupu layers above the ploneorg layer in portal_skins. That's clearly not a very good solution. For reference, previous portal_skins order for the Plone Default theme: custom plonesoftwarecenter_images plonesoftwarecenter DataGridWidget archaddon AddRemoveWidget CMFPlacefulWorkflow PloneFormGen ploneorg_images ploneorg Poi plone_help_center_images plone_help_center foundationmember cache_setup keyword_manager LanguageTool cmfeditions_views CMFEditions ChangeSet kupu_plone tinymce kupu PasswordReset ATContentTypes ATReferenceBrowserWidget archetypes mimetypes_icons ResourceRegistries gruf plone_ecmascript plone_wysiwyg plone_prefs plone_portlets plone_templates plone_styles plone_form_scripts plone_scripts plone_forms plone_images plone_content plone_login plone_3rdParty plone_kss archetypes_kss plone_deprecated And now the new order: custom plonesoftwarecenter_images plonesoftwarecenter DataGridWidget archaddon AddRemoveWidget CMFPlacefulWorkflow PloneFormGen kupu_plone tinymce kupu ploneorg_images ploneorg Poi plone_help_center_images plone_help_center foundationmember cache_setup keyword_manager LanguageTool cmfeditions_views CMFEditions ChangeSet PasswordReset ATContentTypes ATReferenceBrowserWidget archetypes mimetypes_icons ResourceRegistries gruf plone_ecmascript plone_wysiwyg plone_prefs plone_portlets plone_templates plone_styles plone_form_scripts plone_scripts plone_forms plone_images plone_content plone_login plone_3rdParty plone_kss archetypes_kss plone_deprecated I suggest that we fix Products.PloneOrg to not customise these things (and also to not break all those form controller actions - see my other mail) and then put the order back. I don't have the access or inclination to make filesystem level changes on plone.org, though. Martin -- Author of `Professional Plone Development`, a book for developers who want to work with Plone. See http://martinaspeli.net/plone-book ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Plone-website mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plone-website The Wiki: http://plone.org/development/current/projects/WebsiteTeam