Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/interwiki.c at check-in bb189a15fd30d762
|
2025-03-01
| ||
| 16:02 | Improvements to rendering in the "fossil help" command, especially in combination with the -u/--usage and -o/--options command-line options. file: [ad8719f077] check-in: [62cb8ea785] user: drh branch: trunk, size: 12920 | |
|
2024-12-05
| ||
| 23:36 | Fix a mis-closed blockquote, as reported in [forum:2b17e349f9|forum post 2b17e349f9]. file: [517f85da17] check-in: [a69823c10b] user: stephan branch: trunk, size: 12923 | |
|
2024-02-02
| ||
| 22:18 | Remove trailing whitespace from non-external C files. file: [5ddeb43781] check-in: [7db0a2d910] user: danield branch: fix-overlength-lines, size: 12895 | |
|
2023-09-18
| ||
| 15:10 | More intensive use of the Synchronizer Token Pattern for CSRF defense. file: [47cfcf2a6c] check-in: [0a66be2b75] user: drh branch: csrf-defense-enhancement, size: 12900 | |
|
2023-01-27
| ||
| 20:42 | Add a link to the /intermap page for Interwiki Map keywords on the setup menu. file: [e7b7f6c85f] check-in: [bb189a15fd] user: drh branch: trunk, size: 12900 | |
|
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: [0724fafcbe] check-in: [1f231db380] user: ericwikman branch: wcag-2.1, size: 12844 | |
|
2022-07-17
| ||
| 23:48 | Changed a number of "a" articles followed by vowels in docs and comments to "an", per [forum:/forumpost/3e6e40293f03f089 | a forum post]. file: [db762f39b5] check-in: [99a319bdbf] user: wyoung branch: trunk, size: 12901 | |
|
2022-01-13
| ||
| 12:50 | Change all calls to json_extract() into uses of the new ->> operator. file: [9cbaedb286] check-in: [50d433e5b0] user: drh branch: trunk, size: 12900 | |
|
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: [9dac69b7e2] check-in: [0e83ca88ce] user: wyoung branch: body-feature-class, size: 13036 | |
| 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: [bed2716ce5] check-in: [8ac0830bfc] user: wyoung branch: body-feature-class, size: 13058 | |
|
2020-11-21
| ||
| 19:46 | More aggressive reuse of prepared statements for improved performance. file: [e5eab7694b] check-in: [f044cf2a91] user: drh branch: trunk, size: 13016 | |
|
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: [eced625f40] check-in: [942b2076c6] user: drh branch: default-css-cleanups, size: 12915 | |
|
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: [482b3ee2e8] check-in: [ef5424b683] user: wyoung branch: default-css-cleanups, size: 12923 | |
|
2020-10-10
| ||
| 16:32 | Improved interwiki link documentation. Enhance the /intermap page so that it shows the current intermap (read-only) to non-setup users, rather than completely exluding such users. file: [f52d240737] check-in: [baeab56eff] user: drh branch: trunk, size: 12884 | |
|
2020-08-24
| ||
| 23:24 | Merge miscellanous auxiliary defenses and security enhancements. This check-in is not needed to fix any problems that are not already fixed in version 2.12.1. It merely provides additional defense in depth. file: [ef2dfc844d] check-in: [f741baa6be] user: drh branch: trunk, size: 12709 | |
| 12:35 | For Hash or Wiki interwiki hyperlinks in Fossil Wiki without an alternative display, elide the initial interwiki tag from the display. file: [08349984c1] check-in: [2d1a493d9c] user: drh branch: trunk, size: 12475 | |
|
2020-08-23
| ||
| 16:02 | Merge the interwiki enhancement from trunk. file: [e7198c98e0] check-in: [26ac4b1ccf] user: drh branch: sec2020, size: 12016 | |
| 15:52 | Add the /intermap page for adjusting the interwiki mapping using a Web interface. file: [1fb5409893] check-in: [dab94dda30] user: drh branch: interwiki, size: 11782 | |
| 14:04 | Add preliminary documentation for interwiki links. List the intermap on the /md_rules and /wiki_rules pages. file: [0a942e92fe] check-in: [1a4158ea86] user: drh branch: interwiki, size: 8035 | |
| 01:47 | Fix syntax error in the previous commit. Dunno how I managed to check in a change that doesn't build.... file: [5fe08164fb] check-in: [fa105da061] user: drh branch: interwiki, size: 7194 | |
| 01:43 | Added: Move much interwiki code into a new source files "interwiki.c". Add the "fossil interwiki" command for managing the list of remote wikis. file: [1bce0e2687] check-in: [0875073359] user: drh branch: interwiki, size: 7201 | |