Fossil

All files named ”src/doc.c”
Login

All files named ”src/doc.c”

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

Ancestors of file src/doc.c from check-in 5ca0a05a80

2020-03-07
12:06
Change the default favicon.ico to an actual GIF image of the Fossil lizard. ... (file: [4014bf2dad] check-in: [5ca0a05a80] user: drh branch: trunk, size: 49276)
2020-03-03
14:35
Fix the mimetype for /favicon.ico. ... (file: [36ebe6631d] check-in: [00e2f0511e] user: drh branch: trunk, size: 50442)
2020-03-02
12:57
Add the /favicon.ico web page. ... (file: [7cdf73858e] check-in: [81b3ce3a13] user: drh branch: trunk, size: 50449)
2020-02-26
14:28
Put the Content-Security-Policy in the HTTP reply header in addition to the HTML header. That way, the CSP is enforced even for raw HTML pages or if the skin provides an HTML header that omits the CSP. Add a new "default-csp" setting included with the skin that allows an administrator to change the CSP to allow for CDNs and such. ... (file: [e76b1f9061] check-in: [14c81d9d2b] user: drh branch: trunk, size: 44913)
2020-02-12
16:35
Change the special $SELF substitution used by Markdown and HTML embedded documentation into $CURRENT. See the [https://www.fossil-scm.org/forum/forumpost/69cf42b0c9|forum discussion] for details. ... (file: [502a0f9036] check-in: [45427ae1c9] user: drh branch: trunk, size: 44882)
2020-01-28
06:40
Merged in mimetypes-setting branch. ... (file: [c266467290] check-in: [009a24313b] user: stephan branch: trunk, size: 44873)
2020-01-09
15:29
Modify the /doc webpage so that if the first term of the argument is "latest" it chooses the most recent check-in for the document regardless of what branch that check-in occurred on. ... (file: [176e023667] check-in: [d08bc9e61f] user: drh branch: trunk, size: 40364)
2019-12-18
15:19
Comment updates that should have been in the previous check-in, but I didn't press the "Save" button on my editor, and I failed to adequately review the changes before committed - I should follow my own checklists... ... (file: [86642bf57d] check-in: [c865e1a0fc] user: drh branch: trunk, size: 39807)
15:11
Add support for magic conversion of /doc/$SELF/ URIs by expanding the $SELF to the version of the currently displayed document. ... (file: [56fea3075f] check-in: [703e62a68e] user: drh branch: trunk, size: 39546)
2019-12-13
06:06
Added webp mimetype, a pedantic constness tweak in the mimetype table, and a minor typo fix. ... (file: [f151f4a822] check-in: [5590fb9e0f] user: stephan branch: trunk, size: 38282)
2019-09-05
02:33
Upper-case query parameter, POST parameter, and cookie names are converted to lower-case prior to entering them into the parameter set. Before this change, upper-case names were silently rejected. ... (file: [85fedf504b] check-in: [19bbd2c5ea] user: drh branch: trunk, size: 38222)
2019-08-21
19:18
Fix the $ROOT mechanism in HTML documents so that it accepts any whitespace character before href= and script=. Add $ROOT in appropriate places in the server documentation. ... (file: [c330cc99fa] check-in: [3e183bfad8] user: drh branch: trunk, size: 38226)
2019-08-19
00:51
Fix embedded HTML detection for the 'doc' web page when the 'data-title' attribute is not specified. ... (file: [bda41e25ef] check-in: [3d6a4fd95c] user: mistachkin branch: trunk, size: 38175)
2019-08-01
21:05
When rendering HTML pages using the fossil-doc class and the data-title="..." attribute, reverse the HTML escapes in the argument to data-title since they will be reencoded prior to rendering. ... (file: [c1099511e6] check-in: [54e01c60e2] user: drh branch: trunk, size: 38178)
2019-07-29
14:19
Fix the build for -DFOSSIL_ENABLE_TH1_DOCS. The build was broken by check-in [ed2def5ffb96d74c] and on trunk by [ec56c69fe98d26d9]. ... (file: [b3a7365613] check-in: [8abeb62737] user: drh branch: trunk, size: 37802)
2019-07-25
21:11
Add the /ext page that will run CGI or deliver static content from a document hierarchy specified by the --extroot command-line option on "fossil server" or the extroot: option in the CGI file. ... (file: [fe3c4b6fcb] check-in: [ec56c69fe9] user: drh branch: trunk, size: 37794)
2018-12-31
20:10
Allow wiki pages with names like "branch/BRANCH", "checkin/HASH", and "tag/TAGNAME" to automatically link to displays of the corresponding branch, checkin, or tag. ... (file: [38b2458da7] check-in: [5602385493] user: drh branch: trunk, size: 37329)
2018-08-29
11:04
Try to start a new write transaction before updating the VCACHE table. This will hopefully prevent occasional "database is locked" errors when browsing the documentation. ... (file: [b40e2b92da] check-in: [03979823d1] user: drh branch: trunk, size: 37336)
2018-07-15
19:56
Clarify the difference between fossil_fatal() and fossil_panic(). The fossil_panic() interface puts a message on the error log when generating webpages. Otherwise the two routines are identical. Convert some fossil_fatal() calls into fossil_panic() where appropriate. The goal here is to limit messages on the error log to things that require attention from the system administrator, or represent bugs. ... (file: [8bdecf001f] check-in: [3f5ab71744] user: drh branch: trunk, size: 37265)
2018-06-24
18:47
Fix the /doc webpage so that it does not call fossil_fatal() when it cannot find the requested document. It simply does a 404 routine. By not calling fossil_fatal(), it avoids unnecessary entries in the error log. ... (file: [72033252c0] check-in: [29cb8260c0] user: drh branch: trunk, size: 37265)
2018-02-25
19:47
Add support for Last-Modified: and If-Modified-Since:. Currently only works for /uv but can be easily expanded to other resources. Also change Set-Cookie to use max-age= rather than expires=. ... (file: [dbf23864f8] check-in: [f89eb80eec] user: drh branch: trunk, size: 37275)
19:09
Add support for ETags cache control. ... (file: [86d6090f8b] check-in: [7383450dd5] user: drh branch: trunk, size: 37106)
2017-12-06
10:01
Perform table sorting using a separate javascript file rather than using in-line javascript. ... (file: [799bde12f6] check-in: [6b645d631d] user: drh branch: trunk, size: 36928)
2017-12-03
11:16
Refactor the symlink processing logic so that most of the file access routines take a new parameter indicating the conditions under which symlinks should and should not be followed. ... (file: [1cce24df9d] check-in: [1772357fc2] user: drh branch: trunk, size: 36917)
2017-11-03
06:46
Fix harmless compiler warning. ... (file: [52158f17e2] check-in: [5aa37859d0] user: mistachkin branch: trunk, size: 36897)
2017-09-21
00:56
Correct /doc webpage in the case of a read-only database containing a vcache table lacking the desired vid ... (file: [b1ca58f64f] check-in: [b20f6cbaf4] user: andygoth branch: trunk, size: 36897)
2017-08-05
03:23
Correct the /doc page to support read-only repositories ... (file: [cb5731ba54] check-in: [95edba6534] user: andygoth branch: trunk, size: 36856)
2017-07-07
19:18
Avoid appending to g.zPath inside doc_page() loop. Instead, wait until the loop is done to modify g.zPath. When doing a directory lookup, the check-in and directory name were being repeatedly appended to g.zPath each step through the list of possible filename suffixes. This corrupted <base href> should index.html not exist, which in turn broke relative URLs. ... (file: [1c006182a3] check-in: [956d4901a9] user: andygoth branch: trunk, size: 36793)
2017-07-03
09:31
Update changes.wiki. Some eol-spacing ... (file: [dd1e537ff3] check-in: [86d4754a7a] user: jan.nijtmans branch: trunk, size: 36689)
2017-06-19
01:55
Make sure the /uv webpage returns a sensible error if the unversioned table does not exist. ... (file: [5e1c9f2d11] check-in: [a49ef37865] user: drh branch: trunk, size: 36690)
2017-05-27
03:21
Fix support for 'raw' mode for embedded TH1 docs broken by check-in [35698c9c43478f8f]. ... (file: [e21c027580] check-in: [05df5d2ee6] user: mistachkin branch: trunk, size: 36629)
2017-04-19
07:08
Add image/bmp and image/vnd.microsoft.icon (ico) to the mime-type table ... (file: [91068a1fbb] check-in: [613fe1b1fb] user: jan.nijtmans branch: trunk, size: 36580)
2017-03-04
14:29
Add the /juvlist webpage that returns a list of all unversioned files as JSON. ... (file: [a18db75a08] check-in: [7d12ba544f] user: drh branch: trunk, size: 36400)
2017-03-01
16:00
Add the ability to read and understand SHA3 name hashes. ... (file: [ae84da677c] check-in: [fd9b7bd982] user: drh branch: trunk, size: 36400)
2017-02-23
07:52
Add support for document titles to the TH1 docs feature. ... (file: [7d289a1b95] check-in: [35698c9c43] user: mistachkin branch: trunk, size: 36398)
2016-11-05
05:46
Merge fork ... (file: [bae142c1df] check-in: [3cb9ba4de6] user: andygoth branch: trunk, size: 36166)
2016-08-29
14:15
Fix the /uv page so that works on Solaris. ... (file: [f46ada466f] check-in: [0cd96edc20] user: drh branch: trunk, size: 36206)
2016-08-23
13:31
When there is no argument to the /uv page, make "index.wiki" the default. Do not allow "index.html" since that probably will not have the correct &lt;base&gt; header. ... (file: [484b7d1873] check-in: [4a8378581c] user: drh branch: trunk, size: 36201)
2016-08-21
17:50
Fix the /uv page so that it correctly handles a missing "name". First it looks for "index.html", "index.wiki", "index.md" and "index.th1", then if none of those documents are found, it does the equivalent of /uvlist. ... (file: [8439403b1d] check-in: [253795692b] user: drh branch: trunk, size: 36191)
2016-08-17
15:42
Add support for unversioned files stored in the repository. ... (file: [cc885b20a1] check-in: [27d743e708] user: drh branch: trunk, size: 36098)
2016-08-12
13:44
Add experimental 'raw' mode for embedded TH1 docs feature. ... (file: [d9adb2c719] check-in: [ccd8a9cbe4] user: mistachkin branch: trunk, size: 35649)
2016-08-10
09:06
Remove unnecessary spacing ... (file: [630aa8c212] check-in: [c3b5f1d2f2] user: jan.nijtmans branch: trunk, size: 35574)
2016-06-09
15:26
Add mimetypes for bz2 and bzip. ... (file: [c8f8250a5d] check-in: [c7e9625d42] user: drh branch: trunk, size: 35575)
2016-04-02
00:56
Add new fossil test-all-help command. Spell checked and proof read all help text. Fixed typos. Reworded for clarity in a few places. Cleaned up a few inconsistencies of formatting. No code changes other than the new command. Passes all tests. ... (file: [aad06cde81] check-in: [26eef7f84a] user: rberteig branch: trunk, size: 35455)
2015-12-31
15:46
Add MIME types for C# and VB.NET. ... (file: [ee445fb565] check-in: [5e81f4c025] user: drh branch: trunk, size: 35412)
2015-12-19
14:38
Add support for expanding $ROOT in href= and action= of HTML output into the top-level directory of the repository. ... (file: [dd45c32477] check-in: [e57ab29584] user: drh branch: trunk, size: 35292)
2015-11-06
08:09
Use the same definition of BINARY in multiple places of fossil. Reported by sky5walk. ... (file: [b2954ce41c] check-in: [b51ba29365] user: jan.nijtmans branch: trunk, size: 33957)
2015-10-27
18:21
Change the mimetype for .n and .man files to text/plain. ... (file: [10cb5eb292] check-in: [addf43c0dd] user: drh branch: trunk, size: 34190)
2015-09-16
09:18
Add some "const" keywords in appropriate places. No change in functionality. Eliminates some compiler warnings. ... (file: [cf011a280f] check-in: [a6fd491d3a] user: jan.nijtmans branch: trunk, size: 34130)
2015-08-27
04:38
Add the TH1 'dir' command, with docs and tests. ... (file: [687517faac] check-in: [f4ceace8f5] user: mistachkin branch: trunk, size: 34131)
2015-07-15
10:38
Do not attempt to attach the local database while processing "ckout" in the /doc page if that database is not already open. ... (file: [18720846ab] check-in: [b9b9d7e739] user: drh branch: trunk, size: 33915)
10:33
Fix a typo in a comment. No changes to code. ... (file: [cf27e5b0da] check-in: [d1a8238783] user: drh branch: trunk, size: 33920)
10:31
Fix the /doc page so that it correctly handles an empty document name in the same way that it handles a NULL document name. ... (file: [82011406ec] check-in: [c99b4e34dd] user: drh branch: trunk, size: 33915)
2015-04-27
13:19
Provide help text for all commands and webpages. ... (file: [1dfc49e465] check-in: [7ab03289ee] user: drh branch: trunk, size: 33874)
2015-03-23
00:44
Add tests for the TH1 docs feature. ... (file: [885d6a8cce] check-in: [71536a2851] user: mistachkin branch: trunk, size: 33585)
2015-02-28
21:14
Change "checkin" to "check-in" in the comments and built-in docs. Reference stunnel5 instead of stunnel4. ... (file: [3f153d8c9f] check-in: [c49030fa63] user: drh branch: trunk, size: 33595)
2015-02-14
15:06
Improvements to login/logout processing: (1) When the user is "nobody", show hyperlinks to pages that require "anonymous" but have those links redirect to the /login page. (2) Clean up the /login page - less verbage. (3) Redirects from /login to /tarball or /zip provide a button to press, rather than immediately starting the download. ... (file: [76ac0d4420] check-in: [653dd402ea] user: drh branch: trunk, size: 33591)
2015-02-11
20:24
Add text/csv to the mimetype table. Add additional code to verify that the mimetype table is well-ordered. ... (file: [6f2c1041a4] check-in: [e4c420b437] user: drh branch: trunk, size: 33580)
2015-02-09
12:18
Add mime-types for openoffice documents. Cherry-picked from [/timeline?r=viric_flavour|viric_flavour] branch. Thanks! ... (file: [39e826b81c] check-in: [04e6a82ed7] user: jan.nijtmans branch: trunk, size: 33293)
2015-02-06
03:30
Add form elements to the /timeline submenu. Many other related changes and enhancements to the web interface. ... (file: [ca6279e7af] check-in: [c0c0bae719] user: drh branch: trunk, size: 33080)
2015-02-05
09:01
Unfinished comment in search.c, and some more end-of-line spacing removals. No change in functionality. ... (file: [44aeaf384a] check-in: [5260fbf632] user: jan.nijtmans branch: trunk, size: 33088)
2015-02-03
13:17
Unify the search screen generator code. Provide class marks to support CSS customization. ... (file: [083526162d] check-in: [bb4a130121] user: drh branch: trunk, size: 33098)
2015-02-02
04:13
Add a separate /docsrch webpage to handle just document search. ... (file: [f5b4dd2002] check-in: [15f0dbd953] user: drh branch: trunk, size: 33801)
2015-02-01
18:37
Add the /mimetype_list page for use by documentation. ... (file: [f122ebf690] check-in: [51751b00a9] user: drh branch: trunk, size: 32856)
18:22
For embedded documentation, if the content file has mimetype text/html but it begins with a &lt;div&gt; element that has class=fossil-doc, then add the usual header and footer to the content before displaying it. Also, if the &lt;div&gt; element has a data-title=TITLE attribute, then use TITLE as the title of the document. ... (file: [c295211857] check-in: [ace8016f29] user: drh branch: trunk, size: 32611)
2015-01-31
22:13
Initial work on the search_stext() function used to extract searchable text from formatted files. ... (file: [10d910365d] check-in: [48e1e18304] user: drh branch: trunk, size: 30040)
2015-01-29
09:14
Changelog additions, and a single "const" addition ... (file: [ce0d37cece] check-in: [9586ac14b8] user: jan.nijtmans branch: trunk, size: 29651)
01:48
Fix the /doc page so that it returns status 200 (not 404) after appending "index.html" to the end of a page name. ... (file: [d1ed1c0181] check-in: [8b4b4247dc] user: drh branch: trunk, size: 29645)
01:25
Fix harmless compiler warnings. ... (file: [e656298185] check-in: [ef108998c4] user: drh branch: trunk, size: 29489)
01:23
If a /doc filename ends with "/", then try appending "index.html", "index.wiki", and "index.md" in that order. If none are found, then a 404 error will be generated. Try to find a file named 404.md in the root directory for the text of the 404, or generate a default 404 if no 404.md file is found. ... (file: [dd451afed0] check-in: [bdfbbddc8f] user: drh branch: trunk, size: 29489)
00:44
Fix another instance of index.wiki to index.html. ... (file: [ab66733d90] check-in: [2c1677aa17] user: drh branch: trunk, size: 29057)
00:38
For embedded documentation that ends in / go back to appending index.html instead of index.wiki. ... (file: [46cdbe931e] check-in: [2ddb0e5a23] user: drh branch: trunk, size: 29057)
2015-01-23
13:50
Make sure the zOrigName variable in the /doc page implementation is always initialized, even for early errors. ... (file: [86e1af46c4] check-in: [f5165dd05b] user: drh branch: trunk, size: 29057)
04:26
Clean up the /doc webpage. Use newer interfaces that were created since that page was original written. Set the HTTP status to 404 on not found. Try to find a "404.md" page to display and use it if found instead of the default 404 page. ... (file: [7252277a58] check-in: [cfcd9b87dc] user: drh branch: trunk, size: 29045)
2015-01-21
21:33
Enhance the Ad-Unit processing to allow a choice of two different ad-units. A tall skinny ad-unit can be placed at the right (or left) margin on some pages in place of the banner ad-unit beneath the menu bars. Ad-Units are now configurable using CSS. <b>Note:</b> Legacy ad-unit configurations might need to adjust their CSS. ... (file: [2bdc0de1c6] check-in: [ff78d6d5ef] user: drh branch: trunk, size: 29089)
2014-10-21
03:23
Fix build break when the TH1 docs feature is enabled. ... (file: [64209642ec] check-in: [6d4e5d801e] user: mistachkin branch: trunk, size: 29047)
02:52
Add the codecheck1 program to the build tools. This program validates the format strings on printf-style internal interfaces, verifying that the correct number of arguments follow and that SQL is protected from injection attacks. ... (file: [9bf24d3ac8] check-in: [49b0ff1592] user: drh branch: trunk, size: 29071)
2014-10-16
11:45
Reduce the number of end-of-line spaces. No functional change. ... (file: [e7e4034f04] check-in: [20d02ab750] user: jan.nijtmans branch: trunk, size: 29091)
2014-09-10
18:37
Add support for using TH1 for embedded documentation files. Disabled by default at compile-time and at runtime. ... (file: [30adc8a4b7] check-in: [c91bafccb5] user: mistachkin branch: trunk, size: 29159)
2014-01-14
13:39
Handle utf16 text pages in the /doc webpage. ... (file: [30f854b9d9] check-in: [1c5b51e6bf] user: drh branch: trunk, size: 28812)
2013-10-07
07:41
Better error message in case of "manifest file (12892) is malformed". It will now give an additional line: "line ???: wrong size UUID on P-card" (or whatever other parsing error happens), and using the "-n" option it will print out the complete manifest as well. This would have made it much easier to investigate Ron Aaron's commit problem (many thanks for reporting this!), without adding special debugging code to fossil. ... (file: [f4c235f77c] check-in: [ec81aee915] user: jan.nijtmans branch: trunk, size: 28775)
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-04-01
13:59
The markdown formatter is now always turned on and cannot be omitted. Add the ability to store mimetype information in control artifacts. Add the --mimetype option to the "commit" command. As the new N-cards used to store mimetype will not be recognized by older fossils, it is recommended that no use be made of mimetype until all users have upgraded. ... (file: [41fa329919] check-in: [4dcea80236] user: drh branch: trunk, size: 28713)
2013-03-15
14:07
Fix ticket [38cecac15f]: test-move-repository requires access to original repository ... (file: [2338061524] check-in: [e5905473a8] user: jan.nijtmans branch: trunk, size: 28730)
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)
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-08
00:41
Merge markdown support for embedded documentation into the trunk. ... (file: [406bef34a5] check-in: [61079c3bef] user: mistachkin branch: trunk, 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-22
13:38
Merge in the ability to add submenu buttons on embedded documentation using hyperlinks with the "button" class. ... (file: [7ae998e9b4] check-in: [18c310afd8] user: drh branch: trunk, size: 27488)
2012-08-29
19:41
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (file: [44aa60b601] check-in: [208d67675c] user: jan.nijtmans branch: trunk, size: 27465)
2012-08-13
12:39
Adjust the $current_page for the doc webpage so that it includes the embedded document being rendered. ... (file: [c0a2fbd8a1] check-in: [22e2051111] user: drh branch: trunk, size: 27466)
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
18:08
Merge the refactored permission flags into trunk. ... (file: [0fdde3734a] check-in: [b344d3c0cd] user: drh branch: trunk, 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-08
00:40
Merge in changes from the venks-emacs branch. ... (file: [5e3da9bafa] check-in: [c01e3c1794] user: drh branch: trunk, size: 25194)
2010-10-26
12:51
Merge the delta-manifest enhancement into the trunk. ... (file: [ea1896125e] check-in: [d13054ce84] user: drh branch: trunk, 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-24
22:34
Pull in the latest changes from trunk. ... (file: [adcb0b2090] check-in: [1942d581bb] user: drh branch: clear-title, size: 25380)
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-19
16:55
Merge src & doc leaves back. ... (file: [a23503395b] check-in: [d14adf1032] user: kejoki 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
Separate the new /doc method out into its own source file. ... (file: [c2074c13ca] check-in: [5cf1206dfa] user: drh branch: trunk, size: 6682)