My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
ListGrid
   
Loading...
  ID Type  Status  Priority  Milestone  Owner    Summary + Labels ...
1 Defect Fixed Medium ---- gtempacc...@yahoo.com   Put JavaScript code in a namespace  
2 Enhancement Started Medium ---- gtempacc...@yahoo.com   Add whitespace options  
3 Defect Fixed Medium ---- ----   Template.expand does not accept an encoding paramter  
4 Defect Started Medium ---- ----   Provide a standard way for formatters to take arguments, e.g. for implementing include statement  
5 Defect Fixed Medium ---- ----   Live example doesn't work in IE6  
6 Defect Fixed Medium ---- ----   Java version available  
7 Defect Fixed Medium ---- martijn....@gmail.com   release this on pypi  
8 Defect Fixed Medium ---- ----   ToString filter not doing what it should. (javascript)  
9 Defect Done Medium ---- ----   GetFormatter is wrong on so many levels (javascript). Proposed changes.  
10 Defect Accepted Medium ---- gtempacc...@yahoo.com   Need Unicode Test Cases  
11 Defect Fixed Medium ---- gtempacc...@yahoo.com   Need Version labels for test cases  
12 Defect New Medium ---- ----   Need DotNet version  
13 Other Accepted Low ---- gtempacc...@yahoo.com   ".repeated" is not strictly necessary  
14 Defect New Low ---- ----   Idea: implement XSS detection  
15 Defect Started Medium ---- ----   Consider adding a default value instead of raising UndefinedVariable  
16 Defect Fixed Medium ---- ----   javascript example currently broken  
17 Defect Accepted Medium ---- gtempacc...@yahoo.com   Move the docs so they aren't serving live from trunk  
18 Defect New Medium ---- ----   configurable log function (javascript)  
19 Defect Fixed Medium ---- gtempacc...@yahoo.com   Add {foo.bar.baz} attribute lookup  
20 Defect Fixed Medium ---- gtempacc...@yahoo.com   Templates created using FromFile with unicode strings are broken   ReleaseBlocking  
21 Defect Started Medium ---- andyc...@gmail.com   Fix lookup of null values   ReleaseBlocking  
22 Defect Fixed Medium ---- ----   JavaScript JSONTemplate cannot be prototyped  
23 Defect New Medium ---- ----   Trying to iterate over a string with repeated section should throw an error (JavaScript version)  
24 Defect Accepted Medium ---- andyc...@gmail.com   Make some formatters work out of the box   ReleaseBlocking  
25 Defect Invalid Medium ---- ----   Nested repeated section issue  
26 Defect Accepted Medium ---- gtempacc...@yahoo.com   Default argument to sections and repeated sections should be @  
27 Defect Fixed Medium ---- ----   Better handle undefined variables  
28 Defect Started Medium ---- gtempacc...@yahoo.com   Provide @index variable for the current array index  
29 Defect Fixed Medium ---- ----   Add FromString to the JavaScript version  
30 Defect Fixed Medium ---- ----   The JS version is not reentrant -- thus impossible to have templates include other templates  
31 Defect Started Medium ---- ----   Implement predicates for selecting sections  
32 Defect Started Medium ---- gtempacc...@yahoo.com   Formatters (and predicates) should be passed a stack of namespaces, rather than a single one  
33 Defect Accepted Medium ---- gtempacc...@yahoo.com   Create demo of recursive templates  
34 Defect Accepted Medium ---- gtempacc...@yahoo.com   Repeated section should iterate over dictionaries and have special variables @name and @value  
35 Defect Accepted Medium ---- gtempacc...@yahoo.com   {.end} should take an argument and assert that it closes the argument  
36 Defect Accepted Medium ---- gtempacc...@yahoo.com   sections could have formatters applied to them  
37 Defect Accepted Medium ---- gtempacc...@yahoo.com   Make JavaScript whitespace match Python  
38 Defect Accepted Medium ---- gtempacc...@yahoo.com   Provide context.SafeLookup that doens't throw exceptions  
39 Defect Started Medium ---- gtempacc...@yahoo.com   clean up JS public method naming style to capWords  
40 Defect Started Medium ---- gtempacc...@yahoo.com   Add PrefixRegistry  
41 Defect Accepted Medium ---- gtempacc...@yahoo.com   Make JSON Template work with Protobol Buffers  
42 Defect Accepted Medium ---- gtempacc...@yahoo.com   Need to document predicates, @index, in the Reference  
43 Defect Accepted Medium ---- gtempacc...@yahoo.com   Allow users to pass in Context objects rather than raw JSON data objects  
44 Defect Accepted Medium ---- gtempacc...@yahoo.com   Double Repeated section on anonymous lists causes infinite loop  
45 Defect Accepted Medium ---- gtempacc...@yahoo.com   Implement $Id$ keyword expansion in release process  
46 Defect Accepted Medium ---- gtempacc...@yahoo.com   Convert docs to use my static site generator  
47 Defect Accepted Medium ---- gtempacc...@yahoo.com   Need builtin predicate that tests attributes up the stack  
48 Defect Accepted Medium ---- andyc...@gmail.com   get rid of the possibility of {.if foo?}  
49 Defect Accepted Medium ---- andyc...@gmail.com   FromFile / FromString need predicates/formatters args  
50 Defect Accepted Medium ---- sroussey   PHP Notice: in the log files  
51 Defect New Medium ---- ----   PHP port does not correctly handle repeated sections  
52 Defect ---- Medium ---- ----   Use @. to stop scope chain lookup  
53 Defect ---- Medium ---- ----   Bring JS version up to date with Python version from late 2009  
54 Defect Accepted Medium ---- sroussey   Bring PHP version up to date with JS version  
55 Defect Started Medium ---- sroussey   Section names not looked up properly  
56 Defect New Medium ---- ----   json-template support for checkbox?  
57 Defect Fixed Medium ---- isungu...@issart.com   Unbalanced section push and pop in the Java implementation  
58 Defect New Medium ---- ----   Add a LISP-style "let" statement  
59 Defect New Medium ---- ----   A predicate containing the text 'or' results in a template parsing error  
60 Defect New Medium ---- ----   typo in UrlParamsJsonTemplateFormatter  
61 Defect New Medium ---- ----   Error in JsonTemplateModule::FromFile()  
62 Patch Done ---- ---- ----   Iteration over dictionary - Patch for /python/jsontemplate/_jsontemplate.py  
63 Patch Done ---- ---- ----   Iteration over dictionary - Patch for /python/jsontemplate/_jsontemplate.py  
64 Defect New Medium ---- ----   cannot pip install json-template  
65 Defect Done Medium ---- ----   Javascript within JSON templates  
66 Defect New Medium ---- ----   <img> src being ignored.  
67 Defect Fixed Medium ---- ----   Possibly a typo introduced by revision cc10d7e78b94  
68 Defect New Medium ---- ----   HTML formatter doesn't work for numeric values  
69 Defect New Medium ---- ----   expand sometime return blank  
70 Patch Invalid ---- ---- ----   Patch for /jesyll-doc/__config.json  
71 Review Fixed Low ---- martijn....@gmail.com   token_re_cache in javascript implementation doesn't do anything?  
72 Defect Fixed Medium ---- ----   Setup.py dependency chaining broken; fix enclosed  
73 Defect Fixed Medium ---- ----   Python 3 diff  
74 Defect New Medium ---- ----   json data formte with metdata of object  
75 Defect New Medium ---- ----   Iteration over dictionary (patch)  
76 Defect New Medium ---- ----   saite de filmes  
CSV
  
Powered by Google Project Hosting