Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins that include changes to files matching 'search/*'
2020-10-05
| ||
17:03 | When building the full-text index, ignore <svg> blocks. (check-in: dd8aef912e user: dan tags: trunk) | |
2020-10-01
| ||
19:39 | Add the ability to translate Pikchr text to the TCL interpreter used to build the website. Omit all of the *.svg files from the check-in because they are now generated at compile-time directly from the *.pikchr files. All SVG is inline instead of being in separately loaded files. (check-in: 64e6c50273 user: drh tags: trunk) | |
2020-08-07
| ||
20:08 | Merge fixes from the 3.32 branch. (check-in: 7f7cb02e96 user: drh tags: trunk) | |
2020-08-06
| ||
11:12 | In the search script, remove all punctuation from the search string before injecting it into TCL. (Leaf check-in: 382a046780 user: drh tags: branch-3.32) | |
2019-02-27
| ||
13:20 | Sanitize the search string when doing a search against the changelog. (check-in: 0a969667a7 user: drh tags: trunk) | |
2018-07-06
| ||
20:43 | Work on the window function documentation, including importing the new syntax diagrams. (check-in: 6d60e5d021 user: drh tags: trunk) | |
2018-03-09
| ||
18:11 | Merge search box fixes from the 3.22.0 branch. (check-in: 848c37b010 user: drh tags: trunk) | |
18:11 | Further improvements to the search script. (check-in: 55959de4e8 user: drh tags: branch-3.22) | |
17:59 | Improvements to Wapp to clean up the previous XSS fix. (check-in: 4652ea52c0 user: drh tags: branch-3.22) | |
17:26 | Fix a XSS problem in the search box. (check-in: c57271bdec user: drh tags: branch-3.22) | |
2018-02-06
| ||
13:20 | Update search to the latest version of wapp. (check-in: 7fdd8a667f user: drh tags: trunk) | |
2018-02-05
| ||
20:00 | Rework the CGI scripts for search so that they use the Wapp framework (https://wapp.tcl.tk). Cherry-pick from trunk. (check-in: 6a06e6c785 user: drh tags: branch-3.22) | |
01:36 | Rework the CGI scripts for search so that they use the Wapp framework (https://wapp.tcl.tk). (check-in: 16a431615f user: drh tags: trunk) | |
01:15 | Update the built-in wapp.tcl to the latest from wapp.tcl.tk. (Closed-Leaf check-in: 9c03c81fbb user: drh tags: search-refactor) | |
00:47 | On the /search.d/admin page, show the Wapp environment if the env=1 query parameter is present. (check-in: ebe9a614eb user: drh tags: search-refactor) | |
2018-02-04
| ||
23:30 | Add the search.d/admin script. (check-in: 685371e833 user: drh tags: search-refactor) | |
21:41 | Use Wapp to implement the search function. Search can now be run from the command-line using "./tclsh.docsrc doc/search". (check-in: 33c56bee81 user: drh tags: search-refactor) | |
2018-01-29
| ||
17:17 | Fix an XSS problem in the search function on the website. (check-in: 90f86ae4c5 user: drh tags: trunk) | |
2017-11-23
| ||
21:43 | Default value for the "s" query parameter in /search is now "d". (check-in: 6182e9ea42 user: drh tags: branch-3.21) | |
2017-08-07
| ||
01:44 | Fix the hyperlinks to subsequent pages in the search results page. (check-in: e249e0131c user: drh tags: trunk) | |
01:43 | Fix the hyperlinks to the subsequent pages on the search results page. (check-in: ffe3fc4ac0 user: drh tags: branch-3.20) | |
2017-08-02
| ||
14:08 | When searching the changelog only, leave hyperlinks and other markup in the result summary. (check-in: 12433ed2a3 user: dan tags: trunk) | |
2017-08-01
| ||
19:29 | Add a website option to search the changelog instead of the documentation. Do not add any changelog files to the documentation index. (check-in: 8f15082015 user: dan tags: trunk) | |
19:24 | Add a website option to search the changelog instead of the documentation. Do not add any changelog files to the documentation index. (Closed-Leaf check-in: 368f8fa51f user: dan tags: changelog-search) | |
2017-07-27
| ||
18:20 | Update documentation for the destructor parameters on the pointer passing interfaces. (check-in: dd480b4420 user: drh tags: trunk) | |
2017-07-17
| ||
16:00 | Update the FTS5 extension documentation to show the new fts5_api access technique. Update the change log to talk about the backwards incompatible changes in extensions flowing out of sqlite3_bind_pointer(). Update the search extension to use the new FTS5 extensions technique. (check-in: 0585b3df1c user: drh tags: trunk) | |
2017-06-30
| ||
00:47 | Add the "fts5ext.so" target for building an SQLite extension that enables the sqlite3 command-line shell to access the website search database. (check-in: 4110cb10fc user: drh tags: trunk) | |
2016-09-14
| ||
21:05 | Fix a bug in search/hdom.tcl causing it to insert closing tags for elements such as <br>. (check-in: c7aa23108e user: dan tags: trunk) | |
2016-09-12
| ||
21:06 | Fix formatting problems in vtab.html associated with <yyterm> marks. (check-in: 2262f22f31 user: drh tags: trunk) | |
20:59 |
Fix handling of
| |
18:46 | Fix parsehtml so that it recognizes <tcl>...</tcl> as in-line markup. (check-in: 587b9b0128 user: drh tags: trunk) | |
08:34 | Fix the search script so that it can search for individual pragmas. Fix a mismatched tag in the document headers causing the search script to index the menubar on every page. (check-in: 4d25c80abf user: dan tags: trunk) | |
2016-09-02
| ||
14:38 | Restructure the website to be more mobile friendly. Put CSS into a separate sqlite.css file. Use responsive layout techniques. This is a work-in-progress. (check-in: 8e1edafe16 user: drh tags: trunk) | |
2016-09-01
| ||
20:58 | Hack to get "make searchdb" running again. (check-in: 304b04a18c user: drh tags: mobile-friendly) | |
01:30 | Modify the output of the "search" script so that it works better on mobile screens. (check-in: a4e77179b1 user: drh tags: mobile-friendly) | |
2016-08-31
| ||
16:53 | Update the "fancyformat.tcl" script to use pages/hdom.tcl to parse html. (check-in: 78f2f948fb user: dan tags: trunk) | |
06:35 | Store the search database, search-log database and search "admin" script in a separate directory. (check-in: 28aa410b46 user: dan tags: trunk) | |
2016-08-30
| ||
17:05 | Tweak the search engines ranking algorithm slightly. Add a logging database and a way for admins to view the most recent queries. (check-in: 4dd2793f98 user: dan tags: trunk) | |
2016-08-29
| ||
20:22 | Use the same "tclsh.docsrc" binary for everything. (check-in: ddb4bf4fcf user: drh tags: trunk) | |
19:59 | Run all make scripts using the same tclsh binary - "tclsh.docsrc". (check-in: 28358c49d7 user: dan tags: experimental) | |
18:38 | Merge "experimental" with this branch. Adds more links to the front page, fts5 search, show/hide links for tables of contents and some other things. (check-in: e4c2e46a8c user: dan tags: trunk) | |
14:46 | Update to session module documentation. (check-in: c8d92d73ec user: dan tags: experimental) | |
2016-08-25
| ||
17:29 | Change the way sub-sections are selected by the search script. (check-in: c7628dcb37 user: dan tags: experimental) | |
12:18 | Add <fancy_format> or <table_of_contents> markup to a few more documents. To ensure that there are enough anchors in the longer documents for the search script to use. (check-in: 066e5931ce user: dan tags: experimental) | |
2016-08-24
| ||
19:26 | Further updates to search database and script. (check-in: cc51dec17e user: dan tags: experimental) | |
2016-08-20
| ||
17:22 | Add "jump to" links to relevant sections of large documents in search results. (check-in: 9d49a78f9b user: dan tags: experimental) | |
2016-08-19
| ||
17:02 | Fix more minor search problems. (check-in: c345859928 user: dan tags: experimental) | |
2016-08-18
| ||
20:07 | Rework the site search to use FTS5. (check-in: 18e4a7b157 user: dan tags: experimental) | |
2016-04-26
| ||
17:59 | Add automatically generated tables of contents to rbu.html, cli.html and datatype3.html. (check-in: bd775e82aa user: dan tags: trunk) | |
2015-06-26
| ||
19:17 | Make search.tcl more robust in the face of malformed MATCH queries. (check-in: f2337fb9a2 user: drh tags: branch-3.8.10) | |