20 descendants of [d27a905b1f]
2008-02-08
| ||
16:27:25 | * | [138177c30e] correction to the 'warning' text in admin_sql_page() (user: stephan, tags: trunk) |
16:24:25 | * | [6d67f3c7c7] minor efficiency hack in tagview_page_list_tags() (user: stephan, tags: trunk) |
16:24:24 | * | [b3ec774ab7] Fail with an error if a file is outside the checkout tree. (user: drh, tags: trunk) |
2008-02-07
| ||
18:01:50 | * | [2ae7890060] Fork fixed a 2-string memleak in tagview_page_list_tags() (user: stephan, tags: trunk) |
15:08:02 | * | [007d1ce44f] Rename admin_sql_page.c to admin.c. Refactor the strxform functions into SQL functions. Refactor the db_generic_query_view() routine. Fix multiple security vulnerabilities. Bring the code closer into compliance with style guidelines. (user: drh, tags: trunk) |
13:33:13 | * | [76e637a945] Remove tokenize_path.c. Is not used for anything and does not follow the coding style of the rest of fossil. The 16-line hyperlinked_path() function in browse.c seems to accomplish the same thing. (user: drh, tags: trunk) |
10:33:45 | * | [66b13f1015] typo fix (user: bch, tags: trunk) |
05:31:57 | * | [58ee4e6e16] added missing #include (user: stephan, tags: trunk) |
2008-02-06
| ||
19:37:08 | * | [0dc3e7a0d5] refactored db_generic_query_view() to use sqlite3 API directly so that it can treat SQL errors as non-fatal. (user: stephan, tags: trunk) |
19:02:35 | * | [7f9226a858] added tokenize_path.c, containing a convenient path-like-string tokenizer and render_linked_path() to HTML-ize a path. (user: stephan, tags: trunk) |
03:05:42 | * | [41cf3e7c1d] Remove string_xform.c from the makefile. Require a "sym-" prefix on tags used to name baselines or branches. The prefix is omitted when the tag is used for this purpose; it is only there to avoid ambiguity with other built-in tag names. (user: drh, tags: trunk) |
2008-02-05
| ||
20:49:53 | * | [4280e0d1f6] Removed annoying yellow/red placeholders. Added links to your wiki changes and your *file* commits. (user: stephan, tags: trunk) |
20:48:16 | * | [91f151d57a] Moved string_xform.c code into encode.c, since that code serves a similar purpose. (user: stephan, tags: trunk) |
20:47:53 | * | [97db3c0433] Moved string_xform.c code into encode.c, since that code serves a similar purpose. (user: stephan, tags: trunk) |
00:01:44 | * | [6f05b4292a] Added /admin/sql page. Added a 'const' to db_generic_query_view() (user: stephan, tags: trunk) |
2008-02-04
| ||
23:14:15 | * | [0095e24ba9] Added style info to db_generic_query_view(), so it can be styled via css (user: stephan, tags: trunk) |
19:08:55 | * | [a20dcb5c26] Hyperlinks to directory browser pages on the pathname in the title of the file history viewer, finfo. (user: drh, tags: trunk) |
19:07:58 | * | [8c3ec00311] On the printf extension converters (ex: %T, %w) the "alternate form flag" (ex: %#T, %#w) means first read an integer from the argument list and then only process that number of characters from the string or blob that is read next from the argument list. (user: drh, tags: trunk) |
18:28:55 | * | [eae7ddfa4e] Add support for annotation in the web interface. (user: drh, tags: trunk) |
17:34:14 | * | [c8da83ca36] Allow manifests with zero files. This fixes a problem in which some files do not appear in the filename table. (user: drh, tags: trunk) |
17:27:17 | * | [d27a905b1f] Added link to /timeline?u=... Added several TODO markers. (user: stephan, tags: trunk) |