Hi Lukasz, have you tried the recent tgext.admin 0.2.5? It supports correct password editing via a built-in UserControllerConfig class.
As for displaying only 8 records, it is my understanding that installing tw.dojo is currently the fix, as there is no non-javascript pagination. Teemu Lukasz Szybalski wrote: > Hello, > > I've created a ticket : http://trac.turbogears.org/ticket/2339 > > In there I describe some of the issues that are critical and not > working correctly in catwalk admin interface. I came to stopping point > yesterday as I found another problem with our default admin interface. > Here is a list: > > 1. You are not able to change your password in catwalk. You can in rum. > 2. The tables with more then 8 rows are not displayed. I have 50 > records in the table but only first 8 are displayed and rest is cut > off. (broken css). Rum displays it correctly. > 3. When building the table with 2 primary keys, Catwalk is not able to > display the results. Rum does. > type = Column(Unicode(), nullable=False,primary_key=True) > name = Column(Unicode(), nullable=False,primary_key=True) > 4. In the above table when adding a new record the first column is > incorrectly shaded out and does not allow entry. Rum displays and > allows for entry in both fields. > > I think these issues are critical and render catwalk admin interface > useless until fixed. I've sent an email on July 2 to see if we can fix > some of these issues but I did not get a response which means Catwalk > maintainer is somewhat busy. I believe this 4 line change won't hurt > us, but will provide a great benefit. > > I don't want to offend anybody but I believe rum admin interface would > server us better as a default admin interface. It only takes 4 lines > of code to change. I believe we should release a 2.0.1 with this > change, unless there is a release coming up in a week or two. > > I can provide a ptach if somebody points me to where the offical 2.0 > source code is at? svn? hg? > > Let me know. > > http://lucasmanual.com/mywiki/TurboGears2#head-a158dec977a361ec72da284039bbf4058cc7e95d > > Thank you, > Lucas > > -- Teemu Yli-Elsilä Nixu Software Oy Ltd, Nixu Group www.nixusoftware.com | www.nixu.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

