view build.sh @ 975:fb99332bb48e stammdatengrids

Severe changes concerning the Resultgrids. - Intrduced "Stammdaten" which can be selected in the Mode Field on the left side, - Added Stores and Models for the Stammdaten - Removed the FilterResultgrid and replaced it with a model which uses inheritance. Dynamic Grid Columns can now be derived from app/view/widget/DynamicGrid.js For Proben and Messprogramme this is already done. - There might be some REGRESSION concerning the buttons in the ProbeList and MessprogrammeList grid, as those are not disabled properly. This needs to be fixed in future commits.
author Dustin Demuth <dustin@intevation.de>
date Wed, 02 Dec 2015 17:39:04 +0100
parents 94d8ea3b98ba
children a152353eba26
line wrap: on
line source

SENCHAPATH=~/bin/Sencha/Cmd/4.0.5.87/sencha
VNUMBER=$(grep Lada.clientVersion app.js | cut -d '=' -f 2 | cut -d "'" -f 2)
VERSION=lada-client-$VNUMBER

# Minify
echo "Minifying...."
$SENCHAPATH --sdk-path extjs compile \
    --classpath=app,resources/lib/ext/upload,resources/lib/ext/i18n page \
    -yui -i index.html -o $VERSION/index.html

# Copy additional files
# Extjs Styles
echo "Copying additional files...."

mkdir --parents $VERSION/extjs/resources
cp -r extjs/resources/css $VERSION/extjs/resources
cp -r extjs/resources/ext-theme-gray $VERSION/extjs/resources

# Additional resources
mkdir --parents $VERSION/resources/css
mkdir --parents $VERSION/resources/i18n
mkdir --parents $VERSION/resources/img
mkdir --parents $VERSION/resources/lib

cp -r resources/css $VERSION/resources/
cp -r resources/img $VERSION/resources/
cp -r resources/i18n $VERSION/resources/
cp -r resources/lib/Blob $VERSION/resources/lib/
cp -r resources/lib/Blob.js-master $VERSION/resources/lib/
cp -r resources/lib/FileSaver $VERSION/resources/lib/
cp -r resources/lib/FileSaver.js-master $VERSION/resources/lib/
cp -r resources/lib/OpenLayers $VERSION/resources/lib/
cp -r resources/lib/openlayers-release-2.13.1 $VERSION/resources/lib/

echo "Compressing...."
tar -czf $VERSION.tgz $VERSION

echo "Done here.\n\n"

http://lada.wald.intevation.org