[fossil-users] skin builder

2011-03-15 Thread Federico Ramallo
/1272510/escape-single-quote-characters-when-importing-to-sqlite Also what do you think about the improved table? includes sorting, searchin, grouping, etc My goal is to implement a lean process on the team therefore we need to track the work in progress Regards, Federico Ramallo

Re: [fossil-users] do I need a fossil server?

2011-03-14 Thread Federico Ramallo
, Federico Ramallo ___ 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] git equivalent commands

2011-03-12 Thread Federico Ramallo
that is not code) I think is interesting to know how to rollback a commit. I'm used to just add a new commit removing the changes. That way we keep the history (made a mistake, fixed the mistake) Also, What we couldn't find out is how to delete a branch (or at least close it) Regards, Federico Ramallo

Re: [fossil-users] git equivalent commands

2011-03-12 Thread Federico Ramallo
Awesome! I'll check it out! :D 2011/3/12 Joerg Sonnenberger jo...@britannica.bec.de On Sat, Mar 12, 2011 at 09:57:25AM -0600, Federico Ramallo wrote: Also, What we couldn't find out is how to delete a branch (or at least close it) Use the web ui. You can mark a branch leaf as closed

Re: [fossil-users] adding js to themes

2011-03-10 Thread Federico Ramallo
Awesome I'll test it using adding the js to the header ! 2011/3/8 Ron Wilson ronw.m...@gmail.com On Tue, Mar 8, 2011 at 11:37 PM, Federico Ramallo frama...@gmail.com wrote: I've been trying to add a js file but the theme only consider CSS, header and footer... I added as a file

[fossil-users] Ticket reports doesn't sync

2011-03-10 Thread Federico Ramallo
Hi, I'm modifying reports on the main fossil repo. This is the repo everybody syncs to. So I modified a report, and created a new one. But after I sync or pull the report doesn't show up on the local repo. Is this by design or there is an error? Thanks, Federico Ramallo

Re: [fossil-users] Ticket reports doesn't sync

2011-03-10 Thread Federico Ramallo
I can answer myself! :D fossil config pull ticket Notice that AREA can be one of: all email project shun skin ticket user it makes sense not sync it by default with the sync command 2011/3/10 Federico Ramallo frama...@gmail.com Hi, I'm modifying reports on the main fossil repo

[fossil-users] git equivalent commands

2011-03-10 Thread Federico Ramallo
on fossil sqlite3 command, How should I add it as a ticket? Do i need a user or I could add it as anonymous? Regards, Federico Ramallo ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo

[fossil-users] adding js to themes

2011-03-08 Thread Federico Ramallo
be to implement that? That way when we export / import a skin we include a javascript file Regards, Federico Ramallo ___ 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] Create new theme

2011-03-03 Thread Federico Ramallo
Awesome! Thanks for the info! 2011/3/2 Richard Hipp d...@sqlite.org On Wed, Mar 2, 2011 at 12:49 PM, Federico Ramallo frama...@gmail.comwrote: The reason I'm thinking on add a built-in theme is because I'm thinking on simply the creating of new projects with the same theme

[fossil-users] multiple projects

2011-03-03 Thread Federico Ramallo
Hi, I am creating multiple fossil repos. There is a way to share users and passwords? Because after the 4th repo, we would forget which user and password was created on each repo I was wondering how could reduce user management complexity ___

Re: [fossil-users] multiple projects

2011-03-03 Thread Federico Ramallo
2011/3/3 Federico Ramallo frama...@gmail.com Hi, I am creating multiple fossil repos. There is a way to share users and passwords? Because after the 4th repo, we would forget which user and password was created on each repo I was wondering how could reduce user management complexity

Re: [fossil-users] multiple projects

2011-03-03 Thread Federico Ramallo
at 3:15 PM, Federico Ramallo frama...@gmail.com wrote: I am creating multiple fossil repos. There is a way to share users and passwords? Fossil honors the REMOTE_USER cgi variable. So if you can configure your web server to manage user authentication and then pass REMOTE_USER into each

[fossil-users] REST interface

2011-03-03 Thread Federico Ramallo
do you think? Regards, Federico Ramallo ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] .gitignore and gitsubmodules

2011-03-03 Thread Federico Ramallo
Hi, I was wondering how could I import a git project using submodules. Also how could I use ignore files. Because for what I understand the ignore-glob setting is part of the local state and doesn't get sync, is that correct? Regards, Federico Ramallo

[fossil-users] Create new theme

2011-03-02 Thread Federico Ramallo
Hi, I was wondering how could I create a new theme? Do i need to add the theme before compilation? Thanks! ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users