Mercurial > p > roundup > code
annotate .hgignore @ 5231:8743b7226dc7
Fix issue with retreiving raw template files using the @@file mechanism.
This changes the static_files option in config.ini from supporting a
single directory to support multiple directories. If one of the
directory elements is '-' (i.e. a lone hyphen) the search is stopped
and the TEMPLATES directory is not searched. Since the TEMPLATES
directory is not searched the raw templates aren't accessed.
See: https://sourceforge.net/p/roundup/mailman/message/35773357/
Message subject: showing template sources to all
for details.
Also check in CHANGES.txt that mentions a couple of other small
improvements in the roundup-admin command.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 11 Apr 2017 22:20:13 -0400 |
| parents | 8e34362a14f7 |
| children | b57c3d50505b |
| rev | line source |
|---|---|
|
4594
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
1 syntax: glob |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
2 |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
3 *.orig |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
4 *.rej |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
5 *~ |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
6 \#*\# |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
7 .\#* |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
8 *.swp |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
9 *.tmp |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
10 *.pyd |
| 4558 | 11 *.pyc |
| 12 *.pyo | |
| 13 build | |
| 14 demo | |
| 15 dist | |
| 16 MANIFEST | |
| 17 _test_* | |
| 18 *.cover | |
|
4594
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
19 share/doc/roundup/html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
20 doc/FAQ.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
21 doc/admin_guide.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
22 doc/announcement.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
23 doc/customizing.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
24 doc/design.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
25 doc/developers.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
26 doc/features.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
27 doc/glossary.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
28 doc/implementation.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
29 doc/index.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
30 doc/installation.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
31 doc/mysql.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
32 doc/overview.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
33 doc/postgresql.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
34 doc/security.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
35 doc/tracker_templates.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
36 doc/upgrading.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
37 doc/user_guide.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
38 doc/whatsnew-0.7.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
39 doc/whatsnew-0.8.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
40 doc/xmlrpc.html |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
41 locale/*.mo |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
42 locale/*.bak |
|
c992e7dcac92
Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4558
diff
changeset
|
43 locale/*.poedit |
|
4597
5ca12e280a84
Ignore directories generated by "make html" in website/www
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4594
diff
changeset
|
44 website/www/_tmp/ |
|
4703
8e34362a14f7
issue2550774: Fix generating the website documentation
John Kristensen <john@jerrykan.com>
parents:
4613
diff
changeset
|
45 website/www/COPYING.txt |
|
4613
9d0189350187
Ignoring the symbolic link that the www/Makefile may create.
Bernhard Reiter <bernhard@intevation.de>
parents:
4597
diff
changeset
|
46 website/www/docs |
|
4597
5ca12e280a84
Ignore directories generated by "make html" in website/www
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4594
diff
changeset
|
47 website/www/html/ |
