Fossil

History of src/attach.c of 49b0ff15922674c3
Login

History of src/attach.c of 49b0ff15922674c3

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

History of file src/attach.c at check-in 49b0ff15922674c3

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:8da5a5d868 | forum thread 8da5a5d868]. ... (file: [61506f3e69] check-in: [b111adbe35] user: florian branch: attachlist-html-section, size: 27207)
2024-02-02
16:26
Fix lines over 80 characters long, excluding external source files and @-lines. ... (file: [6eb936f997] check-in: [942f691b39] user: danield branch: fix-overlength-lines, size: 27022)
2023-06-03
08:49
Merge trunk into forumpost-locking branch. ... (file: [9ac10f887e] check-in: [8e7de26aa2] user: stephan branch: forumpost-locking, size: 27009)
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: [51abeb3fc3] check-in: [f5482a0a79] user: wyoung branch: trunk, size: 27053)
2023-02-21
09:52
Add db_add_unsent() and replace numerous "INSERT OR IGNORE INTO unset" statements with that. ... (file: [e22f9b4147] check-in: [98d4ee73d7] user: stephan branch: forumpost-locking, size: 27039)
2023-01-09
13:06
Further consistency improvements in docs for various commands. ... (file: [6f86aa88b6] check-in: [2512d2d472] user: km branch: trunk, size: 27083)
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: [c55929ef58] check-in: [1f231db380] user: ericwikman branch: wcag-2.1, size: 27100)
2021-08-18
19:13
attachment_list(), used by wiki, tech-note, and ticket attachment lists, now includes a download link which attempts to download using the file's name instead of artifact ID. Discussed in [forum:6566f665a3685c4f | forum post 6566f665a3685c4f]. ... (file: [53a49ac872] check-in: [648bb4c1b5] user: stephan branch: trunk, size: 27091)
2021-07-16
02:45
Added test-list-attachments command as a preliminary step towards adding the ability to list wiki page attachments from within /wikiedit. ... (file: [b267288bfa] check-in: [a0577666f4] user: stephan branch: trunk, size: 27000)
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: [8ed9173b64] check-in: [0e83ca88ce] user: wyoung branch: body-feature-class, size: 25517)
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: [8cdab204a8] check-in: [8ac0830bfc] user: wyoung branch: body-feature-class, size: 25557)
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: [ed7a5fa8a0] check-in: [942b2076c6] user: drh branch: default-css-cleanups, size: 25401)
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: [22fe31d7e4] check-in: [ef5424b683] user: wyoung branch: default-css-cleanups, size: 25421)
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: [eecce3ea96] check-in: [2907721acd] user: wyoung branch: prefer-mprintf-r, size: 25336)
2020-08-24
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: [0f1bde2eda] check-in: [c515e5fd9f] user: stephan branch: misc-js-experiments, size: 25758)
2020-08-14
12:21
Added optional filename parameter to output_text_with_line_numbers() so that it can add the language-X class to the CODE element. ... (file: [90aded4f90] check-in: [0b3919f3e1] user: stephan branch: line-number-selection, size: 25755)
11:53
Changes line-numbered output to make line numbers selectable, as discussed in [https://fossil-scm.org/forum/forumpost/dc3da10590]. A couple decisions are needed before deciding whether to merge. ... (file: [89dcd77cc7] check-in: [ec73edd4d0] user: stephan branch: line-number-selection, size: 25748)
2020-06-25
00:16
Adjust help text to work better with the new formatter. ... (file: [a30653c2b9] check-in: [a8a606996b] user: drh branch: formatted-online-help, size: 25728)
2020-05-27
22:14
Updated all user-facing documentation and "fossil help" output (plus select internal comments and function names) to use "hash" rather than "UUID". No functional changes. (Yet?) See forum thread https://www.fossil-scm.org/forum/forumpost/ddc14c6866 for discussion. ... (file: [035ecdc619] check-in: [df5201950e] user: wyoung branch: uuid-to-hash, size: 25778)
2020-04-05
23:45
Match the COMMAND and WEBPAGE names with _cmd and _page functions; [https://fossil-scm.org/forum/forumpost/045bffda68|forumpost/045bffda68] ... (file: [b4165b8b35] check-in: [06afb7022f] user: ashepilko branch: api-cleanup, size: 25788)
19:44
Fixes to search. (1) Keep forum search up-to-date. (2) Do not add items to search if they are pending moderation. ... (file: [f0c6a53aeb] check-in: [5e28febf2b] user: drh branch: trunk, size: 25788)
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: [58fd507fa9] check-in: [6cc5354821] user: andybradford branch: db-begin-txn-updates, size: 25771)
2018-07-31
17:05
Try to make moderation a little easier, as recent experience suggests that will be a big deal with the forum. ... (file: [13d3f5c193] check-in: [a9e5a1eefd] user: drh branch: forum-v2, size: 25783)
2018-06-21
19:10
The /subscribe page now creates entries in the subscriber table and sends verification emails. ... (file: [ea835751f7] check-in: [31be2e17a4] user: drh branch: email-alerts, size: 25963)
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: [b5b1578354] check-in: [e7767de263] user: drh branch: symlink-refactor, size: 25962)
2017-02-27
18:26
Manifest parser supports various hash sizes. ... (file: [702f70714f] check-in: [80f9b68e6f] user: drh branch: fossil-2.0, size: 25953)
2017-01-07
19:29
Update the manifest parser so that it accepts remark artifacts. ... (file: [56ce89ce67] check-in: [e40143aaff] user: drh branch: remarks-on-checkins, size: 25954)
2016-11-04
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: [b2f9bbde2c] check-in: [187424e891] user: andygoth branch: trunk, size: 25951)
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: [c27c749e6a] check-in: [cd77e0649a] user: rberteig branch: trunk, size: 26048)
2016-08-01
12:40
Use C89 comments (not C99 style). Only the comment delimiters have been changed. ... (file: [ac8b171ca9] check-in: [c665a2f214] user: dave.vines branch: djvfixcommentstyle, size: 25755)
2016-06-15
08:38
More consistancy in using <br /> and <hr /> HTML tags ... (file: [3d0f441653] check-in: [bd559ff0d0] user: jan.nijtmans branch: trunk, size: 25752)
2016-05-27
21:03
Compiler warning and coding style fixes. ... (file: [88373a8d3d] check-in: [d037468910] user: mistachkin branch: trunk, size: 25760)
2016-05-03
08:17
Merged trunk and resolved conflicts. Passes all current tests, except for tests wiki-15 and wiki-15.1 in wiki.test. ... (file: [5a850f69e2] check-in: [8c8ccac9be] user: rberteig branch: trunk, size: 25760)
2016-04-18
13:36
add TECHNOTEID to fossil attach command ... (file: [a547e2d8f5] check-in: [70131d08e2] user: dave.vines branch: trunk, size: 25750)
2016-04-01
20:21
Work in progress on spell-check and proof-reading sweep over the help text. ... (file: [238d36f986] check-in: [2a4e31bd8d] user: rberteig branch: ross-spellcheck, size: 21679)
2016-03-28
12:12
Stop using 10h as the format for tech note ids. Note that the comment for any existing attachments to tech notes won't change as the comment is generated when the attachment is made (since this change is new, I'd expect there to be none outside of my own personal fossil repositories) ... (file: [f205c82946] check-in: [4ce3c62b53] user: dave.vines branch: trunk, size: 25262)
2016-03-24
18:28
Fixed inconsistent calls to usage() in the attachment command which result in printing the fossil command name twice in the Usage: message. ... (file: [9604a458e3] check-in: [420a5fc0bf] user: rberteig branch: trunk, size: 25262)
2016-03-13
23:55
Merged trunk for changes since January and test suite improvements. ... (file: [f4b6f2f784] check-in: [8fa24960ac] user: rberteig branch: trunk, size: 25295)
2016-02-29
21:23
Show the number of bytes for image artifacts and attachments as well. ... (file: [f35c74213d] check-in: [f4c6e49a43] user: mistachkin branch: trunk, size: 21669)
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: [8883f67597] check-in: [e8735d6a47] user: stephan branch: slash-name-links, size: 21515)
2016-01-05
08:40
[c541b6e734] Move attachment command from wiki.c to attach.c ... (file: [4edbb45234] check-in: [64a5ef28e5] user: dave.vines branch: trunk, size: 25171)
2015-12-31
11:31
[c541b6e734] Add attachments to technotes ... (file: [5f6f5ccc39] check-in: [67288e935a] user: dave.vines branch: technoteattach, size: 21545)
2015-12-23
11:10
Improvements to handling of localtime. The 'utc' and 'localtime' query parameters now work on all web pages. Timestamps can be expressed with a timezone modifier and that works correctly. ... (file: [b238694cd2] check-in: [ea63a2d1f4] user: drh branch: trunk, size: 18986)
2015-04-27
13:19
Provide help text for all commands and webpages. ... (file: [5b713ffe43] check-in: [7ab03289ee] user: drh branch: trunk, size: 19007)
2015-02-26
03:12
Additional changes associated with check-in [43b30dcfc330b] on 2014-10-20: Change the %!w format to %!W. ... (file: [ecad9be142] check-in: [3b92154af8] user: drh branch: trunk, size: 18954)
2015-02-14
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: [b7c3b237a6] check-in: [2f50d427a9] user: drh branch: login-enhancements, size: 18954)
2015-02-13
09:03
A few more places where displayed UUID length should be configurable. ... (file: [0fbede4612] check-in: [c62e94f8a3] user: jan.nijtmans branch: trunk, size: 18623)
2015-02-11
11:09
Use the "%S" formatting option for human-readable SHA1 hashes and "%!S" for SHA1 hashes in URLs. The length of these hashes are compile-time configurable using FOSSIL_SHA1_PREFIX_LEN and FOSSIL_SHA1_URLPREFIX_LEN, respectively. Defaults: 10 and 16. ... (file: [b36e6e393d] check-in: [1fee0377e4] user: drh branch: trunk, size: 18621)
2015-01-21
17:38
Fix internal links on the 'attachlist' page. Reported via the mailing list. Ticket [c899dd567b0dc871d] ... (file: [e9186b7e96] check-in: [0438d06635] user: mistachkin branch: trunk, size: 18649)
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: [e92ad3e5f4] check-in: [0a7e326fa4] user: drh branch: compile-time-print-checking, size: 18645)
2014-09-18
22:02
Experimental changes to permit easier debugging of the moderation subsystem. ... (file: [6e59774774] check-in: [bcb444360a] user: mistachkin branch: please-review, size: 18628)
2014-08-27
16:20
Added menu entry to toggle ln=0 on /info and /artifact pages. ... (file: [82ab7ae850] check-in: [a5b1bef9cf] user: stephan branch: trunk, size: 18688)
2014-07-17
07:04
Use "%S" format in stead of "%.10s" in more places, where UUID's are referenced. ... (file: [79f433085b] check-in: [275457adf0] user: jan.nijtmans branch: trunk, size: 18447)
2014-03-28
08:18
Use full UUID's in more hyperlinks, e.g. regarding attachments. Remove unused function. ... (file: [238aa5c782] check-in: [ec03c3149a] user: jan.nijtmans branch: trunk, size: 18459)
2014-03-08
16:14
Clean up and standardize the handling of user "nobody" and the g.zLogin global variable. ... (file: [57c8ef543e] check-in: [840b762206] user: drh branch: trunk, size: 18459)
2013-12-28
22:41
Eliminate the need to compile SQLite with -Dlocaltime=fossil_locatime. This makes the timeline-utc setting work when fossil is configured with --disable-internal-sqlite. ... (file: [b010c385b0] check-in: [d7fd72dc30] user: jan.nijtmans branch: timeline-utc, size: 18495)
2013-10-15
01:21
Centralize and simplify the commit/ticket hook integration. ... (file: [fc2d3200d2] check-in: [6cf28968db] user: mistachkin branch: tkt-change-hook, size: 18486)
2013-10-04
09:30
Better error-message in case of "manifest file is malformed" ... (file: [75a89ba421] check-in: [1eb438d61a] user: jan.nijtmans branch: pending-review, size: 18468)
2013-09-18
12:56
Always allow the administrator to moderate attachments. ... (file: [7b9f0df425] check-in: [41d9de6e14] user: drh branch: trunk, size: 18465)
2013-08-26
20:42
If an event/attachment comment ends with spaces, strip them from the C-card ... (file: [5cc1ab08fe] check-in: [ff87296f85] user: jan.nijtmans branch: trunk, size: 18416)
2013-08-25
02:11
Spiders and robots are presented with a captcha if they request the annotation page. ... (file: [a044ca8570] check-in: [f8a2aa0ce7] user: drh branch: trunk, size: 18412)
2013-05-29
14:01
Fix two cases where a string value might be used after being freed. ... (file: [657e139a06] check-in: [04ab1af3e0] user: drh branch: trunk, size: 18411)
2013-02-28
20:10
Show check-in comments in block style in all contexts other than timeline regardless of the timeline-block-markup setting. The timeline-block-markup setting only effects the timeline. ... (file: [008bdd9bf7] check-in: [cae8b6964d] user: drh branch: trunk, size: 18426)
2012-11-27
16:26
Enhancements to ticket processing. There are now two tables: TICKET and TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. Fields from ticket artifacts go into either or both of TICKET and TICKETCHNG, whichever contain matching column names. Default ticket edit and viewing scripts are updated to use TICKETCHNG. The TH1 scripting language is enhanced to support this, including the new "query" command for doing SQL queries against the repository database. All changes should be backwards compatible. ... (file: [6bbd7e393a] check-in: [4f8c8975bc] user: drh branch: trunk, size: 18425)
2012-11-26
22:51
Merge byte-order-mark handling enhancements to trunk. ... (file: [eb58d2e6a9] check-in: [9b800ee41c] user: mistachkin branch: trunk, size: 18354)
2012-11-24
00:04
Improvements to hyperlinks showing details of tickets and attachments. ... (file: [6ad2ea4e1b] check-in: [ceda22ac80] user: drh branch: ticket-enhancements, size: 18420)
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: [157695946b] check-in: [82b8587a50] user: drh branch: trunk, size: 18349)
2012-11-20
22:13
Change the action= attribute of <form> elements using javascript, as an additional defense against spam-bots. ... (file: [b96464f083] check-in: [dfa3579455] user: drh branch: trunk, size: 18167)
2012-11-19
23:58
Prevent blank user names from being displayed for items awaiting moderation. ... (file: [47263861ba] check-in: [89ed7dc591] user: mistachkin branch: modDispUser, size: 18217)
04:39
Modularize byte-order-mark and blob UTF-8 conversion handling. ... (file: [b49ab04db4] check-in: [d29dd5449c] user: mistachkin branch: convert_before_commit_v2, size: 18076)
2012-11-08
16:09
Add a new test script that runs 10,000 web pages without valgrind looking for performance issues or fatal errors. Fix one incorrect SQL statement found by this script. Update the valgrind test script to run discovered web pages in a random order. ... (file: [44e077eddd] check-in: [a106404272] user: drh branch: trunk, size: 18071)
2012-11-02
02:41
Clean up some harmless compiler warnings. ... (file: [303e7d45ed] check-in: [0a4193be58] user: drh branch: trunk, size: 18069)
02:26
Additional tweaks to the wiki/ticket editing logic with moderation control. ... (file: [4ff8d3a617] check-in: [d3d094ff55] user: drh branch: moderation, size: 18123)
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: [557f31b936] check-in: [628c402414] user: drh branch: moderation, size: 17953)
17:56
Add moderator approval for attachments. ... (file: [4730bf4864] check-in: [9ac467310f] user: drh branch: moderation, size: 12187)
2012-10-31
12:12
Enhance the control-artifact parser to optionally return an error when the parse fails. Fix a bug in the artifact parser which caused it to ignore Z-card checksum failures. ... (file: [646853e669] check-in: [aab9e66b8b] user: drh branch: trunk, size: 11287)
2012-08-29
13:57
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (file: [97a7b5e5e6] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 11283)
2012-06-29
15:59
Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". ... (file: [c0f29f5530] check-in: [0328d68181] user: drh branch: sqlite4, size: 11285)
2012-06-11
17:33
merge trunk again... (previous merge was not from latest trunk from fossil-scm.org) ... (file: [304f3a4637] check-in: [7a57ab6465] user: mgagnon branch: mgagnon_fix, size: 11326)
2012-04-28
08:03
Refinements to the new hyperlink logic and spider defense. ... (file: [7a2d523955] check-in: [d9c8a7dd73] user: drh branch: spider-defense, size: 11284)
2012-04-17
20:37
If a user tries to add an attachment which is a valid control artifact, compress the attachment and append ".gz" to its names, to prevent it from being interpreted as a real control artifact. Also fix an unrelated comment typo. ... (file: [396959ed10] check-in: [cd4e08803f] user: drh branch: trunk, size: 11292)
2012-03-29
14:54
Add vim modline everywhere ... (file: [fa02d99354] check-in: [a496d8e88d] user: mgagnon branch: mgagnon_fix, size: 11024)
2011-09-14
17:45
Refactored g.okXXX perms flags to g.perm.XXX. ... (file: [990a6f353a] check-in: [34b4dec0bc] user: stephan branch: stephan-hack, size: 10982)
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: [775a4640b2] check-in: [1b4516168d] user: drh branch: trunk, size: 10937)
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: [6fb0e21e44] check-in: [d22519e500] user: drh branch: trunk, size: 10964)
2011-01-07
16:20
Record fractional seconds for artifact times. ... (file: [f2fe216041] check-in: [722d7cac97] user: drh branch: trunk, size: 10924)
2010-12-23
02:22
Add new function fossil_strcmp() that works like strcmp() except that it handles NULL arguments correctly. Use fossil_strcmp() in place of strcmp() in many places in the code. ... (file: [11e7b183e5] check-in: [31c52c7b3e] user: drh branch: trunk, size: 10978)
2010-12-16
14:46
Use relative URLs for hyperlinks whereever possible, so that Fossil can work better behind a reverse proxy. ... (file: [52c3130291] check-in: [daeb10f65f] user: drh branch: trunk, size: 10971)
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: [fbb76e055e] check-in: [8bb8be26ca] user: drh branch: experimental, size: 10979)
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: [6121305439] check-in: [2fac809165] user: drh branch: trunk, size: 10970)
2010-10-03
17:25
corrected HTML-validator problems ... (file: [0838826d52] check-in: [32e85b6638] user: wolfgang branch: wolfgangFormat2CSS_2, size: 10949)
2010-09-26
12:25
some more htm validation ... (file: [09d4c5e46d] check-in: [e5bf291e1c] user: wolfgang branch: wolfgangFormat2CSS_2, size: 10945)
2010-09-12
12:49
corrected some & chars in hyperlinks and added missing quotes in attribute values ... (file: [5b8bfc309c] check-in: [214d2faf6d] user: wolfgang branch: wolfgangFormat2CSS, size: 10895)
08:47
correct all unclosed br and hr tags, skipped sqlite.c ... (file: [a185e6c265] check-in: [692b67bdcc] user: wolfgang branch: wolfgangFormat2CSS, size: 10887)
2010-05-21
16:21
Fix issues with attachments on tickets. In the artifact viewer, do a better job of detecting JPEG images from the content prefix. ... (file: [693260254e] check-in: [3343450e64] user: drh branch: trunk, size: 10875)
2010-05-16
19:08
Change from GPL to the Simplified BSD License. ... (file: [4da6ad1538] check-in: [c06edd231f] user: drh branch: clear-title, size: 10832)
2010-03-21
21:51
Avoid the use of rowids in URLs, since they can change on a rebuild. Use SHA1-derived artifact IDs instead. ... (file: [3a5d1aaae0] check-in: [a4b10f43e2] user: drh branch: trunk, size: 11108)
2010-03-18
13:47
Some minor performance improvements on timeline. ... (file: [6550aa9eae] check-in: [edea06eec7] user: drh branch: trunk, size: 10888)
02:11
Add the ability to delete attachments and fix issues with timelines. ... (file: [2733d7ad3e] check-in: [01c0180b3f] user: drh branch: experimental, size: 10884)
2010-03-17
23:15
Basic functionality of attachments is now in place. ... (file: [e2a776afc8] check-in: [dd2d3177b1] user: drh branch: experimental, size: 8090)
19:57
Added screens for adding and listing attachments. ... (file: [73e72e833a] check-in: [1fcfa000b4] user: drh branch: experimental, size: 6095)
2010-03-16
21:33
Work toward adding support for attachments. Keep this on an experimental branch until it is actually working. ... (file: [44eaa95a97] check-in: [c3d7df650b] user: drh branch: experimental, size: 2526)