File tree
126 files changed
+1905
-327
lines changed- .github
- .mvn
- xwiki-rendering-api
- src
- main/java/org/xwiki/rendering
- block
- match
- listener
- chaining
- parser
- syntax
- transformation
- util
- test/java/org/xwiki/rendering/block
- xwiki-rendering-archetype-macro
- src/main/resources/archetype-resources
- src
- main/java
- internal
- test/resources
- xwiki-rendering-integration-tests
- src/test/resources/simple/group
- xwiki-rendering-legacy
- xwiki-rendering-legacy-api
- xwiki-rendering-legacy-transformations
- xwiki-rendering-legacy-transformation-macro
- xwiki-rendering-macros
- xwiki-rendering-macro-box
- src
- main/java/org/xwiki/rendering
- internal/macro/box
- macro/box
- test/java/org/xwiki/rendering/internal/macro/box
- xwiki-rendering-macro-comment
- xwiki-rendering-macro-content
- src/main/java/org/xwiki/rendering/internal/macro/content
- xwiki-rendering-macro-ctsreport
- xwiki-rendering-macro-footnotes
- src/main/java/org/xwiki/rendering/internal/macro/footnote
- xwiki-rendering-macro-html
- src/main/java/org/xwiki/rendering/internal/macro/html
- xwiki-rendering-macro-id
- xwiki-rendering-macro-message
- src/main/java/org/xwiki/rendering/internal/macro/message
- xwiki-rendering-macro-raw
- xwiki-rendering-macro-toc
- src
- main
- java/org/xwiki/rendering
- internal/macro/toc
- macro/toc
- resources/META-INF
- test
- java/org/xwiki/rendering
- internal/macro/toc
- macro/toc
- resources/tocextensions
- xwiki-rendering-standalone
- xwiki-rendering-syntaxes
- xwiki-rendering-syntax-annotatedhtml5
- xwiki-rendering-syntax-annotatedxhtml
- xwiki-rendering-syntax-apt
- xwiki-rendering-syntax-creole
- xwiki-rendering-syntax-docbook
- xwiki-rendering-syntax-doxia
- xwiki-rendering-syntax-event
- xwiki-rendering-syntax-html
- xwiki-rendering-syntax-html5
- src/main/java/org/xwiki/rendering/internal/parser/html5
- xwiki-rendering-syntax-jspwiki
- xwiki-rendering-syntax-plain
- xwiki-rendering-syntax-twiki
- xwiki-rendering-syntax-wikimodel
- xwiki-rendering-syntax-xdomxml10
- xwiki-rendering-syntax-xdomxmlcurrent
- xwiki-rendering-syntax-xhtml
- xwiki-rendering-syntax-xhtml5
- src/main/java/org/xwiki/rendering/internal
- parser/xhtml5
- xhtml5
- xwiki-rendering-syntax-xwiki20
- src
- main/java/org/xwiki/rendering/internal/renderer/xwiki20
- test/resources/xwiki20/specific/table
- xwiki-rendering-syntax-xwiki21
- xwiki-rendering-test
- src/main/java/org/xwiki/rendering/test/cts
- xwiki-rendering-transformations
- xwiki-rendering-transformation-icon
- xwiki-rendering-transformation-linkchecker
- src/test/java/org/xwiki/rendering/internal/transformation/linkchecker
- xwiki-rendering-transformation-macro
- src
- main/java/org/xwiki/rendering
- internal
- macro
- transformation/macro
- macro
- descriptor
- transformation/macro
- test/java/org/xwiki/rendering/internal
- macro
- transformation/macro
- xwiki-rendering-transformation-wikiword
- xwiki-rendering-wikimodel
- src/main
- java/org/xwiki/rendering/wikimodel/xhtml/handler
- javacc
- xwiki-rendering-xml
- src/main/java/org/xwiki/rendering/renderer/printer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
126 files changed
+1905
-327
lines changedLines changed: 41 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + |
Lines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + |
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 |
| - | |
25 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + |
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 |
| - | |
| 26 | + | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
|
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 |
| - | |
| 56 | + | |
58 | 57 |
| |
59 | 58 |
| |
60 | 59 |
| |
| |||
63 | 62 |
| |
64 | 63 |
| |
65 | 64 |
| |
66 |
| - | |
67 |
| - | |
| 65 | + | |
68 | 66 |
| |
69 | 67 |
| |
70 | 68 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Lines changed: 6 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
278 |
| - | |
279 | 278 |
| |
280 | 279 |
| |
281 | 280 |
| |
| |||
288 | 287 |
| |
289 | 288 |
| |
290 | 289 |
| |
291 |
| - | |
292 |
| - | |
293 | 290 |
| |
294 | 291 |
| |
295 | 292 |
| |
| |||
321 | 318 |
| |
322 | 319 |
| |
323 | 320 |
| |
324 |
| - | |
325 |
| - | |
| 321 | + | |
| 322 | + | |
326 | 323 |
| |
327 | 324 |
| |
328 | 325 |
| |
| |||
345 | 342 |
| |
346 | 343 |
| |
347 | 344 |
| |
348 |
| - | |
349 |
| - | |
| 345 | + | |
| 346 | + | |
350 | 347 |
| |
351 | 348 |
| |
352 | 349 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
Lines changed: 73 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
| 29 | + | |
28 | 30 |
| |
| 31 | + | |
29 | 32 |
| |
30 | 33 |
| |
31 | 34 |
| |
32 | 35 |
| |
33 | 36 |
| |
| 37 | + | |
| 38 | + | |
34 | 39 |
| |
| 40 | + | |
| 41 | + | |
35 | 42 |
| |
36 | 43 |
| |
37 | 44 |
| |
| |||
47 | 54 |
| |
48 | 55 |
| |
49 | 56 |
| |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
50 | 62 |
| |
51 | 63 |
| |
52 | 64 |
| |
| |||
399 | 411 |
| |
400 | 412 |
| |
401 | 413 |
| |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
402 | 448 |
| |
403 | 449 |
| |
404 | 450 |
| |
| |||
467 | 513 |
| |
468 | 514 |
| |
469 | 515 |
| |
| 516 | + | |
470 | 517 |
| |
471 | 518 |
| |
472 | 519 |
| |
| |||
481 | 528 |
| |
482 | 529 |
| |
483 | 530 |
| |
| 531 | + | |
484 | 532 |
| |
485 | 533 |
| |
486 | 534 |
| |
| |||
511 | 559 |
| |
512 | 560 |
| |
513 | 561 |
| |
| 562 | + | |
| 563 | + | |
| 564 | + | |
514 | 565 |
| |
515 | 566 |
| |
516 | 567 |
| |
| |||
584 | 635 |
| |
585 | 636 |
| |
586 | 637 |
| |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
587 | 660 |
|
0 commit comments