Re: [Semanticscuttle-devel] regarding "help wanted" post / a first task
Brought to you by:
cweiske
From: Christian W. <cw...@cw...> - 2011-02-01 22:42:15
|
Hi Golanor, > > https://sourceforge.net/tracker/?func=detail&atid=1017430&aid=3097187&group_id=211356 > Looks to me like it was simply a case of not encoding the $terms > string before adding it to the url, so i simply added: > $terms = rawurlencode($terms); > after the "else" of the search terms (line 88). Which file do you mean? > i saw in the comments that someone suggested doing > $terms = str_replace('+', ' ', $terms); > but that looks to me like a hack to the specific problem, not a > solution. That's indeed a hack. > about git - I have no idea how to use it, so can you please explain > to me how to create a new branch and commit this change to it? $ git clone ssh://go...@se.../gitroot/semanticscuttle/sc $ git branch my-fix $ git checkout my-fix .. edit files $ git add files you changed $ git commit -m 'I fixed this and that' $ git push origin my-fix -- Regards/Mit freundlichen Grüßen Christian Weiske -=≡ Geeking around in the name of science since 1982 ≡=- |