Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
c7df348233227ecf490ef26795022af6cd26807c
/
system
/
core
/
Output.php
c7df348
Fixed coding style
by judge
· 11 years ago
f57ecc1
Remove Javascript inline comments + improved detecting whether the pointer is in a string or not
by judge
· 11 years ago
855f917
Improved detecting whether the pointer is in a string or not
by judge
· 11 years ago
c65a12e
Removed unnecessary parameter
by judge
· 11 years ago
67e643a
fixed error in finding closing tag
by judge
· 11 years ago
8e038d5
[ci skip] Replace spaces with tabs
by Andrey Andreev
· 12 years ago
ccdd429
Fix #2387
by Andrey Andreev
· 12 years ago
7b90325
Output Class Minify Function Change
by bayssmekanique
· 12 years ago
49e68de
Disable autoloader call from class_exists() occurences to improve performance
by Andrey Andreev
· 12 years ago
3ffce98
[ci skip] Manually apply #2162, #2163
by Andrey Andreev
· 12 years ago
5dc6d51
Support minify table block
by Purwandi
· 12 years ago
3e6b582
Return spacing on var definitions.
by Eric Roberts
· 12 years ago
c90e67e
Improve output cache.
by Eric Roberts
· 12 years ago
4d02e35
Fix MSIE conditionals regex in minify output
by Michael Dodge
· 12 years ago
362b800
Revert "Fix MSIE conditionals regex in minify output func"
by Michael Dodge
· 12 years ago
8e12c78
Fix MSIE conditionals regex in minify output func
by Michael Dodge
· 12 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
a43417d
Minor improvements to the Output class
by Andrey Andreev
· 12 years ago
96b9501
issue #2092 : code refinements
by Andrew Podner
· 12 years ago
ae8c2d9
issue #2092 : Improve/Revise JS and CSS minify method (code refinements)
by Andrew Podner
· 12 years ago
58594ed
issue #2092 : Improve/Revise JS and CSS minify method
by Andrew Podner
· 12 years ago
464a7b7
issue #2092 : Improve/Revise JS and CSS minify method
by Andrew Podner
· 12 years ago
79b7027
issue #2092 : Improve/Revise JS and CSS minify method
by Andrew Podner
· 12 years ago
72ed4c3
[ci skip] Some micro-optimizations and style changes
by Andrey Andreev
· 12 years ago
9dfceda
fixes #2078: changing type variable to boolean in protected method
by Andrew Podner
· 12 years ago
9a171a0
fixes #2078: formatting / styleguide cleanup (take2)
by Andrew Podner
· 12 years ago
7747f0a
fixes #2078: formatting / styleguide cleanup
by Andrew Podner
· 12 years ago
79503c5
fixes #2078: refinement of the minify function for CSS and scripts.
by Andrew Podner
· 12 years ago
369b314
Issue #2078: refinement of the minify function for CSS and scripts.
by Andrew Podner
· 12 years ago
d8dba5d
[ci skip] Fix some spaces
by Andrey Andreev
· 12 years ago
fc7024e
Merge pull request #2077 from AndrewPodner/develop
by Andrey Andreev
· 12 years ago
4296a65
update for Issue #2064 (changed docblocks which return $this or only call a method that returns $this to @return CI_DB_class_name)
by Andrew Podner
· 12 years ago
6a53709
Merge pull request #2069 from willmendesneto/develop
by Andrey Andreev
· 12 years ago
11dc139
Minify output in css and javascript code
by Will Mendes
· 12 years ago
b37d2bc
Add CI_Output::delete_cache()
by Andrey Andreev
· 12 years ago
cc4b003
Added CI_Output::get_header()
by Andrey Andreev
· 12 years ago
7a7ad78
Some micro-optimizations
by Andrey Andreev
· 12 years ago
c5536aa
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
by Andrey Andreev
· 12 years ago
44dc50e
Fix #1937
by Andrey Andreev
· 12 years ago
8113c0f
Merge pull request #1935 from vkeranov/develop
by Andrey Andreev
· 12 years ago
b9fe7e9
[ci skip] Router class DocBlock improvements
by Andrey Andreev
· 12 years ago
a8349bc
Remove extra new lines
by vkeranov
· 12 years ago
5fd3ae8
[ci skip] style and phpdoc-related changes (rel #1295)
by Andrey Andreev
· 12 years ago
239e0e5
Better method for getting Output cache file embedded timestamp
by vlakoff
· 12 years ago
b16dd29
Minor change in Output cache file check
by vlakoff
· 12 years ago
d9384ad
output->_display_cache() simplifications
by vlakoff
· 13 years ago
1288fe3
output->_display_cache() optimization
by vlakoff
· 13 years ago
7a744a8
If there is no output then no need to try minifying it
by Phil Sturgeon
· 13 years ago
3b6af43
Replaced block tag minification regex with a less greedy solution.
by Phil Sturgeon
· 13 years ago
f512b73
Spelling fixes - `wether` to `whether`
by Alex Bilbie
· 13 years ago
0140ddd
Fix issue #318 + added a default to the switch() in CI_Output::minify()
by Andrey Andreev
· 13 years ago
c9bb0c5
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
by Phil Sturgeon
· 13 years ago
3061ee7
Merge branch 'feature/minify_output' of https://github.com/atiredmachine/CodeIgniter into develop
by Phil Sturgeon
· 13 years ago
0d2c06e
Change file permissions for system/core/*.php and system/database/DB.php so that they don't differ from the rest
by Andrey Andreev
· 13 years ago
c839d28
Remove some unnecessary function_exists() checks and some minor improvements
by Andrey Andreev
· 13 years ago
47b6733
Add a second parameter (charset) to CI_Output::set_content_type() + fix for issue #666
by Andrey Andreev
· 13 years ago
6ef498b
Added get_mimes() function to system/core/Commons.php.The MIMEs array from config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411
by Andrey Andreev
· 13 years ago
39b1c11
Direct return from mimes config, instead of using global $mimes;
by Phil Sturgeon
· 13 years ago
9ba661b
Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d
by Andrey Andreev
· 13 years ago
ed944a3
Replaced `==` with `===` and `!=` with `!==` in /system/core
by Alex Bilbie
· 13 years ago
92ebfb6
Cleanup the core classes
by Andrey Andreev
· 13 years ago
48a7fbb
Use tabs to separate class properties
by Timothy Warren
· 13 years ago
40403d2
Additional formatting fixes
by Timothy Warren
· 13 years ago
ad47505
Normalize comments in core files
by Timothy Warren
· 13 years ago
0f22117
Switch erroneously declared protected properties in Output class to public
by Andrey Andreev
· 13 years ago
00adf1d
Some improvements to the additions from pull #1234
by Andrey Andreev
· 13 years ago
614db07
The current name is too wide change to get_content_type()consistent with set_content_type()
by Songpol Sripaoeiam
· 13 years ago
38c0a72
Fix style coding
by Songpol Sripao-eiam
· 13 years ago
b966701
bracket on a new line
by Songpol Sripaoeiam
· 13 years ago
52fe7bb
add function get_current_content_type to output class and user manual library
by Songpol Sripaoeiam
· 13 years ago
7b53d04
Some style adjustments and fixed comments in Router and Output classes
by Andrey Andreev
· 13 years ago
07c1ac8
Bumped CodeIgniter's PHP requirement to 5.2.4.
by Phil Sturgeon
· 13 years ago
1b8d0ef
Fixed some spaces.
by Thor
· 13 years ago
6c5992d
Removed javascript for now...
by Thor (atiredmachine)
· 13 years ago
5c078ce
Added javascript. Improved based on comments.
by Thor (atiredmachine)
· 13 years ago
5528c0e
Fixed spaces to conform to style-guide.
by Thor (atiredmachine)
· 13 years ago
ab827e2
haha, no now it does.
by Thor (atiredmachine)
· 13 years ago
242115c
Works with set_content_type() to automatically minify for current mime type.
by Thor (atiredmachine)
· 13 years ago
f59ec6f
Logs 'debug' message that shows how much % was shaved off.
by Thor (atiredmachine)
· 13 years ago
5de1175
Strips out HTML comments.
by Thor (atiredmachine)
· 13 years ago
1d0661a
Changed function to use mimetype as type
by Thor (atiredmachine)
· 13 years ago
a2ae6e1
Tidying
by Thor (atiredmachine)
· 13 years ago
d68c819
Now protects <code> and <textrea> tags as well.
by Thor (atiredmachine)
· 13 years ago
79db4cd
Improved minifier to restore <pre> contents, remove even more spaces, and process CSS with its own rules.
by Thor (atiredmachine)
· 13 years ago
63678a2
Rudimentary minifying of output.
by Thor (atiredmachine)
· 13 years ago
c8efb80
Output class now sets HTTP headers match caching settings.
by Thor (atiredmachine)
· 13 years ago
a96a9c8
Remove once again ...
by Andrey Andreev
· 13 years ago
cba20b1
Really fix this ...
by Andrey Andreev
· 13 years ago
edc8755
Fix a possible notice in Output library
by Andrey Andreev
· 13 years ago
0609d58
Fixes for issue 896
by Michiel Vugteveen
· 13 years ago
c90d651
Style guide stuff
by Andrey Andreev
· 13 years ago
1f5fbb6
Improve the core Output library
by Andrey Andreev
· 13 years ago
0defe5d
Updating copyright date to 2012
by Greg Aker
· 13 years ago
d96f882
Revert "Abstracting the loading of files in the config directory depending on environments."
by Greg Aker
· 13 years ago
5c1aa63
Abstracting the loading of files in the config directory depending on environments.
by Greg Aker
· 13 years ago
03abee3
Fixing soft tabs in a few files.
by Greg Aker
· 13 years ago
f4a4bd8
adding new license file (OSL 3.0) and updating readme to ReST
by Derek Jones
· 13 years ago
07b5342
Added some docs to CI core files
by David Behler
· 13 years ago
37f4b9c
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance
by Derek Jones
· 14 years ago
114ab09
Fixed double-space typo.
by Razican
· 14 years ago
Next »