index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
/
core
/
Output.php
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-12
Some micro-optimizations
Andrey Andreev
1
-2
/
+2
2012-11-01
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
Andrey Andreev
1
-1
/
+2
2012-10-28
Fix #1937
Andrey Andreev
1
-1
/
+1
2012-10-27
Merge pull request #1935 from vkeranov/develop
Andrey Andreev
1
-2
/
+1
2012-10-27
[ci skip] Router class DocBlock improvements
Andrey Andreev
1
-71
/
+85
2012-10-27
Remove extra new lines
vkeranov
1
-2
/
+1
2012-10-24
[ci skip] style and phpdoc-related changes (rel #1295)
Andrey Andreev
1
-1
/
+2
2012-09-16
Better method for getting Output cache file embedded timestamp
vlakoff
1
-2
/
+2
2012-09-16
Minor change in Output cache file check
vlakoff
1
-1
/
+1
2012-07-23
output->_display_cache() simplifications
vlakoff
1
-2
/
+2
2012-07-23
output->_display_cache() optimization
vlakoff
1
-1
/
+1
2012-06-23
If there is no output then no need to try minifying it
Phil Sturgeon
1
-0
/
+5
2012-06-21
Replaced block tag minification regex with a less greedy solution.
Phil Sturgeon
1
-1
/
+1
2012-06-16
Spelling fixes - `wether` to `whether`
Alex Bilbie
1
-1
/
+1
2012-06-16
Fix issue #318 + added a default to the switch() in CI_Output::minify()
Andrey Andreev
1
-39
/
+43
2012-06-15
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Phil Sturgeon
1
-14
/
+13
2012-06-15
Merge branch 'feature/minify_output' of https://github.com/atiredmachine/Code...
Phil Sturgeon
1
-3
/
+164
2012-06-12
Change file permissions for system/core/*.php and system/database/DB.php so t...
Andrey Andreev
1
-0
/
+0
2012-06-07
Remove some unnecessary function_exists() checks and some minor improvements
Andrey Andreev
1
-1
/
+1
2012-06-06
Add a second parameter (charset) to CI_Output::set_content_type() + fix for i...
Andrey Andreev
1
-2
/
+8
2012-06-05
Added get_mimes() function to system/core/Commons.php.The MIMEs array from co...
Andrey Andreev
1
-11
/
+4
2012-06-04
Direct return from mimes config, instead of using global $mimes;
Phil Sturgeon
1
-4
/
+2
2012-06-04
Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d
Andrey Andreev
1
-3
/
+3
2012-06-02
Replaced `==` with `===` and `!=` with `!==` in /system/core
Alex Bilbie
1
-7
/
+7
2012-05-17
Cleanup the core classes
Andrey Andreev
1
-8
/
+10
2012-04-23
Use tabs to separate class properties
Timothy Warren
1
-7
/
+7
2012-04-19
Additional formatting fixes
Timothy Warren
1
-6
/
+6
2012-04-19
Normalize comments in core files
Timothy Warren
1
-0
/
+10
2012-04-13
Switch erroneously declared protected properties in Output class to public
Andrey Andreev
1
-7
/
+7
2012-04-03
Some improvements to the additions from pull #1234
Andrey Andreev
1
-7
/
+7
2012-04-02
The current name is too wide change to get_content_type()consistent with set_...
Songpol Sripaoeiam
1
-1
/
+1
2012-04-01
Fix style coding
Songpol Sripao-eiam
1
-1
/
+2
2012-04-01
bracket on a new line
Songpol Sripaoeiam
1
-5
/
+6
2012-04-01
add function get_current_content_type to output class and user manual library
Songpol Sripaoeiam
1
-0
/
+18
2012-03-26
Some style adjustments and fixed comments in Router and Output classes
Andrey Andreev
1
-11
/
+9
2012-03-09
Bumped CodeIgniter's PHP requirement to 5.2.4.
Phil Sturgeon
1
-1
/
+1
2012-01-28
Fixed some spaces.
Thor
1
-9
/
+4
2012-01-27
Removed javascript for now...
Thor (atiredmachine)
1
-3
/
+3
2012-01-27
Added javascript. Improved based on comments.
Thor (atiredmachine)
1
-19
/
+55
2012-01-25
Fixed spaces to conform to style-guide.
Thor (atiredmachine)
1
-26
/
+21
2012-01-25
haha, no now it does.
Thor (atiredmachine)
1
-3
/
+1
2012-01-25
Works with set_content_type() to automatically minify for current mime type.
Thor (atiredmachine)
1
-1
/
+16
2012-01-25
Logs 'debug' message that shows how much % was shaved off.
Thor (atiredmachine)
1
-1
/
+8
2012-01-25
Strips out HTML comments.
Thor (atiredmachine)
1
-0
/
+3
2012-01-25
Changed function to use mimetype as type
Thor (atiredmachine)
1
-4
/
+4
2012-01-25
Tidying
Thor (atiredmachine)
1
-3
/
+3
2012-01-25
Now protects <code> and <textrea> tags as well.
Thor (atiredmachine)
1
-9
/
+11
2012-01-25
Improved minifier to restore <pre> contents, remove even more spaces, and pro...
Thor (atiredmachine)
1
-1
/
+34
2012-01-25
Rudimentary minifying of output.
Thor (atiredmachine)
1
-0
/
+36
2012-01-24
Output class now sets HTTP headers match caching settings.
Thor (atiredmachine)
1
-2
/
+43
[next]