Fossil

Timeline
Login

Timeline

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

50 events occurring around 8987a6bbbf6b8d38.

2013-05-28
10:11 Edit [7f0507c04da883bb|7f0507c04d]: Mark "Closed". ... (artifact: 5dd845dbb4 user: jan.nijtmans)
10:10 Edit [4e573871bcef9199|4e573871bc]: Mark "Closed". ... (artifact: b2c9546327 user: jan.nijtmans)
10:10 Edit [7f0507c04da883bb|7f0507c04d]: Cancel tag "pending-review". ... (artifact: 4f87c3ec49 user: jan.nijtmans)
00:48
Fix an uninitialized variable in the previous check-in. ... (check-in: 9f3fb6cb98 user: drh tags: trunk)
00:45
Add the ability to edit Wiki pages as either Fossil Wiki, or Markdown, or Plain Text. ... (check-in: a5a5524659 user: drh tags: trunk)
2013-05-27
21:03 Edit [4e573871bcef9199|4e573871bc]: Move to branch cleanDashN. ... (artifact: 33366a18c0 user: mistachkin)
13:52 Changes to wiki page "To Do List" ... (artifact: c8465a1b48 user: drh)
10:25 Edit [0a5abbee920b7520|0a5abbee92]: Mark "Closed". ... (artifact: 46cae1b50b user: jan.nijtmans)
10:21 Edit [5dd6b69799969974|5dd6b69799]: Mark "Closed". ... (artifact: 15ac2cbc8e user: jan.nijtmans)
09:56
rebase ... (Closed-Leaf check-in: 7f0507c04d user: jan.nijtmans tags: cleanDashN)
09:53
Implementation simplification: -n implies -f and -v, this way less separate flag-checks have to be done. No change in functionality. ... (Closed-Leaf check-in: 4e573871bc user: jan.nijtmans tags: cleanDashN)
08:53
Better implementation of "fossil clean -x". Previous implementation didn't prompt any more before before removing unknown files when the -x option was used. ... (Closed-Leaf check-in: 6758c2b0d5 user: jan.nijtmans tags: cleanX)
03:10
Minor documentation updates. ... (check-in: 7794d72c5f user: drh tags: trunk)
02:25
Remove an unused variable from the annotation logic in diff.c. ... (check-in: 770fd05fe8 user: drh tags: trunk)
02:18
Further improvements to the web display of annotations and file history. ... (check-in: ef26e7624e user: drh tags: trunk)
02:00
Do not redirect "diff" links on the "Show Files" option of the timeline to a different window. If the user wants to show the diff in a different window, let them click while holding down the Shift key. ... (check-in: 71a916ee95 user: drh tags: trunk)
01:56
Improvements to the web display of file annotations. ... (check-in: 59d70140f6 user: drh tags: trunk)
2013-05-25
20:41
Improvements to file history display in the web interface. ... (check-in: 601c15421a user: drh tags: trunk)
17:48
Fixed corner case in --args handling for 1-byte entry with no newline. ... (check-in: ee990ebb99 user: stephan tags: trunk)
17:22
Add the ci= query parameter to the finfo webpage, to trace the direct ancestors of a file from a particular check-in. ... (check-in: 418ec701a3 user: drh tags: trunk)
14:34
minor typo fix in help text. ... (check-in: 24e259da5a user: stephan tags: trunk)
14:30
Added notes about --args FILENAME to default help message, per ML request. ... (check-in: 0e5bbade2c user: stephan tags: trunk)
01:57
Remove unused variables in the annotation engine. ... (check-in: 305e3951cc user: drh tags: trunk)
01:52 Fixed ticket [58ce2f221a]: fossil annotate shows one version after the last change plus 3 other changes ... (artifact: 8d3f717093 user: drh)
01:52
Improvements to annotate. Faster. More correct. Added gradient background colors to the web view. Default to showing line numbers. Do not show the check-in user. Fix for ticket [58ce2f221ae2e64ed]. ... (check-in: 89bf6f13f9 user: drh tags: trunk)
01:49
Improved default background colors for web annotations. Remove the diff hyperlinks from the annotation log. ... (Closed-Leaf check-in: 8987a6bbbf user: drh tags: annotate)
01:27
Improvements to the longest-common-subsequence (LCS) function inside the diff engine. ... (check-in: 477d1150cf user: drh tags: annotate)
2013-05-24
21:54
Fix a minor formatting error in the web annotation page. ... (check-in: 1fcc6bda2f user: drh tags: annotate)
21:39
Add links to diff pages on the annotation log in the web interface. ... (check-in: 7799ff3a00 user: drh tags: annotate)
21:18
Do not display the user on annotation output. Show only the check-in ID, date, and line number. ... (check-in: 8fee580ded user: drh tags: annotate)
21:11
Show gradient background colors on the web annotation screen, with deeper colors the further back in time we go. ... (check-in: 0b0ab858a8 user: drh tags: annotate)
17:16
Web-based annotation shows lines numbers and the log by default. ... (check-in: 434be79b43 user: drh tags: trunk)
17:04
Fix the "Hide Line Numbers" button on the annotate web page. ... (check-in: d3fd72f442 user: drh tags: trunk)
17:02
On the web-based annotate screen, do not show the annotations on lines that are older than the analysis. ... (check-in: e46935e962 user: drh tags: trunk)
11:44
Add the "Integrating Fossil in the Microsoft Express 2010 IDE" document from Gilles Ganault. ... (check-in: 33c651cea5 user: drh tags: trunk)
07:01
"fossil update" operates on the local filesystem, so it should have the --case-sensitive option. ... (check-in: 13c7c61ada user: jan.nijtmans tags: trunk)
2013-05-23
23:20 New ticket [4013b0a81a] Timewarps cause Git export to malfunction. ... (artifact: 6a21daaeb4 user: drh)
22:36
Fix problems with update and merge when case-sensitive is off and two different checkouts each add files that differ only in case. ... (check-in: a5a8d0477a user: drh tags: trunk)
10:13
After a sync, report "Sync finished" in stead of "Pull finished" ... (check-in: 97040d6436 user: jan.nijtmans tags: trunk)
2013-05-22
07:11
Use-case demonstrating previous change. It restores the behavior of "fossil clean" and the "ignore-glob" documentation to what it was in 1.25 and before: clean everything unknown to fossil except the build artifacts (specified by "ignore-glob" or --ignore). Now the build artifacts can be removed by "fossil clean -X", while "fossil clean -x" cleans everything possible for a clean build. This renders --clean and "ignore-clean" unnecessary, it can be removed now. ... (Closed-Leaf check-in: 003062b7d8 user: jan.nijtmans tags: cleanX)
01:43 Edit [44025538c4027932|44025538c4]: Move to branch pending-review. ... (artifact: e231ba72c8 user: mistachkin)
2013-05-21
14:45
Implement -x|-X|-e|--exclude options for "fossil clean". Compatible with "git clean -x|-X|-e|--exclude". ... (check-in: 44025538c4 user: jan.nijtmans tags: cleanX)
13:56
Add option -v|--verbose to "fossil ls" as replacement for (deprecated) -l. ... (check-in: e91d65afe5 user: jan.nijtmans tags: trunk)
2013-05-20
10:58
doc fix ... (check-in: 122b631c31 user: jan.nijtmans tags: trunk)
2013-05-17
12:04
Remove excess verbage from the output of "fossil clean" unless the --verbose or -v command-line option is used. Issue an error if an unrecognized command-line argument is seen, to prevent mistakes like using --dryrun instead of --dry-run. ... (check-in: 273ec22f25 user: drh tags: trunk)
2013-05-15
18:49
Load the latest SQLite library from upstream, for the purpose of testing the 3.7.17 beta of SQLite in a real-world application. ... (check-in: 997ebf7ff4 user: drh tags: trunk)
15:05 New ticket [58ce2f221a] fossil annotate shows one version after the last change. ... (artifact: bb7b8e938c user: rmax)
09:33
Allow "fossil all ... -U|--user <username>" ... (check-in: b388e7347d user: jan.nijtmans tags: trunk)
08:54
Allow "fossil all ... -v" as alternative to "fossil all ... --verbose" ... (check-in: 6d09745a6f user: jan.nijtmans tags: trunk)
08:16
doc fix. ... (check-in: dd6adf451a user: jan.nijtmans tags: trunk)