File History
Not logged in

History of src/wikiformat.c

2009-12-13
01:16:13 [b1603948aa] part of check-in [1c2d878d12] Merge with trunk (By: btheado on 2009-12-13 01:16:13) [diff] [annotate]
2009-12-09
14:39:20 [b1603948aa] part of check-in [2bb1d6469f] * Added enumeration list support via the # character (identical to *). * Updated the wiki rules web page to reflect new enumeration list rules and terminated begining <li> tags with </li>. (By: jeremy_c on 2009-12-09 14:39:20) [diff] [annotate]
2009-12-08
10:10:04 [b5af4fe5ac] part of check-in [083cad82ff] rolled back my last commit for stripping P tags around UL/OL, which had broken logic. (By: stephan on 2009-12-08 10:10:04) [diff] [annotate]
2009-12-07
22:29:33 [899dde24c9] part of check-in [239139a907] added second half of fix in #6f0df6c741 (By: stephan on 2009-12-07 22:29:33) [diff] [annotate]
20:20:22 [b5af4fe5ac] part of check-in [6f0df6c741] Fixed the insertion of invalid P tags inside of UL and OL elements when autoparagraph is on. Bug was reported on the fossil mailing list by Stephan Beal. (By: jeremy_c on 2009-12-07 20:20:22) [diff] [annotate]
2009-11-02
13:19:44 [0e2f5af22b] part of check-in [980b160bd0] Disable the external link marking as it does not work on windows. (By: drh on 2009-11-02 13:19:44) [diff] [annotate]
2009-11-01
19:49:34 [0f09948df1] part of check-in [0039b7813e] Add the &#x27FE; mark after external hyperlinks in wiki. (By: drh on 2009-11-01 19:49:34) [diff] [annotate]
2009-09-26
08:17:33 [c4abfd0c8e] part of check-in [7a39dde24b] Clean up and merge updates from trunk (By: robert on 2009-09-26 08:17:33) [diff] [annotate]
2009-09-23
13:08:33 [eea8f89fd5] part of check-in [d6bfe8d9a8] Change default ticket viewer format to display ticket title as wiki. Show event summaries as wiki on the timeline. Allow &lt;nowiki&gt; markup in "NOBLOCK" wiki renderings. Ticket [218153bb7c3]. (By: drh on 2009-09-23 13:08:33) [diff] [annotate]
2009-09-22
07:49:39 [3654a443f2] part of check-in [7a2c37063a] merge trunk into creole branch (By: bob on 2009-09-22 07:49:39) [diff] [annotate]
2009-09-19
15:20:59 [0e593fe2f2] part of check-in [e0131b1a66] Fix a (harmless) compiler warning in wikiformat.c. (By: drh on 2009-09-19 15:20:59) [diff] [annotate]
15:14:12 [b167238efb] part of check-in [3a4c7f60a2] Accept wiki hyperlinks of the form: <nowiki><b>[#label]</b></nowiki> Ticket [ab82a0bd213b] (By: drh on 2009-09-19 15:14:12) [diff] [annotate]
2009-06-07
17:27:45 [fc0e3fb84e] part of check-in [f88e2e7a13] If embedded wiki documentation begins with &lt;title&gt;...&lt;/title&gt; then use the text within the markup as the title of the document. (By: drh on 2009-06-07 17:27:45) [diff] [annotate]
2009-05-08
09:52:38 [7abff38b1d] part of check-in [ecd1f09632] Initial commit of Creole Wiki Parser extension. (By: robert on 2009-05-08 09:52:38) [diff] [annotate]
2009-04-27
08:43:38 [5b8cc3e643] part of check-in [47cc9dfec8] Experimental - Pass < !-- --> comments through the wiki unchanged unless inside a < verbatim > block in which case it is htmlized. Also pass < span > tags, treating them as font markup. These changes make it easier to convert existing html pages and specifically allow the inclusion of license text in pages derived from copyright material. (By: robert on 2009-04-27 08:43:38) [diff] [annotate]
2009-01-30
21:18:10 [772f3f723f] part of check-in [51868cb12f] Changed update docs, ** ADDED A _SPECIAL_ (but MUTYPE_BLOCK) wikitag &lt;annotation&gt; to put html comments in wikimarkup (By: kkennell on 2009-01-30 21:18:10) [diff] [annotate]
2008-11-27
13:33:34 [0350f3f946] part of check-in [72e9eb6a0d] Change &amp;#149; into &amp;bull; per ticket [2ed0655983b51af6]. (By: drh on 2008-11-27 13:33:34) [diff] [annotate]
2008-11-22
19:32:44 [0a6e50b755] part of check-in [a8c3a7ea92] Make explicit links in wiki visible regardless of whether or not the "h" permission is turned on. (By: drh on 2008-11-22 19:32:44) [diff] [annotate]
2008-11-19
16:55:14 [51759e15ab] part of check-in [d14adf1032] Merge src & doc leaves back. (By: kejoki on 2008-11-19 16:55:14) [diff] [annotate]
2008-11-18
15:33:25 [51759e15ab] part of check-in [63886daad8] In wiki, hyperlinks or the form &#91;./filename&#93; (hyperlinks that begin with character ".") work correctly. Need to add more docs on how the &#91;...&#93; wiki markup really works. (By: drh on 2008-11-18 15:33:25) [diff] [annotate]
2008-10-20
06:41:12 [ad6f4b4c31] part of check-in [f0c8693845] More improvements to the timeline display of ticket changes. (By: drh on 2008-10-20 06:41:12) [diff] [annotate]
2008-10-18
02:27:13 [ef5196ba6c] part of check-in [ac3f1f2ba7] Improvements to how ticket changes are displayed in the UI. The hyperlink is show with strick-through if the ticket is closed. The title is shown after the ticket hyperlink. SQL to determine the closed condition and the title can be set in the ticket setup screens. (By: drh on 2008-10-18 02:27:13) [diff] [annotate]
2008-07-27
21:02:10 [850d2b880e] part of check-in [3bc6d0b0c9] Reverse the check on inline formatting for indented paragraphs in wikiformat.c (By: eric on 2008-07-27 21:02:10) [diff] [annotate]
2008-07-17
15:49:24 [55aa7e0f7e] part of check-in [e01aa8cb4b] Enhance the wiki rendering to support &lt;div&gt; markup. The closing &lt;/div&gt; tag with and id= attribute can close off &lt;verbatim&gt; and &lt;nowiki&gt;. The wiki append page uses this to prevent unclosed tags from messing up the rendering of subsequent comments. (By: drh on 2008-07-17 15:49:24) [diff] [annotate]
2008-06-08
16:19:14 [e49b2821f4] part of check-in [71104b898d] Bug fix in wiki rendering. Avoid terminating the output when an an unrecognized markup attribute appears inside &lt;verbatim&gt;. (By: drh on 2008-06-08 16:19:14) [diff] [annotate]
2008-05-16
16:01:06 [33d82dd4cf] part of check-in [81eb00def7] Merge in stephan's fork. (By: drh on 2008-05-16 16:01:06) [diff] [annotate]
15:54:00 [33d82dd4cf] part of check-in [bb542b80c7] renamed fossil-verbatim to verbatim for consistency with other CSS elements. Added a reasonable default .verbatim entry. (By: stephan on 2008-05-16 15:54:00) [diff] [annotate]
15:44:18 [3a4588a16c] part of check-in [454515642c] The verbatim PRE tags now have class=fossil-verbatim to allow customization of the verbatim look/feel. (By: stephan on 2008-05-16 15:44:18) [diff] [annotate]
13:55:05 [1c1385ba0c] part of check-in [a4d7e9162d] Preserve the case of unknown HTML markup on wiki pages. (By: drh on 2008-05-16 13:55:05) [diff] [annotate]
00:56:01 [43e274f49a] part of check-in [1bbc5b7e6c] Fix bugs in the rendering of HTML markup with multiple attributes. This clears up a problem in displaying the "concepts.wiki" documentation file. (By: drh on 2008-05-16 00:56:01) [diff] [annotate]
2008-05-15
16:58:42 [2f33e8ac29] part of check-in [7351b6346d] Add the "/doc" method on the server. (By: drh on 2008-05-15 16:58:42) [diff] [annotate]
2008-05-05
23:15:29 [30a93b7778] part of check-in [d57de28756] The "h" capability is now used to enable hyperlinks to non-wiki pages. When "h" is missing, many pages give a hyperlink to the login page and automatically fill in "anonymous" as the user name. The login page jumps back to the target page after a successful login. (By: drh on 2008-05-05 23:15:29) [diff] [annotate]
2007-12-05
08:07:46 [8bd2fe1f58] part of check-in [d0305b305a] Merged mainline into my branch to get the newest application. (By: aku on 2007-12-05 08:07:46) [diff] [annotate]
2007-12-04
02:47:49 [8bd2fe1f58] part of check-in [ebb2765954] Add the timeline display preferences page with the ability to turn on and off block markup in timeline comments and to limit the length of timeline comments. (By: drh on 2007-12-04 02:47:49) [diff] [annotate]
01:26:21 [d9ba82df4d] part of check-in [371dd6574c] Fix the revert command so that it works from subdirectories. Other minor comment and help-text changes. (By: drh on 2007-12-04 01:26:21) [diff] [annotate]
2007-11-25
16:13:52 [e974e96172] part of check-in [f394d84560] Update SQLite to the latest build from CVS. Add in the FTS3 extension, though it is not yet being used. Additional work toward tickets. (By: drh on 2007-11-25 16:13:52) [diff] [annotate]
2007-10-28
21:09:32 [99707514c5] part of check-in [e75f9a2ab4] Fixes to the rendering of &lt;verbatim&gt; and &lt;nowiki&gt; (By: drh on 2007-10-28 21:09:32) [diff] [annotate]
2007-10-27
13:52:17 [418172709f] part of check-in [421a1e1fa4] Fix the hyperlink to wiki so that it uses a query parameter for the wiki page name. (By: drh on 2007-10-27 13:52:17) [diff] [annotate]
2007-10-21
11:11:02 [aab9e4b700] part of check-in [8f423ad438] Fix a bug in wiki rendering that caused an extra paragraph end tag following a hyperlink. (By: drh on 2007-10-21 11:11:02) [diff] [annotate]
2007-10-13
01:18:52 [a1f06c841d] part of check-in [c963a7763d] Much improved wiki rendering. Automatic paragraph tags now match correctly. All tags should balance. (By: drh on 2007-10-13 01:18:52) [diff] [annotate]
2007-10-12
23:18:35 [13dfb968ea] part of check-in [df646a7f4c] Fix some (certainly not all) problems with wiki editing. (By: drh on 2007-10-12 23:18:35) [diff] [annotate]
2007-10-10
21:15:17 [5c4069b176] part of check-in [50a58adb76] Many changes and bug fixes in the wiki processing. Moving toward a workable wiki system. The "Home" menu option now takes you to the wiki page whose name is the same as the Project Name. There is a "wcontent" page, but no link to it yet. Many other changes. (By: drh on 2007-10-10 21:15:17) [diff] [annotate]
2007-10-06
17:10:47 [83901f90e7] part of check-in [488afb9746] Enforce well-formedness constraints on wiki pagenames. (By: drh on 2007-10-06 17:10:47) [diff] [annotate]
13:13:33 [6d7f89510a] part of check-in [bf428e6854] Now able to enter and edit and display wiki pages. Still many problems to be resolved. (By: drh on 2007-10-06 13:13:33) [diff] [annotate]
2007-10-05
13:03:22 [5309fd8240] part of check-in [2ab2db0bd3] The control file parser now reads ticket changes and wiki pages. (By: drh on 2007-10-05 13:03:22) [diff] [annotate]
2007-09-28
15:44:08 [75615129b5] part of check-in [ab637af752] Add enumeration lists and indented paragraphs in the wiki. (By: drh on 2007-09-28 15:44:08) [diff] [annotate]
2007-09-24
01:38:45 [12488f8f7c] part of check-in [55dc2abc60] Some elements moved to correct order in wiki AllowedMarkup array. Removed hardcoded link in resolveHyperlink and also made it handle outside links, such as http, ftp, mailto, etc... When looking for valid HTML codes, I changed isalpha to isalnum so that H1, H2, etc... would be recognized. Better code for setting inital checkout db entry. (By: jnc on 2007-09-24 01:38:45) [diff] [annotate]
2007-09-17
00:58:51 [a4e0918f23] part of check-in [bbcb6326c9] Pulled in the navbar and timeline changes. (By: aku on 2007-09-17 00:58:51) [diff] [annotate]
2007-09-02
02:01:35 [a4e0918f23] part of check-in [11976cfdc2] Add the "index.wiki" wiki page. Fix a bug in the wiki rendering engine. The page displays now, but not correctly - there are clearly additional bugs to be found and fixed. (By: drh on 2007-09-02 02:01:35) [diff] [annotate]
2007-09-01
21:11:33 [0d1f6957fe] part of check-in [b2e55c0d4d] Add the /wiki and /bwiki web pages. Currently renders content from the check-out as readonly. (By: drh on 2007-09-01 21:11:33) [diff] [annotate]
2007-08-30
20:27:14 [8a54463d32] part of check-in [4c82c7773f] Fix some annoyances with "merge". This involves a schema change to the _FOSSIL_ file. Older versions will continue to work, but it would make since to "close" and "open" local source tree after updating to this version of fossil, in order to update the schema. (By: drh on 2007-08-30 20:27:14) [diff] [annotate]
2007-08-23
19:52:19 [4db346d773] part of check-in [22c1ac41d4] Add separate "clone" permissions. Previously, one needed "History" premission in order to clone. But sometimes we want to grant clone without granting history. (By: drh on 2007-08-23 19:52:19) [diff] [annotate]
2007-07-21
14:10:57 [a5de2f9f94] part of check-in [dbda8d6ce9] Initial check-in of m1 sources. (By: drh on 2007-07-21 14:10:57) [annotate]