ZenMagick 0.9.4.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News ZenMagick 0.9.4.2 (Default branch)
# 1  
Old 01-25-2009
ZenMagick 0.9.4.2 (Default branch)

ZenMagick is an alternative frontend for Zen Cart-based e-commerce applications. It provides database access to virtually all data relevant to templates (and more) via an object-oriented API. It also includes an alternative theme system that offers superior separation of application code and custom HTML. A flexible plugin architecture allows you to easily extend and add functionality without the need to modify existing code. License: GNU General Public License v2 Changes:
This is a maintenance and bugfix release. Libraries were upgraded. In particular, the admin jquery was upgraded to version 1.2.6. A couple plugins have moved forward. Classes that extend from ZMObject can be extended at runtime via method injection. Changes were made regarding AJAX request handling. The toggle to disable themes was fixed to use the ZenMagick API. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DPKG-RECONFIGURE(8)						      Debconf						       DPKG-RECONFIGURE(8)

NAME
dpkg-reconfigure - reconfigure an already installed package SYNOPSIS
dpkg-reconfigure [options] packages DESCRIPTION
dpkg-reconfigure reconfigures packages after they have already been installed. Pass it the names of a package or packages to reconfigure. It will ask configuration questions, much like when the package was first installed. If you just want to see the current configuration of a package, see debconf-show(1) instead. OPTIONS
-ftype, --frontend=type Select the frontend to use. The default frontend can be permanently changed by: dpkg-reconfigure debconf Note that if you normally have debconf set to use the noninteractive frontend, dpkg-reconfigure will use the dialog frontend instead, so you actually get to reconfigure the package. -pvalue, --priority=value Specify the minimum priority of question that will be displayed. dpkg-reconfigure normally shows low priority questions no matter what your default priority is. See debconf(7) for a list. --default-priority Use whatever the default priority of question is, instead of forcing the priority to low. -u, --unseen-only By default, all questions are shown, even if they have already been answered. If this parameter is set though, only questions that have not yet been seen will be asked. --force Force dpkg-reconfigure to reconfigure a package even if the package is in an inconsistent or broken state. Use with caution. --no-reload Prevent dpkg-reconfigure from reloading templates. Use with caution; this will prevent dpkg-reconfigure from repairing broken templates databases. However, it may be useful in constrained environments where rewriting the templates database is expensive. -h, --help Display usage help. SEE ALSO
debconf(7) AUTHOR
Joey Hess <joeyh@debian.org> 2018-02-28 DPKG-RECONFIGURE(8)