Directory org.openiaml.docs/src/template/

Directory Created:
2009-09-16 17:18
Total Files:
12
Deleted Files:
1
Lines of Code:
1193

[root]/org.openiaml.docs/src/template
                directory in repo latex (5 files, 849 lines)

Lines of Code

org.openiaml.docs/src/template/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
soundasleep 118 (100.0%) 1655 (100.0%) 14.0

Most Recent Commits

soundasleep 2011-09-16 16:18 Rev.: 3089

modeldoc now supports external class references with a new model element EMFExternalClass

1 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+1)
soundasleep 2011-08-04 20:00 Rev.: 3051

adding HTML support for @issue and @type tags
{@tag name}d will now become {@tag name named}

26 lines of code changed in 4 files:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+20 -16), DefaultCss.xpt (+4), Index.xpt (+1 -1), RulesSummary.xpt (+1 -1)
soundasleep 2011-05-24 13:14 Rev.: 2960

renaming 'inference semantics' to 'inference rules'

1 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+1 -1)
soundasleep 2011-05-23 19:51 Rev.: 2958

adding assertion to ensure modeldoc codegen is successful
modeldoc latex templates were referring to old 'EventTrigger', 'Condition' classes

5 lines of code changed in 2 files:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+3 -1), EventTriggersTemplate.xpt (+2 -2)
soundasleep 2011-05-20 19:04 Rev.: 2949

fixing broken modeldoc template: event list needs to search for instances of Event, not EventTrigger

1 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: EventTriggersTemplate.xpt (+1 -1)
soundasleep 2011-04-15 16:04 Rev.: 2663

initial work in translating the latex output into a template-based format, to ease customisation

1 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ModeldocTemplate.xpt (+1)
soundasleep 2011-04-01 15:58 Rev.: 2641

adding metrics-specific styling

10 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: DefaultCss.xpt (+10)
soundasleep 2011-04-01 15:57 Rev.: 2640

modeldoc generates an HTML table of all metrics loaded

58 lines of code changed in 3 files:

  • org.openiaml.docs/src/template: Index.xpt (+1), Metrics.xpt (new 56), ModeldocTemplate.xpt (+1)
soundasleep 2011-03-22 19:00 Rev.: 2600

modeldoc now also generates metrics that can be used in a latex document

1 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ModeldocTemplate.xpt (+1)
soundasleep 2011-03-22 18:36 Rev.: 2599

additional improvements to reduce unnecessary whitespace in modeldoc text elements

1 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+1 -1)
soundasleep 2011-03-22 18:28 Rev.: 2598

removing unnecessary whitespace after @model links in both HTML and latex formats

4 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+4 -8)
soundasleep 2011-03-22 17:19 Rev.: 2594

rules summary is now also printed out to a Latex table format
fixing a bug where multiline comments at the start of the file would not have an additional space between lines

1 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ModeldocTemplate.xpt (+1)
soundasleep 2011-03-22 16:55 Rev.: 2593

DroolsPackage.uniqueRules is now populated correctly
rules summary includes a total count of rules

3 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: RulesSummary.xpt (+3 -2)
soundasleep 2011-03-22 16:41 Rev.: 2592

modeldoc templates now print out a rule summary, derived from the rules themselves

62 lines of code changed in 5 files:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+5 -1), DefaultCss.xpt (+4), Index.xpt (+1), ModeldocTemplate.xpt (+1), RulesSummary.xpt (new 51)
soundasleep 2011-01-10 16:16 Rev.: 2535

modeldoc implementation notes are now sorted
other javadoc-derived documentation should now also be sorted more consistently

5 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+5 -5)
soundasleep 2011-01-10 11:30 Rev.: 2530

EMF attributes that are ENums now also display the list of accepted literals

9 lines of code changed in 2 files:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+7), DefaultCss.xpt (+2 -2)
soundasleep 2010-12-07 16:29 Rev.: 2522

ModelDoc template now generates a list of events in the model (references of type EventTrigger)

69 lines of code changed in 3 files:

  • org.openiaml.docs/src/template: EventTriggersTemplate.xpt (new 66), Index.xpt (+1), ModeldocTemplate.xpt (+2)
soundasleep 2010-07-20 20:41 Rev.: 2514

adding a modeldoc template to generate a Latex list of all elements in the system
fixing a bug where Latex lists were not being closed correctly
fixing a bug where abstract/interfaces were trying to include a graphical representation
Latex needs underscores (_) escaped

1 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ModeldocTemplate.xpt (+1)
soundasleep 2010-07-20 19:37 Rev.: 2510

initial work in adding a Latex output for modeldoc

2 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ModeldocTemplate.xpt (+2)
soundasleep 2010-07-20 19:05 Rev.: 2509

Rationale is now loaded from EMF models
adding Rationale to modeldoc output

8 lines of code changed in 2 files:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+7), DefaultCss.xpt (+1)
soundasleep 2010-05-31 16:17 Rev.: 2308

issue 194: adding a separate HTML page of all visual elements

53 lines of code changed in 4 files:

  • org.openiaml.docs/src/template: DefaultCss.xpt (+11), ImagesList.xpt (new 40), Index.xpt (+1), ModeldocTemplate.xpt (+1)
soundasleep 2010-05-31 13:54 Rev.: 2307

issue 194: adding a modeldoc script to export a list of visual elements

24 lines of code changed in 2 files:

  • org.openiaml.docs/src/template: LatexImagesList.xpt (new 23), ModeldocTemplate.xpt (+1)
soundasleep 2010-03-30 22:32 Rev.: 1771

inherited extensions were not having the correct #hash generated

1 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+1 -1)
soundasleep 2010-03-30 22:21 Rev.: 1769

modeldoc: documentation on attributes and references are now included
can now link to attributes and references through #hash

37 lines of code changed in 2 files:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+27 -10), DefaultCss.xpt (+10 -2)
soundasleep 2010-03-30 22:03 Rev.: 1768

taglines are now generated in modeldoc templates

19 lines of code changed in 2 files:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+12), DefaultCss.xpt (+7)
soundasleep 2010-03-26 14:10 Rev.: 1758

adding support for opposite references

11 lines of code changed in 2 files:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+6), DefaultCss.xpt (+5)
soundasleep 2010-03-17 18:00 Rev.: 1727

modeldoc can now handle EReference types that are not local EMFClasses

8 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+8 -1)
soundasleep 2010-03-01 11:53 Rev.: 1600

trying to make the modeldoc generation more consistent; inherited extensions are now also sorted by containing class name, and reference toString

1 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+1 -1)
soundasleep 2010-03-01 11:48 Rev.: 1599

generated modeldoc now includes timestamp

4 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: Index.xpt (+4)
soundasleep 2010-03-01 11:40 Rev.: 1598

modeldoc now displays all subtypes (a collapsible list)

76 lines of code changed in 4 files:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+17 -1), DefaultCss.xpt (+5), DefaultJs.xpt (new 52), ModeldocTemplate.xpt (+2)
soundasleep 2010-02-23 09:43 Rev.: 1561

replacing '@operational' modeldoc tag with '@implementation'
fixing some broken '@link' javadoc tags, which were causing problems with generated modeldoc
modeldoc no longer displays Operational Semantics unless there are some

2 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+2)
soundasleep 2010-01-18 22:02 Rev.: 1395

fixing tests.diagram broken code
fixing broken examples list generation template
adding EPL licence to tests.elements
can now ignore particular elements from the modeldoc elements image test case

1 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ExamplesList.xpt (+1 -1)
soundasleep 2010-01-18 17:43 Rev.: 1390

fixing broken examples links in modeldoc

18 lines of code changed in 2 files:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+1 -1), Examples.xpt (+17 -11)
soundasleep 2010-01-18 17:34 Rev.: 1389

adding an automated tool to extract and publish clickable HTML for all example models loaded by modeldoc

7 lines of code changed in 1 file:

  • org.openiaml.docs/src/template: ExamplesList.xpt (+7 -7)
soundasleep 2010-01-18 15:10 Rev.: 1387

modeldoc now generates a list of found example models into examplesList.txt

23 lines of code changed in 2 files:

  • org.openiaml.docs/src/template: ExamplesList.xpt (new 22), ModeldocTemplate.xpt (+1)
soundasleep 2010-01-13 19:50 Rev.: 1386

integrating generated gmf icons into modeldoc
renaming template::Template to template::ModeldocTemplate to workaround OAW bug of duplicate registered template names
making modeldoc only consider images as graphical representations, rather than all files

66 lines of code changed in 6 files:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+14 -4), DefaultCss.xpt (+3), Examples.xpt (+3 -3), Index.xpt (+3 -3), ModeldocTemplate.xpt (new 43), Template.xpt (del)
soundasleep 2009-10-06 14:47 Rev.: 1263

issue 128: updating modeldoc to reflect new location of examples

15 lines of code changed in 2 files:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+14 -1), DefaultCss.xpt (+1 -1)
soundasleep 2009-10-05 23:44 Rev.: 1249

resolving issue 135: constraints are no longer being executed on model save
a bug in OAW means that no two .chk, .ext or .oaw files can have the same name within the same Eclipse instance

5 lines of code changed in 5 files:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+1 -1), DefaultCss.xpt (+1 -1), Examples.xpt (+1 -1), Index.xpt (+1 -1), Template.xpt (+1 -1)
soundasleep 2009-10-01 00:12 Rev.: 1234

removing italic from tagline
adding icon for model source link

20 lines of code changed in 3 files:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+8 -7), DefaultCss.xpt (+2 -1), Examples.xpt (+10 -3)
soundasleep 2009-09-30 23:47 Rev.: 1233

examples are now grouped by example model
drastically increasing the readability of generated modeldoc

62 lines of code changed in 3 files:

  • org.openiaml.docs/src/template: ClassTemplate.xpt (+36 -15), DefaultCss.xpt (+25 -6), Examples.xpt (+1 -1)

(22 more)

Generated by StatSVN 0.7.0