Mercurial > p > roundup > code
annotate .cvsignore @ 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 | 513f92c9616c |
| children |
| rev | line source |
|---|---|
|
8
07403897f30e
.cvsignorey goodness
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff
changeset
|
1 *.pyc |
| 723 | 2 *.pyo |
|
8
07403897f30e
.cvsignorey goodness
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
diff
changeset
|
3 localconfig.py |
|
79
f36508b69e89
*** empty log message ***
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
8
diff
changeset
|
4 build |
|
1757
513f92c9616c
Ignore demo directory.
Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
parents:
723
diff
changeset
|
5 demo |
|
708
c0c896fc8284
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
690
diff
changeset
|
6 dist |
|
690
509a101305da
node ids are now generated from a lockable store - no more race conditions
Richard Jones <richard@users.sourceforge.net>
parents:
79
diff
changeset
|
7 MANIFEST |
|
715
bcc72c3982ed
ignore coverage files
Richard Jones <richard@users.sourceforge.net>
parents:
708
diff
changeset
|
8 _test_* |
| 716 | 9 *.cover |
