summaryrefslogtreecommitdiff
path: root/core/views/welcome_package.html.php
AgeCommit message (Collapse)Author
2009-01-19Packager now does a clean reinstall of just the packages we want, thenBharat Mediratta
rebuilds the install.sql and init_var.php files accordingly.
2009-01-18Remove the packaging tab from the scaffolding and move the createTim Almdal
install.sql to the action tab
2009-01-18Here's the rest of the change, new tool and forgot to add some files :-)Tim Almdal
2009-01-16Add a scaffolding tab that allows packaging up the installation for ↵Tim Almdal
installation. At the moment, it just creates an *.sql table for each defined table. I still need to zip this and put some install code around it so it is self installing. The ajax call will build the tables, but it doesn't return the resilt correctly. What it does is return my json response(expected) and the entire welcome.html page as well (unexpected) and i'm havinf trouble figuring out why. Something stupid i bet