Directory org.openiaml.model.codegen.php/src/template/renders/

Directory Created:
2010-04-20 17:07
Total Files:
4
Deleted Files:
0
Lines of Code:
529

[root]/org.openiaml.model.codegen.php/src/template/renders

Lines of Code

org.openiaml.model.codegen.php/src/template/renders/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
soundasleep 24 (100.0%) 623 (100.0%) 25.9

Most Recent Commits

soundasleep 2011-08-09 16:37 Rev.: 3068

improving modeldoc documentation across inference rules, codegen templates, ecore, and additional documentation includes

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameRss20.xpt (+3 -3)
soundasleep 2011-08-09 13:03 Rev.: 3065

migrating codegen templates

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameRss20.xpt (+2 -2)
soundasleep 2011-05-11 17:14 Rev.: 2893

issue 246: implementing XQueryFunctions in codegen templates

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameHtml.xpt (+1)
soundasleep 2011-05-06 18:15 Rev.: 2822

issue 253: updating codegen templates to remove references to DynamicApplicationElementSet

0 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameHtml.xpt (-3)
soundasleep 2011-05-05 18:35 Rev.: 2806

issue 242: updating codegen templates
DomainAttributes can no longer store values directly, but must use a DomainIterator
removing store_db.php callback

0 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameHtml.xpt (-1)
soundasleep 2010-07-15 16:43 Rev.: 2500

generated database dump can now use custom stylesheet
database dump page no longer lists multiple identical sources

0 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameHtml.xpt (-2)
soundasleep 2010-07-14 14:25 Rev.: 2490

generated applications now support custom header/footer includes

135 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/renders: FrameHtml.xpt (+53 -27), HeaderDefault.xpt (new 82)
soundasleep 2010-07-05 20:02 Rev.: 2430

adding an attribute 'renderOrder' to VisibleThings, to assist in the rendering order when rendering elements
updating codegen templates to use renderOrder

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameHtml.xpt (+1 -1)
soundasleep 2010-06-29 14:59 Rev.: 2381

adding more class types for CSS
initial values derived through SyncWires now evaluate incoming ConditionEdges as well

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameHtml.xpt (+1 -1)
soundasleep 2010-06-28 16:12 Rev.: 2371

minor fixes to test cases

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameHtml.xpt (+4)
soundasleep 2010-06-18 14:51 Rev.: 2349

using Thread.sleep to resolve the test cases failing only in HtmlUnit for OpenIDAsAuthor

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameHtml.xpt (+3)
soundasleep 2010-05-25 16:37 Rev.: 2294

HTML frames can now have specific CSS files
adding Autocomplete CSS for elements completed through an AutocompleteWire

54 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/renders: FrameHtml.xpt (+1), GeneratedCss.xpt (new 53)
soundasleep 2010-05-25 15:22 Rev.: 2292

custom CSS files can now be defined in output/../web/default.css

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameHtml.xpt (+1)
soundasleep 2010-04-29 16:01 Rev.: 2069

Operations are no longer called on the client-side if they are stored within a Session
fixing the problem where additional content was being included at the end of pages

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameHtml.xpt (+1)
soundasleep 2010-04-29 13:33 Rev.: 2068

issue 171: removing loadStoredEvents code which isn't used

0 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameHtml.xpt (-6)
soundasleep 2010-04-28 17:57 Rev.: 2055

issue 180: removing 'exists?' condition from codegen templates

0 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameHtml.xpt (-9)
soundasleep 2010-04-22 16:21 Rev.: 2001

adding codegen test case for RemoteRSSFeedPiped
when a Frame is accessed, all contained onAccess events for the Frame and its recursive children are now executed
an attribute 'pubDate' can now also be used for publishing the 'pubDate' of an RSS feed

20 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameRss20.xpt (+20 -9)
soundasleep 2010-04-21 16:06 Rev.: 1974

implementing GUID on RSS feeds with <link>s
adding a codegen test case to check for DomainObjects that do not provide RSS feed items (since they are all optional)

50 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameRss20.xpt (+50 -24)
soundasleep 2010-04-21 15:36 Rev.: 1971

Buttons as part of RSS Frames now render an absolute URL for the value of <link>

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameRss20.xpt (+3 -3)
soundasleep 2010-04-21 13:03 Rev.: 1964

RSS Feeds can now iterate over the contents of Forms; need to implement sorting for SelectWire
adding a test case to check that Feeds correctly create the navigation buttons, even within an RSS Feed

46 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/renders: FrameRss20.xpt (+46 -3)
soundasleep 2010-04-20 17:07 Rev.: 1963

splitting Frame rendering into separate formats: HTML and RSS 2.0

298 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/renders: FrameHtml.xpt (new 211), FrameRss20.xpt (new 87)
Generated by StatSVN 0.7.0