You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(5) |
Feb
(1) |
Mar
(1) |
Apr
(7) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
(6) |
May
(3) |
Jun
(8) |
Jul
(8) |
Aug
(22) |
Sep
(28) |
Oct
(12) |
Nov
(5) |
Dec
(5) |
2008 |
Jan
(3) |
Feb
(19) |
Mar
(37) |
Apr
(20) |
May
(19) |
Jun
(17) |
Jul
(24) |
Aug
(10) |
Sep
(15) |
Oct
(22) |
Nov
(41) |
Dec
(58) |
2009 |
Jan
(36) |
Feb
(16) |
Mar
(21) |
Apr
(42) |
May
(134) |
Jun
(90) |
Jul
(76) |
Aug
(28) |
Sep
(24) |
Oct
(39) |
Nov
(9) |
Dec
(18) |
2010 |
Jan
(11) |
Feb
(6) |
Mar
(46) |
Apr
(49) |
May
(67) |
Jun
(64) |
Jul
(34) |
Aug
(42) |
Sep
(21) |
Oct
(5) |
Nov
|
Dec
(2) |
2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
From: Jeff S. <je...@op...> - 2004-04-09 02:54:34
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 07 April 2004 20:43, omer ozdil wrote: > Hello, > Do you still need a python developer? I am taking a python class for > nearly 2-3 months, so I know very basic python. I am eager to do > something, so if you need help, you can email this address. > Thanks > Omer One more thing, watch out, in -pre7, about half of the program uses the old way to generate HTML code, while the other half uses the newer way - templates. Jeff. - -- Trust me, you don't want me doing _anything_ first thing in the morning. - Linus Torvalds -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAdhBkwFP0+seVj/4RAv/mAJ4+ZdV+15vyDu9Y+/Ynd3jTXqfuDgCfdT2M tUNk8aisZZiZJbMCBGN9hMA= =y8QI -----END PGP SIGNATURE----- |
From: Jeff S. <je...@op...> - 2004-04-09 02:28:06
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 07 April 2004 20:43, omer ozdil wrote: > Hello, > Do you still need a python developer? Yes. > I am taking a python class for > nearly 2-3 months, so I know very basic python. I am eager to do > something, so if you need help, you can email this address. Great. I would recommend that you download the source, set it up (see INSTALL file,) look at the TODO file, and try to do one of the entries. For example, a fairly simple subsytem to work on would be the "Features Management." What that should do is to allow the user to manipulate the data in the `features` table in the database. If you want to start off on something a little lighter, the item "Hacker proofing" (which should be really called cracker proofing) might be what you are looking for. It's basically just generic clean up of the code. I know that there are some portions of the code that aren't ideally made, or they are outright useless. The above mentioned ideas are just suggestions; feel free to work on any part of the program you want. If you don't understand something, or want something clarified, let me know via the mailing list. This way, others can benefit from it. Thanks, Jeff. P.S. AV Admin is in the early stages of development, and the code can change drastically. (It did twice already since 0.10-pre1.) - -- Real Programmers consider "what you see is what you get" to be just as bad a concept in Text Editors as it is in women. No, the Real Programmer wants a "you asked for it, you got it" text editor -- complicated, cryptic, powerful, unforgiving, dangerous. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAdgoxwFP0+seVj/4RAvACAKCyN+6z6xheCE1GApjS42FavYLjVwCggSuX xv2eewx9djAIJTFkRM+pxt4= =TziP -----END PGP SIGNATURE----- |
From: omer o. <oo...@pu...> - 2004-04-08 00:44:46
|
Hello, Do you still need a python developer? I am taking a python class for nearly 2-3 months, so I know very basic python. I am eager to do something, so if you need help, you can email this address. Thanks Omer |
From: Anthony H. <u_...@ho...> - 2004-03-03 04:27:07
|
Hello there! I saw your ad on SourceForge.net's site stating that you are in need of = a few logos. Are you still interested in hiring someone to create these images for = your site? If so, please do send a reply to this same email address. I am an experienced graphic designer and I'm looking for a bit of work. Let me know what you're looking for and we'll talk business. In hopes of Future Business, ~ Anthony H. |
From: Jeff S. <je...@op...> - 2004-02-16 02:47:40
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This release took WAY too long. There is some new exciting code. Templates are used my all pages to some extent. Some still have to be made fully templated, and therefore easier on the programmer. Then, we have some clean up patches. If you want to experiment with AV Admin, I suggest you get this version. The template changes are very large, and why read old code when new one is available. :-) Jeff. - --- Summary of changes from v0.10-pre6 to v0.10-pre7 ================================================ Josef 'Jeff' Sipek: o v0.10-pre7 o Config change to reflect the project's new name o Removed RCS keywords from config file o BK Config change o Converted mess_ls & rules_ls to use templates o Fix obvious bug in av_html o Fix obvious bug in av_conn o Converted login.py to use templates o Converted main.py to use templates o Changed RCS keywords to their SCCS equivalents o README update o Copyright year update for AVdb.sql o Prefix all system template variables with 'sys_' o Converted passwd.py to use templates o BODY() class now allows the use of templates o Fixed several bugs in Conn().__check_login() o Fixed template caution block bug o Fix XHTML code o Ignore compiled templates during checkin o Initial template conversion o BUG list update - -- NT is to UNIX what a doughnut is to a particle accelerator. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAMC5cwFP0+seVj/4RAk1fAJ4umIm0heQEMm1YxSQxnCGSaS07pgCggvw7 kkqFFFrJZ4v8XRq/aFwRTxc= =T7Ia -----END PGP SIGNATURE----- |
From: Jeff S. <je...@op...> - 2004-01-18 18:16:10
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 18 January 2004 06:55, Richard Lyon wrote: > Her are the logos i promised in my email. See of you like them ect, and > email me some feedback on colors if ya could. > Soz abot the informal text of this email, but im in a rush. > Regards, > Richard Lyon Thanks. I have couple of comments: 1) The name of the project is "AV Admin" not "AV Administration." 2) This is just my curiosity: What is that thing on the right? :-) 3) I really like that AVA part, and that makes me wonder what would it look like if it said: AVAdmin, with the AVA the way it is now, and "dmin" with lowercase letters of the same style. Additionally, it would be great if the background was transparent. 4) The colors are fine, but I think that a transparent background would make it easier to use. Anyway, I added those two logos to the logo page (http://avadmin.sourceforge.net/logo.php). Thanks again, Jeff. - -- The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers. - Bill Gates, The Road Ahead, pg. 265 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFACs1jwFP0+seVj/4RAkFLAKCAuF48RNKi8uIaeOx90xKpxUo9cwCg3N7X Xfd//wltU7P5VNPeGB1IgHY= =NcBp -----END PGP SIGNATURE----- |
From: Richard L. <ri...@ly...> - 2004-01-18 11:57:16
|
Her are the logos i promised in my email. See of you like them ect, and email me some feedback on colors if ya could. Soz abot the informal text of this email, but im in a rush. Regards, Richard Lyon |
From: Jeff S. <je...@op...> - 2004-01-17 02:25:28
|
=2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, First, I should tell you that several people already said that they will=20 help, and that I already got some logo ideas=20 (http://avadmin.sourceforge.net/logo.php). Please feel free and make as man= y=20 logos as you want. In the end, the best one will be selected. On Friday 16 January 2004 17:07, electro wrote: > Hi, Jeff; > The project description is intriguing, and I'd be interested in > getting more details about what the project looks like and about > the kinds of ideas I'd be dealing with. The program looks very similarly to the website. For examples of what it lo= oks=20 like, check out the screenshot page on the website=20 (http://avadmin.sourceforge.net/screenshots.php).=20 I was thinking about using as many colors from the website as possible. Now= ,=20 that there is a way of changing the theme. I included three themes (default= ,=20 night, bw.) I am going to add full support for themes in near future. See=20 http://avadmin.sourceforge.net/images/screenshots/bk/ for screenshots of th= e=20 themes that I have right now. These themes (except default) are not final,= =20 and I am open to suggestions. The colors used by the default theme: background:=A0=A0=A0=A0=A0#ffffcc text:=A0=A0=A0#000000 input boxes border:=A0=A0=A0=A0=A0#336699 input boxes background: #000000 submit button color:=A0=A0=A0=A0#ffffcc table borders:=A0=A0#336699 tooltip background color:=A0=A0=A0=A0=A0=A0=A0#ffffe6 The colors used by the night theme: background:=A0=A0=A0=A0=A0#000022 text:=A0=A0=A0#ffffff input boxes border:=A0=A0=A0=A0=A0#336699 input boxes background: #000033 submit button color:=A0=A0=A0=A0#000033 table borders:=A0=A0#336699 tooltip background color:=A0=A0=A0=A0=A0=A0=A0#336699 The bw theme uses only black and white. I was thinking about something that would fit in nicely. My initial thought was to make it 2D, but a nice looking 3D logo is acceptable. Whatever works great. > Thank you for your consideration, and I'll look forward to hearing > from you. Thanks, Jeff. =2D --=20 It used to be said [...] that AIX looks like one space alien discovered Unix, and described it to another different space alien who then implemented AIX. But their universal translators were broken and they'd had to gesture a lot. - Paul Tomblin=20 =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFACJ0TwFP0+seVj/4RAhHMAKCgonZxrTTaF1PQWwCgwcoIi8K8SwCeK+et hzqnIY1YDNG9vSby72n4Sk8=3D =3DLan0 =2D----END PGP SIGNATURE----- |
From: electro <ele...@ea...> - 2004-01-16 22:09:45
|
Hi, Jeff; My name is John, and I'm interested in the position you have for Graphic Designer for your project. Please feel free to take a look at some of the work I've done; my URL is: http://home.earthlink.net/~zoomin/ The project description is intriguing, and I'd be interested in getting more details about what the project looks like and about the kinds of ideas I'd be dealing with. Thank you for your consideration, and I'll look forward to hearing from you. John |
From: Jeff S. <je...@op...> - 2004-01-16 01:31:56
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This release took a bit longer to make, mostly due to the fact that I am back in school. Overall, most of the changes are clean ups and fixes. I hope to make another release in about two weeks. Hopefully, I'll have enough time to convert AV Admin to use templates. Jeff. - --- Summary of changes from v0.10-pre5 to v0.10-pre6 ================================================ Josef 'Jeff' Sipek: o Copyright notice year update o Fixed recursive sqlify() bug in av_message o Swiched av_settings.py to dbid interface o Removed unused invyesno() o Rewrite of getparam() o Fixed problem with an error in a new message o Fix invalid username bug in mess_comp.py o Reply message subject automatically prepended with "Re: " o Created mess_comp.py (compose message & send) o Removed dead field from SQL structure o Removed unused function User().getinfo() o Moved registerfile() to Utils() o Removed `priv` field from user table (unused) o Added support for real name storage o Changed institution and location to imaginary values o Fixed latex math mode bug o Added a way to check priviledges in one place [securitycheck()] o Fixed missing priviledges from default 'deity' setup o Enforce message order in mess_ls.py o Equipment image close up page implemented - -- NT is to UNIX what a doughnut is to a particle accelerator. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFABz7hwFP0+seVj/4RAjDjAKCdB+nfTdOcwIYZSsAJLk1pf9ZaVACeMNqI 2eDsUxdT2ieb80MXtJ5iFiY= =QB/p -----END PGP SIGNATURE----- |
From: Jeff S. <je...@op...> - 2003-12-28 01:57:11
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 There were so many changes made since last version that I decided to release another one. It includes a lot of new code as well. Check the changelog for details. As usual, I am open to suggestions, patches and comments. Jeff. - --- Summary of changes from v0.10-pre4 to v0.10-pre5 ================================================ Josef 'Jeff' Sipek: o Surrounded all field and table names in SQL queries with ` ` o Fixed several XHTML bugs o Fixed three CSS bugs o Remove rules implemented o Added warning to alert users that rules are turned off o Display Rules to anyone with priv_rules o Fixed typo in SQL structure o Changed rules_ls.py log message o Changed the format of BUGS slightly o Fixed bug; av_log now needs to be included in mess_* o Fixed PDF log line wrapping problem o Message reply link added o Added message priviledge checking o Moved Rules to the top of the menu o Removed "click here" from log_pdf.py o System Settings bug added to BUGS o Created BUGS file o Added new message notification o Added message deletion o "Read messages" displayed constantly o Added security log calls to all files requiring priviledges o Fixed Log() class to undo any escaped chars in the desc o Changed the width of PDF log columns o Fixed problem with LaTeX special characters o Created messaging framework (read & list messages implemented) o Added a FIXME notice to av_log.py o Renamed Settings to System Settings o Equipment image size related formating bug fixed o Added (C) header to Makefile o Clean up (No more "click here") o Fixed up htmlify() o System-wide theme support added o Fixed IE rendering problem o Added bkchanges target to the Makefile o Added setting description support o Added support for settings modification o Improved functionality of htmlify() o Fix HTML generated by htmlify() o Fixed Python version number - -- Evolution, n.: A hypothetical process whereby infinitely improbable events occur with alarming frequency, order arises from chaos, and no one is given credit. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/7iglwFP0+seVj/4RAmJsAJsHGyYhUhOYZ03g+JJbPAUlXCoiQwCfd/Ee akvCJsRW4U0E4m8gE6+eGwg= =oFwy -----END PGP SIGNATURE----- |
From: <sup...@se...> - 2003-12-27 01:09:43
|
This email has been sent from an email address that is not subscribed. Please ignore this message. ____________________________________________________________ Ne=BE nakoup=EDte nov=FD spot=F8ebi=E8 pora=EFte se s na=B9=EDm technik= em. Tel.800160016, nebo mu napi=B9te. Na=B9e slu=BEby =3D Va=B9e spokoj= enost. http://ad2.seznam.cz/redir.cgi?instance=3D64771%26url=3Dhttp://w= ww.prackymycky.cz |
From: Jeff S. <je...@op...> - 2003-12-25 00:01:00
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The first public release! Try it out, and have fun! Jeff. - --- Summary of changes from v0.10-pre3 to v0.10-pre4 ============================================ Josef "Jeff" Sipek: o Added two extra stylesheets o Created INSTALL and README -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/6ii0wFP0+seVj/4RAlTXAKDNA0TXGnQGWPdi7NlVU+yhUehNRACgqjJT Fon25ITCDPYhaEh7JuNyrbY= =aiLa -----END PGP SIGNATURE----- |
From: Jeff S. <je...@op...> - 2003-12-23 07:17:13
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 this is a test - -- A CRAY is the only computer that runs an endless loop in just 4 hours... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/5+v1wFP0+seVj/4RAoi6AKCoTHvLSXVULDc5k7fHF6PWPtQm/wCgsLsO T+ggtOedDaUX1M96AcSDEyo= =9iYY -----END PGP SIGNATURE----- |