Re: Moving pages to/from wiki

2012-08-30 Thread Kyle Auble
Thu, Aug 30, 2012 12:23, Michael Stefaniuc wrote: > On 08/30/2012 06:05 PM, Jeremy Newman wrote: >> On 08/29/2012 09:32 PM, Kyle Auble wrote: >>> just checked http://cvs.winehq.org and sure enough, there is still a >>> very outdated CVS repository there, but I can't find a template or a PHP >>> app

Re: Moving pages to/from wiki

2012-08-30 Thread Kyle Auble
Thu, Aug 30, 2012 11:55, André Hentschel wrote: > Am 30.08.2012 04:32, schrieb Kyle Auble: >> As for redirecting to http://www.winehq.org/cvs, since that was designed >> as a notice page for people trying to browse the source code, I was >> picturing just redirecting the links to http://source.wine

Re: [PATCH 2/5] hhctrl.ocx: Implement HH_SET_WIN_TYPE (try 7).

2012-08-30 Thread Alexandre Julliard
"Erich E. Hoover" writes: > @@ -1784,11 +1785,25 @@ void ReleaseHelpViewer(HHInfo *info) > OleUninitialize(); > } > > -HHInfo *CreateHelpViewer(LPCWSTR filename, HWND caller) > +static BOOL info_in_list(HHInfo *info) > +{ > +HHInfo *i; > + > +LIST_FOR_EACH_ENTRY(i, &window_list, H

Re: kernel32: Add UTF-7 support. (try 4)

2012-08-30 Thread Alexandre Julliard
Alex Henrie writes: > +do > +{ > +if (src[source_index] == 0 && srclen == -1) > +{ > +if (dry_run) dest_index++; else if (write_to_w_string(dst, > dstlen, &dest_index, 0)) return -1; > +/* when srclen=-1, terminate at the first null character found

Re: Moving pages to/from wiki

2012-08-30 Thread Michael Stefaniuc
On 08/30/2012 06:05 PM, Jeremy Newman wrote: > On 08/29/2012 09:32 PM, Kyle Auble wrote: >> just checked http://cvs.winehq.org and sure enough, there is still a >> very outdated CVS repository there, but I can't find a template or a PHP >> applet for it, just the same links you found (most in WWN i

Re: Moving pages to/from wiki

2012-08-30 Thread André Hentschel
Am 30.08.2012 04:32, schrieb Kyle Auble: > As for redirecting to http://www.winehq.org/cvs, since that was designed > as a notice page for people trying to browse the source code, I was > picturing just redirecting the links to http://source.winehq.org/git and > deleting http://www.winehq.org/cvs a

Re: Moving pages to/from wiki

2012-08-30 Thread Jeremy Newman
On 08/29/2012 09:32 PM, Kyle Auble wrote: just checked http://cvs.winehq.org and sure enough, there is still a very outdated CVS repository there, but I can't find a template or a PHP applet for it, just the same links you found (most in WWN issues). I've CCed Jeremy Newman because I'm guessing t