Project

General

Profile

Tools » History » Version 1

Max Milbers, 10/17/2011 09:39 PM

1 1 Max Milbers
h1. Tools
2
3
The tools in virtuemart 2 are meant for developers, testers, and in common professionals. Some people meant we should remove them, because they must use with care and they can just destroy your whole store. They should be never used in an already running store. But on the other hand, they help webdevelopers and spare a lot work. So to protect users from themselves we added an extra security for this commands. They must be enabled in the shop configuration first.
4
When you use this tools right, you almost never have to reinstall virtuemart, even when you are tester and getting the newest svn daily.
5
6
h3.Renew config by file:
7
Deletes the stored configuration in the database and reset it with the values from the file /administrator/components/com_virtuemart/virtuemart.cfg. Be aware that it does not take the values from the 
8
virtuemart_defaults.cfg-dist. This file contains the default configuration shipped with the core. So you can adjust the virtuemart.cfg to your needs and use it as a kind of backup.
9
10
h3.Restore System Defaults:
11
This deletes and restores the standard tables of vm, this means tables wich are most time not user generated, for exampel, admin menu, countries, currencies, orderstatus, states,... . This command maybe removed.
12
13
h3. Remove VirtueMart Data
14
This removes the user generated data, categories, products, manufacturers, calculation rules, ... This may help you, when you heavily customised your store with own currencies, countries, states and so on, but you want to remove the actually displayed data.
15
16
h3. Remove VirtueMart Tables
17
This just removes all _virtuemart_ tables. It is meant, when you want to completly uninstall VM, it is not senseful to use it for a reinstall
18
19
h3. Reset all tables and do a fresh install
20
One of the most interesting commands. It deletes all _virtuemart_ tables and executes the install function of the installer. So you have a completly renewed virtuemart. This is very interesting for developers, testers, and administrators for test purposes.
21
22
h3. Reset all tables and install sample data
23
Does the same as above, but installs directly the sampeldata.
24
25
h3. Install tables or if necessary update them 
26
This is very important for people who use the svn. This executes the updater function of the installer and updates your tables to the newest layout.