NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/web/inc/lib/JSminifierExtended.php

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

JSminifierExtended.php on main
Author Date Commit Line Code
tinect almost 7 years ago 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
1
<?php
Open commit View diff
1 <?php
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
2
Open commit View diff
2
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
3
use MatthiasMullie\Minify\JS;
Open commit View diff
3 use MatthiasMullie\Minify\JS;
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
4
Open commit View diff
4
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
5
class JSminifierExtended extends JS {
Open commit View diff
5 class JSminifierExtended extends JS {
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
6
Open commit View diff
6
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
7
    public function getDataHash() {
Open commit View diff
7 public function getDataHash() {
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
8
        return sha1(json_encode($this->accessProtected($this,'data')));
Open commit View diff
8 return sha1(json_encode($this->accessProtected($this,'data')));
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
9
    }
Open commit View diff
9 }
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
10
Open commit View diff
10
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
11
    private function accessProtected($obj, $prop) {
Open commit View diff
11 private function accessProtected($obj, $prop) {
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
12
        $reflection = new ReflectionClass($obj);
Open commit View diff
12 $reflection = new ReflectionClass($obj);
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
13
        $property = $reflection->getProperty($prop);
Open commit View diff
13 $property = $reflection->getProperty($prop);
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
14
        $property->setAccessible(true);
Open commit View diff
14 $property->setAccessible(true);
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
15
        return $property->getValue($obj);
Open commit View diff
15 return $property->getValue($obj);
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
16
    }
Open commit View diff
16 }
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
17
Open commit View diff
17
same change 3f6a2fc

cache JS-File to reduce response-time

Full commit hash
3f6a2fc7fafbe80ea230a4a5317fd3183273d630
Author
tinect <[email protected]>
Date
almost 7 years ago
Selected line
18
}
Open commit View diff
18 }