Re: clean-up

2004-12-27 Thread Chris Morgan
Can you post a new version with the fixes that people replied with? I think the rest of the patch looks good. Chris On Thursday 23 December 2004 4:38 am, Eric Blade wrote: > The attached patch includes a lot of cleaning up, > mostly to HTML, a bit to some PHP. > > > > > >

Re: [AppDB] Get rid of value fillers in appSubmit.php for a new version

2004-12-27 Thread Chris Morgan
So is this patch good to go in? Chris On Friday 24 December 2004 2:19 pm, [EMAIL PROTECTED] wrote: > Paul van Schayck wrote: > > Those value fillers are not used. We never send users back to the page > > when errors are found (maybe we should). > > We did, and we should. > > -- > > Tony Lambregt

[AppDB] naming convention

2004-12-27 Thread Jonathan Ernst
As discussed with Chris and others on IRC we'd like to use a new variable naming convention in AppDB code. The proposed scheme is the following ("hungarian notation"): handles: $hSomeHandle integer: $iSomeInteger objects: $oSomeObject arrays: $aSomeArray strings: $sSomeString and so on. constan

Re: clean-up

2004-12-27 Thread Kuba Ober
On czwartek 23 grudzieÅ 2004 05:44 pm, Jonathan Ernst wrote: > Le jeudi 23 dÃcembre 2004 Ã 22:39 +0100, Paul van Schayck a Ãcrit : > > Hey Eric, > > > > On Thu, 23 Dec 2004 01:38:02 -0800 (PST), Eric Blade <[EMAIL PROTECTED]> wrote: > > > The attached patch includes a lot of cleaning up, > > > mos

public domain code from lkcl

2004-12-27 Thread Brian Vincent
I'm not sure if this is useful to anyone, but I thought I remembered licensing being an issue with this once before: http://www.advogato.org/article/814.html "I really really AM relinquishing all copyright of all Samba-related source code that i have ever written, and am placing all that code int

WINEPS and AFM

2004-12-27 Thread Vitaly Lipatov
There is a strange code in dlls/wineps/init.c file: if(!pi->Fonts) { MESSAGE("To use WINEPS you need to install some AFM files.\n"); return FALSE; } It returns FALSE if we have not any fonts described in PPD file (buildin printer). Will I remove this section at all? --