Граф коммитов

60 Коммитов

Автор SHA1 Сообщение Дата
Austin King ea11e6e6ba Merge pull request #25 from mozilla/issue_24_hash_in_url
Allow development resources to contain fragment identifiers.
2013-01-23 13:41:52 -08:00
Shane Tomlinson fd49baf2a7 Allow development resources to contain fragment identifiers.
When looking for the filename, strip the fragment identifier (#partofurl) from the resource name.
2013-01-23 17:38:21 +00:00
Francois Marier ada022e23c Typo in README 2012-11-23 15:10:13 +13:00
Austin King adea4dcc21 Version 0.0.12 Express 3 support 2012-10-24 13:19:28 -07:00
Austin King 4354893e6b Merge branch 'master' of github.com:mozilla/connect-cachify 2012-10-24 13:18:47 -07:00
Austin King c5acfd62d4 Adding tests for Express 2 and 3 2012-10-24 13:18:37 -07:00
Austin King 740d1c2775 Merge pull request #17 from travis4all/clean
The repo your repo could be like!
2012-10-24 10:02:24 -07:00
Austin King e5a003128a Merge pull request #18 from madmatah/master
Express3 support
2012-10-24 10:00:10 -07:00
Austin King c7e0baddb9 Publishing 0.0.11 2012-10-08 13:36:02 -07:00
Austin King 612a17a24c Merge branch 'master' of github.com:mozilla/connect-cachify 2012-10-08 13:35:21 -07:00
Shane Tomlinson c8b04f7c9e Merge pull request #19 from mozilla/16-remove-globals
remove globals, fixes from jshint

Looks good to me, tests still pass, all code makes sense. The only other thing that needs done is for the package version number to be incremented and a new npm published. @ozten or @lloyd, do one of you have these awesome powers?

r+

close #16
2012-10-04 18:47:10 -07:00
Sean McArthur 2f782ec362 remove globals, fixes from jshint
fixes #16
2012-09-21 12:09:51 -07:00
Matthieu Huguet 337d20dd5b Fix compatibility with express 3 2012-09-02 02:49:13 +02:00
travis4all df8a6a6c89 💎 Travis CI image/link in readme 💎 2012-08-23 09:08:27 +00:00
travis4all c05b04d522 💎 Added travis.yml file 💎 2012-08-23 09:08:27 +00:00
Austin King cdf6a3b21d Merge pull request #15 from mozilla/absolute_urls_fix
add a test for prefixes with url's, fix a formatting bug where filename ...
2012-06-13 09:16:47 -07:00
Lloyd Hilaiel 4cdd4179c2 add a test for prefixes with url's, fix a formatting bug where filename starts with '/' 2012-06-13 16:01:20 +03:00
Austin King ee93efaeed Version 0.0.10 2012-06-09 11:09:29 -07:00
Austin King 80ef6d691e Removing debug level console.log 2012-03-27 20:02:08 -07:00
Austin King 48f449c982 Sigh bad config initialization 2012-02-17 14:01:56 -08:00
Austin King 09c4ee206e Bumping version 0.0.7 2012-02-17 09:29:36 -08:00
Austin King 22e83c4eef Making control_header an un-documented feature, pref'ed off by default 2012-02-17 09:28:55 -08:00
Austin King eb42fe3dbe Moving to if exists block r=lloyd 2012-02-16 17:49:43 -08:00
Austin King 878cc59642 Bumping to 0.0.6. Fixing caching headers. Using 10 digit hash like key instead of MD5 2012-02-16 17:45:51 -08:00
Austin King 1aee55a04a Updating README about ETag and Last-Modified magick 2012-02-16 17:29:09 -08:00
Austin King e1f8e545bd Removing accidentally committed console.log statements 2012-02-16 17:18:15 -08:00
Austin King a85fb053f7 Merge branch 'master' of github.com:mozilla/connect-cachify into issue6 2012-02-16 17:17:01 -08:00
Austin King 9f6af0171b Only remove headers when handling a cachify request. Doh. Fixes Issue#9 2012-02-16 17:14:12 -08:00
Lloyd Hilaiel 2653a14578 Merge pull request #7 from mozilla/issue6
Use a 10 digit hex instead of raw MD5. Fixes Issue#6. Adding feedback fr...
2012-02-16 17:06:11 -08:00
Austin King b6957c4759 Use a 10 digit hex instead of raw MD5. Fixes Issue#6. Adding feedback from @lloyd 2012-02-16 16:52:43 -08:00
Austin King 5ef6b81106 Merge branch 'master' of github.com:mozilla/connect-cachify 2012-02-16 16:14:26 -08:00
Austin King b85c91d5ce Don't allow other middleware to set ETag or Last-Modified headers. 2012-02-16 16:13:52 -08:00
Austin King 7683e336cc Merge pull request #6 from mozilla/example
write a minimal in-tree example
2012-02-15 15:20:54 -08:00
Lloyd Hilaiel 60e1970a12 language and typos 2012-02-15 16:08:48 -07:00
Lloyd Hilaiel e45d58161c write a minimal in-tree example 2012-02-15 16:04:50 -07:00
Lloyd Hilaiel f00027b4b4 allow testing to happen via npm test 2012-02-15 15:36:58 -07:00
Austin King b266897e24 Pushing out 0.0.4 2012-02-13 19:44:45 -08:00
Austin King 4798c78685 Treat absoulte urls in prefix as a special case. 2012-02-13 19:44:21 -08:00
Austin King 92fb0191b7 Moving doc string out of code and into API.md 2012-02-13 17:19:34 -08:00
Austin King 7a95518488 Fixing typos, formatting 2012-02-13 17:17:49 -08:00
Austin King da96ed8b85 Updating documentation 2012-02-13 17:14:25 -08:00
Austin King f3cef1ffb4 Updating documentation. Creaeted API docs 2012-02-13 17:13:34 -08:00
Austin King fe8df0c486 Fixing Issue#2 and Issue#4 - Added prefix to setup options. Added cachify view helper.
Prefix controls prefix of hashified urls.

``cachify`` allows for fine grained control over HTML generated.

Added options parameter to cachify_js, cachify_css, cachify:
* hash - specify a hash value.

Added global-hash option
2012-02-13 16:30:01 -08:00
Austin King 6b946af829 Replacing util.format with compat.format to fix Issue#3 and have node < 5.4 compatibility 2012-02-12 10:42:13 -08:00
Austin King c4f28400d4 Fixing wrong repo in package.json 2012-02-11 09:57:38 -08:00
Austin King 17e8441dcb Removing notion of a list of root paths. 2012-02-11 09:50:34 -08:00
Austin King 4f4a0654f1 Whitespace, docs. 2012-02-11 09:49:58 -08:00
Austin King b8a646b9ab Re-writing README so it matches current design 2012-02-11 09:49:29 -08:00
Austin King 9925745f63 Merge branch 'master' of github.com:mozilla/connect-cachify 2012-02-11 09:03:12 -08:00
Austin King 7f231e19f9 Preparing to publish 2012-02-11 09:01:50 -08:00