weekly update
During the last week I’ve been switching between a number of different things. Beside the (now) usual traffic on the forum there have been numerous changes to a wide area of code.
- SEORewriter
I’ve moved the current net->url() code into a custom ZMSEORewriter implementation. That means that all urls are handled by a SEO rewriter instance and there isn’t any custom code left in ToolboxNet. - Improved error handling for missing/inactive categories and products
There are now mappings to handle missing products or categories with a custom template. There is still a bit left to try to give the template as much details as possible to allow to offer alternatives, etc. but it’s already an improvement as it is. - refactored i18n code
In fact, the current i18n got dropped completely. There is a minor template change (to pull the charset), but that affects only layout files, so not a big issue, I hope. - Moved store config files into a config subdirectory
This cleans up the store folder and also brings the directory structure in line with the envisaged structure of the generic MVC code. - Plugins
Some improvements to existing plugins, plus more work to convert bit rotting plugins (in the request directory) - redirector
A new plugin that allows to customize redirects when hitting non existing products or categories. It’s not finished, but already allows to map bad product/category ids to good ones. - Dropped ZMPluginView
This means that all resources/templates in plugin directories are available to all requests and pages
Comments Off
