1
0
mirror of https://github.com/mrclay/minify.git synced 2025-02-23 00:12:36 +01:00

439 Commits

Author SHA1 Message Date
Steve Clay
a16413a6b1 Merge commit 'ce109925aa11aa31e6b196aa7b931207ff936e5b' into 3.0 2015-09-27 16:52:33 -04:00
Steve Clay
20fe2fd67c Merge commit 'a0c5ecb514a0f20aa072c11748e6d2dd99626c28' into 3.0 2015-09-27 16:50:00 -04:00
Matthias Fax
2847351c10 Add Wincache
Updated comments

Check for Wincache existence in constructor

Normalized markup

Add Wincache test

Tie Wincache test to test index
2015-09-27 16:37:46 -04:00
Steve Clay
24e7b0fbfe Updated wiki URLs 2015-09-27 16:25:33 -04:00
Elan Ruusamäe
7775469b78 Merge pull request #131 from glensc/clean-bundled-libs
Clean bundled libs
2014-12-13 15:59:02 +02:00
Elan Ruusamäe
d3006ddb63 add firephp and cssmin as reqired in composer 2014-12-01 20:41:48 +02:00
Elan Ruusamäe
76e2669180 drop bundled CSSmin, use tubalmartin/cssmin from packagist instead 2014-11-30 17:30:57 +02:00
Elan Ruusamäe
4f0741a935 drop bundled firephp, use firephp/firephp-core from packagist instead 2014-11-30 17:30:37 +02:00
Elan Ruusamäe
44683b2e63 Merge pull request #126 from glensc/autoloader
rework classloader
2014-11-17 23:23:11 +02:00
Elan Ruusamäe
0e9e1237c6 make composer dependency required
NOTE: this changes required minimum PHP version to 5.3.3
2014-10-16 00:04:51 +03:00
Elan Ruusamäe
efe603d454 add firephp to composer 2014-10-12 18:30:31 +03:00
Elan Ruusamäe
bce6facdca remove duplicate $keys. refs bceffd5 2014-10-12 17:34:00 +03:00
Elan Ruusamäe
0cbbcd0a53 get rid of $min_libPath 2014-10-12 17:21:21 +03:00
Elan Ruusamäe
4b8de3d14c use autoloader in tests 2014-10-12 17:15:49 +03:00
Elan Ruusamäe
96da497e9c rework classloader
- make it available in config
- always use classloader, no manual require
- compatible for future composer alternative
2014-10-12 16:28:41 +03:00
Steve Clay
4b495f6ae0 Merge pull request #125 from mrclay/WIP_dynamic_objects
Add dynamic objects and LESS support!
2014-10-01 16:04:29 -04:00
Steve Clay
d9bebb5566 Merge pull request #124 from glensc/WIP_lessphp
WIP lesscss integration. #112
2014-10-01 16:00:19 -04:00
Elan Ruusamäe
16069cc0c0 lesscss integration. #112 2014-10-01 16:37:27 +03:00
Steve Clay
beb750df3e Fix Files and Groups controllers, cleanup unused stuff 2014-09-23 11:47:20 -04:00
Steve Clay
9716fe802c Remove unneeded checkType in MinApp 2014-09-23 11:14:00 -04:00
Steve Clay
6d9fe1531e WIP: Huge overhaul. min app works! 2014-09-23 11:09:09 -04:00
Steve Clay
c75f97f3bc (WIP) Move to dynamic objects, adds env & source factory 2014-09-22 15:04:05 -04:00
Steve Clay
4910238a9f remove unneeded pack() 2014-09-21 13:01:09 -04:00
Steve Clay
7ff9438362 Rename cache interface in pref for namespaces 2014-09-21 13:00:03 -04:00
Elan Ruusamäe
ee47d21be2 rename Minify_Cache_Abstract class to Minify_Cache_Interface interface 2014-09-21 12:50:54 -04:00
Elan Ruusamäe
31a80b43a6 if no Cache is defined, create Minify_Cache_Null 2014-09-21 12:50:54 -04:00
Elan Ruusamäe
5193c76581 add Null cache 2014-09-21 12:50:53 -04:00
Elan Ruusamäe
bd8f3faacc add Minify::getCache() and Minify_Cache_Abstract that all cache classes must implement 2014-09-21 12:50:53 -04:00
acidvertigo
f29e1e6b06 Code clean 2014-09-21 12:50:53 -04:00
Elan Ruusamäe
54cec8b304 remove two DOS EOL 2014-09-21 12:50:53 -04:00
Matthias Fax
bb67f5762b Add Wincache
Updated comments

Check for Wincache existence in constructor

Normalized markup

Add Wincache test

Tie Wincache test to test index
2014-09-21 12:50:53 -04:00
Steve Clay
d1b299d33f Merge pull request #121 from mrclay/source_interface
Adds source interface https://github.com/mrclay/minify/issues/116
2014-09-21 10:06:24 -04:00
Steve Clay
d40d71cdff Adds source interface https://github.com/mrclay/minify/issues/116 2014-09-20 23:37:50 -04:00
Elan Ruusamäe
ce109925aa remove two DOS EOL 2014-09-20 10:34:23 +03:00
Elan Ruusamäe
a0c5ecb514 Merge pull request #102 from greensolid-technologies/master
Add support for Wincache
2014-09-19 16:43:51 +03:00
Steve Clay
45cf750b3a Merge branch 'glensc-lastmodified' into 3.0 2014-09-18 18:03:47 -04:00
Steve Clay
dca6be63e3 Removes support for arbitrary objects for sources 2014-09-18 18:02:45 -04:00
Elan Ruusamäe
0624820859 tests: use Minify_Source 2014-09-18 21:52:06 +03:00
Elan Ruusamäe
6817584513 last_modified is always integer, no need to check for null 2014-09-18 21:51:39 +03:00
Elan Ruusamäe
4f5cdbb746 Convert Minify_Source::lastModified to ->getModifiedTime() #114 2014-09-18 20:28:44 +03:00
Matthias Fax
6b469640a7 Add Wincache
Updated comments

Check for Wincache existence in constructor

Normalized markup

Add Wincache test

Tie Wincache test to test index
2014-06-12 15:14:47 +02:00
Steve Clay
fb3931f8cd Fixes #97: URIs with spaces are correctly rewritten 2014-04-03 19:53:48 -04:00
Steve Clay
50488ce207 Merge pull request #96 from glensc/patch-2
insert_final_newline to true
2014-03-20 06:47:05 -04:00
Elan Ruusamäe
ebc91b5d33 insert_final_newline to true 2014-03-20 09:17:56 +02:00
Steve Clay
e7728405f5 Merge pull request #95 from glensc/patch-1
.editorconfig: skip style apply in vendor/ (composer stuff)
2014-03-19 12:31:26 -04:00
Elan Ruusamäe
537b4b314a skip style apply in vendor/ (composer stuff) 2014-03-19 17:19:57 +02:00
Steve Clay
4a884a381f Merge pull request #94 from glensc/issue-51
Handle faiure to open cache file for writing
2014-03-19 10:34:30 -04:00
Steve Clay
b018c834da Created .editorconfig 2014-03-19 10:33:07 -04:00
Elan Ruusamäe
27b4f758bc fix passing invalid parametrs to flock. #51 2014-03-19 15:07:57 +02:00
Steve Clay
9231aed49f Adds Bootstrap styling to builder app 2014-03-12 10:35:14 -04:00