Indefero

Indefero Commit Details


Date:2008-11-23 05:00:15 (16 years 5 months ago)
Author:Loic d'Anterroches
Branch:dev, 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:b3eb42817c07045506804bf2f372b4ebac79722a
Parents: 78bc9a5466a0eaa2b3d1d1b976f76ff9aa668a2d
Message:Fixed to correctly clean the index and timeline when needed.

Changes:

File differences

src/IDF/Commit.php
123123
124124
125125
126
127
128
129
130
131
126132
127133
128134
        }
    }
    function preDelete()
    {
        IDF_Timeline::remove($this);
        IDF_Search::remove($this);
    }
    /**
     * Create a commit from a simple class commit info of a changelog.
     *
src/IDF/Issue.php
143143
144144
145145
146
147
148
149
150
146151
147152
148153
        return Pluf_Text::cleanString(html_entity_decode($str, ENT_QUOTES, 'UTF-8'));
    }
    function preDelete()
    {
        IDF_Timeline::remove($this);
        IDF_Search::remove($this);
    }
    function preSave($create=false)
    {
src/IDF/IssueComment.php
9898
9999
100100
101
102
103
104
105
101106
102107
103108
        return $this->content;
    }
    function preDelete()
    {
        IDF_Timeline::remove($this);
    }
    function preSave($create=false)
    {
        if ($this->id == '') {

Archive Download the corresponding diff file

Page rendered in 0.20518s using 13 queries.