Commit graph

137 commits

Author SHA1 Message Date
Gered 291842af48 lazy fix for failing tests
non-lazy fix would be to rewrite such that these don't rely on a
collection/sequence implementation-specific iteration order
2014-06-12 16:25:01 -04:00
Gered 6406a31c98 clojure 1.6.0 2014-06-12 16:23:53 -04:00
Gered 8c4aeddf69 update jtwig version 2014-06-11 09:16:01 -04:00
Gered 7c7e14b4c0 remove clojars images. github keeps old versions in it's cache :( 2014-06-01 17:27:49 -04:00
Gered 3ab9add950 bump version 2014-06-01 17:18:49 -04:00
Gered c5f281282b nitpicky 2014-06-01 17:11:58 -04:00
Gered 75c8abd7b5 update stylesheet/javascript functions with check for minified urls 2014-06-01 17:10:30 -04:00
Gered b633939883 move this out to a separate def for now, will add as an option later 2014-06-01 17:06:35 -04:00
Gered a03c5a67d8 add core function to toggle :check-for-minified-web-resources on/off 2014-06-01 17:04:18 -04:00
Gered 751bf1bf79 add new :check-for-minified-web-resources option 2014-06-01 17:00:41 -04:00
Gered d455c6c332 move options atom to avoid an upcoming circular dependency issue 2014-06-01 16:54:03 -04:00
Gered 12aabb6fd8 minor refactoring 2014-06-01 16:45:22 -04:00
Gered King 03f58d5b93 Merge pull request #1 from jespino/patch-1
Fixed error in the example code of the README
2014-04-07 17:44:40 -04:00
Jesús Espino 784e893a0f Error in the example code of the README
Trying your library I found this error rendering a template file, the fix works for me.
2014-04-07 21:19:19 +02:00
Gered 85eae35813 bump version 2014-03-27 18:10:43 -04:00
Gered 2d887342b8 update jtwig version 2014-03-27 18:10:26 -04:00
Gered King 5f92bd652b Update README.md 2014-03-23 14:26:27 -04:00
Gered King 0cd24e790a Update README.md 2014-03-23 13:21:44 -04:00
Gered 5213d1baea bump version 2014-03-23 13:17:46 -04:00
Gered 1c434caed2 jtwig's own title function already does this. whoops 2014-03-23 13:17:24 -04:00
Gered King 7d6ecbb48b Update README.md 2014-03-23 13:15:40 -04:00
Gered King 4607a0d912 Update README.md 2014-03-23 12:05:45 -04:00
Gered 2311c865b8 update documentation with the newly added functions 2014-03-23 12:04:03 -04:00
Gered aae62834d8 bump version 2014-03-23 11:45:47 -04:00
Gered fd73645574 rearrange nth function alphabetically 2014-03-23 11:32:16 -04:00
Gered d807f45091 add normalize_space 2014-03-23 11:31:35 -04:00
Gered a45bb27479 add center 2014-03-23 11:27:08 -04:00
Gered 04c442a8f8 add pad_right 2014-03-23 11:25:41 -04:00
Gered b6d0f3015d add pad_left 2014-03-23 11:24:21 -04:00
Gered 6b8889752c add repeat 2014-03-23 11:18:04 -04:00
Gered f316f35532 add wrap 2014-03-23 11:11:00 -04:00
Gered b8c938b2ea add capitalize_all 2014-03-23 10:28:40 -04:00
Gered 2a448b2839 should be throwing exceptions if resource files not found
by default get-resource-path returns nil if the filename doesnt specify
a file which isn't in the classpath
2014-03-23 10:07:00 -04:00
Gered 0358df49c4 implement checking for existence of files inside jar archives 2014-03-23 10:06:14 -04:00
Gered a84c8588bd proper method of rendering template files contained in jars 2014-03-23 09:43:05 -04:00
Gered f68862e784 extract function to check if file exists
this will need to be extended to also check for the existance of files
inside of jars
2014-03-23 09:19:04 -04:00
Gered 91b71370bf add helper template functions to include CSS and JS files 2014-03-22 18:55:12 -04:00
Gered 1b4fa0fa6f add utils namespace. move common utility functions over 2014-03-22 18:54:33 -04:00
Gered 57bb442808 include web-functions in the standard set of repository functions 2014-03-22 17:09:39 -04:00
Gered 32a03b3507 add web-functions 2014-03-22 17:09:09 -04:00
Gered 4cdf060750 add servlet context path middleware
will be used by functions yet-to-be-added
2014-03-22 16:57:21 -04:00
Gered 84ee498aa2 update to jtwig 2.1.2 2014-03-22 16:42:40 -04:00
Gered b1dde0bc69 bump version 2014-03-05 19:16:26 -05:00
Gered d67df0d136 update README.md 2014-03-05 19:15:49 -05:00
Gered a69aa14f3b update object conversion tests 2014-03-05 18:31:30 -05:00
Gered 0b773a9423 don't convert objects to maps when converting from java to clojure 2014-03-05 18:31:19 -05:00
Gered dac1f31616 add test 2014-03-05 18:26:20 -05:00
Gered 852bd519c0 add 'dump_table' function 2014-03-05 18:26:12 -05:00
Gered 8f47565e0a update standard function names to be more consistent with the others 2014-03-05 18:14:30 -05:00
Gered King 2a22d77a12 Update README.md 2014-03-04 22:58:39 -05:00