Mercurial > p > roundup > code
annotate templates/minimal/extensions/README.txt @ 3909:e89bcb28f683
indexargs_url force ids to int
ids appear as hyperdb.String instances, which confused indexargs_url when they
appear in the filterspec. They need to be treated as treated as integers when
generating URLs.
It feels sort of hacky to check for 'id' like this but I'm at a loss for what
else to do in this case. Suggestions are welcome :)
Maybe we should look into using some other hyperdb class to represent ids?
this fixes [SF#783492]
Some trailing whitespace also got trimmed.
| author | Justus Pendleton <jpend@users.sourceforge.net> |
|---|---|
| date | Tue, 18 Sep 2007 16:59:42 +0000 |
| parents | 99a7af55b9e0 |
| children |
| rev | line source |
|---|---|
|
2683
99a7af55b9e0
copied from classic templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
1 This directory is for tracker extensions: |
|
99a7af55b9e0
copied from classic templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2 |
|
99a7af55b9e0
copied from classic templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
3 - CGI Actions |
|
99a7af55b9e0
copied from classic templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
4 - Templating functions |
|
99a7af55b9e0
copied from classic templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
5 |
|
99a7af55b9e0
copied from classic templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
6 See the customisation doc for more information. |
