Fossil

All files named ”src/wiki.c”
Login

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

History for src/wiki.c

2025-06-20
17:32
In wiki_submenu_to_read_wiki(), do not show the menu entry for branch/... pages. This is a proposed solution for forum post ff453de2f30791dd, in which the /wiki/foo link on /timeline?r=foo redirects back to /timeline?r=foo. Similar treatment may be needed for the other special wiki types. ... (file: [a4eff8f6] check-in: [f15b6344] user: stephan branch: trunk, size: 87159)
2025-03-14
13:03
A single new setting "wiki-classic" switches wiki display between the circa-2007 classic wiki and the new 2025 enhanced wiki. ... (file: [1d60bf86] check-in: [918a2e2c] user: drh branch: comment-markdown-links, size: 87976)
2025-03-13
00:45
A couple of minor fixes for (not) showing associated wikis. This amends [25f43cc634]. ... (file: [1359a2a0] check-in: [3c2aba79] user: george branch: trunk, size: 87040)
2025-03-07
15:56
Enhance codecheck1.c to detect cases where style_header() is called with arguments that are not easily proven to be HTML-free. Fix multiple calls to style_header() to prove they are always HTML-free. ... (file: [afecb293] check-in: [2da41072] user: drh branch: enhanced-defenses, size: 86833)
2025-02-26
19:44
Honor the "y=h" query option on the /search page even if help-search is disabled, but otherwise do not advertise help-search when it is disabled. ... (file: [78e18d1c] check-in: [2e9e3695] user: drh branch: trunk, size: 86833)
17:54
Merge the ticket-wiki branch into trunk: add the ability to associate a wiki page with a ticket, similar to how can be done for a branch or check-in. ... (file: [6f23a17b] check-in: [25f43cc6] user: stephan branch: trunk, size: 86839)
15:48
Improvements to the "fossil fts-config" command so that "enable" and "disable" subcommands accept symbolic names for the search catagories, rather than cryptic code letters. Always allow help-search even if disabled; just don't advertise the capability. ... (file: [2fcd7485] check-in: [7ea128dd] user: drh branch: help-search, size: 85653)
2025-01-20
14:30
add permission check in wiki_special_permission to account for the ticket namespace ... (file: [4d351c5f] check-in: [0439daab] user: jkosche branch: ticket-wiki, size: 86823)
2025-01-19
13:31
hide special wikis for tag and ticket from the list of all wikis, except special wikis are activated ... (file: [43c120c0] check-in: [3a7ad734] user: jkosche branch: ticket-wiki, size: 86711)
2025-01-17
11:17
fix confusing behaviour around WIKIASSOC_MENU_READ and WIKIASSOC_MENU_WRITE ... (file: [d7ed2381] check-in: [66ece812] user: jkosche branch: ticket-wiki, size: 86607)
2025-01-14
11:47
add special wiki for tickets ... (file: [21122afd] check-in: [45419c62] user: jkosche branch: ticket-wiki, size: 86110)
2024-12-04
17:00
Wrap the list of attachments displayed on technotes/events, tickets and wiki pages in their own 'section' HTML element with CSS class name 'attachlist'. Inspired by forum thread 8da5a5d868. ... (file: [6e27ab4b] check-in: [4f9ecd03] user: stephan branch: trunk, size: 85647)
15:59
Fix a mis-quoted DOM element attribute, as reported in forum post 5bdbb8b949. ... (file: [30a0ff46] check-in: [f96a3ba7] user: stephan branch: trunk, size: 85652)
2024-11-27
17:07
Wrap the list of attachments displayed on technotes/events, tickets and wiki pages in their own `section' HTML element with CSS class name 'attachlist'. Inspired by forum thread 8da5a5d868. ... (file: [01edee6e] check-in: [b111adbe] user: florian branch: attachlist-html-section, size: 85648)
2024-05-27
09:56
Add robustness to decoding of query parameters on the /wdiff page. ... (file: [d6a99a1a] check-in: [8839378f] user: drh branch: trunk, size: 85653)
2024-03-16
22:56
Allow rendering of Pikchrs to SVG via /doc/…/foo.pikchr?popup URLs. This allows a file stored in the repo to be referenced as an SVG from other pages. ... (file: [57198aed] check-in: [758170bc] user: wyoung branch: render-pikchr-via-doc-popup, size: 85416)
2024-03-12
23:33
Apply [938fda79d49e] to the 's' (search) parameter to the /wiki page. ... (file: [24808e6e] check-in: [3d1e634d] user: stephan branch: trunk, size: 85271)
2024-02-02
22:18
Remove trailing whitespace from non-external C files. ... (file: [de4956b3] check-in: [7db0a2d9] user: danield branch: fix-overlength-lines, size: 85202)
16:26
Fix lines over 80 characters long, excluding external source files and @-lines. ... (file: [ae8d88f5] check-in: [942f691b] user: danield branch: fix-overlength-lines, size: 85216)
16:23
Replace stray tab characters. ... (file: [5383578c] check-in: [9db696ea] user: danield branch: trunk, size: 85186)
2023-12-16
01:10
In /wikiedit and /fileedit, add a checkbox to disable shift-enter for toggling preview, as per discussion in forum post dbd5b68366147ce8. ... (file: [e931ca57] check-in: [8c1c4fa9] user: stephan branch: shift-enter-preview, size: 85172)
2023-09-18
13:18
Try to simplify and rationalize the defenses against cross-site request forgery attacks. A hodgepodge of techniques have been used in the past. This changes attempts to make everything work more alike and to centralize CSRF defenses for easier auditing. ... (file: [fa4e2f79] check-in: [88a402fe] user: drh branch: csrf-defense-enhancement, size: 84586)
2023-07-16
20:47
Add calls to cgi_check_for_malice() on many more web pages. Log all 418 responses to the error log. ... (file: [9df4a0d7] check-in: [40266bf9] user: drh branch: verify-options-cgi, size: 84625)
2023-06-03
08:49
Merge trunk into forumpost-locking branch. ... (file: [c6829233] check-in: [8e7de26a] user: stephan branch: forumpost-locking, size: 84495)
2023-05-10
18:40
Removed all of the XML-style " />" tag closing markers on empty tags such as "hr", "br", and "input" to placate modern HTML5 validators. That's the doctype we declare, not XHTML, so we should conform. (Besides which, the XHTML dream is dead.) ... (file: [f1a556eb] check-in: [f5482a0a] user: wyoung branch: trunk, size: 84538)
2023-02-21
09:52
Add db_add_unsent() and replace numerous "INSERT OR IGNORE INTO unset" statements with that. ... (file: [7e9ef059] check-in: [98d4ee73] user: stephan branch: forumpost-locking, size: 84537)
2022-12-20
09:46
Change spelling for check-in and similar ... (file: [ae023669] check-in: [d9c4321e] user: danield branch: check-in-spelling, size: 84580)
2022-11-19
16:48
Omit "Show associated wikis" from the submenu of a /wcontent page if there are no associated wikis in a repository (this amends [29a24941ed9b]). Also optimize out a couple of unnecessary calls to mprintf(). ... (file: [28a3bded] check-in: [e3c8aad9] user: george branch: trunk, size: 84575)
2022-11-18
18:50
Provide the ability to add custom header text on all ticket reports. The header and its mimetype are stored in the REPORTFMT.JX column. ... (file: [67dc0823] check-in: [c06a9980] user: drh branch: json-meta-data, size: 84329)
2022-11-13
16:26
Apply fixes to all web views to pass WCAG 2.1 tests performed by "axe DevTools" browser extension. Most fixes related to screen reader compatibility, like making sure that form elements have labels. Some color changes to improve contrast on Default skin. Made more HTML5 compliant. Minor improvement to select combo boxes for UX. Improved Search form UX. Two minor bug fixes for malformed HTML. Fixed help pages to resolve issues with non-compliant HTML being generated. Mostly documented at https://fossil-scm.org/forum/forumpost/aafb17a981df4166 ... (file: [9b8dbecc] check-in: [1f231db3] user: ericwikman branch: wcag-2.1, size: 84295)
2022-11-02
22:51
Omit "Show associated wikis" from the submenu of a /wcontent page if there are no associated wikis in a repository. This amends [29a24941ed9b]. ... (file: [12e53d30] check-in: [6e28f280] user: george branch: pre-2.21, size: 84386)
2022-09-14
13:12
Remove redundant PRE tags on the /wdiff pages. ... (file: [15e9582c] check-in: [0dd5451d] user: george branch: deltify-tkt-blobs, size: 84139)
2022-07-02
20:05
Honor 'timeline-utc' setting while rendering of /wdiff pages. This is similar to [17ebe42d6183ed]. ... (file: [8397b6a2] check-in: [46de798a] user: george branch: trunk, size: 84173)
2022-06-02
19:51
By default, do not show wikis associated with check-ins and branches in the output of 'fossil wiki ls'. This is the CLI pendant to [29a24941e]. ... (file: [2fe6680a] check-in: [4877e77a] user: danield branch: trunk, size: 84153)
2022-05-12
15:09
On the wiki page list, omit wiki pages that are associated with check-ins and branches by default, but provide a button to show associated wiki pages if desired (Item 17 on the To Do List). ... (file: [981d9342] check-in: [29a24941] user: danield branch: trunk, size: 83702)
2022-02-15
21:35
FIXME-comments in the code did not indicate issues and are now rephrased to be mere reminders. ... (file: [573344f3] check-in: [d253ece0] user: george branch: base-href-fix, size: 83878)
02:26
Do not override base href for wiki pages. This needs testing. ... (file: [1df5be1d] check-in: [89dd3451] user: george branch: base-href-fix, size: 83760)
2022-02-12
19:53
An attepmt to fix the <base href="..."> element of webpages so that the value of href attribute matches the URL being served. This should fix "#fragment" hyperlinks on all pages where these were broken (all except /doc). The values for /wiki and /info were left unchanged (it's yet unclear if they should also be changed). ... (file: [c7282391] check-in: [03b39f1d] user: george branch: base-href-fix, size: 83580)
2022-01-21
20:24
Merge from trunk ... (file: [1203299d] check-in: [9094def2] user: george branch: rptview-submenu-paralink, size: 83490)
20:13
Merge from trunk ... (file: [802563b9] check-in: [5c0515e2] user: george branch: wcontent-subsets, size: 88530)
19:58
Merge from trunk ... (file: [97031cc4] check-in: [6721c654] user: george branch: th1-doc-vars, size: 83963)
2021-10-18
11:11
/wikiappend: removed ability to append to sandbox (wikiedit long since removed that capability). Fixed selection of mimetype name for text/plain pages. Moved permissions check to the top of the function. Largely based on suggestions from forum post 0acfdaac80. ... (file: [0e2ef9b2] check-in: [202cbcf0] user: stephan branch: trunk, size: 83450)
08:13
A pikchr error output formatting fix, per forum post e167e2e622, and an unrelated typo fix. ... (file: [584e1447] check-in: [c440011b] user: stephan branch: trunk, size: 83356)
2021-10-09
20:05
Merge in trunk (release 2.17) ... (file: [cf607ade] check-in: [a33f616e] user: george branch: rptview-submenu-paralink, size: 83401)
19:50
Merge in trunk (release 2.17) ... (file: [55b1f448] check-in: [315351f4] user: george branch: wcontent-subsets, size: 88441)
19:31
Merge in trunk (release 2.17) ... (file: [d9f33838] check-in: [56e2d3ad] user: george branch: th1-doc-vars, size: 83874)
2021-09-28
12:09
Query column miscount fix for (wiki list -t) as reported in 5e6c3e3b78112df3. ... (file: [5ca072c0] check-in: [3a2b13b8] user: stephan branch: trunk, size: 83361)
2021-09-15
08:04
wiki list CLI command no longer lists deleted pages by default: use --all to include those (same parameter name as /wcontent uses for that purpose). Forum post cf4195f8bf6824fa. ... (file: [f9d4d1e7] check-in: [88e53360] user: stephan branch: trunk, size: 83352)
2021-09-14
09:04
/wikiedit and /fileedit can now dynamically load more diff context. Discovered that the unified diff scrolling under the new diff model is not quite right and the magical CSS invocations to solve it properly elude me: for now they're scrolling (if needed) from a higher parent container level of the DOM than they should be, so the line numbers scroll along with the code. ... (file: [496b0038] check-in: [ef69044c] user: stephan branch: trunk, size: 83141)
2021-09-08
17:36
Merge in trunk for manifest_parse() output fix and "hidden" ajax routes. ... (file: [f8389ff1] check-in: [f68b0b71] user: stephan branch: diff-js-refactoring, size: 83008)
17:23
help: added optional 'hidden' flag to WEBPAGE/COMMAND/SETTING entries, which causes them to be elided from most listings. They can still be invoked by the help system if their name is used, but they won't be listed. This is primarily intended for internal-use ajax routes. ... (file: [820c68b7] check-in: [701c6dc2] user: stephan branch: trunk, size: 82996)
2021-09-07
22:28
Ongoing refactoring and feature-adding related to the JS/ajax components of the new diff views. ... (file: [64cef373] check-in: [65aa2c96] user: stephan branch: diff-js-refactoring, size: 83001)
2021-09-06
20:51
Begin adding value that used to be function arguments into the DiffConfig object. This check-in deals with the pRe parameter. ... (file: [eb6d0afa] check-in: [bdb4bfaa] user: drh branch: diff-config, size: 82989)
18:14
Create the new DiffConfig object used to pass around information about a file difference computation. Begin integrating this new object into various interfaces. Lots more work to be done. ... (file: [d6b637f8] check-in: [8601fb13] user: drh branch: diff-config, size: 83033)
13:22
Expand the 'fossil wiki export --technote' interface to support technote retrieval via tag name as discussed in the chat. The query looks to match against both 'sym-TAG' and 'TAG' as technote tags are presently prefixed with 'sym-'. This identifier should be reserved for branches, however, so may be removed from technotes, at which point this query should be changed. ... (file: [5f93fa30] check-in: [d71b648c] user: jamsek branch: trunk, size: 82980)
2021-09-02
14:25
Various improvements and bug fixes to the new diff logic. ... (file: [48b35b18] check-in: [10f736f0] user: drh branch: diff-color-enhancements, size: 81939)
2021-08-25
23:47
More improvements to login redirects. See the discussion on the forum thread f81625500d96cc0f. ... (file: [b9974613] check-in: [e5c16594] user: drh branch: trunk, size: 81942)
2021-08-18
18:18
In the attachment list of /wiki, link the word Attachments to the /attachlist page as a workaround for downloading the attachments using their expected names (rather than change the historical behaviour of the in-page links, which download using artifact IDs). Discussed in forum post 6566f665a3685c4f. ... (file: [9bfaeea0] check-in: [6e442303] user: stephan branch: trunk, size: 81945)
2021-08-15
23:49
Merge from trunk ... (file: [3419a99d] check-in: [59010c7c] user: george branch: rptview-submenu-paralink, size: 81817)
23:27
Merge from trunk ... (file: [a119a0f7] check-in: [282c6f95] user: george branch: wcontent-subsets, size: 86857)
23:13
Merge from trunk ... (file: [4cc83ec4] check-in: [5b67899d] user: george branch: th1-doc-vars, size: 82290)
2021-07-18
12:47
/wikiedit: show the list of attachments for the current page and list URLs suitable for pasting them into the page, e.g. for use in IMG tags. ... (file: [66e3b670] check-in: [ce15e35e] user: stephan branch: trunk, size: 81777)
2021-07-16
18:30
Internal wikiedit doc touchups. ... (file: [3a10dd95] check-in: [a36cd610] user: stephan branch: wikiedit-attachment-list, size: 81763)
16:51
Initial work on attachment list for /wikiedit. Still requires the ability to update the list to see attachments made since edits were last locally loaded and stashed. ... (file: [2d559d10] check-in: [74c6b9c5] user: stephan branch: wikiedit-attachment-list, size: 81722)
2021-07-05
17:58
Omit all of the submenu when a wiki page is shown using the /home URL. Forum post 5010f8f2d35c8024. ... (file: [3f2d5d3d] check-in: [da2f1522] user: drh branch: trunk, size: 77793)
2021-06-16
20:24
Fix the C89-style related declarations; add a gcc warning to flag such issues, in case these slip through again ... (file: [579a1bef] check-in: [da9f3620] user: ashepilko branch: trunk, size: 77794)
2021-06-15
21:37
Merge from trunk ... (file: [713f4e73] check-in: [cea36e6c] user: george branch: wcontent-subsets, size: 82872)
21:27
Merge from trunk ... (file: [a77eadd5] check-in: [1cf5c43e] user: george branch: th1-doc-vars, size: 78305)
2021-06-08
01:04
Merge from trunk ... (file: [ec6293ee] check-in: [9712d59d] user: george branch: rptview-submenu-paralink, size: 77832)
2021-06-04
12:32
Tweaked the various wiki page list queries to ensure that they do not include tags named wiki-* unless those tags appear to refer to a wiki page. Historically, the tag command has allowed entry of such tags and at least one is known to exist in another tree. ... (file: [115a5e2f] check-in: [4218b200] user: stephan branch: trunk, size: 77792)
2021-05-28
18:02
Add the subscriber.lastContact field for tracking the last contact time for each subscriber. Keep this field up-to-day. The field is currently used but the plan is to use it to optionally ask inactive subscribers to renew periodically. ... (file: [b705759d] check-in: [d7e10ce4] user: drh branch: trunk, size: 77602)
2021-05-08
04:30
Changed /wikiedit and /wikinew default mimetype to markdown, as discussed in forum post af11465f66. ... (file: [a150e736] check-in: [4b01359f] user: stephan branch: trunk, size: 77529)
2021-04-21
20:53
Enable interactive adjustment of the set of wiki pages that are listed on the /wcontent page. Corresponding submenu controls can be configured by the administrator to fulfill local needs and constraints. ... (file: [6431aad7] check-in: [79713433] user: george branch: wcontent-subsets, size: 82596)
2021-04-10
04:30
Fix dereferencing of NULL-pointer in 'pWiki' for the case when non-existent wiki page is requested. ... (file: [e2454d93] check-in: [735a7051] user: george branch: th1-doc-vars, size: 78071)
2021-04-09
04:21
Remove useless 'nMaxDigit' parameter from the signature of the style_submenu_parametric(). Also edit a corresponding comment. ... (file: [c4e7e941] check-in: [d1651e7e] user: george branch: rptview-submenu-paralink, size: 77556)
2021-04-07
03:10
Make some auxiliary Th1 variables available within skins' header/footer. For /doc, /uv and /wiki pages put into "artifact_hashsum" variable (and also into its page-specific variant) a full identifier of the requested file or wiki. For /wiki pages also provide "wiki_editor" and "wiki_timestamp" variables. There is an old forum thread on the topic and another thread on a little bit related issue. ... (file: [b8b88f9b] check-in: [80e062e1] user: george branch: th1-doc-vars, size: 78060)
2021-03-26
17:20
Allow a page's submenu to have multiple parametric hyperlinks induced by several different query string parameters. Use a common suffixes (smpl,smpl1,...smpl9) to probe for defined parameters. Relax constraints on hyperlink values to allow linking to wiki pages (for example). As a proof of concept add support of paralinks to the /wiki page. Get rid of dangling '&' at the endings. ... (file: [21b109d1] check-in: [d075801a] user: george branch: rptview-submenu-paralink, size: 77558)
2021-03-23
13:31
Merge changes from trunk ... (file: [47024db0] check-in: [9ff7d9e5] user: george branch: wiki-history, size: 77516)
2021-03-17
15:50
Be clearer about the definition of technote comment & id. Improve technote doc. ... (file: [84d7933d] check-in: [51292810] user: danshearer branch: trunk, size: 75444)
15:27
Improve description of technotes as per forum post 225b049220 ... (file: [a77bb96e] check-in: [ae70df75] user: danshearer branch: trunk, size: 75423)
2021-03-15
07:27
Added link to technotes list on the /wikihelp page, per request in forum post 7a4609bad3. ... (file: [3d282eda] check-in: [c00e5d60] user: stephan branch: trunk, size: 75105)
2021-03-13
22:15
Avoid segfault while serving /wdiff page with empty "pid" parameter in a query string. Segfault occurs due to dereferencing of a NULL pointer in pW2, which happens because both name_to_typed_rid("","w") and manifest_get(0,...) return 0. ... (file: [24562d8d] check-in: [7b81aac1] user: george branch: wiki-history, size: 77074)
21:39
Merge from trunk ... (file: [32262895] check-in: [1a403a7a] user: george branch: wiki-history, size: 77038)
2021-03-11
13:22
Numerous help text consistency tweaks based on forum discussion 8c644048f0. ... (file: [06d4af27] check-in: [4cb50c4e] user: stephan branch: trunk, size: 75002)
2021-02-25
14:55
Merge from trunk ... (file: [1f4014d2] check-in: [7e755346] user: george branch: wiki-history, size: 77041)
2021-02-05
09:32
Amend 'fossil help' output for all commands to make options conform to GNU 'short|long' convention (e.g., -v|--verbose). ... (file: [0f9c02a1] check-in: [7f3c728d] user: jamsek branch: trunk, size: 75005)
2021-01-28
19:38
Make the /doc, /uv, and /wiki webpages respond to the "popup" query parameter by omitting the header and footer boilerplate and sending just the page content. ... (file: [475e9ec0] check-in: [36a17f36] user: drh branch: trunk, size: 75005)
2021-01-20
19:19
Merge version-2.14 ... (file: [bc288e08] check-in: [0e31c8d2] user: george branch: wiki-history, size: 76767)
2021-01-12
13:50
Fix typos in help and other console output. ... (file: [396b3c0f] check-in: [2f78b2cb] user: danield branch: trunk, size: 74731)
2020-12-22
12:13
Removed the parameter from style_finish_page() since the resulting content div class is now redundant with respect to the body class. This potentially breaks CSS made against old class names that a prior commit on this branch changed, but such skins would be made against an unreleased version of Fossil, it's unlikely many are using that first version of the feature anyway, and most of the class names did *not* change unless you were targeting a "div" instead of "body" or just a generic class name. None of the shipping skins are affected. ... (file: [3f53c206] check-in: [0e83ca88] user: wyoung branch: body-feature-class, size: 74730)
11:58
Calling the new style_set_current_feature() function to override the new TH1 variable $current_feature for Fossil UI pages where the page name isn't what we want used as the "body" CSS class. For the most part, this matches the value currently being passed to style_finish_page(), but a few have changed with the benefit of hindsight. Not all calls to style_finish_page() have a corresponding call to the new function since the default value for $current_page now suffices. ... (file: [4f4bd906] check-in: [8ac0830b] user: wyoung branch: body-feature-class, size: 74820)
2020-12-14
20:34
Merge from trunk ... (file: [a0ef68b7] check-in: [df330b70] user: george branch: wiki-history, size: 76299)
2020-12-04
18:35
The variadic function builtin_fossil_js_bundle_or() was using 0 as a sentinel to detect end-of-list, but that isn't equivalent to NULL in a list of pointed-to objects in all C compilers, on all systems. Using a GCC/Clang function attribute to force a warning when 0 is passed instead of NULL, then fixed all resulting warnings. This fixes the SEGV reported in forum post 5feca9c36a on Mac OS X 10.11 with Clang from Xcode 7. Later versions of Clang on macOS don't have this problem, but it's still UB, so fixing it may solve some pain for us later on. ... (file: [ac9bf0a8] check-in: [815b4fc4] user: wyoung branch: trunk, size: 74263)
2020-11-17
18:38
Merge-in styling improvements from trunk ... (file: [e28ca330] check-in: [bb159b9e] user: george branch: wiki-history, size: 76296)
17:55
Merge version-2.13 ... (file: [dd218a42] check-in: [98b44710] user: george branch: wiki-history, size: 76131)
2020-11-07
13:25
Rename the "style_body_and_footer()" interface to "style_finish_page()" and add a more detailed header comment to the implementation. ... (file: [50320cbc] check-in: [942b2076] user: drh branch: default-css-cleanups, size: 74260)
2020-11-05
23:15
Added a parameter to style_footer() and renamed it to match its actual function (style_body_and_footer()) so we can add a CSS class to each page that indicates which major Fossil feature served the page, so we can have module-specific CSS. ... (file: [73934bf1] check-in: [ef5424b6] user: wyoung branch: default-css-cleanups, size: 74320)
2020-10-11
01:19
Understand files ending in ".pikchr" to be Pikchr source text and render them appropriately. ... (file: [dff209bf] check-in: [e32214a4] user: drh branch: trunk, size: 74095)
2020-10-10
17:54
Merge in trunk ... (file: [924e84d8] check-in: [7803cfef] user: george branch: wiki-history, size: 75719)
2020-10-04
14:35
Exchanged most uses of %s(g.zTop) and such in the code with use of %R in Fossil's special printf() type functions. (The branch is named after just one of several of these, mprintf(), being one of the shortest names.) At the least, this is shorter, simpler code, but there is also some hope that it may fix some doubled slash problems someone is having on the forum. (https://www.fossil-scm.org/forum/forumpost/1ea72176e0) ... (file: [ce32f0b7] check-in: [2907721a] user: wyoung branch: prefer-mprintf-r, size: 73683)
2020-09-28
02:29
Make it possible to delete a check-in, tag, or branch wiki page by setting it to zero length ... (file: [79dbdedf] check-in: [5b101aa7] user: andygoth branch: andygoth-html-caps, size: 73723)
2020-09-18
09:21
Fixed a preview quirk which caused the pikchr click handlers to not get processed on wikiedit/fileedit previews after the first one. ... (file: [bfab2e08] check-in: [052d3748] user: stephan branch: trunk, size: 73680)
05:07
Minor C-side fossil JS API simplification to ease upcoming changes. ... (file: [a4b76e94] check-in: [58d86b16] user: stephan branch: trunk, size: 73673)
03:28
Clarify the origin of JS in the generated HTML. ... (file: [38c7e1d3] check-in: [68542449] user: drh branch: trunk, size: 73727)
2020-09-15
16:40
fossil.pikchr.addSrcView() now tags each processed SVG element to avoid potentially processing the same one multiple times. Added fossil.pikchr support to /doc, /wiki, and /wikiedit/fileedit previews. This is harmless if there are no pikchrs or JS is disabled. ... (file: [a7a638e9] check-in: [83f03e91] user: stephan branch: trunk, size: 73724)
2020-09-14
00:59
/wiki links which pointed to the Sandbox page now link to /wikiedit to accommodate recent changes in the sandbox handling. ... (file: [3b2b2cb4] check-in: [56a74463] user: stephan branch: trunk, size: 73616)
2020-09-13
01:15
/wikiedit preview AJAX route tentatively no longer requires WrWiki access, as being discussed over at pikchr:/forumpost/195000ac2f. ... (file: [f1be07d0] check-in: [18dee26e] user: stephan branch: trunk, size: 73608)
00:00
/wikiedit can now be opened if the user has at least RdWiki permissions, primarily to allow access to the Sandbox for pikchr experimentation. A user without WrWiki still cannot save anything, and users without RdWiki cannot open it at all because it would give them access to the list of wiki pages, which they otherwise aren't privvy to without RdWiki. Also added a RdWiki check to the internal wikiedit ajax routes, as those could have potentially leaked pages to unprivileged users who decoded their internal ajax interfaces. ... (file: [b11c29fd] check-in: [bff3df00] user: stephan branch: trunk, size: 74074)
2020-09-12
06:13
Added style_emit_noscript_for_js_page() to emit a NOSCRIPT tag and an error message if JS is not available, and call it from the pages which *required* JS in order to work. Added a note about potential browser-induced SVG blurring when using the pikchrshow dark mode option. ... (file: [3db5e40a] check-in: [070716d8] user: stephan branch: trunk, size: 73836)
2020-08-29
14:22
Minor /wikiedit layout improvements and removed the probably-obvious '?' button from the auto-refresh checkbox. ... (file: [d79c98d8] check-in: [f83c4fa4] user: stephan branch: trunk, size: 73799)
2020-08-28
12:22
The /wcontent page adds the "p" query parameter to links so that we can actually edit checkin/* and branch/* wiki pages. ... (file: [56b06fdf] check-in: [50e7a310] user: drh branch: trunk, size: 73905)
09:34
Use the timeline format for /whistory. ... (file: [2c9e078b] check-in: [cef8425c] user: drh branch: trunk, size: 73903)
2020-08-26
16:11
Merge in trunk (check-in [9543ddbef2]) ... (file: [c8e55812] check-in: [b56460fc] user: george branch: wiki-history, size: 75945)
15:52
Merge in trunk (check-in [f741baa6be]) ... (file: [1d40b85d] check-in: [5d4a57f2] user: george branch: wiki-history, size: 75439)
13:31
Merge in trunk (version-2.12.1) ... (file: [0be31b56] check-in: [62c31630] user: george branch: wiki-history, size: 75226)
2020-08-24
22:46
Improved cross-page caching of wikiedit/fileedit bundle, reducing those pages to a single request of 10-13k once cache is warm. Fixed non-bundled JS distribution of fileedit and wikiedit. ... (file: [8d9ea15a] check-in: [20c50cd1] user: stephan branch: misc-js-experiments, size: 74932)
22:20
Moved C routines which emit fossil.XYZ JS APIs from style.c to builtin.c, and renamed appropriately. Added flag to output_text_with_line_numbers() to disable emit of JS (needed for fileedit preview, at a minimum). The experimental emitting of all fossil.XYZ APIs at once is now limited to bundled mode, as that's the only place it's potentially of benefit. ... (file: [dc7b7429] check-in: [c515e5fd] user: stephan branch: misc-js-experiments, size: 74899)
20:49
Experimentally added '?' help buttons in wikiedit. Experimentally emit all fossil.XYZ APIs, rather than selected ones, to test whether that reduces overall transmission together with caching. DOM init-time timing workarounds to get confirmer buttons to pin their sizes properly. ... (file: [7e79f573] check-in: [9edbb7ea] user: stephan branch: misc-js-experiments, size: 74960)
04:33
Reverted [37409e7dbe] in favor of [5244a548], which is cleaner, smaller, and works. ... (file: [1de12501] check-in: [a7d8c58d] user: stephan branch: trunk, size: 74426)
2020-08-23
18:12
For the wiki_render_page_list_json() function, only include pages on the list if they have one or more artifacts. This seems to clears the bug described by "Wiki editor inop" forum post ... (file: [3aa7e723] check-in: [5244a548] user: drh branch: trunk, size: 75441)
14:04
Add preliminary documentation for interwiki links. List the intermap on the /md_rules and /wiki_rules pages. ... (file: [0fce068d] check-in: [1a4158ea] user: drh branch: interwiki, size: 75397)
2020-08-22
19:07
Update the Fossil Wiki and Markdown cheat-sheets to include hyperlinks to one another. ... (file: [540a0f79] check-in: [0ae2dbd4] user: drh branch: trunk, size: 75329)
2020-08-20
20:05
Allow /wikiedit's page-list-fetch operation to silently skip over mysteriously missing (shunned but not yet rebuilt?) wiki pages, to resolve an issue on the core fossil site where such a missing/invisible page named 'Security Desk Technician' is causing /wikiedit to fail to load. ... (file: [7f44f971] check-in: [37409e7d] user: stephan branch: trunk, size: 75228)
2020-08-11
15:39
wikiedit: now uses fossil.confirmer pinSize option on confirmer buttons. Save button is no longer re-labeled during save to avoid layout reflow. Save button is now always enabled and attempting to save when there are no edits triggers an error message. ... (file: [8e9ca6e3] check-in: [f94a5538] user: stephan branch: trunk, size: 74213)
2020-08-10
17:38
Added a 'Save and Close' button to wikiedit. Cleaned up the styling and wrapping of the status/links menu bars in fileedit and wikiedit. Minor style tweaks to get input field borders to appear in the default skin on Chromium. ... (file: [03eb1b94] check-in: [3814c9ff] user: stephan branch: trunk, size: 74193)
2020-08-08
11:29
/wikiedit now marks "deleted" (empty) pages and offers a filter to show/hide them. ... (file: [a67e2549] check-in: [424baf1e] user: stephan branch: trunk, size: 74073)
2020-08-04
14:00
/wikiedit now embeds a copy of the page list JSON at page-render time to save an XHR request at startup. ... (file: [f45d63b2] check-in: [bc665133] user: stephan branch: trunk, size: 73839)
2020-08-01
23:38
fossil.message() and friends now use local timestamps instead of UTC. Fixed a bug in wikiedit which caused a newly-created page to disappear from the page selection list after it was saved. Other minor cleanups in adjacent code. ... (file: [28937765] check-in: [3dc4613d] user: stephan branch: trunk, size: 72670)
18:47
Updated the wiki CLI command to account for the sandbox pseudo-page and removed an obsolete TODO. ... (file: [9362fa8a] check-in: [7bc94270] user: stephan branch: trunk, size: 72746)
16:07
Reworked how /wikiedit edit status is displayed, added history/attachment links to the new info bar, and remove attachment links from the Help tab. ... (file: [9fd48689] check-in: [fb77abd3] user: stephan branch: trunk, size: 72690)
01:37
Removed the legacy /wikiedit implementation and the wysiwyg option it supported/sported. Updated the change log. ... (file: [64172bd6] check-in: [336afe8e] user: stephan branch: ajax-wiki-editor, size: 72790)
2020-07-31
23:33
Merged in trunk for builtin_request_js() changes and ported wikiedit/fileedit/forumpost to use those. ... (file: [bc55b39f] check-in: [2ec332a0] user: stephan branch: ajax-wiki-editor, size: 79468)
20:02
Begin integrating the builtin_request_js() interface. ... (file: [4bf5f981] check-in: [13caa6e6] user: drh branch: refactor-js-handling, size: 58039)
16:44
Corrected doc falsehoods. ... (file: [08f545f6] check-in: [1f0a3354] user: stephan branch: ajax-wiki-editor, size: 79827)
16:40
Added style_emit_script_bundle() to simplify page-level bundle usage a small bit. /forumpost, /wikiedit, /fileedit now use that routine. ... (file: [eef6bc02] check-in: [0c233bc6] user: stephan branch: ajax-wiki-editor, size: 79855)
16:14
Extended /builtin/filename to support /builtin/:filename for packing up cacheable bundles of page-specific code. /wikiedit, /fileedit, and /forumpost now serve their JS that way. ... (file: [60905d01] check-in: [18da05b9] user: stephan branch: ajax-wiki-editor, size: 79863)
14:44
/wikiedit and /fileedit now dump all of their common static JS into a single SCRIPT tag instead of making numerous requests, per forum feedback. Fixed/expanded some of the newer script-emitting logic in style.c to handle these. wikiedit no longer mangles the page-level header. ... (file: [9a0a43c5] check-in: [a4b73fd0] user: stephan branch: ajax-wiki-editor, size: 79924)
09:57
The save button now is now moved to the current tab when switching tabs, for the save/preview/diff tabs. ... (file: [cb8d133a] check-in: [acdd7653] user: stephan branch: ajax-wiki-editor, size: 79488)
05:14
Minimize the FOUC effect before the tabs are re-assembed in JS by initially hiding all tabs. ... (file: [482fa94c] check-in: [d8f18bc5] user: stephan branch: ajax-wiki-editor, size: 79287)
04:55
Renamed the 'sandbox' automagical page to 'Sandbox' (upper case) for consistency with the historical sandbox links. Both names work equivalently, but now the selection list matches up with the name passed in via the external links to the sandbox. ... (file: [ecd0b70e] check-in: [a95dd98e] user: stephan branch: ajax-wiki-editor, size: 79016)
04:33
Moved Save button to the Preview tab, as that follows the common app-wide pattern of not enabling a save until a preview has first been triggered. ... (file: [dd735ceb] check-in: [31296ec2] user: stephan branch: ajax-wiki-editor, size: 79016)
03:50
Can now create new pages without leaving the editor. Numerous layout tweaks. Improved the help tab. ... (file: [16b8c6c2] check-in: [d5e4d7a9] user: stephan branch: ajax-wiki-editor, size: 78970)
01:09
Added filter checkboxes to show/hide to filter the wiki page list by page type(s). Related internal API additions. ... (file: [c3f84179] check-in: [9edf5e7d] user: stephan branch: ajax-wiki-editor, size: 79043)
2020-07-30
23:30
Added links to the wiki page's add-attachment and list-attachment pages. ... (file: [833267cf] check-in: [01ab9241] user: stephan branch: ajax-wiki-editor, size: 78224)
22:02
Implemented wiki page saving. Corrected order of the versions in the diff. Various cleanups. ... (file: [f1fc1da7] check-in: [63376a80] user: stephan branch: ajax-wiki-editor, size: 77709)
19:48
New/unsaved pages can now be discarded. ... (file: [fd5d14d7] check-in: [2ccdf326] user: stephan branch: ajax-wiki-editor, size: 74488)
19:12
Added ability to create new pages passed to the editor via /wikinew and integrated them into the local edit stash. ... (file: [cdb70468] check-in: [7894674d] user: stephan branch: ajax-wiki-editor, size: 74577)
01:45
Permissions checks improvements. Added a couple TODOs, notably for how to integrate handling of new/as-yet-unsaved pages into the UI. ... (file: [b29d3a47] check-in: [044e2b55] user: stephan branch: ajax-wiki-editor, size: 74522)
00:05
All major features except saving are implemented. ... (file: [365bf3af] check-in: [5d61cec5] user: stephan branch: ajax-wiki-editor, size: 71975)
2020-07-29
20:19
Initial bits for the ajax-powered wiki editor. There's still much to do here, but most of the basics are in place. ... (file: [e661f496] check-in: [20636c93] user: stephan branch: ajax-wiki-editor, size: 69527)
2020-06-25
00:16
Adjust help text to work better with the new formatter. ... (file: [9f5d389b] check-in: [a8a60699] user: drh branch: formatted-online-help, size: 58022)
2020-06-02
20:05
Add the safe-html setting that determines which kinds of documents are allowed to generate unsafe HTML from Markdown. ... (file: [7106c1d9] check-in: [89b6dda9] user: drh branch: trunk, size: 58005)
18:55
Documentation improvements on the HTML safer. Only apply safe-html to Forum posts for the moment. ... (file: [91b6cb67] check-in: [03ce4e70] user: drh branch: trunk, size: 57751)
17:38
Update the HTML safeing mechanism so that it does the entire Markdown output all at once. In this way it is better able to cope with block markup that spans multiple paragraphs. ... (file: [461bdf7d] check-in: [382f3731] user: drh branch: trunk, size: 57775)
2020-05-28
08:55
Editing forum posts now applies delta compression to the edits. ... (file: [811a4c3a] check-in: [5b7888c9] user: stephan branch: trunk, size: 57606)
2020-04-26
23:10
Merge in trunk ... (file: [e9d154cb] check-in: [161a2106] user: george branch: wiki-history, size: 58610)
2020-04-16
21:10
Improved timeline comments for changes to wiki pages. ... (file: [3d031b97] check-in: [e1b4ee79] user: drh branch: backlink-updates, size: 57605)
2020-04-11
22:35
Merged from trunk ... (file: [4efc6dee] check-in: [2f24675a] user: ashepilko branch: api-cleanup, size: 57580)
2020-04-10
13:51
Bug fix: Make sure that associated-wiki uses an accordion even if the name of the section is modified by a Markdown title. Example: /timeline?r=double-dash-flag ... (file: [8ebad537] check-in: [b1c8e791] user: drh branch: trunk, size: 57586)
13:37
For wiki pages that are associated with a check-in, branch, or tag, redirect to the associated /info or /timeline page unless the "p" query parameter is present. ... (file: [a49c3e33] check-in: [093943d7] user: drh branch: trunk, size: 57576)
2020-04-05
23:45
Match the COMMAND and WEBPAGE names with _cmd and _page functions; forumpost/045bffda68 ... (file: [683be2fc] check-in: [06afb702] user: ashepilko branch: api-cleanup, size: 56407)
2020-04-02
00:15
Attempting to add "accordion" action to the "About" sections of pages that have associated wiki. Basically works, but needs CSS tweaks, and possibly other UX improvements. ... (file: [7a1da7ce] check-in: [b17e4c5a] user: drh branch: accordion-about-wiki, size: 56593)
2020-03-24
15:04
Add the "nsm" or "No-SubMenu" query parameter to the /wiki page. ... (file: [b38e8220] check-in: [993700ab] user: drh branch: trunk, size: 56413)
2020-03-08
07:20
Fix typo in data-sortkey. ... (file: [23b7d2c8] check-in: [88b8df35] user: ashepilko branch: trunk, size: 56138)
2020-01-28
03:49
Added -H|-html and -p|-pre flags to wiki command. Added fossil_fopen_for_output() and fossil_fclose() to support that. ... (file: [e5c88eaf] check-in: [fe86954f] user: stephan branch: trunk, size: 56138)
02:53
Added -html|-h flag to the wiki command, as discussed in forumpost/7377c83dca, and cleaned up the command's help text and argument validation. ... (file: [8289d112] check-in: [b23eb833] user: stephan branch: trunk, size: 54935)
2019-12-01
20:18
Special UI controls added onto the /whistory webpage for easy comparison of arbitrary versions of a wiki page. ... (file: [a06c24fb] check-in: [ec04c8b4] user: george branch: wiki-history, size: 54290)
2019-10-02
20:18
Fixed (wiki commit) to check for an existing page when the --mimetype flag is used (previously it only checked when that flag was not provided). Bug reported at https://fossil-scm.org/forum/forumpost/27ad929e1a. ... (file: [dc56c679] check-in: [c0de97a1] user: stephan branch: trunk, size: 53285)
2019-09-27
16:37
Help syntax change to match project conventions: [--] to ?--? ... (file: [419d47e1] check-in: [95ed1894] user: stephan branch: double-dash-flag, size: 53722)
14:32
Added -- support to wiki create/commit/export. Refactored/simplified how fetching of a dash-as-stdin/stdout argument is done from command-side code. ... (file: [402cef20] check-in: [dba4fd9b] user: stephan branch: double-dash-flag, size: 53722)
2019-09-24
10:44
Move the implementation of the test-markdown-render command so that it is beside the test-wiki-render command in wikiformat.c. Also make minor enhancements to the help text for both commands. ... (file: [13017b5e] check-in: [fcb20df7] user: drh branch: trunk, size: 53339)
10:09
Fix harmless memory leaks. ... (file: [84ddb755] check-in: [79988f96] user: drh branch: trunk, size: 53826)
2019-08-31
16:42
Merge in latest from trunk. ... (file: [0b2f870b] check-in: [aa376391] user: andybradford branch: db-begin-txn-updates, size: 53769)
2019-08-23
12:23
If the test-markdown-render or test-wiki-render commands are invoked without a repository in which to check for Wiki page names and artifact hashes, then substitute a temporary, empty, in-memory repository so that the commands will still work and won't give SQL errors. ... (file: [6d7b71d8] check-in: [0ac64dad] user: drh branch: trunk, size: 53787)
11:07
Markdown hyperlinks are only converted to links to wiki if the named wikipage actually exists. Otherwise, the link becomes a relative link. This is for backwards compatibility. ... (file: [d1fa91d7] check-in: [3b10e644] user: drh branch: trunk, size: 53755)
2019-08-09
16:37
Fix up the markdown rules to include recent enhancements to fenced code blocks. On "Markup Style:" entry boxes, provide a hyperlink for easy access to the rule sheets. ... (file: [008d5f32] check-in: [18a84ed8] user: drh branch: trunk, size: 53719)
2019-05-14
11:41
Ensure that the wiki and markdown rule text has been materialized prior to rendering it. ... (file: [7ce8c2cc] check-in: [e95c5514] user: drh branch: trunk, size: 53314)
2019-03-19
14:09
Replace most calls to db_begin_transaction() with db_begin_write() to avoid having a reader locking during a COMMIT. ... (file: [93fe15dc] check-in: [6cc53548] user: andybradford branch: db-begin-txn-updates, size: 53248)
2019-03-04
13:58
Improvements to Append Wiki privilege suggested by jakesfr. ... (file: [a7e7c1af] check-in: [3790dbbd] user: drh branch: trunk, size: 53266)
2019-02-20
21:50
Always show the "Apply These Changes" button in the Wysiwyg editor. ... (file: [3a804fe1] check-in: [5efd69e2] user: drh branch: trunk, size: 53284)
2019-01-08
19:08
Restore the ability to delete a wiki page. ... (file: [8b5bc84a] check-in: [e947378e] user: drh branch: trunk, size: 53271)
2019-01-02
03:15
On the /wikiedit screen, do not show the "Apply" button unless the user has first done a preview. ... (file: [c0baed86] check-in: [cfe76167] user: drh branch: trunk, size: 53089)
03:08
Put an "Add Wiki" button in the submenu for /timeline displays of branches and tags. Add the "Add Wiki:" line to the overview section of check-in /info pages. ... (file: [ea42b734] check-in: [867fe0ea] user: drh branch: trunk, size: 52997)
2018-12-31
14:33
Do not allow edits to wiki pages associated with branches, checkins, or tags for users who do not also have checkin privileges. ... (file: [cb48e731] check-in: [60e8a08f] user: drh branch: describe-objects-using-wiki, size: 51040)
00:00
Better titles for the /wiki page for associated wiki. ... (file: [d6ff4a64] check-in: [57443202] user: drh branch: describe-objects-using-wiki, size: 50094)
2018-12-30
23:27
Improved page titles when editing wiki about branches, checkins, and tags. Honor the wiki-about flag. ... (file: [ca7d0aa2] check-in: [32d9be6d] user: drh branch: describe-objects-using-wiki, size: 49278)
21:37
Add more linkage between the speicially named wiki pages and various objects. ... (file: [dc30d1d1] check-in: [42327c67] user: drh branch: describe-objects-using-wiki, size: 48405)
20:30
Begin adding the ability to use specially-named wiki pages to supplemental information about branches, tags, and/or checkins. ... (file: [be4a1739] check-in: [dcf93d03] user: drh branch: describe-objects-using-wiki, size: 47507)
2018-12-15
08:34
Move a variable declaration introduced by [b695e97d7a] to the beginning of the scope, for strict ANSI C-89 conformance, as specified in the Coding Style document /doc/trunk/www/style.wiki. (Required by some old MSVC compilers, to build executables with dynamic linking to msvcrt.dll.) ... (file: [649f6c9a] check-in: [550b95e5] user: florian branch: ansi-c89-compatibility, size: 45518)
2018-12-12
20:43
Next and Previous submenu buttons on the /wdiff page in order to step through all versions of a wiki page. ... (file: [1b7c19ca] check-in: [19eaa3ca] user: drh branch: trunk, size: 45518)
20:03
The table in the new /whistory page is not sortable. ... (file: [7ef120d5] check-in: [869841cb] user: drh branch: trunk, size: 45299)
20:01
Use an ordinary table to display /whistory rather than a timeline, as the timeline comments are not helpful. ... (file: [50cfdb03] check-in: [734e1ea7] user: drh branch: trunk, size: 45319)
19:31
Simplification of wiki menus. ... (file: [b5a43894] check-in: [98f5b402] user: drh branch: trunk, size: 44751)
01:42
On the /info page for wiki, give a link to the next version of that wiki page in chronological order. ... (file: [7c76466e] check-in: [423c6a93] user: drh branch: trunk, size: 45483)
01:23
Improvements to the /wdiff page. ... (file: [571ff544] check-in: [b695e97d] user: drh branch: trunk, size: 44795)
2018-12-11
21:31
Change timeline hyperlinks to wiki pages to point to the specific version of the wiki page that the timeline entry refers to, not to the latest version of that page. ... (file: [22514ecc] check-in: [606421ed] user: drh branch: trunk, size: 44136)
18:55
On the /wiki page, put text to show that the page has been deleted. ... (file: [9e7c94d5] check-in: [c7a7a561] user: drh branch: trunk, size: 44100)
16:28
Enhance the /wcontent page to show a sortable list of wiki pages together with the number of versions and the time of last change. ... (file: [898fa55c] check-in: [81c22bc6] user: drh branch: trunk, size: 43688)
2018-10-10
19:49
Applied a patch by forum user vor0nwe to allow the WYSIWYG wiki page editor to work in the face of the new CSP restrictions on inline JavaScript. The patch and explicit license for inclusion in Fossil are here: https://fossil-scm.org/forum/forumpost/6985a4754e ... (file: [74acfc99] check-in: [543cdd47] user: wyoung branch: trunk, size: 42592)
2018-07-31
13:08
Wrap oversize text/plain wiki and tickets and technotes and forum messages. ... (file: [1d2b4f90] check-in: [fa8ef257] user: drh branch: forum-v2, size: 42618)
2018-07-24
23:37
Forum posts appear in the timeline. The /info command displays posts. ... (file: [337546af] check-in: [449f06c2] user: drh branch: forum-v2, size: 42600)
19:44
Work toward pages to enter forum posts. This is an incremental check-in to save state and definitely does not work. ... (file: [7dcd5704] check-in: [7b5099ea] user: drh branch: forum-v2, size: 42586)
02:14
Typo fixes. ... (file: [bcf68832] check-in: [452be61b] user: drh branch: forum-v2, size: 42593)
2018-06-21
19:10
The /subscribe page now creates entries in the subscriber table and sends verification emails. ... (file: [7f38ef35] check-in: [31be2e17] user: drh branch: email-alerts, size: 42591)
2017-12-05
21:36
Remember the last Unified/Side-by-side diff in the display preferences cookie. ... (file: [2e1ff7a1] check-in: [0a1f4ed6] user: drh branch: trunk, size: 42589)
2017-11-30
17:58
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. This should fix a few bugs related to symlink processing. Lots of testing required before merging to trunk. ... (file: [8c524dbb] check-in: [e7767de2] user: drh branch: symlink-refactor, size: 42591)
2017-11-04
14:56
Change the "/wiki_rules" page so that it displays a wiki source file, either formatted or plain-text, just like /md_rules does. ... (file: [8869198a] check-in: [bf69c6eb] user: drh branch: trunk, size: 42573)
2017-09-19
01:36
Change the content_deltify() routine so that looks an array of candidate source artifacts and picks the one that gives the best delta. ... (file: [fb860008] check-in: [a4047a91] user: drh branch: trunk, size: 45638)
2017-07-10
14:37
test-markdown-render and test-wiki-render command don't require to be inside a checkout. ... (file: [f583073e] check-in: [1ba3c919] user: mgagnon branch: trunk, size: 45634)
2017-03-08
20:35
Fix the "fossil wiki export --technote" command so that it allows hash abbreviations again, as it should. ... (file: [b5fa823e] check-in: [62352847] user: drh branch: trunk, size: 45670)
2017-02-28
16:25
Refactoring and cleanup of some of the hash name interfaces. ... (file: [9482a4ef] check-in: [1c8768b0] user: drh branch: fossil-2.0, size: 45653)
00:56
Relax size constraints on artifact hash parsing. ... (file: [5d8abf92] check-in: [65c59711] user: drh branch: fossil-2.0, size: 45669)
2017-01-07
19:29
Update the manifest parser so that it accepts remark artifacts. ... (file: [bf9dad92] check-in: [e40143aa] user: drh branch: remarks-on-checkins, size: 45676)
2016-11-04
22:37
Consistently use the count(X) macro in place of sizeof(X)/sizeof(*X) throughout the Fossil core, excluding things that don't use makeheaders. Also use count(X) instead of ArraySize(X) which has the same definition. ... (file: [7e8ea066] check-in: [e5b62edb] user: andygoth branch: trunk, size: 45670)
21:32
Remove unused, undocumented zTitle argument to style_submenu_element(). This argument appears to have been unused all the way back to [dbda8d6ce9]. ... (file: [5f131929] check-in: [187424e8] user: andygoth branch: trunk, size: 45712)
2016-08-12
22:45
Improved documentation of the date and time stamps understood by most fossil commands and web pages. No non-documentation changes were made, but comments in eight source files were edited. ... (file: [8d564031] check-in: [cd77e064] user: rberteig branch: trunk, size: 46000)
2016-06-17
09:45
More consistancy in using <br /> and <hr /> HTML tags ... (file: [5c5031dc] check-in: [63220d94] user: jan.nijtmans branch: trunk, size: 45707)
2016-06-07
01:26
Fix typo in test_markdown_render function name. (no functional change since the command name was okay). ... (file: [466b28cc] check-in: [c94b49ad] user: mgagnon branch: trunk, size: 45729)
2016-06-06
21:06
Add test-markdown-render. Does the same as test-wiki-render, but for markdown syntax. ... (file: [b815542c] check-in: [67f5df3b] user: mgagnon branch: trunk, size: 45729)
2016-05-27
21:03
Compiler warning and coding style fixes. ... (file: [cf3ea249] check-in: [d0374689] user: mistachkin branch: trunk, size: 45321)
2016-05-23
15:45
Merge trunk ... (file: [1bc92ddd] check-in: [83bd4f37] user: andygoth branch: andygoth-brackets-outside-link, size: 45312)
2016-05-06
14:08
Add tests for the mimetype on wiki command. Update help text to list valid mimetypes ... (file: [2faf0dfe] check-in: [6fa5570b] user: dave.vines branch: technoteattachcli, size: 45312)
2016-05-05
18:26
Fix bug detected by wiki-15 and wiki-15.1. Left hand thought that the mtime column was the timestamp of the tech note. Right hand thought that the mtime column was the last modification time of the tech note. Left hand was right and the relevant query has been updated to use the objid (assigned as the new tech note manifest is added) as the indication of the most recently modified version of the tech note ... (file: [46365dd3] check-in: [e9d7c5aa] user: dave.vines branch: technoteattachcli, size: 45016)
2016-05-04
00:22
Document short options for fossil wiki list command. ... (file: [6710643f] check-in: [99b1a1ea] user: rberteig branch: technoteattachcli, size: 44967)
2016-05-03
07:11
Move loop variable declaration out of for loop for C89 happiness. ... (file: [e5e5c82e] check-in: [5a0dbf97] user: rberteig branch: technoteattachcli, size: 44967)
2016-04-18
19:18
Sanitize the mimetypes on both the CLI and json. Allow more friendly names for the supported mimetypes as well as the formal mimetypes ... (file: [adb458a5] check-in: [7ed9c7e4] user: dave.vines branch: technoteattachcli, size: 44956)
13:36
add TECHNOTEID to fossil attach command ... (file: [f0329caf] check-in: [70131d08] user: dave.vines branch: technoteattachcli, size: 44693)
08:17
add TECHNOTEID to fossil wiki commit and allow creation of multiple tech notes with the same timestamp (as already permitted by the GUI). ... (file: [0fd82296] check-in: [aeaef8fb] user: dave.vines branch: technoteattachcli, size: 44641)
2016-04-12
19:14
add TECHNOTEID to fossil wiki export. Rename --show-artifact-ids to --show-technote-ids on fossil wiki list (and ignore option for wiki pages as the page name uniquely identifies wiki page name). Rename done as tech note ids are not artifact ids (e.g. they cannot be used on fossil artifact) ... (file: [87eef79f] check-in: [f486d0f0] user: dave.vines branch: technoteattachcli, size: 44779)
2016-04-10
02:10
Merge trunk. ... (file: [1ed8dbc5] check-in: [cfca8ec3] user: andygoth branch: mistake, size: 42320)
2016-04-04
17:30
Add a --show-artifact-ids to the 'fossil wiki list' command. Note this commit does not add the ability to select what to update on the 'fossil wiki commit' command, that is to come in a later commit. ... (file: [ef5f62f8] check-in: [cbda43e7] user: dave.vines branch: technoteattachcli, size: 43559)
2016-04-02
00:00
Add a plain-text equivalent of the /test-all-help page to the CLI. Complete a first pass for spelling and minor grammar over all command and page help text. ... (file: [678931a3] check-in: [f070ec99] user: rberteig branch: ross-spellcheck, size: 42320)
2016-04-01
14:47
Remove non tech notes from the list and error checking performed by fossil wiki --technote. Ambiguity of tech note with the same timestamp resolved in favour of the tech note with the highest modification timestamp. ... (file: [22676ebd] check-in: [3d2341a2] user: dave.vines branch: technoteattachcli, size: 42593)
2016-03-24
22:27
Fixed some typos and attempted to improve documentation of the fossil wiki command. Added and rearranged test casesd for fossil wiki to explicitly include a knownBug case for the collision between a previous attachment and a new technote that happen to occur in the same second. Note that the reverse order does not fail, as demonstrated by some additional tests. ... (file: [bb7c6e74] check-in: [b81125e2] user: rberteig branch: technoteattachcli, size: 42509)
2016-02-20
13:21
Initial go at replacing URLs in the form ?name=xyz with /xyz except in places where doing so is either known to break (style_set_current_page() calls) or would require notable refactoring (/dir hyperlink generation). ... (file: [897fd8f1] check-in: [e8735d6a] user: stephan branch: slash-name-links, size: 42284)
2016-01-05
10:12
[c541b6e734] Remove unintended white space change in wiki.c ... (file: [b226d1fa] check-in: [d4dc7ad8] user: dave.vines branch: technoteattachcli, size: 42401)
08:40
[c541b6e734] Move attachment command from wiki.c to attach.c ... (file: [67e2a501] check-in: [64a5ef28] user: dave.vines branch: technoteattachcli, size: 42400)
08:34
[c541b6e734] Move attachment from wiki subcommand to top level command ... (file: [1d90c214] check-in: [16f864af] user: dave.vines branch: technoteattachcli, size: 45444)
2016-01-02
10:49
[c541b6e734] Correct merge ... (file: [815295bf] check-in: [85aa2a6f] user: dave.vines branch: technoteattachcli, size: 45462)
10:46
[c541b6e734] Add cli for attaching to wiki pages and tech notes ... (file: [31f9e0be] check-in: [b208bf75] user: dave.vines branch: technoteattachcli, size: 45460)
2015-12-31
16:06
Add the ability to have attachments on technotes. Add command-line support for technotes in the "fossil wiki" command. ... (file: [cfbdc6b3] check-in: [045deb27] user: drh branch: trunk, size: 42399)
11:20
[c541b6e734] Add -technote option to wiki command ... (file: [aea1bfe8] check-in: [467e493e] user: dave.vines branch: technoteattach, size: 42315)
2015-12-19
14:12
Initial support for managing technotes from the command-line. ... (file: [9ee0696d] check-in: [0a13f4cb] user: djv branch: technote-cli, size: 42447)
2015-12-03
15:19
Do not duplicate markdown titles in the title of the page and in the body of the document. ... (file: [fe889812] check-in: [d407c384] user: drh branch: trunk, size: 39453)
2015-05-17
21:30
Move all square brackets outside the hyperlink text to make it easier to copy-and-paste links sans brackets from typical browsers. ... (file: [ce916dcb] check-in: [a2020a7a] user: andygoth branch: andygoth-brackets-outside-link, size: 39605)
2015-04-27
13:19
Provide help text for all commands and webpages. ... (file: [09aef1e1] check-in: [7ab03289] user: drh branch: trunk, size: 39605)
2015-02-22
11:14
Do not duplicate the title for markdown-formatted wiki. ... (file: [6698e15c] check-in: [2656695d] user: drh branch: trunk, size: 39376)
2015-02-14
17:56
Rename the "event artifact" type to "technical note" or "technote". The format of the artifact is unchanged. Add the ability to enter and edit technotes as markdown and plain text in addition to wiki. ... (file: [4690a585] check-in: [bd50848e] user: drh branch: trunk, size: 39363)
14:05
Change default headers to show menu-bar items that would be available to user "anonymous" even if the current user is not logged in. ... (file: [f4376945] check-in: [72cddddb] user: drh branch: login-enhancements, size: 39227)
12:24
When the user is "nobody", make the g.anon permission vector for "anonymous" available in addition to g.perm. Hyperlinks to pages that would be available to anonymous are shown rather than suppressed. When permission is denied and control jumps to login_needed() a new flag shows whether or not logging in as "anonymous" would help. Work in progress. ... (file: [40076315] check-in: [2f50d427] user: drh branch: login-enhancements, size: 39228)
2015-02-09
04:10
On timelines, to show the "selected" entry, give the row some vertical space between the previous and following rows, a yellow background, a gray border, and a shadow-box (all adjustable via CSS). For the c=TIME "circa" query parameter, highlight the nearest entry. ... (file: [cb6acb21] check-in: [f4e299d0] user: drh branch: trunk, size: 39066)
2015-02-05
15:48
Improvements to search dialog boxes. On the /search menu, allow restricting the search to a specific category of document. Add a search submenu item on the timeline page. ... (file: [e8698db8] check-in: [49a990b6] user: drh branch: form-submenu, size: 39063)
2015-02-04
19:37
Fix a hyperlink on the "Sandbox" button of wiki pages. ... (file: [bf604567] check-in: [8f1e34bd] user: drh branch: trunk, size: 39072)
2015-02-03
13:17
Unify the search screen generator code. Provide class marks to support CSS customization. ... (file: [5e7106ce] check-in: [bb4a1301] user: drh branch: trunk, size: 39070)
2015-02-02
04:32
Fix incorrect URLs on the new submenu elements for ticket and wiki pages. ... (file: [bca0d27a] check-in: [5ab34b0c] user: drh branch: trunk, size: 39769)
03:42
Improved interfaces for Ticket and Wiki searching. ... (file: [90b62b40] check-in: [6714c947] user: drh branch: trunk, size: 39761)
2015-02-01
00:15
The /search page now covers wiki and check-in comments. And the formatting of snippets is improved. The search is still done by full-scan but the infrastructure is coming into place to handle the search using an index. ... (file: [5aeb1414] check-in: [8e02c26a] user: drh branch: trunk, size: 37344)
2015-01-26
03:25
Add the /md_rules page that explains the Markdown formatting rules. ... (file: [1c5f65f8] check-in: [72759f58] user: drh branch: trunk, size: 37225)
2014-10-20
15:01
Add a custom static analysis program that verifies the arguments to printf-style varargs routines used in Fossil. Adjust the source code to be more robust for printf format errors and to fix a few minor problems found by the static checker. ... (file: [f1cd04f7] check-in: [0a7e326f] user: drh branch: compile-time-print-checking, size: 36631)
2014-09-18
23:04
Add comments for FOSSIL_FORCE_*_MODERATION environment variables. ... (file: [4fe4a158] check-in: [2eafdad7] user: mistachkin branch: please-review, size: 36794)
22:02
Experimental changes to permit easier debugging of the moderation subsystem. ... (file: [0bebbdaf] check-in: [bcb44436] user: mistachkin branch: please-review, size: 36425)
2014-09-03
20:25
I have "ls"-ified "list" subcommands for my personal use-case before -- roll through code and convert others for sake of consistency ... (file: [c6430c87] check-in: [ce6de743] user: bch branch: ls, size: 35976)
2014-08-07
10:02
"char const" -> "const char" and various other coding style improvements. No functional change. ... (file: [75af6c4b] check-in: [4e18dba6] user: jan.nijtmans branch: trunk, size: 35915)
2014-05-30
18:12
integrated wiki-keep-mimetype branch. ... (file: [a8f72291] check-in: [52d242a7] user: stephan branch: trunk, size: 35921)
18:04
Renamed --format|-F to --mimetype|-M. Stumbled across a char-is-signed assumption and replaced it with (int). ... (file: [8dadbb1a] check-in: [918d07bf] user: stephan branch: wiki-keep-mimetype, size: 35906)
2014-05-27
20:36
Correctly handle embedded documentation pages that contain characters that require HTTP encoding. ... (file: [19530917] check-in: [5d440040] user: drh branch: trunk, size: 34580)
2014-05-14
16:53
doc improvement. ... (file: [b76d1698] check-in: [e1a0de75] user: stephan branch: wiki-keep-mimetype, size: 35891)
16:39
Added --format MIMETYPE flag to (wiki create|commit) and /json/wiki/save. ... (file: [1865a67b] check-in: [8f2d9e69] user: stephan branch: wiki-keep-mimetype, size: 35745)
2014-04-20
19:31
Fix typo and avoid nested double quotes in wiki format guide. ... (file: [1dda1691] check-in: [8a5f192b] user: andygoth branch: trunk, size: 34580)
2014-04-07
12:35
Put more long UUID's in hyperlinks, without modifying the visible appearance in the UI. ... (file: [3ed520a8] check-in: [b34fda96] user: jan.nijtmans branch: trunk, size: 34579)
2014-03-08
16:14
Clean up and standardize the handling of user "nobody" and the g.zLogin global variable. ... (file: [41f34440] check-in: [840b7622] user: drh branch: trunk, size: 34579)
2014-01-27
09:08
Put various other constant tables in constant memory. ... (file: [b2684fa0] check-in: [214899ac] user: jan.nijtmans branch: trunk, size: 34513)
09:05
Remove unnecessary end-of-line spaces. (My editor does that automatically, but I don't want it to happen together with other functional changes in a single commit). No change in code. ... (file: [fdbebac2] check-in: [52b35c8b] user: jan.nijtmans branch: trunk, size: 34507)
2013-12-18
15:38
Merge trunk. Add information on the ""th1-uri-regexp" setting. ... (file: [9538c473] check-in: [f671c50f] user: jan.nijtmans branch: tkt-change-hook, size: 34521)
2013-12-17
06:04
Change the minimum length for wiki page names from 3 to 1. ... (file: [8b9c60c5] check-in: [b7ff13a0] user: joel branch: trunk, size: 34512)
2013-12-13
11:31
Merge trunk. Fix uninitialized variable. Less copying of complete structure content. ... (file: [fd63bb7c] check-in: [85528ef5] user: jan.nijtmans branch: tkt-change-hook, size: 34521)
2013-12-04
09:36
Styling: translate some tabs to spaces ... (file: [8271d1e6] check-in: [b3e32c8e] user: jan.nijtmans branch: trunk, size: 34512)
2013-11-27
15:12
Implement "Unhide" button in timeline (not on other places yet) and make "hidden" tag propagating. ... (file: [c66dc544] check-in: [50aee556] user: jan.nijtmans branch: hidden-tag, size: 34650)
2013-10-15
01:21
Centralize and simplify the commit/ticket hook integration. ... (file: [71e0e4fb] check-in: [6cf28968] user: mistachkin branch: tkt-change-hook, size: 34518)
2013-10-13
09:53
merge trunk ... (file: [1529d493] check-in: [a4327ba0] user: jan.nijtmans branch: tkt-change-hook, size: 34532)
2013-10-11
08:36
Make sure that EVERY source file includes "config.h" before any other system includes. This is the first step in making fossil compile for Win64 using MinGW. ... (file: [d254dff2] check-in: [c30cd93b] user: jan.nijtmans branch: trunk, size: 34509)
2013-10-04
09:30
Better error-message in case of "manifest file is malformed" ... (file: [c4d808e3] check-in: [1eb438d6] user: jan.nijtmans branch: pending-review, size: 34509)
2013-09-19
14:42
merge trunk ... (file: [c8115cbc] check-in: [06f08ed0] user: jan.nijtmans branch: tkt-change-hook, size: 34514)
2013-08-25
02:11
Spiders and robots are presented with a captcha if they request the annotation page. ... (file: [92f6fddf] check-in: [f8a2aa0c] user: drh branch: trunk, size: 34491)
2013-08-01
20:56
Merged in Jiri's /wiki page link addition. And trying out merge --integrate. ... (file: [7d7cc5c4] check-in: [366f1ae6] user: stephan branch: trunk, size: 34486)
10:48
removed URLencoding in reference to wiki home page (EDITED src/wiki.c) ... (file: [74a4ccf3] check-in: [53ce8d28] user: navratil branch: trunk, size: 34487)
2013-07-23
10:25
rebase ... (file: [6f323447] check-in: [bdad403f] user: jan.nijtmans branch: tkt-change-hook, size: 34293)
2013-07-21
17:13
Added reference to real wiki home page and left previous reference as reference to project home page. ... (file: [a8228018] check-in: [a5a3924a] user: navratil branch: trunk, size: 34488)
2013-07-11
10:46
Don't allow "tktnew" and "tktedit" pages or the "Common" hook to use the "http" command any more. Don't let "fossil rebuild" run any hooks. ... (file: [01d4cba0] check-in: [57d1d281] user: jan.nijtmans branch: tkt-change-hook, size: 34294)
2013-07-06
02:35
Support arbitrary line lengths with synced horizontal scrolling in side-by-side diffs. ... (file: [57066dbb] check-in: [4081a91c] user: joel branch: sbsreloaded, size: 34270)
2013-05-28
00:48
Fix an uninitialized variable in the previous check-in. ... (file: [d162efe6] check-in: [9f3fb6cb] user: drh branch: trunk, size: 34271)
00:45
Add the ability to edit Wiki pages as either Fossil Wiki, or Markdown, or Plain Text. ... (file: [94f1d370] check-in: [a5a55246] user: drh branch: trunk, size: 34267)
2013-01-02
00:58
Enhance the diff logic so that it can suppress differences that do not match a regular expression. This capability is so far only exposed on the test-diff command. ... (file: [2fb45814] check-in: [97a7b924] user: drh branch: trunk, size: 30353)
2012-11-21
00:51
Optionally require a CAPTCHA (controlled by Admin/Access) when a user who is not logged in tries to edit wiki, or a ticket, or an attachment. ... (file: [d389a9a5] check-in: [82b8587a] user: drh branch: trunk, size: 30350)
2012-11-20
22:13
Change the action= attribute of <form> elements using javascript, as an additional defense against spam-bots. ... (file: [8af75702] check-in: [dfa35794] user: drh branch: trunk, size: 29980)
17:14
Extra buttons on wiki viewing pages that make it easier to find and delete spam. ... (file: [77c0dace] check-in: [66b3d398] user: drh branch: trunk, size: 30079)
2012-11-04
12:59
Fix typos. ... (file: [645b3b48] check-in: [45065c5c] user: dmitry branch: spelling, size: 29760)
2012-11-02
02:41
Clean up some harmless compiler warnings. ... (file: [ab79bc6d] check-in: [0a4193be] user: drh branch: trunk, size: 29757)
02:26
Additional tweaks to the wiki/ticket editing logic with moderation control. ... (file: [f367103c] check-in: [d3d094ff] user: drh branch: moderation, size: 29871)
2012-11-01
22:54
All aspects of Wiki and Ticket moderation and attachments are working better. But there are still room for improvement before merging this enhancement sprint into trunk. ... (file: [b9f91008] check-in: [628c4024] user: drh branch: moderation, size: 29760)
14:34
Wiki moderation now appears to be working. ... (file: [4e3de025] check-in: [b7ccf110] user: drh branch: moderation, size: 30560)
2012-10-31
23:07
Improvements to the display of Wiki and Ticket changes. ... (file: [b4730340] check-in: [ba0ae3b2] user: drh branch: moderation, size: 30624)
2012-10-24
07:42
relax Wiki name restriction ... (file: [8101f302] check-in: [d5453ca0] user: jan.nijtmans branch: ticket-897c39d284, size: 30574)
2012-09-18
15:37
Add the name= query parameter to the <base> for wiki pages, so that hyperlinks to fragments work correctly. ... (file: [abdd9822] check-in: [a116d974] user: drh branch: trunk, size: 30574)
2012-09-05
12:55
const-qualification ... (file: [1c74d1c8] check-in: [645f3483] user: jan.nijtmans branch: eclipse-project, size: 30530)
2012-08-31
20:46
Revert change [208d67675c]. The policy is to keep the Fossil source code ASCII even if Fossil itself is able to handle non-ASCII source files. Furthermore, the [208d67675c] change broken things. Also backout change [34fcb9634e] since it complicates the C code with unnecessary backslash characters in order to changes single-quotes to double-quotes in the generated HTML and Javascript, which is pointless. ... (file: [2ae848ec] check-in: [c19f34cb] user: drh branch: trunk, size: 30524)
08:58
Removed some very old TODO comments (from me) which just clutter up the wiki help text. ... (file: [729673cf] check-in: [f1c56bd3] user: stephan branch: trunk, size: 30522)
08:08
More consistancy in html generation: Use '"' where possible. ... (file: [cd742c9a] check-in: [34fcb963] user: jan.nijtmans branch: trunk, size: 31179)
2012-08-30
14:30
typos ... (file: [e4225240] check-in: [7c0f4eca] user: jan.nijtmans branch: trunk, size: 31179)
2012-08-29
13:57
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (file: [060c9131] check-in: [9f6abc59] user: jan.nijtmans branch: msvc-broken, size: 31180)
2012-08-20
19:01
Expand the "diffFlags" variable to 64-bits in order to accommodate new options to the various "diff" commands. ... (file: [e912fc9c] check-in: [2b176750] user: drh branch: trunk, size: 31182)
2012-08-11
22:25
Add confirmation dialog boxes when changing between markup and wysisyg editor mode, and before cancelling an edit. ... (file: [29575e6b] check-in: [cb6804a2] user: drh branch: wysiwyg, size: 31182)
15:37
Add a configuration option that enables WYSIWYG wiki editing. The traditional markup editor is still used unless this option is enabled. ... (file: [d21e69b8] check-in: [ebc48bf1] user: drh branch: wysiwyg, size: 30926)
2012-08-10
23:18
Reduce the maximum height of a wiki edit frame to 30 rows. ... (file: [62bb8e01] check-in: [e000f7f0] user: drh branch: wysiwyg, size: 30404)
23:12
Automatically clean up the HTML that is generated by webbrowsers and by the Fossil wiki-to-html translator so that the HTML is easier to read in the wysiwyg editor. ... (file: [e5302bee] check-in: [fb6f1b7b] user: drh branch: wysiwyg, size: 30404)
19:59
Add experimental support for WYSIWYG editing of wiki pages. ... (file: [a0352c50] check-in: [6cd9847f] user: drh branch: wysiwyg, size: 30138)
2012-06-29
15:59
Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". ... (file: [b4b6dc70] check-in: [0328d681] user: drh branch: sqlite4, size: 29576)
2012-06-11
17:33
merge trunk again... (previous merge was not from latest trunk from fossil-scm.org) ... (file: [646dd406] check-in: [7a57ab64] user: mgagnon branch: mgagnon_fix, size: 29614)
2012-04-30
09:33
When sided by side make the text area small so it will always fit in the column. After page loaded enlarge the text area with Javascript. But leave a little room (40px) as a margin between the two columns. This insurers that side by side always succeeds. ... (file: [df390917] check-in: [396eceb9] user: renez branch: side-by-side-edit, size: 34664)
2012-04-29
13:07
Put wrap="virtual" back in textarea Increase the height of the textarea to the height of the preview div. ... (file: [1481241a] check-in: [ead316f3] user: renez branch: side-by-side-edit, size: 34432)
11:05
Use in cgi strncmp to circumvent Firefox adding ; charset: UTF-8; changed cols to 60 especially under windows it is to big and the result is not side-by-side ... (file: [a4748f24] check-in: [a7a331fa] user: renez branch: side-by-side-edit, size: 34281)
05:12
Put back the rows='%d(n)". Although an other option is, after the page has loaded, to change the offsetHeight of the text area to the height of the previewdiv. ... (file: [97467d91] check-in: [55e7e245] user: renez branch: side-by-side-edit, size: 34281)
05:05
Enable side by side editing and preview. While automatic updating of the preview 'pane'. Tested with Chrome and Firefox under Linux. Only Chrome works. ... (file: [8b725be3] check-in: [20362c85] user: renez branch: side-by-side-edit, size: 34278)
2012-04-28
08:03
Refinements to the new hyperlink logic and spider defense. ... (file: [54038f4b] check-in: [d9c8a7dd] user: drh branch: spider-defense, size: 29572)
07:15
Changes anchor tags (<a>) so that the href= attribute can be set by javascript rather than by HTML. This is to make it harder for spiders to follow the hyperlinks to every diff and annotation in the project history. It all seems to work, but it needs further testing and review before going live. ... (file: [e55c7d29] check-in: [8ae52fc4] user: drh branch: spider-defense, size: 29592)
2012-03-29
14:54
Add vim modline everywhere ... (file: [cc875705] check-in: [a496d8e8] user: mgagnon branch: mgagnon_fix, size: 29767)
2012-02-04
21:38
Add the new colorized diff logic to file and wiki diffs in addition to version diffs. ... (file: [af6df346] check-in: [96f1975c] user: drh branch: trunk, size: 29725)
2011-11-04
20:37
Added configure option --enable-json to enable json features. They are disabled by default. ... (file: [6da01641] check-in: [525816e6] user: json-demo branch: json, size: 29639)
17:24
merged in trunk [272e304d3f]. ... (file: [8e41ec7f] check-in: [34359c3a] user: stephan branch: json, size: 29573)
2011-11-03
17:31
Break up the command-line commands into commonly-use and auxiliary commands and only show the commonly-used ones with "fossil help". Add a new command "fossil commands" to show auxiliary and test commands. ... (file: [7bf03d0c] check-in: [841772c8] user: drh branch: trunk, size: 29191)
2011-10-22
16:00
Merged/resolved trunk [4092208afca3ff]. Accommodated changes in text_diff() signature. ... (file: [a01287a0] check-in: [acc253f4] user: stephan branch: json, size: 29572)
2011-10-21
20:24
Begin improvement efforts on the "diff" functions by adding the --context option to the "diff" command. ... (file: [41c5bad9] check-in: [3bbbbdfd] user: drh branch: diff-enhancements, size: 29190)
2011-09-27
00:34
merged in trunk [12272b7ff0]. ... (file: [9820800a] check-in: [a5fd64d3] user: stephan branch: json, size: 29555)
2011-09-25
11:14
Fix double LI tags when listing wiki attachments for users without permissions. ... (file: [1ce70fef] check-in: [12272b7f] user: dmitry branch: trunk, size: 29173)
2011-09-22
19:14
Implemented /json/wiki/create. ... (file: [b1c9c1c6] check-in: [1df648ab] user: stephan branch: json, size: 29559)
17:56
Implemented /json/wiki/save. ... (file: [3d39bd97] check-in: [2162c86d] user: stephan branch: json, size: 29573)
2011-09-15
12:03
initial mass-change merge of main repo with my fork. ... (file: [cca1dd05] check-in: [5b44a419] user: stephan branch: json, size: 29444)
2011-09-14
17:45
Refactored g.okXXX perms flags to g.perm.XXX. ... (file: [8246a2fb] check-in: [34b4dec0] user: stephan branch: stephan-hack, size: 29177)
2011-07-19
23:18
Do not delete initial whitespace from a wiki page prior to formatting as this can mess up the bullet and enumeration markup. Ticket [207829a5c5ab7af] ... (file: [9842ff91] check-in: [4ac6328f] user: drh branch: trunk, size: 29108)
2011-07-13
21:24
Update the "fossil wiki export" command to use standard file output utilities so that line endings will be handled correctly. Ticket [d9040c134bf41] ... (file: [1c739d6c] check-in: [11f2f71f] user: drh branch: trunk, size: 29193)
2011-05-27
12:03
Do not use strcmp() for comparison since the sort order can vary by locale. Use fossil_strcmp() instead. Ticket [3f0216560679fd41]. ... (file: [701d6862] check-in: [32ad9a15] user: drh branch: trunk, size: 29443)
2011-04-28
13:53
Make sure the argument to fopen() is MBCS instead of UTF8. ... (file: [a50d56e6] check-in: [a3c252f2] user: drh branch: windows-i18n, size: 29429)
2011-04-27
18:21
Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. ... (file: [e5e6e609] check-in: [e805fa8d] user: drh branch: windows-i18n, size: 29422)
2011-03-23
11:25
fix [1ee813d6] -- do not autocommit on wiki commit from cmdline ... (file: [6d33195f] check-in: [e1d91b94] user: ron branch: trunk, size: 29398)
2011-02-24
17:11
Infrastructure changes: Simplify content_put() to a single parameter. Add content_put_ex() with lots of extra parameters. Add isPrivate parameters to content_put_ex() and content_new(). ... (file: [ec7f90ca] check-in: [1b451616] user: drh branch: trunk, size: 29427)
2011-02-17
20:44
Make sure manifest_crosslink() resets its input blob and that callers know this and do not attempt to reuse that blob. ... (file: [382b710f] check-in: [d22519e5] user: drh branch: trunk, size: 29454)
2011-01-28
14:09
Add hyperlinks to the "user:" and "tags:" marks in timelines. ... (file: [cf3ac77d] check-in: [13165785] user: drh branch: trunk, size: 29415)
2011-01-07
16:20
Record fractional seconds for artifact times. ... (file: [8c0f2679] check-in: [722d7cac] user: drh branch: trunk, size: 29409)
2010-12-16
14:46
Use relative URLs for hyperlinks whereever possible, so that Fossil can work better behind a reverse proxy. ... (file: [f9a0976d] check-in: [daeb10f6] user: drh branch: trunk, size: 29492)
2010-12-09
15:52
New cloning algorithm appears to be much faster at the cost of slightly more network bandwidth. Fully backwards compatible. Need to look at the network bandwidth issue prior to merging with trunk. Perhaps a command-line option for the clone command to select between slow-and-small or fast-and-larger. ... (file: [395ec450] check-in: [8bb8be26] user: drh branch: experimental, size: 29552)
13:56
Use the built-in SQLite caseless string comparison functions instead of the C-library strcasecmp(). Accept mime-type application/x-fossil-uncompressed and avoid decompression when seen. ... (file: [74e130fc] check-in: [0b6c414c] user: drh branch: trunk, size: 29544)
2010-11-26
18:37
Report an error if the repository schema version does not match what the fossil executable expects. ... (file: [60424f1d] check-in: [c0c3d923] user: drh branch: trunk, size: 29536)
2010-11-24
17:30
Fix a redirect loop problem for the /home URL. Ticket [77dc5de6397fb18c0fbad] ... (file: [9b4f1ce6] check-in: [135fcbbb] user: drh branch: trunk, size: 29533)
2010-11-02
18:23
merge from trunk ... (file: [180ba621] check-in: [cb75de51] user: wolfgang branch: StvPrivateHook2, size: 29878)
2010-11-01
23:38
Fix a possible redirect loop. ... (file: [3e802f26] check-in: [f4033ec0] user: drh branch: trunk, size: 29489)
2010-10-26
19:01
merge from trunk ... (file: [bb7731c6] check-in: [4260bc6a] user: wolfgang branch: StvPrivateHook2 , size: 29878)
2010-10-15
20:37
Refactor the control-artifact parser. ... (file: [8ab45864] check-in: [da9fcdc9] user: drh branch: experimental, size: 29489)
16:11
merge from trunk ... (file: [004fbb20] check-in: [c1271793] user: wolfgang branch: wolfgangHelpCmd, size: 30316)
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: [6ea8cac3] check-in: [2fac8091] user: drh branch: trunk, size: 29927)
2010-10-10
16:46
adding help cross references ... (file: [6e5de0e6] check-in: [c880f092] user: wolfgang branch: wolfgangHelpCmd, size: 30302)
13:38
added cross references for help ... (file: [3cab0c34] check-in: [c3bf3c0c] user: wolfgang branch: wolfgangHelpCmd, size: 30260)
08:59
added more cross reference ... (file: [e4e782a7] check-in: [c2ef3715] user: Ratte branch: wolfgangHelpCmd, size: 30204)
2010-10-09
20:13
show references to commandline on webpages; add httptrace to windows http server ... (file: [a7a450c9] check-in: [d1d1cd12] user: wolfgang branch: wolfgangHelpCmd, size: 30059)
2010-10-05
03:32
Merge the experimental "Event" changes into the trunk. ... (file: [8c6340d1] check-in: [d96c4a42] user: drh branch: trunk, size: 29913)
2010-10-03
17:32
corrected HTML-Validator problems ... (file: [b8e2eed3] check-in: [443dbc67] user: wolfgang branch: experimental, size: 30629)
17:25
corrected HTML-validator problems ... (file: [a477f944] check-in: [32e85b66] user: wolfgang branch: wolfgangFormat2CSS_2, size: 29801)
11:52
corrected some HTML-validation problems ... (file: [d260203c] check-in: [04b33f77] user: wolfgang branch: experimental, size: 30617)
2010-10-02
16:35
Add hyperlinks for creating new events and the ability to browse through this history of changes for an event. Add the ability to show "details" of an event. ... (file: [3010034a] check-in: [ba06d344] user: drh branch: experimental, size: 30613)
12:51
show new allowed tags(checkin [172dccb66f]) in wiki help page ... (file: [82faa6c2] check-in: [c492eab3] user: wolfgang branch: trunk, size: 29789)
2010-09-29
16:58
Avoid duplicate "/" in the redirect from the /home webpage. ... (file: [5cb235d5] check-in: [cabf810b] user: drh branch: trunk, size: 30505)
2010-09-26
14:43
update from trunk ... (file: [2c55f801] check-in: [616a423b] user: wolfgang branch: wolfgangFormat2CSS_2, size: 30459)
12:25
some more htm validation ... (file: [fa6f2318] check-in: [e5bf291e] user: wolfgang branch: wolfgangFormat2CSS_2, size: 30466)
11:33
Steps to try to avoid redirect loops on a misconfigured repository. Ticket [99d0791365daaec739c53c8b94059e280efc9628] ... (file: [6161e1fb] check-in: [1a008624] user: drh branch: trunk, size: 30449)
2010-09-13
22:14
Avoid the use of tabs. Make sure lines do not exceed 80 characters. ... (file: [08a12e75] check-in: [4cc0ebef] user: drh branch: wolfgangFormat2CSS, size: 30456)
2010-09-12
17:12
some ticket pages html validated ... (file: [c454dfa8] check-in: [b9f38e16] user: wolfgang branch: wolfgangFormat2CSS, size: 30442)
12:49
corrected some & chars in hyperlinks and added missing quotes in attribute values ... (file: [490c1754] check-in: [214d2faf] user: wolfgang branch: wolfgangFormat2CSS, size: 30192)
08:47
correct all unclosed br and hr tags, skipped sqlite.c ... (file: [9baa0019] check-in: [692b67bd] user: wolfgang branch: wolfgangFormat2CSS, size: 30172)
2010-09-10
20:19
fixed many HTML-validator errors and moved more formats to CSS - tested on firefox and IE ... (file: [70955d0e] check-in: [d1305d0a] user: wolfgang branch: wolfgangFormat2CSS, size: 30160)
2010-09-09
21:32
reduce html-validator errors on leaves page ... (file: [cc3a9cc9] check-in: [4dbfba2b] user: wolfgang branch: wolfgangFormat2CSS, size: 30123)
2010-09-05
11:44
Do not put hyperlinks to attachments in tickets and wiki if attachment download is prohibited. Ticket [a7eff56a933249258f0d902]. ... (file: [7254faec] check-in: [f7e2d74a] user: drh branch: trunk, size: 30101)
2010-09-04
15:24
Honor the "Index Page" setting from the "Admin/Configuration" setup page. ... (file: [f4e0e089] check-in: [baa6df06] user: drh branch: trunk, size: 30070)
2010-08-21
04:06
The command-line "diff" does not ignore whitespace at the end of lines and it generates a well-formed patch file that can be fed directly into "patch -p 0". Ticket [a9f7b23c2e376af]. GUI diffs and the merge commands do ignore end-of-line whitespace. ... (file: [c27fb8a4] check-in: [5ef7435a] user: drh branch: trunk, size: 29815)
2010-07-25
08:27
Merge trunk into branch. ... (file: [86ccc67a] check-in: [1bfe076a] user: michael branch: ttmrichter, size: 29937)
2010-05-16
19:08
Change from GPL to the Simplified BSD License. ... (file: [c03ac692] check-in: [c06edd23] user: drh branch: clear-title, size: 29812)
2010-03-31
15:27
Update the mechanism for reporting SQL that does not use indices. The warnings can be suppressed by comments in the SQL text. ... (file: [5789d51f] check-in: [9f1d490d] user: drh branch: trunk, size: 30088)
2010-03-18
14:11
Fix some permissions problems on wiki pages. Always show "Empty Page" text for wiki pages that contain no text. ... (file: [e360ea67] check-in: [f442eb2a] user: drh branch: trunk, size: 30054)
10:39
Show only non-empty wiki pages in the list of all wiki pages. A rebuild is required after updating in order for this feature to work. ... (file: [247e874a] check-in: [012d5e4f] user: drh branch: experimental, size: 29921)
02:11
Add the ability to delete attachments and fix issues with timelines. ... (file: [e480b93f] check-in: [01c0180b] user: drh branch: experimental, size: 29415)
01:09
Show attachment in timelines. ... (file: [b8a45b12] check-in: [2978e430] user: drh branch: experimental, size: 29129)
2010-03-17
23:15
Basic functionality of attachments is now in place. ... (file: [e9187044] check-in: [dd2d3177] user: drh branch: experimental, size: 29013)
2010-02-26
03:02
Merge in latest changes from trunk. ... (file: [4289de1c] check-in: [df905727] user: linuxfood branch: creole, size: 28197)
2010-01-25
19:27
Form input label for new wiki search ([07bd8796dc]) reflects it's current function of only searching page _titles_. ... (file: [14286bb4] check-in: [80bcc3a1] user: bch branch: trunk, size: 28143)
10:03
add search to wiki ... (file: [217cac95] check-in: [07bd8796] user: ron branch: trunk, size: 28140)
2010-01-24
07:07
fix [a395f43b33e8e48d4c72d158530bdd88c2eebb5d] ... (file: [eea623d8] check-in: [afe70a46] user: ron branch: trunk, size: 27320)
2010-01-12
13:38
Added an option to enable ALL HTML, CSS and JavaScript tags/attributes for wiki pages. This comes with a strong warning against doing so on any public project. ... (file: [e20e9f0f] check-in: [db344436] user: jeremy_c branch: trunk, size: 27534)
2009-12-31
04:42
[886c302b3f] Added documentation for [#anchor] style links ... (file: [2ac561d8] check-in: [dddc5140] user: jeremy_c branch: trunk, size: 27265)
2009-12-09
14:39
  • Added enumeration list support via the # character (identical to *).
  • Updated the wiki rules web page to reflect new enumeration list rules and terminated begining
  • tags with
  • .
... (file: [362c97b8] check-in: [2bb1d646] user: jeremy_c branch: trunk, size: 27078)
2009-09-22
07:49
merge trunk into creole branch ... (file: [8af938a1] check-in: [7a2c3706] user: bob branch: creole, size: 27221)
2009-09-15
12:04
Add a screen to prompt the user for the name of a new wiki page. ... (file: [c28c68f6] check-in: [aa573547] user: drh branch: trunk, size: 27167)
00:58
Fix over-quoting of wiki names. Ticket [e4a31ae35cd521b] ... (file: [64f66c97] check-in: [dec46857] user: drh branch: trunk, size: 26048)
2009-08-27
20:14
Add the ability to view diffs of wiki changes. ... (file: [4e98ad4b] check-in: [8e3b7fab] user: drh branch: trunk, size: 26111)
2009-06-10
22:05
Added 'achtung' CSS class to the Preview label, to make it more obvious (but i still think the preview should arguably be below the editor (but could be convinced otherwise)). ... (file: [225d4ffa] check-in: [4ba7b9c2] user: stephan branch: trunk, size: 24460)
2009-06-01
16:13
minor help text correction for 'wiki' command ... (file: [c1cfc243] check-in: [5e8fb35d] user: stephan branch: trunk, size: 24431)
2009-05-08
09:52
Initial commit of Creole Wiki Parser extension. ... (file: [2ebc00b1] check-in: [ecd1f096] user: robert branch: creole, size: 24451)
2009-01-21
01:23
Suppress the display of the artificate ID on the timeline which showing changes to wiki or tickets. ... (file: [ad80e674] check-in: [580d6ad8] user: drh branch: trunk, size: 24411)
2008-12-26
17:41
Omit the hyperlinks to the wiki edit for the Sandbox if editing is not allowed. ... (file: [af530194] check-in: [b12a0315] user: drh branch: trunk, size: 24392)
17:36
Require wiki edit privilege in order to edit the Sandbox wiki page, just like any other wiki page. ... (file: [fc213155] check-in: [2a3e85f2] user: drh branch: trunk, size: 24434)
2008-12-03
14:10
Fix a bug in windows that causes the menu on the wiki display pages to be omitted. Ticket [d6d9ee682eac7708b0a7aa31febc8ad47e4923b1]. ... (file: [738d038b] check-in: [426a3ba4] user: drh branch: trunk, size: 24369)
2008-11-20
23:19
Another attempt to get the /home to /login redirection correct. ... (file: [175d2ccd] check-in: [0a523be3] user: drh branch: trunk, size: 24407)
23:17
Try again to get the redirection correct when redirecting from /home to /login. ... (file: [c4f9be7f] check-in: [3420e47b] user: drh branch: trunk, size: 24393)
23:15
Require wiki read permission in order to visit the /home URL. ... (file: [2a9c0eaa] check-in: [19f5d0b1] user: drh branch: trunk, size: 24378)
2008-11-18
12:19
Show the "Files" menu option on the "home" page when the "h" privilege is enabled. ... (file: [8673214a] check-in: [bdde7ddc] user: drh branch: trunk, size: 24337)
2008-11-15
14:18
Miscellaneous cosmetic changes ... (file: [45c7efaf] check-in: [9de6abab] user: eric branch: trunk, size: 24297)
2008-10-24
13:27
Change all mentions of "UUID" in the documentation and help screens into either "artifact ID" or "baseline ID" or "ticket ID" as appropriate. "UUID" has a widely recognized meaning that is different from its meaning in fossil. "UUID" is still used in code comments and in variable names. ... (file: [76e56d70] check-in: [e8c4f69c] user: drh branch: trunk, size: 24292)
2008-10-18
12:55
Add defenses against cross-site request forgery attacks. ... (file: [5bb1f010] check-in: [0be54823] user: drh branch: trunk, size: 24266)
2008-10-11
15:11
Fix a few typos in documentation. ... (file: [6fc1aec8] check-in: [4ef19b55] user: drh branch: trunk, size: 24138)
2008-10-05
01:03
Documentation updates. ... (file: [618667e0] check-in: [c8893c69] user: drh branch: trunk, size: 24134)
2008-10-03
19:45
Fix a typo: "tested" becomes "nested". Ticket [74814a6682]. ... (file: [d3d0dbee] check-in: [20a0fbdf] user: drh branch: trunk, size: 24091)
2008-07-24
12:29
Clarify the formatting rules for <verbatim>. Ticket [aee2a1a927f] ... (file: [4e55bd74] check-in: [2c3ccaa0] user: drh branch: trunk, size: 24091)
2008-07-17
20:34
Give /wiki a link to the Wiki page with the same name as the Project Name. ... (file: [21130cec] check-in: [82136b0a] user: eric branch: trunk, size: 24033)
15:49
Enhance the wiki rendering to support <div> markup. The closing </div> tag with and id= attribute can close off <verbatim> and <nowiki>. The wiki append page uses this to prevent unclosed tags from messing up the rendering of subsequent comments. ... (file: [26fbd5a9] check-in: [e01aa8cb] user: drh branch: trunk, size: 23816)
2008-07-15
16:42
Work toward getting bug-tracking working well. ... (file: [185275fa] check-in: [d3e711fd] user: drh branch: trunk, size: 23726)
13:46
Documentation updates. ... (file: [627ea9c4] check-in: [8d8a41d1] user: drh branch: trunk, size: 23697)
2008-05-24
22:40
added autosync check to wiki commit ... (file: [5cf6903c] check-in: [d58ed02b] user: stephan branch: trunk, size: 23693)
16:02
Clarification of wiki formatting rules. ... (file: [4931ce9b] check-in: [3beb3859] user: drh branch: trunk, size: 23664)
2008-05-23
21:41
corrected wiki command short help ... (file: [09891f13] check-in: [92df4748] user: stephan branch: trunk, size: 23555)
2008-05-16
03:18
added optional FILE arg to wiki export ... (file: [a15e177b] check-in: [7adbf773] user: stephan branch: trunk, size: 23541)
01:43
Added new "wiki create" command. Cleaned up the "wiki commit" code and added an option filename argument to both "wiki commit" and "wiki create". ... (file: [fcc5e5e3] check-in: [e03d1be5] user: drh branch: trunk, size: 23208)
01:09
Back out the "Home Page" configuration option added by [29374daa0d] ... (file: [a9103108] check-in: [c51dd305] user: drh branch: trunk, size: 23180)
2008-05-15
22:11
fixed a used-the-wrong-var bug from that last commit ... (file: [97d9b1ab] check-in: [32c06fd6] user: stephan branch: trunk, size: 23951)
22:05
/home link content can now be pulled from a Wiki entry or an arbitrary link relative to the fossil root url. See the WWW Configuration dialog for details. ... (file: [efba0352] check-in: [29374daa] user: stephan branch: trunk, size: 23951)
20:26
minor refactorings to the wiki commands ... (file: [02c5204f] check-in: [bfb4d414] user: stephan branch: trunk, size: 23159)
15:23
Added 'wiki commit'. Minor stylistic cleanups. ... (file: [52056439] check-in: [cde6e7a3] user: stephan branch: trunk, size: 23248)
13:35
Fix compiler warnings in wiki.c. ... (file: [e5a9d165] check-in: [a51699a7] user: drh branch: trunk, size: 20370)
2008-05-14
23:25
reorg'd/expanded the TODOs ... (file: [9763f3e6] check-in: [d13b3ff0] user: stephan branch: trunk, size: 20362)
23:13
fixed to C++isms which Annotate accuses me of adding on 2008.2.2 ;) ... (file: [334a8300] check-in: [cedf518c] user: stephan branch: trunk, size: 19926)
23:01
added some help docs + TODO ... (file: [ea1fb250] check-in: [cf5bbd92] user: stephan branch: trunk, size: 19934)
20:59
Cleanup and simplify the code for the recently added "wiki" command. ... (file: [732c3121] check-in: [decac09b] user: drh branch: trunk, size: 19721)
20:26
cleaned up error handling a bit, minor code style changes, s/import/commit/ ... (file: [f90204e0] check-in: [feee32d3] user: stephan branch: trunk, size: 21598)
20:02
removed 2 remaining debug lines. Cleaned up help text. ... (file: [b3b42c9e] check-in: [87a1a31d] user: stephan branch: trunk, size: 21155)
19:51
added command: wiki [export WikiName|list] ... (file: [11b44519] check-in: [5fb1152d] user: stephan branch: trunk, size: 20910)
2008-02-26
17:57
Cut over to the new timeline code. Remove the older timeline. ... (file: [4fe3239f] check-in: [82fc5abb] user: drh branch: trunk, size: 17317)
2008-02-08
16:24
Fail with an error if a file is outside the checkout tree. ... (file: [bddf828d] check-in: [b3ec774a] user: drh branch: trunk, size: 17329)
2008-02-02
18:51
corrected two 'var may be used uninitialized' warnings ... (file: [fb062401] check-in: [01d3c338] user: stephan branch: trunk, size: 17330)
2007-11-25
21:11
Add ticket configuration editing capability. ... (file: [9e630121] check-in: [5f3ddcc1] user: drh branch: trunk, size: 17322)
2007-10-28
23:27
Added a "wiki" link to the main menu. Added built-in description of wiki formatting rules. Added a wiki "homepage" that displays when the "wiki" URI is used without a pagename. Added support for a wiki sandbox that does not save to the repository. ... (file: [06781e49] check-in: [f08adf3d] user: drh branch: trunk, size: 17348)
21:26
The "wiki" URI without a page name argument now gives you a list of existing wiki pages. This works fine as long as there are a reasonable number (no more than a few hundred) wiki pages. We need to think of something better for large wikis. We also need to think of ways to give users better guidance for creating new wiki pages. ... (file: [fbea7b5b] check-in: [f40230a7] user: drh branch: trunk, size: 12117)
2007-10-13
01:18
Much improved wiki rendering. Automatic paragraph tags now match correctly. All tags should balance. ... (file: [15b33bf9] check-in: [c963a776] user: drh branch: trunk, size: 12052)
2007-10-12
23:18
Fix some (certainly not all) problems with wiki editing. ... (file: [ba2a75dd] check-in: [df646a7f] user: drh branch: trunk, size: 12043)
22:56
The g.zExtra parameter is now always available as P("name"). This means the /wiki/xyz and /wiki?name=xyz are equivalent URLs. ... (file: [63e0aa64] check-in: [677aa71b] user: drh branch: trunk, size: 12043)
2007-10-10
23:10
Get rid of the "locking" capability on wiki pages. Assume that anybody who can write or append to a wiki page can do so to any wiki page. Add the /wikiappend page for appending comments to the end of wiki. ... (file: [c34537ff] check-in: [61ce5e36] user: drh branch: trunk, size: 12680)
21:15
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. ... (file: [9a9d5386] check-in: [50a58adb] user: drh branch: trunk, size: 9537)
15:21
Fix the wiki editor so that it can handle wiki page names that include spaces. ... (file: [83c17e31] check-in: [9f89a8e6] user: drh branch: trunk, size: 7041)
2007-10-06
17:10
Enforce well-formedness constraints on wiki pagenames. ... (file: [22c7d6d4] check-in: [488afb97] user: drh branch: trunk, size: 7041)
16:37
Timeline comments are now rendered as wiki. Wiki changes appear on the timeline. ... (file: [1ab12767] check-in: [6d586137] user: drh branch: trunk, size: 5711)
13:13
Now able to enter and edit and display wiki pages. Still many problems to be resolved. ... (file: [e5a54352] check-in: [bf428e68] user: drh branch: trunk, size: 5672)
2007-09-28
15:44
Add enumeration lists and indented paragraphs in the wiki. ... (file: [3d314ebf] check-in: [ab637af7] user: drh branch: trunk, size: 5983)
2007-09-01
21:11
Add the /wiki and /bwiki web pages. Currently renders content from the check-out as readonly. ... (file: [804763a6] check-in: [b2e55c0d] user: drh branch: trunk, size: 6010)
2007-08-23
19:52
Add separate "clone" permissions. Previously, one needed "History" premission in order to clone. But sometimes we want to grant clone without granting history. ... (file: [daf8014f] check-in: [22c1ac41] user: drh branch: trunk, size: 1951)
2007-07-23
19:52
Improvements to the WWW interface. ... (file: [b7ab86df] check-in: [66f4caa3] user: drh branch: trunk, size: 1178)
2007-07-21
14:10
Initial check-in of m1 sources. ... (file: [5d70c36f] check-in: [dbda8d6c] user: drh branch: trunk, size: 1172)