History of src/doc.c of fd10cdbaf8c75912
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file src/doc.c at check-in fd10cdbaf8c75912

2013-06-18
19:05
Add the ".mp4" suffix to the mimetype table. file: [768527b613] check-in: [1294f9b22d] user: drh branch: trunk, size: 28772
2013-05-28
00:45
Add the ability to edit Wiki pages as either Fossil Wiki, or Markdown, or Plain Text. file: [a57a6e8ed0] check-in: [a5a5524659] user: drh branch: trunk, size: 28710
2013-05-01
16:02
Fix an off-by-one error in the binary search for file suffixes when trying to guess the mimetype of a file. Ticket [da461aefee1351] file: [44c05bffa2] check-in: [96b09d89a1] user: drh branch: trunk, size: 28717
2013-03-29
15:43
Enable markdown by default. Render as markdown any document that ends with either "md" or "markdown". file: [41fa329919] check-in: [02f312e698] user: drh branch: markdown, size: 28713
2013-03-04
10:25
Proposed fix for ticket: test-move-repository requires access to original repository file: [2338061524] check-in: [1b61defd58] user: jan.nijtmans branch: fix-test-move-repository, size: 28730
2013-02-11
19:30
Merging from trunk. I still have merge conflicts since my previous merge. file: [87b7cb00cf] check-in: [bdeb633a6c] user: viriketo branch: annotate_links, size: 28948
2013-01-27
21:06
issue [cd201d69bb]: For completeness, let's add .dot and .dotx too. file: [fbee05bb2a] check-in: [c5ed222748] user: jan.nijtmans branch: trunk, size: 28729
20:51
Fix issue [cd201d69bb] file: [eb02bcfef6] check-in: [2a74733cbc] user: jan.nijtmans branch: trunk, size: 28568
2013-01-03
10:31
Updating from trunk. I've left some merge conflicts to solve (annotate, diff) file: [1eb117f941] check-in: [b5b8448ece] user: viriketo branch: annotate_links, size: 28485
2012-12-12
22:52
Do not enforce the requirement that filenames in manifests be strict UTF8 because some bug or another in a legacy version of Fossil allowed in some Latin-1 Suppliment characters encoded as a single byte (ex: 0xf3) instead of the correct two-byte encoding (ex: 0xc3 0xb3) and so if we start enforcing strict UTF8, some check-ins from those legacy versions of Fossil will be inaccessible. file: [73c8be4435] check-in: [d48399bd39] user: drh branch: trunk, size: 28266
2012-12-07
20:58
Merge updates from trunk. file: [406bef34a5] check-in: [de1ef7e99f] user: mistachkin branch: markdown, size: 28260
2012-12-01
20:17
Add mimetype mappings for .docx, .pptx, and .xlsx. file: [261efbe9f4] check-in: [4e23c42f7e] user: drh branch: trunk, size: 27665
2012-11-02
08:31
speedup mimetype_from_content() by using a 256 byte array. <br>Mark VT and Ctrl-Z as text bytes, not binary. <br>Decrease maximum UTF-16 line length to 2731 <br>Check for FFFF in addition to 0, in UTF-16/binary detection. file: [734e4bf7a6] check-in: [d804902f23] user: jan.nijtmans branch: trunk, size: 27479
2012-10-31
20:56
adapt comments accordingly file: [4ad05b6e6c] check-in: [b5123d5154] user: jan.nijtmans branch: improve_looks_like_binary, size: 27412
20:49
Don't make it too complicated, too much risk to break other things. file: [a2ca95e226] check-in: [de5a2ef661] user: jan.nijtmans branch: improve_looks_like_binary, size: 27480
2012-10-30
20:10
Faster determination of binary files, by not only checking for NUL <p>re-use looks_like_blob file: [e3815bcae9] check-in: [0ba08f9d26] user: jan.nijtmans branch: improve_looks_like_binary, size: 27242
2012-10-19
18:33
All submenu buttons on embedded documentation pages using markup of the form: &lt;a class="button" href="..."&gt;LABEL&lt;/a&gt;. file: [7ae998e9b4] check-in: [563b3ccb7b] user: drh branch: embedded-doc-buttons, size: 27488
17:34
Simple changes that allows embedded documentation *.wiki files to contain unrestricted HTML. This is on a branch because I don't believe we want to go this way, but I might change my mind later. file: [a2553796a5] check-in: [463df97c06] user: drh branch: full-html-for-embedded-docs, size: 27492
2012-10-09
14:19
Adding mime types for some openoffice documents file: [5b99a9f94c] check-in: [770cf7fc35] user: viriketo branch: annotate_links, size: 27685
2012-10-07
10:29
Add 'markdown' setting to enable runtime control over whether or not it is used. file: [d81c49f93e] check-in: [1c5085d963] user: mistachkin branch: markdown, size: 28061
2012-10-03
19:54
Integration work for the markdown engine provided by Natacha Porté. file: [247bcb9a3e] check-in: [d38c6eef06] user: mistachkin branch: markdown, size: 28019
2012-08-29
13:57
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII file: [44aa60b601] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 27465
2012-08-13
12:30
Fixes to the &lt;base&gt; addition to the HTML header so that it works correctly with the "doc" webpage. Href is now $baseurl/$current_page. file: [c0a2fbd8a1] check-in: [fd10cdbaf8] user: drh branch: wysiwyg, size: 27466
2012-06-27
12:30
Begin a branch that is modified to use sqlite4 instead of sqlite3 as the storage engine. This check-in compiles (on unix) but does not work. file: [edefa4accc] check-in: [6823912746] user: drh branch: sqlite4, size: 27420
2012-03-31
15:18
Add the ability to set a background image as part of the server configuration. Process the CSS using TH1 so that $baseurl can be inserted into the CSS. file: [ac5a32d381] check-in: [62398459fb] user: drh branch: trunk, size: 27420
2011-10-29
17:22
For the /doc web method, append "index.html" if the path ends with "/". file: [2ff7f76502] check-in: [49a015ef79] user: drh branch: trunk, size: 26569
2011-09-14
17:45
Refactored g.okXXX perms flags to g.perm.XXX. file: [0fdde3734a] check-in: [34b4dec0bc] user: stephan branch: stephan-hack, size: 26356
2011-09-12
13:06
Fix typo in comment file: [ec2b77b282] check-in: [b582ff9879] user: joerg branch: trunk, size: 26353
2011-06-01
22:32
In contexts where only a check-out makes since, only resolve tags or branch names into check-outs, not events or other artifacts. Ticket [5f611295e3c2a8]. file: [0f170fcdb0] check-in: [2a013f0228] user: drh branch: trunk, size: 26351
2011-05-27
12:16
Add the test-mimetype command and use it to verify the correct order of entries in the mimetype table. Fix the errors found. file: [473dd619bb] check-in: [ea2698e9c7] user: drh branch: trunk, size: 26339
2010-12-30
02:15
make correction on image/png magic for mimetype detection file: [e247358245] check-in: [ff53d5ab3e] user: bch branch: trunk, size: 25624
2010-12-23
02:22
Add new function fossil_strcmp() that works like strcmp() except that it handles NULL arguments correctly. Use fossil_strcmp() in place of strcmp() in many places in the code. file: [5de3dbac07] check-in: [31c52c7b3e] user: drh branch: trunk, size: 25624
2010-12-19
02:09
Clear compiler warnings on OpenBSD. No functional code changes. file: [58c6da0b74] check-in: [bbbb35a3c6] user: drh branch: trunk, size: 25582
2010-12-15
02:19
Make three new TH1 variables available the footer on /doc pages: $doc_name, $doc_version, and $doc_date. file: [7a6f0faefb] check-in: [1b0e6c0fbb] user: drh branch: trunk, size: 25519
2010-11-07
18:48
Fix alphabetical missort. file: [5e3da9bafa] check-in: [d156b68672] user: venkat branch: venks-emacs, size: 25194
18:42
Send the right mime-type for svg files [2e088c5815] file: [22726e502b] check-in: [151a2104ae] user: venkat branch: venks-emacs, size: 25194
2010-10-15
20:37
Refactor the control-artifact parser. file: [ea1896125e] check-in: [da9fcdc95a] user: drh branch: experimental, size: 25132
2010-10-14
19:14
Remove all use of ctypes.h in order to avoid compiler warnings and other problems associated with changing locales. file: [c74aa893fc] check-in: [2fac809165] user: drh branch: trunk, size: 25163
2010-05-21
16:21
Fix issues with attachments on tickets. In the artifact viewer, do a better job of detecting JPEG images from the content prefix. file: [d8595f240e] check-in: [3343450e64] user: drh branch: trunk, size: 25156
2010-05-16
19:08
Change from GPL to the Simplified BSD License. file: [d62ac09e4f] check-in: [c06edd231f] user: drh branch: clear-title, size: 25104
2010-01-23
21:48
Cause browsers to cache the logo and style sheet. file: [adcb0b2090] check-in: [08c0a9ff0c] user: drh branch: trunk, size: 25380
2010-01-13
10:10
Fixed bug where /doc could only be read if the user had checkout security - <i>drh adds</i>: This is not a bug. Checkout permission prevents /doc from being used to "checkout" any version of any file. file: [d770b2c09e] check-in: [acba194c0d] user: jeremy_c branch: dead-end, size: 25365
2009-09-22
11:15
Add the optional mimetype= query parameter to the /doc URI. file: [cb0906ed17] check-in: [f969b6cdde] user: drh branch: trunk, size: 25363
2009-09-21
19:10
Add a "logo" image to the local server state. Return this image on all requests to the "/logo" URL. All the administrator to setup that image. Include the image in the default header. file: [4e90952b00] check-in: [43481115ed] user: drh branch: trunk, size: 25287
2009-08-15
12:18
If the special "ckout" of the "/doc" webpage is used and the server is not within a local check-out, then automatically convert "ckout" to "tip". file: [a9193f6c29] check-in: [292e585661] user: drh branch: trunk, size: 20115
2009-06-07
17:27
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. file: [682899f6dc] check-in: [f88e2e7a13] user: drh branch: trunk, size: 20022
2009-01-30
02:26
Fix errors in the mimetype-generator table for documentation files. file: [b634a7084a] check-in: [23e96cf795] user: drh branch: trunk, size: 19855
2008-11-17
19:11
Modify the artifact viewer to base the mimetype off of artifact content, not the artifact name. file: [a23503395b] check-in: [7303bfeb12] user: drh branch: trunk, size: 20041
2008-09-23
20:53
Fix a bug in the mime-type decoder for the /doc method. file: [2b833a11d7] check-in: [fa1c7d598f] user: drh branch: trunk, size: 18603
2008-08-30
13:20
Add a much larger and more complete file-suffix to mimetype translation table to the "doc" method. file: [6b0c93f6b9] check-in: [8e66784522] user: drh branch: trunk, size: 18603
2008-05-15
20:18
Added: Separate the new /doc method out into its own source file. file: [c2074c13ca] check-in: [5cf1206dfa] user: drh branch: trunk, size: 6682