view MANIFEST.in @ 3913:00896a2acaa5

clean up query display of "Private to you" items Previously the handling of queries in the edit menu was a little wonky. If you change a query to not be private to you then you lose the ability to ever change it back to being private. Previously the queries were displayed in three chunks: First all retired queries. Then all queries private to the current user (this batch has the dropdown for toggling private state). Then all non-private queries. Now: all queries we created that are retired, all queries that we created that are not retired, then all non-private queries not created by the current user. this should fix [SF#1481394]
author Justus Pendleton <jpend@users.sourceforge.net>
date Thu, 20 Sep 2007 23:44:58 +0000
parents a2d22d0de0bc
children 39531c28e540
line wrap: on
line source

recursive-include roundup *.*
recursive-include frontends *.*
recursive-include scripts *.* *-*
recursive-include tools *.*
recursive-include test *.py *.txt
recursive-include doc *.html *.png *.txt *.css *.1 *.example
recursive-include detectors *.py
recursive-include templates *.* home* page*
global-exclude .cvsignore *.pyc *.pyo .DS_Store
include run_tests.py *.txt demo.py MANIFEST.in MANIFEST
exclude BUILD.txt I18N_PROGRESS.txt TODO.txt
exclude doc/security.txt doc/templating.txt
include locale/*.po locale/*.mo locale/roundup.pot

Roundup Issue Tracker: http://roundup-tracker.org/