Indefero

Indefero Commit Details


Date:2009-03-26 06:04:16 (16 years 29 days 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:08a03f062994daa578dc0605bc6edace007139f0
Parents: ef93d2da0a72838e3a4c422b120f78ff267d986a
Message:Fixed issue 159, Problem with display of source files with extension of c, etc.

Updated the code documentation to avoid confusions.
Changes:

File differences

src/IDF/Views/Source.php
2727
2828
2929
30
30
3131
3232
3333
34
35
36
3437
3538
3639
......
524527
525528
526529
527
528
529
530
531
532
533
530534
531535
532536
Pluf::loadFunction('Pluf_Shortcuts_GetFormForModel');
/**
 * View git repository.
 * View SCM repository.
 */
class IDF_Views_Source
{
    /**
     * Extension supported by the syntax highlighter.
     */
    public static $supportedExtenstions = array('c', 'cc', 'cpp', 'cs', 'css',
                                                'cyc', 'java', 'bsh', 'csh',
                                                'sh', 'cv', 'py', 'perl', 'php',
    }
    /**
     * @param string the extension to test
     *
     * @return
     * Test if an extension is supported by the syntax highlighter.
     *
     * @param string The extension to test
     * @return bool
     */
    public static function isSupportedExtension($extension)
    {

Archive Download the corresponding diff file

Page rendered in 0.16203s using 14 queries.