*** TSCHAK2 has joined #gnuenterprise *** TSCHAK2 has quit IRC *** TSCHAK2 has joined #gnuenterprise *** TSCHAK2 has joined #gnuenterprise *** TSCHAK2 has quit IRC *** TSCHAK2 has joined #gnuenterprise *** TSCHAK2 has quit IRC *** TSCHAK2 has joined #gnuenterprise *** TSCHAK2 has quit IRC *** TSCHAK2 has joined #gnuenterprise *** reinhard has joined #gnuenterprise *** johannesV has joined #gnuenterprise *** TSCHAK2 has quit IRC *** TSCHAK3 has joined #gnuenterprise *** TSCHAK2 has joined #gnuenterprise *** TSCHAK3 has quit IRC *** sjc has joined #gnuenterprise *** Ahewes has joined #gnuenterprise *** holycow has quit IRC *** kilo has joined #gnuenterprise good morning *** johannesV has quit IRC *** btami has joined #gnuenterprise *** dimas has joined #gnuenterprise *** johannesV has joined #gnuenterprise good morning *** dcmwai has quit IRC *** TSCHAK2 has quit IRC *** TSCHAK2 has joined #gnuenterprise hi johannesV *** Ahewes has quit IRC reinhard, regarding NULL in ORDER BY: it's handled differently by all databases .... :( many db's have an option in the order-by like 'null first' or 'null last' other's use a 'set ...' command so it's quite difficult to say what appserver should do about this ... hmmmm you think an option in appserver (gnue.conf) could make sense? also the question would be where do NULLs go with desc sorting right it would result in such an config-setting like: NULL_ASC_ORDER=first/last, NULL_DESC_ORDER=first/last or we could just invert a single state like: null_order=first/last, which is given for asc and inverted for desc i'm not sure if it would always be inverted for desc i could imagine that, for example, NULL could always be last no matter if I sort asc or desc in fact i think i even *remember* it being that way but maybe i confuse something i agree with reinhard wee! ;-) *** sjc has quit IRC reinhard: what if i agree with 'but maybe i confuse something'? 8-))) lol anyhow, i do have reallife examples of both sorting i'd preferr two configuration-settings, one per sort-direction so we have the most flexibility but anyway it's something a admin has to take care of (to behave the same way as the backend does) i agree *** holycow has joined #gnuenterprise all: I've updated the roadmap, can everybody please check if I forgot something? we've talked about so many features for appserver over the last weeks, we really need to document that su reinhard: Support for dirty reads (request() will also return uncommitted objects that were created in the same session) does that cover find() also? *** wt has quit IRC of course as find() uses request() internally great where is it? after svn up, look at gnue-appserver/ROADMAP.in <-- lookin on the web >_> *** btami has quit IRC web will only get updated daily *** holycow has quit IRC *** wayneg has joined #gnuenterprise *** kilo has quit IRC *** TSCHAK2 has quit IRC *** TSCHAK2 has joined #gnuenterprise for the record of course the web gets updated as often as we want, but i didn't think it's worth triggering the update just for a change in the roadmap hello *** jamest has joined #gnuenterprise *** jcater has joined #gnuenterprise *** cilkay has quit IRC *** johannesV_ has joined #gnuenterprise *** johannesV_ has quit IRC *** johannesV_ has joined #gnuenterprise *** johannesV has quit IRC *** TSCHAK2 has quit IRC *** TSCHAK2 has joined #gnuenterprise *** TSCHAK2 has quit IRC *** TSCHAK2 has joined #gnuenterprise *** psu has joined #gnuenterprise *** wendall911 has joined #gnuenterprise *** Ahewes has joined #gnuenterprise hello all johannesV_: where do we have gnue-appserver/src/labels.py now? hi dimas hi psu i removed .pyc there and generated forms do not works DB000: Traceback (most recent call last): DB000: File "", line 8, in form DB000: ImportError: cannot import name labels *** Yurik has joined #gnuenterprise *** Yurik has quit IRC *** psu has quit IRC *** TSCHAK2 has quit IRC *** TSCHAK2 has joined #gnuenterprise dimas: can you re-import gnue.gsd in your db? it was done today with gnue-appserver/share/gnue.gsd checking again *** btami has joined #gnuenterprise hi reinhard: i have this diff in my gnue.gsd tamas:~/svn/gnue-contrib/gnue-invoice/scripts$ diff gnue.gsd gnue.gsda 25c25 < $Id: gnue.gsd 6454 2004-10-05 08:14:04Z johannes $ --- > $Id: gnue.gsd 6782 2004-12-07 08:51:47Z kilo $ 896,901c896,899 < from gnue.appserver import labels < labels.find = find < labels.abort = abort < formGen = labels.FormGenerator (self, language, connection, < formwidth, formheight) < return formGen.generateForm () --- > from gnue.appserver.generator.form import FormGenerator > formGen = FormGenerator (session, self, language, connection, > formwidth, formheight) > return formGen.run () 926c924 < Langage (locale) for labels --- > Language (locale) for labels i think kilo forgot to commit this... grabbed from gnu-contrib/gnue-invoice/scripts/gnue.gsd the gnue.gsd in gnue-appserver/share is the "autorative" source yes, i know and AFAICT that already contains FormGenerator hmm * btami is confused ok, deleted all gue.gsd (links too) and seems good yes, the gue-contrib contains the old version (opposite to my prevnote) not a good thing reinhard: do you have a lot of uncommitted changes? can i add a link to svn ? or just regular files ? jcater: not a single one ok, I was going to run my script that updates our copyright headers if you don't mind *** Yurik has joined #gnuenterprise ah excellent *** Yurik has quit IRC fine with me i think i delete gnue.gsd from gnue-invoice reinhard: what do you think? probably not a problem at all because an svn up should merge that into any local change w/o problems yeah, svn merge seems pretty sane btami: I think it was kilo's request to include gnue.gsd for completeness in those projects I wouldn't mind removing it ok *** dcmwai has joined #gnuenterprise reinhard: is there any easy way to get what dir the gnue.gsd had installed, from a shell script? the idea is not to use the default gue db for any gue-contrib projects, just another one, like gue-invoice this way we can play withbaby projects and don't disturb the gnue db, if real users use a real appserver *** TSCHAK2 has quit IRC *** johannesV_ has quit IRC *** Ahewes has quit IRC *** jcater has quit IRC *** wendall911 has quit IRC *** jamest has quit IRC *** dimas has quit IRC *** R45 has quit IRC *** dcmwai has quit IRC *** wayneg has quit IRC *** chillywilly has quit IRC *** dneighbo has quit IRC *** ncjp has quit IRC *** Vee has quit IRC *** reinhard has quit IRC *** Amorphous has quit IRC *** nickr has quit IRC *** dcmwai has joined #gnuenterprise *** TSCHAK2 has joined #gnuenterprise *** Ahewes has joined #gnuenterprise *** wendall911 has joined #gnuenterprise *** johannesV_ has joined #gnuenterprise *** jcater has joined #gnuenterprise *** jamest has joined #gnuenterprise *** wayneg has joined #gnuenterprise *** dimas has joined #gnuenterprise *** Amorphous has joined #gnuenterprise *** R45 has joined #gnuenterprise *** nickr has joined #gnuenterprise *** chillywilly has joined #gnuenterprise *** dneighbo has joined #gnuenterprise *** ncjp has joined #gnuenterprise *** Vee has joined #gnuenterprise dimas, there's no labels.py any more it has been replaced by appserver.generator.form.py ok but this happend a few weeks ago so you'd need to svn-update ... btami, i disliked that copying of 'gnue.gsd' from the beginning, but kilo thought it'd be a good idea ... the change in your gnue.gsd is because of that architectural change in gnue-appserver/src from labels.py to generator.form but as i've said before, this happened in oct. 2004 *** ncjp has quit IRC a python script importing gnue.paths could be used to print the contents of gnue.paths.data (which should be the root-dir where appserver's share is located in) *** ncjp has joined #gnuenterprise bbl DB000: File "/home/ds/svn/gnue_head/.cvsdevelbase/gnue/appserver/generator/form.py", line 208, in __createManager DB000: if sum (width) + len (width) - 1 <= self.__maxWidth: DB000: NameError: global name 'sum' is not defined it is with updated gnue.gsd and appserver sources johannesV_: thx *** dcmwai has quit IRC dimas: how you get this error? calling generated (appserver) form from navigator works for me with appservers sample.gpd with wx uidriver but got Segmentation errorwith gtk2 :( bbl *** btami has quit IRC btami: could it be python version dependancy? as i'm on 2.2 now *** SachaS has joined #gnuenterprise sum is a python-builtin dimas, i've to check if this is python2.3 specific ... ok, gonna switch to notebook and other room now ... brb *** johannesV_ has quit IRC *** johannesV has joined #gnuenterprise dimas, thanks for reporting this bug. sum () is a new function introduced in python2.3 ok dimas, please svn-update and try it again ok it's a quick fix, and maybe i'll do it a bit cleaner later on ... now im getting DB000: File "/usr/lib/python2.2/xml/sax/expatreader.py", line 246, in start_element_ns DB000: prefix = self._ns_stack[-1][apair[0]][-1] DB000: KeyError: GNUe:Layout:Char [ ? yep, strange error test again tomorrow ok johannesV: thanks bye bye *** TSCHAK3 has joined #gnuenterprise *** TSCHAK2 has quit IRC *** johannesV has quit IRC *** kilo_ has joined #gnuenterprise hi SachaS congrats hi kilo_ thanks :) *** TSCHAK3 has quit IRC *** TSCHAK3 has joined #gnuenterprise *** kilo_ has quit IRC *** TSCHAK3 has quit IRC *** TSCHAK3 has joined #gnuenterprise *** sjc has joined #gnuenterprise *** jamest has left #gnuenterprise *** holycow has joined #gnuenterprise *** TSCHAK3 has quit IRC *** TSCHAK3 has joined #gnuenterprise *** Vee has quit IRC *** Vee has joined #gnuenterprise *** TSCHAK3 has quit IRC *** TSCHAK3 has joined #gnuenterprise *** cilkay has joined #gnuenterprise *** sjc has quit IRC *** jamest has joined #gnuenterprise *** TSCHAK3 has quit IRC *** TSCHAK3 has joined #gnuenterprise *** holycow has quit IRC *** wendall911 has left #gnuenterprise *** jamest has quit IRC *** holycow has joined #gnuenterprise *** TSCHAK3 has quit IRC *** TSCHAK3 has joined #gnuenterprise *** TSCHAK3 has quit IRC *** TSCHAK3 has joined #gnuenterprise