First, is this the correct place to report web2py-wiki bugs..? (if not
I apologize, teach me)
launchpad ( https://bugs.launchpad.net/web2py-wiki/+filebug ) seemed
to suggest that
that was not the correct place. ( so I figured here was.)

( Note: tested these in both web2py 1.58 and .159),
Pretty sure these are the web2py-wiki problems, not web2py problems.

web2py-wiki -r4 observations.

Ok,
Things not working,
=============================================
Bug #1:
=============================================
- Going into, design and clicking on "database administration"
  generates a error. ( I am trying to track it down now.)
  Error traceback
  Traceback (most recent call last):
  File "/home/jds/web2py.1.58/gluon/restricted.py", line 98, in
restricted
    exec ccode in environment
  File "/home/jds/web2py.1.58/applications/web2py_wiki/views/
appadmin.html", line 146, in <module>
  AttributeError: 'str' object has no attribute 'tag'
  -- snip --
  for tag in db(db.tag.id>0).select(orderby=db.tag.name):
    response.write('\n',escape=False)
    response.write(LI(A(tag.name,_href=URL
(r=request,f='pages_by_tag',args=tag.id))))
    response.write('\n',escape=False)
    pass


=============================================
Bug #2: (this is a css, presentation thing)
=============================================
Testing with client.
======================
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008111317
Ubuntu/8.04 (hardy) Firefox/3.0.4
- the "Create a page" page:
  form: body (the "Page Tags" is overlaying the body form box,
        needs some additional spacing so it is not on top of the right
side of the
        text entry box.

Note: bug #1 is very frustrating because I am trying to get a handle
on the tables being created and what is in them, and learn this wiki
app.

sqlite> .tables
is just not as fun. -- grin --

Note: I am trying to track bug #1 I will let you know if I get any
traction.

Thanks,
Jeff

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to