Commit graph

  • ba78333c28 add :tag-symbols option jtwig-3.0 Gered 2014-07-02 17:05:52 -0400
  • 5a644a92d2 update the way JtwigTemplates are created so the JtwigConfiguration object can be passed in for each case Gered 2014-06-20 09:45:02 -0400
  • 159918019a minor argument declaration cleanup Gered 2014-06-19 18:32:02 -0400
  • 1fbfaae934 add unit tests for strict-mode Gered 2014-06-19 18:24:59 -0400
  • 3234d97ce0 whoops. this is why one should test code before commiting! Gered 2014-06-19 18:14:27 -0400
  • 77a10a38d7 add strict-mode option support Gered 2014-06-19 18:11:39 -0400
  • 68c2beb863 whitespace Gered 2014-06-19 18:11:20 -0400
  • ee08d7e94d convert hard-coded web root resource path to a configurable option Gered 2014-06-19 17:38:56 -0400
  • b1a605e758 this should probably be false by default (non-standard "magic") Gered 2014-06-19 17:34:45 -0400
  • 97281d6648 some minor cleanups Gered 2014-06-19 17:34:05 -0400
  • e1a08429bb don't need to pass empty/nil model maps in these tests anymore Gered 2014-06-19 08:29:42 -0400
  • 0aeae17824 update tests Gered 2014-06-19 08:26:19 -0400
  • 941c0ad2e2 deftwigfn/deftwigaliasedfn should return the function handler created Gered 2014-06-19 08:26:06 -0400
  • 3ab6c96c93 make the model map arg optional Gered 2014-06-19 07:56:16 -0400
  • eba27bc60d fix deftwigfn/deftwigaliasedfn macros Gered 2014-06-19 07:54:04 -0400
  • f1558b72a1 update core template rendering, and big changes to function handling Gered 2014-06-18 09:48:10 -0400
  • d3eb6e844c add TemplateFunction java interface Gered 2014-06-15 13:36:13 -0400
  • 0891fa5675 reorg src dir to allow for some java source files Gered 2014-06-15 13:33:45 -0400
  • fde89f46b9 update to snapshot version of jtwig Gered 2014-06-15 13:33:24 -0400
  • b5c88bad5c bump version java6 Gered 2014-06-15 01:28:21 -0400
  • 9b67fd677e fix incorrect dependency Gered 2014-06-15 01:27:40 -0400
  • 1b18c7466a Merge branch 'master' into java6 Gered 2014-06-15 01:26:54 -0400
  • eb1c5a31a9 bump version master Gered 2014-06-15 01:26:02 -0400
  • e87689c77e Merge branch 'master' into java6 Gered 2014-06-15 01:21:09 -0400
  • bd8112377f bump version Gered 2014-06-15 01:18:47 -0400
  • 0674153b39 update README.md Gered 2014-06-15 01:14:18 -0400
  • 1e03b5d583 update README.md Gered 2014-06-15 01:01:34 -0400
  • 9ec7bfaffd casting functions Gered 2014-06-14 23:43:48 -0400
  • 9090cb0f81 add tests for contains, index_of and last_index_of Gered 2014-06-14 23:03:49 -0400
  • ceed7a25a0 update 'contains' to allow checking for a substring in a string Gered 2014-06-14 22:56:54 -0400
  • 4ca3efc9f7 lol, wow this test was messed up Gered 2014-06-14 22:47:35 -0400
  • 4b07c992d1 where appropriate, automatically convert string values to keywords when the the string value is going to be used to check/sort against a map key Gered 2014-06-14 22:44:08 -0400
  • 49519a3106 typos Gered 2014-06-14 22:18:11 -0400
  • b3010e23b1 fix support for strings in index_of and last_index_of Gered 2014-06-14 22:17:41 -0400
  • 326b1eef7a add functions: contains, index_of, last_index_of Gered 2014-06-14 22:02:48 -0400
  • bed886b5ad add :auto-convert-map-keywords option tests for function params/return Gered 2014-06-14 19:56:52 -0400
  • 420bd20a0b update tests Gered 2014-06-14 18:55:07 -0400
  • 99e9f91445 change :stringify-model-map-keys to something more all-encompassing Gered 2014-06-14 18:54:56 -0400
  • 4315ddfa54 rename option to better reflect it's purpose Gered 2014-06-14 17:58:28 -0400
  • b2c31e5d2c cleanup Gered 2014-06-14 17:56:24 -0400
  • 6dd4a1d105 fix failing tests Gered 2014-06-14 17:55:02 -0400
  • e0b21871a6 let's be honest -- the most common scenario is for this to be turned on Gered 2014-06-14 17:42:55 -0400
  • da0097a100 replace all the individual option toggle functions with set-options! Gered 2014-06-14 17:37:17 -0400
  • 841b15e11d replace old 'skip-model-map-stringify?' option with a new global option Gered 2014-06-13 15:23:42 -0400
  • 291842af48 lazy fix for failing tests Gered 2014-06-12 16:25:01 -0400
  • 6406a31c98 clojure 1.6.0 Gered 2014-06-12 16:23:53 -0400
  • 5ab808a9fe Merge branch 'master' into java6 Gered 2014-06-11 09:19:21 -0400
  • 8c4aeddf69 update jtwig version Gered 2014-06-11 09:16:01 -0400
  • 7c7e14b4c0 remove clojars images. github keeps old versions in it's cache :( Gered 2014-06-01 17:27:49 -0400
  • 234304ddc4 Merge branch 'master' into java6 Gered 2014-06-01 17:23:28 -0400
  • 3ab9add950 bump version Gered 2014-06-01 17:18:49 -0400
  • c5f281282b nitpicky Gered 2014-06-01 17:11:58 -0400
  • 75c8abd7b5 update stylesheet/javascript functions with check for minified urls Gered 2014-06-01 17:10:30 -0400
  • b633939883 move this out to a separate def for now, will add as an option later Gered 2014-06-01 17:06:35 -0400
  • a03c5a67d8 add core function to toggle :check-for-minified-web-resources on/off Gered 2014-06-01 17:04:18 -0400
  • 751bf1bf79 add new :check-for-minified-web-resources option Gered 2014-06-01 17:00:41 -0400
  • d455c6c332 move options atom to avoid an upcoming circular dependency issue Gered 2014-06-01 16:54:03 -0400
  • 12aabb6fd8 minor refactoring Gered 2014-06-01 16:45:22 -0400
  • 25fa2ba7f4 Merge branch 'master' into java6 Gered 2014-06-01 16:39:47 -0400
  • 03f58d5b93 Merge pull request #1 from jespino/patch-1 Gered King 2014-04-07 17:44:40 -0400
  • 784e893a0f Error in the example code of the README Jesús Espino 2014-04-07 21:19:19 +0200
  • b46815ea65 Merge branch 'master' into java6 Gered 2014-03-27 18:13:03 -0400
  • 85eae35813 bump version Gered 2014-03-27 18:10:43 -0400
  • 2d887342b8 update jtwig version Gered 2014-03-27 18:10:26 -0400
  • 5f92bd652b Update README.md Gered King 2014-03-23 14:26:27 -0400
  • 0cd24e790a Update README.md Gered King 2014-03-23 13:21:44 -0400
  • 59eabaaaff Merge branch 'master' into java6 Gered 2014-03-23 13:19:38 -0400
  • 5213d1baea bump version Gered 2014-03-23 13:17:46 -0400
  • 1c434caed2 jtwig's own title function already does this. whoops Gered 2014-03-23 13:17:24 -0400
  • 7d6ecbb48b Update README.md Gered King 2014-03-23 13:15:40 -0400
  • 4607a0d912 Update README.md Gered King 2014-03-23 12:05:45 -0400
  • 2311c865b8 update documentation with the newly added functions Gered 2014-03-23 12:04:03 -0400
  • b66cdbf79e Merge branch 'master' into java6 Gered 2014-03-23 11:47:42 -0400
  • aae62834d8 bump version Gered 2014-03-23 11:45:47 -0400
  • fd73645574 rearrange nth function alphabetically Gered 2014-03-23 11:32:16 -0400
  • d807f45091 add normalize_space Gered 2014-03-23 11:31:35 -0400
  • a45bb27479 add center Gered 2014-03-23 11:27:08 -0400
  • 04c442a8f8 add pad_right Gered 2014-03-23 11:25:41 -0400
  • b6d0f3015d add pad_left Gered 2014-03-23 11:24:21 -0400
  • 6b8889752c add repeat Gered 2014-03-23 11:18:04 -0400
  • f316f35532 add wrap Gered 2014-03-23 11:11:00 -0400
  • b8c938b2ea add capitalize_all Gered 2014-03-23 10:28:40 -0400
  • 2a448b2839 should be throwing exceptions if resource files not found Gered 2014-03-23 10:07:00 -0400
  • 0358df49c4 implement checking for existence of files inside jar archives Gered 2014-03-23 10:06:14 -0400
  • a84c8588bd proper method of rendering template files contained in jars Gered 2014-03-23 09:43:05 -0400
  • f68862e784 extract function to check if file exists Gered 2014-03-23 09:19:04 -0400
  • 91b71370bf add helper template functions to include CSS and JS files Gered 2014-03-22 18:55:12 -0400
  • 1b4fa0fa6f add utils namespace. move common utility functions over Gered 2014-03-22 18:54:33 -0400
  • 57bb442808 include web-functions in the standard set of repository functions Gered 2014-03-22 17:09:39 -0400
  • 32a03b3507 add web-functions Gered 2014-03-22 17:09:09 -0400
  • 4cdf060750 add servlet context path middleware Gered 2014-03-22 16:57:21 -0400
  • 11fd9dd291 use java6 dependency Gered 2014-03-22 16:44:25 -0400
  • a3a4d7747b Merge branch 'master' into java6 Gered 2014-03-22 16:43:58 -0400
  • 84ee498aa2 update to jtwig 2.1.2 Gered 2014-03-22 16:42:40 -0400
  • 0859445f7b wow wtf was i doing in that 'merge' Gered 2014-03-05 19:20:26 -0500
  • b120bc3270 not exactly sure how i messed up that merge... Gered 2014-03-05 19:18:38 -0500
  • b1dde0bc69 bump version Gered 2014-03-05 19:16:26 -0500
  • d67df0d136 update README.md Gered 2014-03-05 19:15:49 -0500
  • a69aa14f3b update object conversion tests Gered 2014-03-05 18:31:30 -0500
  • 0b773a9423 don't convert objects to maps when converting from java to clojure Gered 2014-03-05 18:31:19 -0500