[Rt-commit] [svn] r792 - in rt: .
branches/rt-3.3/html/REST/2.0/Search
autrijus at pallas.eruditorum.org
autrijus at pallas.eruditorum.org
Sat May 1 09:35:28 EDT 2004
Author: autrijus
Date: Sat May 1 09:35:28 2004
New Revision: 792
Modified:
rt/ (props changed)
rt/branches/rt-3.3/html/REST/2.0/Search/index
Log:
----------------------------------------------------------------------
r4341 at not: autrijus | 2004-05-01T13:35:35.544895Z
* Make <id> slightly more unique
----------------------------------------------------------------------
Modified: rt/branches/rt-3.3/html/REST/2.0/Search/index
==============================================================================
--- rt/branches/rt-3.3/html/REST/2.0/Search/index (original)
+++ rt/branches/rt-3.3/html/REST/2.0/Search/index Sat May 1 09:35:28 2004
@@ -8,7 +8,7 @@
</author>
<link rel="alternate" type="text/html" href="<% $RT::WebURL %>"/>
<tagline mode="escaped"><% $count %> results found.</tagline>
- <id>rt-fsck.com://<% $Path %></id>
+ <id>rt-fsck.com://<% $RT::rtname %>/<% $Path %></id>
<modified><% $modified %></modified>
<generator url="http://www.bestpractical.com/rt/" version="<% $RT::VERSION %>">RT</generator>
% foreach my $entry (@entries) {
@@ -18,7 +18,7 @@
<modified><% $entry->{LastUpdated} %></modified>
<issued><% $entry->{Created} %></issued>
<created><% $entry->{Created} %></created>
- <id>rt-fsck.com:$RT::rtname/<% $entry->{Id} %></id>
+ <id>rt-fsck.com://<% $RT::rtname %>/<% $Path %>/<% $entry->{Id} %></id>
<summary mode="escaped"><% $entry->{Description} %></summary>
<content type="text/plain" mode="escaped"><% $entry->{Content} %></content>
</entry>
More information about the Rt-commit
mailing list