Commit Graph

449 Commits

Author SHA1 Message Date
Joel de Guzman
e3d132e111 - doc updates
- rudementary template debugging
- template bug! added in test

[SVN r45598]
2008-05-21 06:29:33 +00:00
Joel de Guzman
a8797c9f8f updated tests
[SVN r45594]
2008-05-21 04:01:31 +00:00
Joel de Guzman
962d30ec9e Fix Ticket Ticket #1235
(http://svn.boost.org/trac/boost/ticket/1235)

[SVN r39291]
2007-09-15 00:19:44 +00:00
Joel de Guzman
e6f6fd357c fix line endings
[SVN r38547]
2007-08-09 02:07:16 +00:00
Joel de Guzman
5d627698cb bugfix: for code imports when we have an empty space (blank) immediately after the /*` markup.
[SVN r38491]
2007-08-07 01:51:05 +00:00
Joel de Guzman
e78baa608f code import bug fix: inhibit generation of empty code snips.
[SVN r38347]
2007-08-01 23:46:50 +00:00
Joel de Guzman
7dd1716599 fix variablelist bug not accepting paragraphs
[SVN r38316]
2007-07-31 01:46:12 +00:00
Joel de Guzman
eb95fcf480 - fix bug in paragraphs inside tables where there's an empty line with some space
- adjusted the tests to new code changes
- doc updates


[SVN r38264]
2007-07-21 04:56:36 +00:00
Joel de Guzman
8ce093b190 update gold tests
[SVN r38263]
2007-07-20 23:31:36 +00:00
Joel de Guzman
4a127206d9 make all characters significant in marked-up comments in imported code (previously, initial white spaces are ignored).
[SVN r38133]
2007-07-03 14:05:00 +00:00
Joel de Guzman
a150aa8a9c Added ignored import code feature
[SVN r37153]
2007-03-07 01:29:25 +00:00
Joel de Guzman
ea2e18c0b4 callouts refinement
[SVN r37112]
2007-02-28 10:20:50 +00:00
Joel de Guzman
a8f83194fc * Simple markups can now span a whole block.
* __blurbs__, __admonitions__ and table cells (see __tables__) may now
  contain paragraphs.
* `\n` and `[br]` are now deprecated.


[SVN r37107]
2007-02-27 15:24:20 +00:00
Joel de Guzman
fd11e3edb8 added callouts
[SVN r37025]
2007-02-21 00:48:30 +00:00
Joel de Guzman
16fe1f3638 import facility updates
[SVN r36476]
2006-12-21 04:55:45 +00:00
Joel de Guzman
4819a6657e first shot at code "import". more tweaks to come.
[SVN r36467]
2006-12-20 15:41:53 +00:00
Joel de Guzman
0f41df252c fix postprocessor self-closed tag processing
[SVN r36459]
2006-12-19 13:05:08 +00:00
Joel de Guzman
407de2250d updates
[SVN r36182]
2006-11-26 23:39:48 +00:00
Joel de Guzman
5cb7a9ebce Comments are passed through to XML
[SVN r36058]
2006-11-16 11:57:45 +00:00
Joel de Guzman
d9f596cabc Escape bug fix
[SVN r36054]
2006-11-16 10:52:13 +00:00
Joel de Guzman
3b75f88a67 title bug fix
[SVN r35573]
2006-10-12 09:28:14 +00:00
Gennaro Prota
57b1d75952 fixed typos reported in http://bugs.debian.org/378016
[SVN r34631]
2006-07-20 13:29:26 +00:00
Joel de Guzman
84a9414f99 infrastructure changes: template_stack(s)
[SVN r34257]
2006-06-09 03:16:04 +00:00
Joel de Guzman
ec8c5baa27 ready for prime time
[SVN r34173]
2006-06-05 01:09:56 +00:00
Joel de Guzman
c019d918ef *** empty log message ***
[SVN r34150]
2006-06-03 04:27:08 +00:00
Joel de Guzman
761943e1ab more tests from john's experiment
[SVN r34141]
2006-06-02 17:14:10 +00:00
Joel de Guzman
2d67d18740 Fix post processing:
1) xml escapes don't print newlines anymore
2) reversed the logic of is_flow_tag by checking against a set of block_tags instead of phrase_tags. that way, unknown tags are always considered as flow tags.


[SVN r34139]
2006-06-02 16:48:36 +00:00
Joel de Guzman
af7a7212a2 Templates!!! :)
[SVN r34054]
2006-05-22 09:00:17 +00:00
Joel de Guzman
d9174fe68b fix </>: empty end tag is not valid XML.
[SVN r32574]
2006-02-04 23:39:17 +00:00
Joel de Guzman
6d3e037a59 escaped xml post processing fix + replaceable markup
[SVN r32523]
2006-02-03 09:42:17 +00:00
Joel de Guzman
d26823247e escape regression test
[SVN r32499]
2006-02-01 17:17:17 +00:00
João Abecasis
cacbb35ffc adding smaller self-contained tests (test1 renamed to quickbook-manual).
[SVN r32437]
2006-01-27 14:03:53 +00:00
João Abecasis
42c7964189 restructuring
[SVN r32436]
2006-01-27 14:02:07 +00:00
Joel de Guzman
24168e8943 fix nbsp handling
[SVN r32355]
2006-01-19 06:11:02 +00:00
Joel de Guzman
55154fd1f0 Allow phrase markups in section titles + misc maintenance.
[SVN r31366]
2005-10-18 03:53:28 +00:00
Joel de Guzman
dcbc6afce1 Allow phrase markups in section titles + misc maintenance.
[SVN r31365]
2005-10-18 03:51:39 +00:00
João Abecasis
4b00f227ba synchronize test to recent changes in the code.
[SVN r31355]
2005-10-16 23:42:22 +00:00
Joel de Guzman
9ef063b9bf allow block tags to terminate a paragraph
[SVN r31161]
2005-10-02 02:35:14 +00:00
Joel de Guzman
a63c967930 Doc sync to Joao's recent changes
[SVN r30968]
2005-09-14 02:20:06 +00:00
Joel de Guzman
608ec47faf Proper quickbook versioning + postprocessor cleanup
[SVN r30915]
2005-09-12 03:18:45 +00:00
Joel de Guzman
f0ec0ca933 Quotes + bugfix for correct handling of spaces after tags in the post-processor.
[SVN r30909]
2005-09-11 17:10:15 +00:00
Joel de Guzman
5e5feebc5c Allow versioning. Now Qbk is at version 1.3
[SVN r30903]
2005-09-11 05:23:03 +00:00
Joel de Guzman
9260466153 some cleanup + disabled __FILENAME_ macro on debug mode
[SVN r30902]
2005-09-11 04:27:57 +00:00
Joel de Guzman
7a5478db38 some cleanup + disabled __FILENAME_ macro on debug mode
[SVN r30901]
2005-09-11 04:22:15 +00:00
Joel de Guzman
e99c6075de --debug mode for quickbook developers
[SVN r30890]
2005-09-09 16:27:27 +00:00
João Abecasis
303069a71b resolve conflict between test types defined for QuickBook and types for
production.
make subtests build in the same subdirectory.


[SVN r30878]
2005-09-08 19:37:57 +00:00
João Abecasis
9350d67090 change file extension .qbk -> .quickbook.
make quickbook-testing.jam independent of quickbook.jam toolset.
compile text_diff and quickbook only once when there are multiple tests.


[SVN r30876]
2005-09-08 14:09:23 +00:00
João Abecasis
5f0d81886e add missing import.
remove bogus variables.


[SVN r30868]
2005-09-07 22:34:52 +00:00
João Abecasis
8ea2b63ef3 initial import of regression testing mechanism for quickbook.
(Note: has known annoyances and limitations)


[SVN r30806]
2005-09-05 01:50:41 +00:00