Bitweaver Bugs
Created by: Lester Caine, Last modification: Yesterday 09:24
New home for bitweaver bugs ...
There are a few things still to be cleaned up on the live sites
- Dates being displayed as second count on some areas
- Back links to blog posts are currently trying to use wiki/name instead
- Style sheet needs to hide list numbers on the backlinks list. This is a theme problem which is different for each site.
- A few pages are proving problematic when trying to edit. Pages that were created during the transition process are messed up in some way in the new database. Currently trying to recreate the problem pages and delete the original but even that is throwing errors.
- The user protection settings are messed up a little so a couple of checks such as if pictures can be displayed have been disable temporarily so all pictures can be seen. Need to check the permission grid, but that page is one of the admin tools that is still not functional.
- Lots of other admin pages need to be reworked to the new format.
- Error checking throws warnings about stuff that in the past was simply ignored. Essentially having to add 'empty' checks where in the past that simply happened automatically. Having now in many places to create dummy arrays to avoid warnings about 'null' arrays but in practice some of that did need looking into anyway. Only enable elements of the smarty templates if the content actually exists, but this is a problem when one actually want to add that information.