[02:26] Last message repeated 1 time(s). Mr_You (rouzer@mankind.boredom.org) left irc: night reinhard (rm@N802P014.adsl.highway.telekom.at) joined #gnuenterprise. morning hey chillywilly hey chillywilly (danielb@d48.as29.nwbl0.wi.voyager.net) left irc: Ping timeout for chillywilly[d48.as29.nwbl0.wi.voyager.net] neilt (neilt@p226.usnyc3.stsn.com) joined #gnuenterprise. #gnuenterprise: mode change '+o neilt' by ChanServ!s@ChanServ hello all good morning neilt saw you worked on methods haven't looked at it yet thought i let you fix issues first but if i can help you please let me know yes, you can help, i am brain dead with a compile problem btw neilt all reserved word issues are fixed cool current cvs of new classdef already parses all existing gnue-config w/o errors :) methods.c: In function `initialise_method_handling': methods.c:61: parse error before `configuration' is that your problem? yes it has to be some simpel thing simple status = gmod_init_method_handling(configuration config); try change that to status = gmod_init_method_handling(config); too much copy&paste :) duh yes and working too late since geas relys on a gui i am planning on requiring python to be installed so i am not going to have a use python flag geas relies on a gui? let me say it a better way since python is free and the preferreed language for methods can we make this required? and other types of methods optional? what would we gain from that? easier for me in the short term hehe but its thats not right its ok s/its/if/ are we using USE_UNSTABLE_METHODS in the configuration still ? if it is only for the current methods stuff you can require it that's no problem but for final methods i wouldn't want it neilt: as soon as more than one method driver can be compiled at a time i will make --with-*-methods flags optional ok and by default set the USE_*_METHODS according to what is installed like i did for databases i agree that UNSTABLE is a bad word and should be replaced by PYTHON :) ok reinhard: ok where is the docs for the options to use with configure configure --help i hope we have no other docs your exactly right i could not find any docs because i don't want to change 5 docs when i add an option to configure can you remove this options --enable-oaf=[yes|no] yes or no just a sec ok done removed it from configure, from TODO removed a #ifdef USE_OAF block from geas-server.c and removed a test file ok thanks reinhard: now configure is looking for libpython1.5 and i am using 2.1 neilt: that was so since the start if you did --enable-methods=python i will look at fix i never compiled python methods until now can you change -lpython1.5 to -lpython2.1 for now automake 1.5 supports python natively i will look if we can use that where do i change that i am having to hadd readline dependency to my mac project is that right it also appears to need tcl/tk for geas and python methods is that right dres (dres@4.18.171.42) joined #gnuenterprise. neilt: it's possible that python depends on readline i should _not_ depend on tcl/tk PYTHON_LIBS="-lpython1.5 -lpthread" /usr/bin/ld: Undefined symbols: _python_init_method_handling _alloc_provider_data _load_python_binding _TclFreeObj _Tcl_AddErrorInfo _Tcl_Alloc _Tcl_CreateCommand _Tcl_CreateFileHandler _Tcl_CreateInterp _Tcl_CreateTimerHandler _Tcl_DeleteCommand _Tcl_DeleteFileHandler _Tcl_DeleteInterp _Tcl_DeleteTimerHandler _Tcl_DoOneEvent _Tcl_Eval _Tcl_EvalFile _Tcl_EvalObjv _Tcl_ExprBoolean _Tcl_ExprDouble _Tcl_ExprLong _Tcl_ExprString _Tcl_FindExecutable _Tcl_Free _Tcl_GetBoolean _Tcl_GetDouble _Tcl_GetInt _Tcl_GetStringResult _Tcl_GetVar _Tcl_GetVar2 _Tcl_GlobalEval _Tcl_Merge yuck _Tcl_NewDoubleObj _Tcl_NewListObj _Tcl_NewLongObj _Tcl_NewStringObj _Tcl_NewUnicodeObj _Tcl_RecordAndEval _Tcl_SetResult _Tcl_SetVar _Tcl_SetVar2 _Tcl_SplitList _Tcl_UnsetVar _Tcl_UnsetVar2 _Tk_GetNumMainWindows _Tcl_Init _Tk_Init _Tk_MainWindow - sorry i did not realize there were so many what do you link when you get those messages? geas-server? geas server after i add python and readline libs you installed python from binary package or compiled yourself? compiled myself what does "nm $(prefix)/lib/libpython2.1.a | grep _Tcl_" give you? uday (uday@host-64-110-96-159.interpacket.net) joined #gnuenterprise. i get a whole bunch of U _Tcl_AddErrorInfo U _Tcl_Alloc U _Tcl_AppInit U _Tcl_CreateCommand U _Tcl_CreateFileHandler U _Tcl_CreateInterp U _Tcl_CreateTimerHandler U _Tcl_DeleteCommand U _Tcl_DeleteFileHandler U _Tcl_DeleteInterp ok your python library depends on Tcl/Tk mine doesn't weird can you check if there is a configure switch when you build python whether to include Tcl/Tk stuff or not I would not like to have geas depend on tcl/tk ok as this would mean geas depends on x currenct docs seem to infer that 2.1 is dependent on tcl/tk bummer wonder what our python fans think about this especially jamest still checking this is a bummer who is _really_ wanting that geas runs without X Action: reinhard still can't believe it that would mean that we double our dependency list if not triple i dont see any options from configure to disable or enable tcl/tk btw i fixed configure.in i will download python 2.1 source to look at it ok, thanks i have installed tcl/tk for the time being so i can get on with it ok it looks like it may just be my installation fink seems to patch the configure file to remove comments from a bunch of tk/tcl stuff so it may be ok who is fink? a wrapper for dpkg tool neilt: from the README: Tk (the user interface component of John Ousterhout's Tcl language) is also usable from Python. Since this requires that you first build and install Tcl/Tk, the Tk interface is not enabled by default when building Python from source. Python supports Tcl/Tk version 8.0 and higher. :) uday (uday@host-64-110-96-159.interpacket.net) left #gnuenterprise (Client Exiting). derek (derek@cpe-24-221-112-50.az.sprintbbd.net) joined #gnuenterprise. neilt: how goes the article and when is it due? hello, finishing a rewrite today been really busy and have not heard from them this week actually its been kind of tough to concentrate a lot of people here at the client know someone impacted by the events this week so it has not been a very positive environment plus the companies sales are down 75% yikes yeah its been a lost week for me on friday we were evacuated from work due to bomb threat i heard we were locked in building for about 2.5 hours before they evacuated us no bomb i guess so it was totally shot no bomb :) tuesday of course was a loss of work as well and wed / thurs was just hard to concentrate so now im behind at work big time :( and behind on consulting yep i am wrapping up my work out here and dont expect to be back because of the business climate reinhard: i still get the following error /usr/bin/ld: can't locate file for: -lpython2.1 make[3]: *** [geas-server] Error 1 derek: i have a question if you are here? neilt: what is your python library filename? im leaving is it a quick question? yes reinhard stated: IIRC Obelisk merged with GNU GL in 1999 to become GNUe. Then Projectsanity merged with the already existing GNUe. i stated: Development of GNUe started with project Obelisk in July 1999. Project Obelisk merged with project Sanity in March 2000 to become GNUe. which is correct? reinhard: libpython2.1.a - neilt: could it be that the linker doesn't find the file derek: i think one of the power things about gnue is the form deisgner i.e. that it is not under /usr/lib or /usr/local/lib? reinhard: that is exactly the problem derek: could someone add more info about the designer into the text neilt: maybe you have to add the directory to LD_LIBRARY_PATH or something like that i'm sorry i don't know exactly how you can influence where ld searches for the libraries i did configure with -l pointer to path is that not enough ? ./autogen.sh --with-postgresql --enable-debug --enable-methods=python --libdir=/Volumes/AnagadaII/sw/lib --includedir=/Volumes/AnagadaII/sw/include --libdir=/Volumes/AnagadaII/sw/lib/python2.1/config neilt: no --libdir is where this package should install it's libraries on make install not where the linker should look for the libraries oh no ok how do i tell it to look for lib dir at /Volumes/AnagadaII/sw/lib/python2.1/config the same goes for --includedir btw neilt: this is exactly the question i cannot answer w/o looking up :( it seem that configure would not work until i added these then it started working neilt: can you check that please? that would mean i have a basic misunderstanding about configure hold on, checking now reinhard: it still seems to be including my lib locations how do i make sure i have erased everything i did make clean and rm config.cache should i do something else to make sure i am rebuilding everything did you do autogen.sh or configure? autogen.sh should rebuild everything autogen ok Action: reinhard is checking how to do it correctly you can do LDFLAGS=-L/Volumes/AnagadaII/sw/lib/python2.1/config autogen.sh --etc. or you can set LDFLAGS environment variable somewhere in .profile or what there is for mac osx ok this is btw true for all programs there are environment variables LDFLAGS CFLAGS CPPFLAGS YFLAGS LFLAGS etc. which you all can set to add flags to the respective programs LD = linker C = gcc CPP = preprocessor (-I...) Y = yacc/bison L = (f)lex for LDFLAGS what is the difference between -l and -L if any -lfoo links with libfoo.a or libfoo.so -Lfoo adds directory foo to the search path for files that are linked with -l later on the command line ahh so you will probably never need -l on LDFLAGS jcater (jason@1Cust136.tnt4.memphis3.tn.da.uu.net) joined #gnuenterprise. morning all now i get this error configure: error: Cannot find libpq-fe.h. Please specify the installation path of PostgreSQL neilt: i guess postgres is installed in a non-standard prefix i had two postgres installations let me figure this out the you would have to do --with-postgresql=/Volumes/AnagadaII i removed one ah that was a bad move ;) in the short term yes, not the long term :) reinhard: is seems i did NOT have two installations :( oh crap you right jcater (jason@1Cust136.tnt4.memphis3.tn.da.uu.net) left irc: later done erase directories when you have problems bbl my system is totally hosed, so i dont know if i will get methods compiling again today later all neilt (neilt@p226.usnyc3.stsn.com) left irc: nickr (nick@dialup-209.246.78.187.Dial1.NewYork1.Level3.net) joined #gnuenterprise. nickr_ (nick@dialup-209.246.90.48.Dial1.NewYork1.Level3.net) joined #gnuenterprise. nickr (nick@dialup-209.246.78.187.Dial1.NewYork1.Level3.net) left irc: Ping timeout for nickr[dialup-209.246.78.187.Dial1.NewYork1.Level3.net] Nick change: nickr_ -> nickr wonder if he will be back **** NOTE TO NEILT ******* jamest would be one to ask about dates but way it worked was that obelisk (OBE) and GNU GL both existed (thier start times i do not know) they merged and became GNU Enterprise (i dont know this date either) then in Spring of 2000 Project Sanity merged into GNUe this is the 'current' incarnation of GNUe the reason i say that is about everyone that was part of GNUe pre that merge had fallen away and the project seemed about dead cept for jamest ************************* ToyMan (stuq@c5300-1-ip165.albany.thebiz.net) joined #gnuenterprise. anybody home? looking for some newbie postgresql help ToyMan: i can try ahh great I've got the postmaster up and running how do I log in? you have created a database? just the test db that's created on the install im home createuser will create a 'user' hi derek and createdb will create db's generally i do a createuser to get a user account then i actually go into postgres psql psql then do a CREATE DATABASE foo; createuser is from the shell prompt but thats just cause im used to standard sql and not nice createdb function :) ? yip from shell generally its good to do createuser and choose the option to create the db for that user so you can just do psql without specificing a db everytime but certainly not mandatory hmmm - just tried this as root and got psql: FATAL 1: SetUserId: user 'root' is not in 'pg_shadow' you tried what? psql createuser do I need to su to a special user ? yes did i fail to mention that? ;) i think you have to do su -postgres Action: derek is having poor memory on this lemme try... is there a default password for user postgres hmmm that happens during the install? i didnt think so i've tried all of my standard pswrds... postmaster iirc reinhard: use this as a psswrd? no i remember not correctly hmm.. back to the postgres site must be a VERY common newbie question yes it is and im drawing a stupid blank its soemthing really easy though i sure know THAT feeling :) im pretty sure its just su -postgres then create user Action: derek is wondering if you have to do an initdb have you done that yet? I installed this version quite a long time ago... just trying to fire it up and get familiar with the tools I'm heading down to visit my sysadmin on Tues to make a new BSD box with a fresh copy of PostgreSQL on it Action: derek is really embarassed taht he is not remembering this i'm looking thru the postgres docs now iirc thier doc blows pig chunks on this issue Action: ToyMan wonders why they don't make logging in istructions in VERY BIG TYPE at the start of the docs... im thinking you may have to do an initdb Mr_You (rouzer@mankind.boredom.org) joined #gnuenterprise. nickr (nick@dialup-209.246.90.48.Dial1.NewYork1.Level3.net) left irc: Ping timeout for nickr[dialup-209.246.90.48.Dial1.NewYork1.Level3.net] ok head in my ass ToyMan: you still here? oh yeah ok do su then type in your root password trying to get docs thru a 28.8 connection sucks then when you have a shell prompt as root do su - postgres done it should not ask for password and should return bash$ or whatever shell you are running duh at which point you can do createuser ;) i've done this before... please tell me this works :) just did it whew yip now do i log back in as my newuser? type exit to get back to your root prompt and exit again to get back to user prompt from user prompt type yeah, i'm ahead of you here psql -U theuseryoucreated template1 that should get you into psql database template1 that did it...great! if you gave that user authority to create passwords er databases now i can create my own db's? then you can do CREATE DATABASE somedbname; if you did not give that user authority to createdb's i did ok then you can do CREATE DATABASE dbname; and then do case sensitive? \connect dbname to connect to it um the commands arent not sure about dbname/tablename/fieldname dont think they are but not certain iirc MySQL is Postgres isnt but my mind isnt working well today so i would err on side that they are :) FATAL 1: Database "TEMP" does not exist in the system catalog. Previous connection kept template1=> \connect temp You are now connected to database temp. temp=> definitely appears they are so I created a db but the \cnnect command returns: FATAL 1: Database "coins" does not exist in the system catalog. ok appears db names are case sensitive but table names arent try \connect coins does that work/ same error ok do \l and paste the output here only templat is listed then the database wasnt created use CREATE DATABASE coins; hmmm... didn't return an error and paste the output but it didn't confirm either did you put the ; on the end if not then it didn't think you were done temp=# CREATE DATABASE coins; CREATE DATABASE temp=# should be what it does if successful ahhh... that did it cool now you have a table er database i'll have to find a little \ command reference list \? is that command ref list :) great now i'm connected to coins will \? lead me to table creation commands? damn, I though I was done with the \ when i left DOS :) no as those are 'sql' statements you will have to look at a sql reference book or postgres docs as it would be something like god...I've been rendered an idiot by Access... CREATE TABLE foo ( somefield text, somefield int ); or something btw there is an access like interface for postgres called pg_access so you dont have to do the table creation verbosely i'll have to dwnld it it requires tcl (ick), but i hear its nice Mr_You (rouzer@mankind.boredom.org) left irc: bbl http://www.flex.ro/pgaccess/ thanks Action: derek is downloading now as i always tell people about it but have never used it uh..so I do I quit? should really make sure it doesnt totally such \q just figgered it out btw: if you get really bored feel free to document the steps you went through as they arent really on the postgres site anywhere easy to find and we really do answer them pretty frequently would be nice to have in the GNUe FAQ might be a nice addition to your site... i know i asked here the first time i installed postgres as before gnue i used prop databases or mysql i'm really looking forward to switching over to postgres I know once i get that done, i'll start to develope the data access tools i need on my bsd and debian boxes and break my windoze ball and chain... rofl hopefully gnue will be about only data access tool you need :) Action: ToyMan hears a Janis Joplin track in the bg... jcater (jason@1Cust153.tnt1.memphis3.tn.da.uu.net) joined #gnuenterprise. it better have some kick-ass query and report tools... i've never had an accounting system that was an all-in-one solution I've always been forced to use lots of extra tools so hats off to you guys if you can pull it off ...:-) well you are the usre so if we arent pulling it off let us know :) ToyMan: have no fear... we'll pull it off thats you job in the process and why i believe open source / free software will win as a. we have reason to listen to you outside of profit motive b. if we dont listen to you, you can add what we are ignoring, or pay someone to add it :) Action: derek is jumping with joyu Action: derek breaks into a SERIOUS happy dance yeah, I should be able to contribute something substantial oh i wish jamest was here to par take in the joy GET THIS once I get my own data into the system for ever i have been a prick about java usage in GNUe many times fighting off that java is NOT free as in libre only as in beer and j2ee was NOT for GNUe i got flamed over and over where i would then say its only as 'free' as sun will let you let it be and as soon as you exceed expect to be smooshed well lutris and enhydra (j2ee app server) got thrown in our face over and over well TODAY they announced sun is shutting them down in sense that they cant get sun to agree to compatiable license for j2ee stuff wtf wow so lutris is backing out of support for enhydra for legal reasons http://www.newsforge.com/article.pl?sid=01/09/13/2036205&mode=thread now finally i have real case to back up my 'substantially false' claims about the 'freedom' of java/j2ee i hate to see another competitor get bit and i had to see good programmers work undergo this kind of crap but im glad that it brings to front the seriousiness of things that RMS and FSF often warn of but people gladly ignor e Action: ToyMan is back jcater (jason@1Cust153.tnt1.memphis3.tn.da.uu.net) left irc: Ping timeout for jcater[1Cust153.tnt1.memphis3.tn.da.uu.net] neilt (neilt@p246.usnyc5.stsn.com) joined #gnuenterprise. #gnuenterprise: mode change '+o neilt' by ChanServ!s@ChanServ jcater (jason@1Cust153.tnt1.memphis3.tn.da.uu.net) joined #gnuenterprise. derek: you still around? i found basic errors in the table structure in my Access app was causing soming some referential errors and I couldn't add some features till I fixed it so I'll have to send you the new tables (and some code changes) before we go after any transfer... though as I think of it, i'll probably be doing all the transfer over here? since the data is pretty much always 'live' and i'll have the weekend at best to get whatever we go after done maybe have to break it into chunks so we can debug a piece at a time we might also want to think about how to document this process since i'll be one of the 'early adapters' and the issues we run into will probably come up again and again and data transfer issues will be one of the main impediments to people switching over to Gnue ToyMan (stuq@c5300-1-ip165.albany.thebiz.net) left irc: [x]chat oops he is gone Mr_You (rouzer@mankind.boredom.org) joined #gnuenterprise. jcater_ (jason@1Cust88.tnt8.memphis3.tn.da.uu.net) joined #gnuenterprise. jcater (jason@1Cust153.tnt1.memphis3.tn.da.uu.net) left irc: Ping timeout for jcater[1Cust153.tnt1.memphis3.tn.da.uu.net] howdy chillywilly (danielb@d130.as27.nwbl0.wi.voyager.net) joined #gnuenterprise. Nick change: jcater_ -> jcater argh! damn this blasted MSN ok i need some native english again :) er? if i have 2 files file b depends on file a is there a name for these two like the "dependant" and the "depender" or whatever b is dependent on a yes what i need it for is i have a function that receives 2 parameters that's how you would say it the name of the file a and the name of the file b i need good names for these parameters what is the relation of these files b depends on a why? (just asking to help name them) ok :) gcd files can depend on each other i am writing a function with the beautiful name _geas_cd_register_dependency (const char *filename_a, const char *filenameb) this dependency is beacuse of inheritance or inclusion? or both basically yes or either one it just means that a must be processed before be for some reason yes to what? k one is the independent (no dependency) and the other is the dependent (using your words) the system calls this function a number of times for some combinations of filenames but i could call one the base file and the other the include file and then another function tries to sort the filenames so that the files can be processed in the correct order i could also say one is the "before" file and the other is the "after" file because a must be sorted before b and b must be sorted before a one is the base file and the other is the preprocess file ?? argh b must be sorted after a of course fitzix (barry@dialup-63.215.228.172.Dial1.Stamford1.Level3.net) joined #gnuenterprise. brb hey barry brb hey guys - what's up? derek: good to see you back here nickr (nick@dialup-209.244.177.154.Dial1.NewYork2.Level3.net) joined #gnuenterprise. jcater (jason@1Cust88.tnt8.memphis3.tn.da.uu.net) left irc: Ping timeout for jcater[1Cust88.tnt8.memphis3.tn.da.uu.net] fitzix (barry@dialup-63.215.228.172.Dial1.Stamford1.Level3.net) left irc: Client Exiting back the ebony tail piece I want for my guitar is showing $250 on the luthiers site :-((( heh maybe I can talk him down.. we live in the same state heh heheh my dad used to repair guitars for a living he was an apprentice under benedetto I think Buscarino drahc (drahc@24-196-85-224.jvl.wi.charter.com) joined #gnuenterprise. he lives in NC mountains and makes REALLY EXPENSIVE archtops and acoustic for jazz/classical players hi drahc hi reinhard: i think you could that master/slave :) derek: i thought about that, too but it doesn't fit very well i stuck to before/after crap, this was a bad mistake i still cant get postgresql to install drahc (drahc@24-196-85-224.jvl.wi.charter.com) left #gnuenterprise. bwahhh have pictures from linuxworld downloaded will upload to net soon drahc (drahc@24-196-85-224.jvl.wi.charter.com) joined #gnuenterprise. kewl wb drahc thanks so how is the gnue development going? it's going ;) so fast that we are very optimistic where in WI are you? You are in WI right? but so slow that we still could need help ;) chillywilly: you are talking to me? yes Action: chillywilly notices a .wi in there chillywilly: if so im just west of milwaukee, about 30 miles on I94 which is what town/city/village? oconomowoc ah you? Action: chillywilly is in menomonee falls huh north of Milwaukee oconomowoc is really a town in the U.S.?? right about 15mins yes yes why? sounds funny well probably not for you :) heheh I once saw a news guy pronounce it with a short o sound its funny how people cant pronounce it correctly but its all there my buddy and I were joking the whole time calling it ocanocamowalk when we were there wiht the short o soud sound yep thats how people like to make fun of the name oooh, this little debate thing on TV is getting heated what channel er, presentation I think it is c-span2 nickr_ (nick@dialup-209.246.67.158.Dial1.NewYork1.Level3.net) joined #gnuenterprise. nickr (nick@dialup-209.244.177.154.Dial1.NewYork2.Level3.net) left irc: Ping timeout for nickr[dialup-209.244.177.154.Dial1.NewYork2.Level3.net] talk later drahc (drahc@24-196-85-224.jvl.wi.charter.com) left #gnuenterprise. ajmitch (ajmitch@p23-max2.dun.ihug.co.nz) left irc: Ping timeout for ajmitch[p23-max2.dun.ihug.co.nz] ajmitch (ajmitch@p6-max6.dun.ihug.co.nz) joined #gnuenterprise. mdean (mdean@arc11x114.kcnet.com) joined #gnuenterprise. nickr_nyc (nick@dialup-209.244.177.244.Dial1.NewYork2.Level3.net) joined #gnuenterprise. nickr_ (nick@dialup-209.246.67.158.Dial1.NewYork1.Level3.net) left irc: Ping timeout for nickr_[dialup-209.246.67.158.Dial1.NewYork1.Level3.net] Business Application Development Comment by Derek Neighbors - 2001-09-15 10:18:52 GNU Enterprise offers a nice RAD framework for business applications, complete with a visual designer and n-tier application framework. It is a GNU project. (http://www.gnuenterprise.org) or (http://www.gnu.org/projects/gnue/) [ reply to comment ] hehe can you day plug :P s/day/say hmm where did you see this blatant piece of advertising, chillywilly? linux.com article hold on http://www.linux.com/learn/newsitem.phtml?sid=1&aid=12522 pretty cheesy not a very example filled article nickr_ (nick@dialup-63.210.210.229.Dial1.NewYork1.Level3.net) joined #gnuenterprise. nickr_nyc (nick@dialup-209.244.177.244.Dial1.NewYork2.Level3.net) left irc: Ping timeout for nickr_nyc[dialup-209.244.177.244.Dial1.NewYork2.Level3.net] Maniac (darryl@h24-82-132-209.wp.shawcable.net) joined #gnuenterprise. chillywilly (danielb@d130.as27.nwbl0.wi.voyager.net) left irc: Read error to chillywilly[d130.as27.nwbl0.wi.voyager.net]: EOF from client Nick change: mdean -> mdean-[d00f] nickr_nyc (nick@dialup-64.152.173.131.Dial1.NewYork1.Level3.net) joined #gnuenterprise. nickr_ (nick@dialup-63.210.210.229.Dial1.NewYork1.Level3.net) left irc: Ping timeout for nickr_[dialup-63.210.210.229.Dial1.NewYork1.Level3.net] Nick change: Maniac -> Maniac-[gnivrats] must go to bed nite all reinhard (rm@N802P014.adsl.highway.telekom.at) left irc: Those who say it can't be done should never stop those who are actually doing it. nickr_ (nick@dialup-209.246.77.229.Dial1.NewYork1.Level3.net) joined #gnuenterprise. nickr_nyc (nick@dialup-64.152.173.131.Dial1.NewYork1.Level3.net) left irc: Ping timeout for nickr_nyc[dialup-64.152.173.131.Dial1.NewYork1.Level3.net] mdean-[d00f] (mdean@arc11x114.kcnet.com) left irc: Ping timeout for mdean-[d00f][arc11x114.kcnet.com] mdean (mdean@arc10x05.kcnet.com) joined #gnuenterprise. #gnuenterprise: mode change '+o derek' by ChanServ!s@ChanServ Topic changed on #gnuenterprise by derek!derek@cpe-24-221-112-50.az.sprintbbd.net: View the Linux World Expo Carnage -> http://goats.gnue.org/~dneighbo/photos/ hi mdean noticed you closed some of my bugs Action: derek gets all warm and fuzzy when he gets closed bug email actually the ones you closed were requests even not really bugs yup - got "status types" in there as well, but needs a little more testing yup nickr_ (nick@dialup-209.246.77.229.Dial1.NewYork1.Level3.net) left irc: Ping timeout for nickr_[dialup-209.246.77.229.Dial1.NewYork1.Level3.net] now you will be able to designate each status as one of these types: Open, Closed, Deferred I may change Closed to be Completed, tho it was not very fun to implement either - had to change half of the source tree dealing with business logic and queries ended up adding two more configuaration settings for default ticket and project statuses as well to make it work a little smoother mdean (mdean@arc10x05.kcnet.com) left irc: Killed (NickServ (GHOST command used by mdean_)) Nick change: Maniac-[gnivrats] -> Maniac mdean (mdean@arc10x28.kcnet.com) joined #gnuenterprise. neilt (neilt@p246.usnyc5.stsn.com) left irc: Maniac (darryl@h24-82-132-209.wp.shawcable.net) left irc: Read error to Maniac[h24-82-132-209.wp.shawcable.net]: Connection reset by peer dru (upmpgj@203.97.82.178) joined #gnuenterprise. derek (derek@cpe-24-221-112-50.az.sprintbbd.net) left irc: Ping timeout for derek[cpe-24-221-112-50.az.sprintbbd.net] ... derek (derek@cpe-24-221-112-50.az.sprintbbd.net) joined #gnuenterprise. mdean: what was going to tell you.... oh for workorders for us the 'bitch' of a thing is this 'ready for sign off' vs 'closed' to 'us' its closed when we are done to our boss when we are done its 'ready for sign off' then when the user signs off it can get 'closed' this kills us for reporting as normally for me i run a report saying show me everything but whats closed i can still do that and not include ready for signoff BUT the damn things still show up in 'my tickets' and my top 5 er 'my workorders' if you make ready for sign off a closed status it won't anymore err - closed type sweet thats what i thought ;) just trying to remember what the hell i really asked for you know us damn users, cant keep our demands straight :) heh Action: derek really hopes an upgrade is as easy as an install as i can tell i need to upgrade soon any anything marked as a closed type will now have the old closed business logic applied to it upgrades are easy run SQL scripts - login how as the version i am running in one place vs the other already is noticeably better :) sssssssssmokin course - the newer version will need to have a little filesystem magic since it uses a structure friendly to phpgw and all the files now have a .php extension usually what I do is move old version out of the way, new version into its place, copy file attachments/checklists directories, run SQL, login sounds reasonable and get this: you'll be able to move the files outside of the web directory all files will be forced to application/octet-stream (or something similar) to force a download cool and date/time fixed i.e. i think i have some patched up datetime stuff Action: derek cant fully remember OH! the project deadline I'll double check that - I may have patched mine when I walked you through patching yours rofl chillywilly (danielb@d71.as9.nwbl0.wi.voyager.net) joined #gnuenterprise. --- Sun Sep 16 2001