Indefero

Indefero Commit Details


Date:2009-10-28 03:28:06 (15 years 5 months ago)
Author:Loic d'Anterroches
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:1d24432f8d8824848945d8b6f3b00fb31d8a5628
Parents: 37aa3d8b69bfecb6ed3f6953bf3ba5a1c840f8d2
Message:Fixed issue 315, atom feed of a wiki update is broken.

Changes:

File differences

src/IDF/WikiRevision.php
193193
194194
195195
196
197
198
199
200
196
197
198
199
200
201
202
203
204
205
206
207
201208
202209
203210
    public function feedFragment($request)
    {
        $page = $this->get_wikipage();
        $url = Pluf::f('url_base')
            .Pluf_HTTP_URL_urlForView('IDF_Views_Wiki::view',
                                      array($request->project->shortname,
                                            $page->title),
                                      array('rev' => $this->id));
        if (!$this->is_head) {
            $url = Pluf::f('url_base')
                .Pluf_HTTP_URL_urlForView('IDF_Views_Wiki::view',
                                          array($request->project->shortname,
                                                $page->title),
                                          array('rev' => $this->id));
        } else {
            $url = Pluf::f('url_base')
                .Pluf_HTTP_URL_urlForView('IDF_Views_Wiki::view',
                                          array($request->project->shortname,
                                                $page->title));
        }
        $title = sprintf(__('%s: Documentation page %s updated - %s'),
                         $request->project->name,
                         $page->title, $page->summary);

Archive Download the corresponding diff file

Page rendered in 0.29334s using 14 queries.