0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow pretty-printing to be enabled by setting a page attribute "atg.taglib.json.prettyPrint"=true More... over 18 years ago
Renamed the modified org.json package to atg.taglib.json.util to prevent collisions with users who are already using Crockford'd org.json package. More... over 18 years ago
Added type declarations in tld for all tag attributes in that are not Strings. More... over 18 years ago
Refactoring. No need for public itemsCollection accessors. More... over 18 years ago
Added test for invalid items type. More... over 18 years ago
Allow comma-seperated values in a String to be used as 'items' in json:array. More... over 18 years ago
Updated with recent changes. More... over 18 years ago
Added support for raw arrays to json:array tag. Coerce arrays to a Collection prior to iterating over them. More... over 18 years ago
Further fixing for empty list causing tag body to render bug. More... over 18 years ago
Fixed bug where a List would still cause the json:array tag to render the body of that tag, even if the List was empty. More... over 18 years ago
Refactor More... over 18 years ago
Refactoring. More... over 18 years ago
Minor site corrections. More... over 18 years ago
Added link to Google Groups mailing list/discussion group. More... over 18 years ago
Added missing <json:object> tag from examples (thanks to John Layton) More... over 18 years ago
Fixed 0.2 release date to Feb 26. More... over 18 years ago
Changed example on Overview page to show the cart example code. More... over 18 years ago
Added examples page to site. More... over 18 years ago
Added examples page to site. More... over 18 years ago
Insert analytics script block to the end of all .html pages when generating site. More... over 18 years ago
Updated version to 0.3-SNAPSHOT More... over 18 years ago
Updated version to 0.2 More... over 18 years ago
Corrected copyright notice to contiain "Art Technology Group, Inc (ATG)" instead of "json-taglib project" More... over 18 years ago
Fixed checks to ensure that tags are nested properly. More... over 18 years ago
Reorganised test directory structure to make it more meaningful. More... over 18 years ago
Make Jetty use port 9090 when invoking jetty:run More... over 18 years ago
Fixed typo More... over 18 years ago
Added descriptions for all attributes in .tld file. More... over 18 years ago
Made container port configurable so you don't have to stop another running container on port 8080 to run the tests. More... over 18 years ago
Added changes-report generation and added to main nav on site. More... over 18 years ago