cleanappl.sh
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 15 Jan 2010 09:05:40 +0100
branchstable
changeset 4244 2c3de1953d00
parent 0 b97547f5f1fa
permissions -rwxr-xr-x
rename need_navigation into paginable paginable has been recently introduced by changeset d4eeaf0393e2. We already had the need_navigation attribute to control the same thing (pagination). As paginable sounds like a better name, deprecates need_navigation (bw compat ok). Also: * fix main pagination functions responsability * deprecate limit_rset_using_nav in favor of paginate/do_paginate * navigation module should be renamed to pagination at some point

#!/bin/sh

rm -f web/test/tmpdb*
rm -f web/tali18n.py

rm -f applications/*/test/tmpdb*
rm -f applications/*/tali18n.py
rm -f applications/*/i18n/*_full.po
rm -f applications/*/data/Schema.dot