← Back to team overview

openerp-india team mailing list archive

[Bug 963101] Re: [6.1.1] Wiki module - several text formating issues

 

*** This bug is a duplicate of bug 910527 ***
    https://bugs.launchpad.net/bugs/910527

This is basically due to the fact that in OpenERP 6.1, the UI rendering is done client side using JavaScript.
Previously it used the Markdown code (in Python) to render the UI server-side.

So yes, wiki compatibility with 6.0 is completely broken, and the
support in 6.1 is a mere shadow of what 6.0 supported.

I've supplied a patch in the marked bug which may be of interest; it
expands on the support in 6.1.

A caveat, it misses features that enable it to de-reference wiki links
to other OpenERP objects.  I don't know how this is achieved in the
OpenERP 6.1 javascript API, which is essentially undocumented.  The
stubs are there to implement it, I just need to know some JavaScript
that will translate the name of each page, to the corresponding ID, and
I can probably kludge a workable solution from there.

Despite me even offering to write the code for them, OpenERP upstream
have been essentially an immovable object on the issue, refusing to so
much as provide the slightest bit of guidance as to how the necessary
functions can be achieved.

I might wear a pointy hat from time to time, but a wizard I am not. ;-)

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/963101

Title:
  [6.1.1] Wiki module - several text formating issues

Status in OpenERP Addons (modules):
  New

Bug description:
  Hi,

  I am doing my tests on your runbot instance 6_1_6145.

  Go to Knowledge / Colaborative content / Wiki pages and open the demo
  page ' Basic Wiki Editing '

  You can notice that several wiki syntaxe in your page do not work as
  expected :

  - Go back to Main Page : [[The OpenERP wiki]]    --> do not create any link to the other page
  - img:http://images.google.co.in/intl/en_ALL/images/images_hp.gif  --> no image visible
  - edit:res.partner|China Export|Edit China Export  --> no editing
  - Download File : attach:/home/fclementi/Desktop/wiki_module_doc.odt  --> no imported files (of course I have changed the path to a real file)
  - Numbering list ->  works with 1 2 3 .... but impossible to generate numbers like 1.1 1.2 1.3 ...
  - No table generated with this syntax :
  {| border="1" cellspacing="0" cellpadding="5" align="left"
  ! Web site
  ! Link
  ! Contact Email
  |-
  | OpenERP - Belgium
  |
  | [mailto:sales AT tiny.be]
  |}

  - this syntaxe : = 1st Level Heading = do not work (with 2 and 3
  equals no problem)

  Could you check these issues please otherwise teh wiki module is not
  very usuful.

  Thanks

  Frederic @ Camptocamp

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/963101/+subscriptions


References