Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around d29dd5449c8b4b3f.
2012-11-20
| ||
20:31 | When db_open_config() is called with the useAttach parameter set to non-zero, it may need to close and reopen the database using ATTACH if that was not done previously. check-in: fb04f27829 user: drh tags: trunk | |
17:14 | Extra buttons on wiki viewing pages that make it easier to find and delete spam. check-in: 66b3d398bb user: drh tags: trunk | |
15:23 | • Ticket [d17d6e5b17] Handle file names containing brackets, interrogation mark or asterisk status still Open with 1 other change artifact: 7ec2f0ae2d user: anonymous ... 3 similar events omitted. | |
14:28 | Prevent blank user names from being displayed for items awaiting moderation. Also, Show much less output on a sync operation, unless the --verbose flag is given. check-in: 15708574fe user: drh tags: trunk | |
13:47 | • Ticket [d17d6e5b17] Handle file names containing brackets, interrogation mark or asterisk status still Open with 1 other change artifact: 7162bc8b28 user: jan.nijtmans | |
13:46 | Experimental fix for issue [d17d6e5b17]. Should have a LOT more testing before merging it to trunk, because it is dangerous! The method used is as described at: http://cygwin.com/cygwin-ug-net/using-specialnames.html The only problematic characters left are ':' and '\', all other problematic characters are handled by translating the... check-in: 82ce90f91c user: jan.nijtmans tags: ticket-d17d6e5b17 | |
13:42 | Only suppress bad hyperlinks for check-in comments and tickets. Continue to show the broken hyperlinks on wiki pages. check-in: 26ac392308 user: drh tags: trunk | |
08:27 | When db_open_config() is called with the useAttach parameter set to non-zero, it may need to close and reopen the database using ATTACH if that was not done previously. check-in: 66196aa8b7 user: mistachkin tags: th1Hooks | |
08:23 | When db_open_config() is called with the useAttach parameter set to non-zero, it may need to close and reopen the database using ATTACH if that was not done previously. Closed-Leaf check-in: e0152697fb user: mistachkin tags: dbReOpenConfigAttach | |
08:21 | If applicable, use the OPEN_ANY_SCHEMA flag in Th_FossilInit. check-in: 3c1ad1def9 user: mistachkin tags: trunk | |
06:28 | Correct format string typos for TH1 trace statements. check-in: c3e841c745 user: mistachkin tags: th1Hooks | |
06:26 | Proof-of-concept for generalized TH1 command/webpage hooks. check-in: caad77934b user: mistachkin tags: th1Hooks | |
06:04 | Add 'th1-setup' setting for the optional TH1 script to evaluate after creating and initializing the TH1 interpreter. Revise TH1 integration in preparation for generalized hooks. check-in: b058c8a944 user: mistachkin tags: trunk | |
02:05 | Show much less output on a sync operation, unless the --verbose flag is given. Closed-Leaf check-in: 407cd4c534 user: drh tags: less-verbose-sync | |
2012-11-19
| ||
23:58 | Prevent blank user names from being displayed for items awaiting moderation. Closed-Leaf check-in: 89ed7dc591 user: mistachkin tags: modDispUser | |
23:57 | Fix harmless compiler warning in the wiki rendering code. check-in: 60f71ba20a user: mistachkin tags: trunk | |
20:39 | Allow the get_utf8_bom function to return the size as well. check-in: d857d20bef user: mistachkin tags: convert_before_commit_v2 | |
16:41 | Fix the git-fast-export generator so that it does not make links to files that for some reason or another do not exist in the repository. Also fix some stylistic problems in the export code. check-in: c3bfb0083a user: drh tags: trunk | |
13:54 | Make no transformation to wiki hyperlinks (text inside [..]) if the content is not a valid hyperlink. Formerly, the faulty hyperlink would be displayed within <span class="brokenlink">..<span>. check-in: 90676f48f0 user: drh tags: trunk | |
12:04 | • Ticket [10aee063c4] Fossil didn't support for UTF8 to storage filenames. status still Open with 1 other change artifact: 65cdb078b7 user: anonymous ... 2 similar events omitted. | |
04:39 | Modularize byte-order-mark and blob UTF-8 conversion handling. check-in: d29dd5449c user: mistachkin tags: convert_before_commit_v2 | |
01:46 | • Ticket [46bf4baedc] wrongly reported illigal character, "" and "" status still Closed with 1 other change artifact: 8eba5abcfc user: anonymous | |
2012-11-18
| ||
22:33 | • Ticket [10aee063c4] Fossil didn't support for UTF8 to storage filenames. status still Open with 3 other changes artifact: 00132fc614 user: jan.nijtmans ... 1 similar event omitted. | |
2012-11-17
| ||
20:19 | merge trunk Closed-Leaf check-in: 7e7dcdd2c9 user: jan.nijtmans tags: convert_before_commit | |
20:17 | • Edit [46fba0f1c6b54932]: Marked "Closed". artifact: 1aeb6d3f2a user: jan.nijtmans | |
19:22 | Prevent delta loops on sync operations that might otherwise occur if a sequence of file changes ends with a file back to its original state after a sequence of two or more intermediate states. The is a backport/cherrypick of check-in [141b990722ea81e10e5] Leaf check-in: 285eeba64f user: drh tags: branch-1.19 | |
19:16 | Fix the server-side sync operation so that it will not generate a delta loop when a file changes from its original state through two or more intermediate states and back to its original state and all versions of the file attempt to sync in a single transaction. check-in: e5b8eb1235 user: drh tags: trunk | |
19:07 | Avoid the <nobr> tag in generated HTML. check-in: 8ea929ca55 user: drh tags: trunk | |
15:03 | Only show the "pull only - not authorized to push" message once when syncing with a repo for which there is read-only permission. Leaf check-in: 6cc262207d user: drh tags: fix-sync-delta-loop | |
2012-11-16
| ||
21:57 | Provisional changes aimed at preventing delta loops on sync operations that might otherwise occur if a sequence of file changes ends with a file back to its original state after a sequence of two or more intermediate states. check-in: 141b990722 user: drh tags: fix-sync-delta-loop | |
07:50 | remove unused variable check-in: 6fb750d77c user: jan.nijtmans tags: trunk | |
07:33 | The <nobr> tag is not valid xhtml. All div.logo, div.status, div.section and div.divider parts of the html pages are not supposed to be line-wrapped. Some skins do that though the <nobr> tag, other do it by putting "white-space: nowrap;" in css. This commit changes the skins to do the same using css in all skins. With this chan... Closed-Leaf check-in: 46fba0f1c6 user: jan.nijtmans tags: no-nobr | |
2012-11-15
| ||
20:43 | The annotator follows name changes. check-in: ee33b951a4 user: drh tags: trunk | |
20:25 | Enhance the finfo page to show renames and/or where the file was added. check-in: dac6424e66 user: drh tags: trunk | |
15:57 | Enhancements to the timeline labeling with the uf= option. New hyperlinks from the finfo page to timeline with uf=. check-in: a9372c05f5 user: drh tags: trunk | |
15:14 | Add the uf= query parameter to timeline. The timeline shows only those checkins that contain the file identified. check-in: eb3cc76d50 user: drh tags: trunk | |
12:38 | Add the debug= query parameter to the finfo file timeline page. Setting the 1 bit on debug causes the fid, pid, and mid of each file change to be displayed in the timeline. check-in: badd78e167 user: drh tags: trunk | |
2012-11-14
| ||
20:30 | • Edit [99053ab14108599b]: Edit check-in comment. artifact: 34ad47454c user: drh | |
20:28 | Detect infinite loops in the DELTA table and abort out of content_get() when they are found. Fix an off-by-one error in the version-3 clone protocol. This error might cause an incomplete and corrupt clone if a transfer block fills up just before sending the very last blob. Backport of fixes from 2012-08-23 21:15:36 check-in: 99053ab141 user: drh tags: branch-1.19 | |
18:07 | Modify the custom MinGW makefile to support symbols. check-in: 0e812a8edd user: mistachkin tags: trunk | |
17:39 | Allow the "fossil ui" command to specify a directory as long as the "--notfound" option is also used. Give a better error message if these conditions are not met. check-in: 4e368da19c user: drh tags: trunk | |
17:23 | Update the "fossil server DIRECTORY" operation so that it will serve static content contained in DIRECTORY in addition to Fossil repositories. check-in: 87d6aa3196 user: drh tags: trunk | |
2012-11-13
| ||
15:04 | this ampersand should not have been escaped check-in: 2017763c31 user: jan.nijtmans tags: trunk | |
12:32 | • Edit [06b00fa511a69ede]: Edit check-in comment. artifact: 662798b524 user: jan.nijtmans | |