[fossil-users] empty-dirs parents

2015-05-17 Thread Andy Goth
I checked in branch andygoth-empty-dirs-parents which causes parents of empty-dirs to be created on update if they don't already exist. Current behavior is to warn if an empty-dirs directory is in a directory that doesn't already exist. Consequently, at the moment it's necessary to explicitly

Re: [fossil-users] Is this a fork?

2015-05-17 Thread jungle Boogie
Hi Andy, On 17 May 2015 at 17:19, Andy Goth andrew.m.g...@gmail.com wrote: On 5/17/2015 7:16 PM, jungle Boogie wrote: On 10 May 2015 at 12:38, jungle Boogie jungleboog...@gmail.com wrote: Hello All, http://www.fossil-scm.org/index.html/timeline.rss More fork examples exist in the timeline:

Re: [fossil-users] andygoth-user-reports

2015-05-17 Thread jungle Boogie
On 17 May 2015 at 19:51, Andy Goth andrew.m.g...@gmail.com wrote: Please give andygoth-user-reports a whirl and report any positive or negative impressions or experiences. I don't think this is anything related to your specific branch, but I observed it as a result of your branch so I'm

Re: [fossil-users] Is this a fork?

2015-05-17 Thread Andy Goth
On 5/17/2015 7:16 PM, jungle Boogie wrote: On 10 May 2015 at 12:38, jungle Boogie jungleboog...@gmail.com wrote: Hello All, http://www.fossil-scm.org/index.html/timeline.rss More fork examples exist in the timeline: http://www.fossil-scm.org/index.html/timeline.rss 05/17/2015 01:45 PM

Re: [fossil-users] andygoth-user-reports

2015-05-17 Thread Andy Goth
On 5/17/2015 11:22 PM, jungle Boogie wrote: This holds true for the first nine, but what about that src/sqlite3.c file, which would be this page: https://www.fossil-scm.org/index.html/finfo?name=src/sqlite3.c I don't see any check-ins for user andybradford using Firefox's find. But there

Re: [fossil-users] Is this a fork?

2015-05-17 Thread jungle Boogie
On 10 May 2015 at 12:38, jungle Boogie jungleboog...@gmail.com wrote: Hello All, http://www.fossil-scm.org/index.html/timeline.rss Notice the fourth item on the list say *FORK*: *FORK* New algorithm for positioning the labels on a piechart. More fork examples exist in the timeline:

[fossil-users] Incorrect check-in count on file report

2015-05-17 Thread Andy Goth
Test case: f init x.fossil mkdir x cd x f open ../x.fossil touch file1 file2 f add * f commit -m 1 echo hello file2 f commit -branch branch -m 2 f up trunk echo hello2 file1 f commit -m 3 f merge -integrate branch f commit -m 4 Now the /reports?view=byfile page shows file1 and file2 as having

[fossil-users] andygoth-user-reports

2015-05-17 Thread Andy Goth
The andygoth-user-reports branch does a ton of cleanup in the reports page, mostly to the way users are handled. The weekday and file reports didn't even support user filtering at all. I also added the ability to type the user name directly rather than having to find it in the users report then

Re: [fossil-users] Is this a fork?

2015-05-17 Thread Andy Bradford
Thus said jungle Boogie on Sun, 17 May 2015 17:16:42 -0700: More fork examples exist in the timeline: http://www.fossil-scm.org/index.html/timeline.rss Technically speaking, the examples you've given *are* forks. While they are not examples of an unnamed fork that was recently under

[fossil-users] andygoth-tkt-674d5d5556

2015-05-17 Thread Andy Goth
By request from jungle Boogie, I attempted to fix ticket 674d5d5556 The timeline does not filter by an unexisting tag. My proposed fix is on branch andygoth-tkt-674d5d5556. It works for me, but I invite outside testing before merging to trunk. -- Andy Goth | andrew.m.goth/at/gmail/dot/com

[fossil-users] Mystery user!

2015-05-17 Thread Andy Goth
https://www.fossil-scm.org/index.html/reports?view=byuser Sorted by event count, the user between viriketo and ron has empty string for a name. What's going on here? Is this bug, or is it some legacy from the early days of Fossil? -- Andy Goth | andrew.m.goth/at/gmail/dot/com signature.asc

Re: [fossil-users] andygoth-brackets-outside-link

2015-05-17 Thread jungle Boogie
Hi Andy, On 17 May 2015 at 14:38, Andy Goth andrew.m.g...@gmail.com wrote: The andygoth-brackets-outside-link branch moves all square brackets outside of a.../a links, so instead of a[1234]/a, you get [a1234/a]. The motivation is to make it easier to copy-and-paste artifact IDs from typical

[fossil-users] Timeline regression in c0c0bae7

2015-05-17 Thread Andy Goth
http://www.fossil-scm.org/index.html/info/c0c0bae719eb96e6 This check-in introduced a regression in the timeline when there are d, p, or dp query parameters used in combination with the r parameter. Such a query is constructed by branch changes. For example, this artifact:

[fossil-users] andygoth-brackets-outside-link

2015-05-17 Thread Andy Goth
The andygoth-brackets-outside-link branch moves all square brackets outside of a.../a links, so instead of a[1234]/a, you get [a1234/a]. The motivation is to make it easier to copy-and-paste artifact IDs from typical web browsers, which do not permit using the mouse to start a selection in the

[fossil-users] andygoth-inhibit-deleted-wiki-link

2015-05-17 Thread Andy Goth
I just checked in something that's been lurking in my stash since April of last year. It inhibits links from check-in comments to deleted/empty wiki pages. See the andygoth-inhibit-deleted-wiki-link branch. f new x.fossil mkdir x cd x f open ../x.fossil f server echo 'this is a test' | f wiki