Re: [fossil-users] 'Contact Info' field in user registration/editing screen
I would use it. I'd do a search of the source code, but not convenient for me right now. On Sat, May 28, 2011 at 2:12 PM, Stephen De Gabrielle wrote: > Hi, does anyone use "contact info" at all? > > I'm keen to use it in the ticket templates, but I don't know how to > reference it.(I can't find it in the documentation) ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
Re: [fossil-users] 'Contact Info' field in user registration/editing screen
Hi, does anyone use "contact info" at all? I'm keen to use it in the ticket templates, but I don't know how to reference it.(I can't find it in the documentation) Thanks, Stephen On Monday, May 23, 2011, Stephen De Gabrielle wrote: > Hi, > > is the 'Contact Info' field (set in user registration/editing screen) > available for hte current user via the ticket (and other) templates? > > > > This bit of code will get rid of the "email" field entry for logged-in users. > Since we know the user's information, we don't have to ask for it. NOTE: it > might be good to automatically scoop up the user's email and put it here. [1] > > > Cheers, > > Stephen > [1] http://www.fossil-scm.org/index.html/doc/trunk/www/custom_ticket.wiki > > > -- > > -- > Stephen De Gabrielle > stephen.degabrie...@acm.org > Telephone +44 (0)20 85670911 > Mobile +44 (0)79 85189045 > http://www.degabrielle.name/stephen > > > -- -- Stephen De Gabrielle stephen.degabrie...@acm.org Telephone +44 (0)20 85670911 Mobile+44 (0)79 85189045 http://www.degabrielle.name/stephen ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
[fossil-users] Testing for versionable settings and empty-dirs
Hello, I've tidied up the versionable-settings branch, which also adds an empty-dirs setting. I welcome feedback and testing -- if you can, let me know what you think, and any bugs you find. http://fossil-scm.org/index.html/timeline?r=versionable-settings "fossil help settings" should tell you everything you need to know, and it will spit out warnings when non-versioned and versioned settings conflict. I've been wondering whether it's worth trying to do something with these in the import command, converting the potentially multiple .gitignore files to a single .fossil-settings/ignore-glob file. However, for my use case of importing from svn, the git svn command won't commit the generated .gitignore files. Also, I had hoped that something with empty-dirs could be done for svn import, eg using the $GIT_DIR/svn//unhandled.log file, but it's messy. Maybe it's not worth it, as it's not going to be a particularly good or complete solution. I presume anyone converting from svn to fossil will keep the old repo around in case an old version needs to be extracted and actually used. The pre-fossil history in the fossil repo works well enough to understand the changes made. Ben -- http://bens.me.uk/ ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
Re: [fossil-users] Questions about the settings command
Hi Richard, thanks, that clarifies things - I will use this to update the online documentation. Regards, Arjen On Fri, 27 May 2011 10:50:30 -0400 Richard Hipp wrote: > On Fri, May 27, 2011 at 3:01 AM, Arjen Markus >wrote: > >> Hello, >> >> I am (slowly) adapting the online help, trying to >>clarify the concepts >> that fossil uses and to accommodate the online help for >>both novice >> intermediate users. >> >> I came across a few things that are not quite clear to >>me in the >> settings command. So, if someone can enlighten me, I >>would >> appreciate that: >> >> - auto-shun: What is meant by "shunning" in this >>context? >> > > http://www.fossil-scm.org/fossil/doc/trunk/www/shunning.wiki > > >> >> - mtime-changes: If it is turned off, what does fossil >>do then? >> Compare the contents (which will have >>an impact >> on performance no doubt)? >> > > Correct. With mtime-changes off, Fossil compares the >files byte-by-byte to > see if they have changed. That works ok for smaller >projects, but slows > things down when you start to get into thousands of >files. > > >> >> The flag -global for the settings command seems a bit >>out of >> sync with the other options: wouldn't --global be more >>appropriate? >> > >Fossil ignores the number of "-" before an option. One >or two work the > same. For consistency in the documentation, change >-global to --global. > > >> >> Regards, >> >> Arjen >> >> >> DISCLAIMER: This message is intended exclusively for the >>addressee(s) and >> may contain confidential and privileged information. If >>you are not the >> intended recipient please notify the sender immediately >>and destroy this >> message. Unauthorized use, disclosure or copying of this >>message is strictly >> prohibited. >> The foundation 'Stichting Deltares', which has its seat >>at Delft, The >> Netherlands, Commercial Registration Number 41146461, is >>not liable in any >> way whatsoever for consequences and/or damages resulting >>from the improper, >> incomplete and untimely dispatch, receipt and/or content >>of this e-mail. >> >> >> >> >> ___ >> fossil-users mailing list >> fossil-users@lists.fossil-scm.org >> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users >> > > > > -- > D. Richard Hipp > d...@sqlite.org DISCLAIMER: This message is intended exclusively for the addressee(s) and may contain confidential and privileged information. If you are not the intended recipient please notify the sender immediately and destroy this message. Unauthorized use, disclosure or copying of this message is strictly prohibited. The foundation 'Stichting Deltares', which has its seat at Delft, The Netherlands, Commercial Registration Number 41146461, is not liable in any way whatsoever for consequences and/or damages resulting from the improper, incomplete and untimely dispatch, receipt and/or content of this e-mail. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users