0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #10 from shaffe-fr/patch-1 More... over 9 years ago
Avoid multiple suffixes More... over 9 years ago
Rename variable More... over 9 years ago
Fix javascript error on combined files More... over 9 years ago
Merge pull request #3 from umefarooq/master More... about 11 years ago
style tag type attribute added, as per w3schools.com no need type attribute for script More... about 11 years ago
_display_js_string and _display_css_string access change to private More... about 11 years ago
js_string and css_string method added you can add in pages scripts and styles with carabiner library by calling $this->carabiner->js_string('alert("js script")'); $this->carabiner->css_string("p{background:red}"); also you can pass array of scripts or styles to this method and can pass group name to it to calling of script or style is same as old More... about 11 years ago
Create README that should have been there years ago. More... over 11 years ago
Merge pull request #2 from nrutman/master More... over 11 years ago
Now prepending URL for cURL or get_contents in private _get_contents() function More... over 11 years ago
If a protocol-relative url is given to the _get_contents() function it will now prepend an http: to force cURL to get the HTTP version of the file More... over 11 years ago
Updated isURL regex to accept ftp:// and // urls More... over 11 years ago
Quick removal of an errant print_r More... over 14 years ago
Changed force_curl option to correct default value More... over 14 years ago
Fixed a lot of little hanging issues, including some path inconsistencies, error in _minify() method, error in _load() method More... over 14 years ago
Added the force cURL config option More... over 14 years ago
Updated to the cURL lib by Philip Sturgeon because it's better than the one I was using before More... over 14 years ago
Added new libraries that google supports. More... over 14 years ago
Changed predefined asset groups from Google CDN to NOT be combined, thereby making use of the CDN to the fullest. Thanks, dmorin. More... over 14 years ago
Main lib updated to actual 1.45 version More... over 14 years ago
Updated to 1.45: includes display_string() function, cURL support, internal management of CodeIgniter library loading (Carabiner now only tries to a load a lib once, rather than for every appropriate asset) More... over 14 years ago
initial setup to current release version 1.43 More... over 14 years ago
initializing local repo More... over 14 years ago