phpvideopro-developers Mailing List for phpVideoPro (Page 2)
Brought to you by:
izzy
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(122) |
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2003 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Itzchak R. <iz...@qu...> - 2001-09-27 23:13:09
|
Besides... did I tell you I branched a release tree on sourceforge? Made a separate block for the language stuff so it can be released separately (and independent of phpVP) when markable changes took place (e.g. language added, huge updates etc.) and the "code" of phpVP is not in release state. Tom: this way your language file made it to v0.2 this night :) </izzy> |
From: Itzchak R. <izz...@qu...> - 2001-09-27 23:10:00
|
Hi Tom, Tom Albers wrote: >>>7. Another search function I miss is the option to >>>see what's on a tape >>Already done - you like it this way? :-) > Mwhoah. I have to enter a subnr. So I van not see quickly what's > on tape 20 for example. Ah, see. So you want to have the same result as Peter (list of tape content similiar to the taperest page except the fact that only one tape is to be displayed). Okay, put it on the 2do section 2 ("coming next"), is some good idea: if no sub-nr is entered, display the whole tape in short - otherwise go directly to "view entry". Okay? </izzy> |
From: Itzchak R. <izz...@qu...> - 2001-09-27 23:06:28
|
Hi Tom, Tom Albers wrote: > Why not make it multiuser then? Just store the ip-nr in the > filter and you're all set. No. To unflexible, and not to be set up this way (too confusing in the programming, since filter settings go directly as SQL and stored in db as such). See my previous mail on this. > Just put in the docs that multi-user only works with multi-ip... Grmpf. And if my girlfriend uses my PC as well? Not very good (decide what: the filter - or the fact to let my girlfriend access my PC #-) </izzy> |
From: Itzchak R. <izz...@qu...> - 2001-09-27 23:03:29
|
Hi Tom, Tom Albers wrote: > I mean, that in Holland we write dd-mm-yyyy, so maybe this can > become a setting in de conf. Translate the input to a general > format and display it in that format. Should be two easy routines > for you guru. To be honest: It's already scheduled :) But not in the db, there it HAS TO BE YYYYMMDD for sorting purposes (this way it's easy to find out which entry is newer/older/between...). But I had a reason to split it up to day, month and year in the users view: there will be a new setting on the configuration page "sometimes" to select the date format, wether it should be y-m-d, d-m-y, m-d-y or even d-y-m or m-y-d (did I forget some combinations? Guess we should only list versions that make sense, which would be the first 3, right?). </izzy> |
From: Itzchak R. <izz...@qu...> - 2001-09-27 22:58:52
|
Hi Tom, Tom Albers wrote: > Yeah, yeah. And I want it in 0.2 release ;-) Ooops? I thought it should be a new project? If it's part of an existing project, I prefer the project "daily life" as target #-) >>>damn, a next project should be 'phpKillStess' >>I join!!! :-) </izzy> |
From: Itzchak R. <izz...@qu...> - 2001-09-27 22:49:24
|
Hi Tom, Tom Albers wrote: > Cron at what time? Not that sure :) Used SuSE's cron.hourly for this. It runs all 20 min to check if there's something to do, then deletes the "done" file every hour and next runs the job. It was not that easy to figure out. But there are only 4 possible times: it runs all 15mins starting at 00:05. Right now the last run was at 23:50 - so it seems it keeps running at xx:50 (I will see that in about 8 minutes if the job has run again then :). But I'm afraid it always skips 15 minutes for the next call, so maybe I have to set it up manually in /etc/crontab again if that's a problem for one of you. </izzy> |
From: Itzchak R. <izz...@qu...> - 2001-09-27 22:40:56
|
Hi Tom & Peter, Peter Bieringer wrote: >>Why not make it multiuser then? Just store the ip-nr in the >>filter and you're all set. >>Just put in the docs that multi-user only works with multi-ip... > If you're thinking about multi-user, you should also think about > security. [...] I omitted this part intentionally. I tried to keep phpVideoPro compatible to phpGroupWare (a project I used to work with before I started with phpVideoPro), so we could plug it in there easily. phpGW already has multi-user functionality built in, that's why I didn't want to create my own user mode. If somebody needs something like r/o users and r/w users, at this time the easiest way to do this is to set up 2 different database users and 2 installations of phpVP using the same database. While one installation uses the r/w user (and may have some .htaccess file in for security), all "guests" should use the other installation which has the r/o db user set up in inc/config.inc Sure, a complete users db would provide additional features, such as storing user settings (language, filters etc.) on a per user basis, but I wanted to delay this until the main features are in - and they aren't all yet (label printing e.g. is still missing :) </izzy> |
From: Itzchak R. <iz...@qu...> - 2001-09-27 22:33:49
|
Hello friends, I just added some new stuff to the language part: 1 new phrase: INSERT INTO lang VALUES('other_pages','en','Other pages'); (it's for the index of help pages. You'll see it's meaning when viewing the help index - and since automated update of the demo should work now, you should be able to see it there soon :) 1 new file: help/??/view_entry.inc It's the help file for "viewing an entry". You might think this topic needs no help (so do I). But this was the place to announce our new IMDB functionality :) </izzy> |
From: Tom A. <to...@ko...> - 2001-09-27 09:57:36
|
KISS > -----Oorspronkelijk bericht----- > Van: php...@li... > [mailto:php...@li...urceforge. net]Namens Peter > Bieringer > Verzonden: donderdag 27 september 2001 11:02 > Aan: php...@li... > Onderwerp: Re: user security, was > [Phpvideopro-developers] language > support > > > > Tom Albers writes: > > > No, just that more people can access the same > database with their > > setting, no username and password shit, why should you? > > Perhaps you also want to implement "read-only" users > in the future or a > finer granulation of user rights. > > If you think about at this time and begin to implement > in a way like I've > written, phpVideopro can be easily extend later. > > Peter > > _______________________________________________ > Phpvideopro-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpvideopr > o-developers > > |
From: Peter B. <pb...@bi...> - 2001-09-27 09:02:10
|
Tom Albers writes: > No, just that more people can access the same database with their > setting, no username and password shit, why should you? Perhaps you also want to implement "read-only" users in the future or a finer granulation of user rights. If you think about at this time and begin to implement in a way like I've written, phpVideopro can be easily extend later. Peter |
From: Tom A. <to...@ko...> - 2001-09-27 07:48:35
|
No, just that more people can access the same database with their setting, no username and password shit, why should you? Tom > -----Oorspronkelijk bericht----- > Van: php...@li... > [mailto:php...@li...urceforge. net]Namens Peter > Bieringer > Verzonden: woensdag 26 september 2001 20:53 > Aan: php...@li... > Onderwerp: RE: [Phpvideopro-developers] language support > > > > > --On Wednesday, September 26, 2001 06:08:51 PM +0200 Tom Albers > <to...@ko...> wrote: > > > Why not make it multiuser then? Just store the ip-nr in the > > filter and you're all set. > > > > Just put in the docs that multi-user only works with > multi-ip... > > If you're thinking about multi-user, you should also > think about > security. > > Best way imho: > > in multi-user mode, phpVideo requires (surely) a user database. > Therefore its possible to use HTTP-authentication > (triggered by the > PHP code itself, should be no problem - or am I wrong) > to log into > user's database. > > All further requests check the HTTP auth fields > against user database. > Therefore all user settings (like language, date > format or something > else) can be stored in the user database. > > Peter > > > _______________________________________________ > Phpvideopro-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpvideopr > o-developers > > |
From: Peter B. <pb...@bi...> - 2001-09-26 18:51:28
|
--On Wednesday, September 26, 2001 06:08:51 PM +0200 Tom Albers <to...@ko...> wrote: > Why not make it multiuser then? Just store the ip-nr in the > filter and you're all set. > > Just put in the docs that multi-user only works with multi-ip... If you're thinking about multi-user, you should also think about security. Best way imho: in multi-user mode, phpVideo requires (surely) a user database. Therefore its possible to use HTTP-authentication (triggered by the PHP code itself, should be no problem - or am I wrong) to log into user's database. All further requests check the HTTP auth fields against user database. Therefore all user settings (like language, date format or something else) can be stored in the user database. Peter |
From: Tom A. <to...@ko...> - 2001-09-26 17:00:31
|
Cron at what time? Tom > -----Oorspronkelijk bericht----- > Van: php...@li... > [mailto:php...@li...urceforge. net]Namens > Itzchak Rehberg > Verzonden: dinsdag 25 september 2001 14:04 > Aan: php...@li... > Onderwerp: [Phpvideopro-developers] dev demo update > > > Hi folks, > > Automated hourly CVS update now works. So if you need > to see changes, > just commit to cvs and wait for about an hour :) > > </izzy> > > -- > Itzchak Rehberg > mailto:iz...@qu... http://www.qumran.org > "Advance is the mother of problems." (G.K. Chesterton) > > > _______________________________________________ > Phpvideopro-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpvideopr > o-developers > > |
From: Tom A. <to...@ko...> - 2001-09-26 17:00:04
|
Yeah, yeah. And I want it in 0.2 release ;-) Tom > -----Oorspronkelijk bericht----- > Van: php...@li... > [mailto:php...@li...urceforge. net]Namens > Itzchak Rehberg > Verzonden: dinsdag 25 september 2001 11:56 > Aan: php...@li... > Onderwerp: Re: [Phpvideopro-developers] language files > > > Hi Tom, > > Tom Albers wrote: > > > I'm alive. Try to free some time for you later.... > > Great. Still need your lang file :-) > > > damn, a next project should be 'phpKillStess' > > I join!!! :-) > > </izzy> > -- > Itzchak Rehberg > http://www.qumran.org/homes/izzy/ > "Advance is the mother of problems." (G.K. Chesterton) > > > _______________________________________________ > Phpvideopro-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpvideopr > o-developers > > |
From: Tom A. <to...@ko...> - 2001-09-26 16:57:51
|
I mean, that in Holland we write dd-mm-yyyy, so maybe this can become a setting in de conf. Translate the input to a general format and display it in that format. Should be two easy routines for you guru. Tom > -----Oorspronkelijk bericht----- > Van: php...@li... > [mailto:php...@li...urceforge. net]Namens > Itzchak Rehberg > Verzonden: zondag 23 september 2001 1:38 > Aan: php...@li... > Onderwerp: Re: [Phpvideopro-developers] date format changed > > > Hi Tom, > > Tom Albers wrote: > > I don't see this in the devel site. But annyhow, > maybe this is > > also something to be set in some settings file, > which format the > > date should be in? > > It could be that the dev demo is out of sync. Somehow > the cron job does > not work as expected (automatically updating from > CVS). Will have a look > at this today (Sunday) when preparing the release of v0.2. > > The date format at the moment is varchar(10) > "YYYY-MM-DD", will be > changed sometimes to "YYYYMMDD" for easier comparision > (date between x > and y, so we can compare numerically). > > Sorry for the delayed answer - was kept very busy the > last days (and > again will be starting with Monday)... > > </izzy> > > > _______________________________________________ > Phpvideopro-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpvideopr > o-developers > > |
From: Tom A. <to...@ko...> - 2001-09-26 16:08:56
|
Why not make it multiuser then? Just store the ip-nr in the filter and you're all set. Just put in the docs that multi-user only works with multi-ip... Tom > -----Oorspronkelijk bericht----- > Van: php...@li... > [mailto:php...@li...urceforge. net]Namens > Itzchak Rehberg > Verzonden: donderdag 20 september 2001 19:51 > Aan: php...@li... > Onderwerp: Re: [Phpvideopro-developers] language support > > > Hi Tom, > > Tom Albers wrote: > > I think you chould keep it simple. Set a cookie for > the visitors > > who change the language. Default look at their > country of origin > > and set a cookie for that language. Toghether with > the charset. > > There should be a button to switch to english > instantly, cause > > not everybody in that country speaks / understand > that language > > (in our country there are working a lot of english speaking > > persons). > > Again: it's intended for single-user-environment for > now (and will be at > least for the next couple of month). For the demo, it > should in fact be > reset to English from time to time - but this could be > done by simply > adding another "entry point" that first switches the > language back to > English and then redirects the visitor to the demo. I > know, it's not > nice when there are multiple users at the same time, > but everything else > would be too difficult to do "quick-and-dirty" :-) > > </izzy> > > > _______________________________________________ > Phpvideopro-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpvideopr > o-developers > > |
From: Tom A. <to...@ko...> - 2001-09-26 16:06:13
|
> >>>7. Another search function I miss is the option to > see what's on a > >>>tape. I'm always in a hurry and want to tape > something, I grep a tape > >>>and ask myself what's on it. So a quick look in the > db would solve > >>>that, just enter the number on the tape and it is fixed. > > Already done - you like it this way? :-) > Mwhoah. I have to enter a subnr. So I van not see quickly what's on tape 20 for example. Tom |
From: Itzchak R. <iz...@qu...> - 2001-09-25 11:56:48
|
Hi folks, Automated hourly CVS update now works. So if you need to see changes, just commit to cvs and wait for about an hour :) </izzy> -- Itzchak Rehberg mailto:iz...@qu... http://www.qumran.org "Advance is the mother of problems." (G.K. Chesterton) |
From: Itzchak R. <izz...@qu...> - 2001-09-25 09:49:28
|
Hi Tom, Tom Albers wrote: > I'm alive. Try to free some time for you later.... Great. Still need your lang file :-) > damn, a next project should be 'phpKillStess' I join!!! :-) </izzy> -- Itzchak Rehberg http://www.qumran.org/homes/izzy/ "Advance is the mother of problems." (G.K. Chesterton) |
From: Tom A. <to...@ko...> - 2001-09-25 09:37:50
|
I'm alive. Try to free some time for you later.... damn, a next project should be 'phpKillStess' Tom > -----Oorspronkelijk bericht----- > Van: php...@li... > [mailto:php...@li...urceforge. > net]Namens > Itzchak Rehberg > Verzonden: dinsdag 25 september 2001 11:34 > Aan: php...@li... > Onderwerp: [Phpvideopro-developers] language files > > > Hi, > > another change to the language files - new entry: > > INSERT INTO lang > VALUES('counter_start_stop','en','Counter Start/Stop'); > > concerns two new fields available on the view/edit > entry page (see dev > demo). > > Peter: you may want to update your installation - your > requested > three-state-field is in there as four-state-field > (added "unknown") as > well, but not yet in the db :) > > Btw: changed the projects homepage a bit. New intro, > and the dev demo is > now linked on the demo page as well, so users can have > a preview for the > next version as well. If you go there, watch the > design - I worked on > the input field design yesterday :-) > > Any comments are welcome, if somebody (except me) is > still alive in here :-) > > </izzy> > > -- > Itzchak Rehberg > mailto:iz...@qu... http://www.qumran.org > "Advance is the mother of problems." (G.K. Chesterton) > > > _______________________________________________ > Phpvideopro-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpvideopr o-developers |
From: Itzchak R. <iz...@qu...> - 2001-09-25 09:27:16
|
Hi, another change to the language files - new entry: INSERT INTO lang VALUES('counter_start_stop','en','Counter Start/Stop'); concerns two new fields available on the view/edit entry page (see dev demo). Peter: you may want to update your installation - your requested three-state-field is in there as four-state-field (added "unknown") as well, but not yet in the db :) Btw: changed the projects homepage a bit. New intro, and the dev demo is now linked on the demo page as well, so users can have a preview for the next version as well. If you go there, watch the design - I worked on the input field design yesterday :-) Any comments are welcome, if somebody (except me) is still alive in here :-) </izzy> -- Itzchak Rehberg mailto:iz...@qu... http://www.qumran.org "Advance is the mother of problems." (G.K. Chesterton) |
From: Itzchak R. <iz...@qu...> - 2001-09-24 17:25:06
|
Hey, if some of you find a minute for this, you may want to vote: http://freshmeat.net/projects/phpvideopro/ :-) </izzy> -- Itzchak Rehberg mailto:iz...@qu... http://www.qumran.org "Advance is the mother of problems." (G.K. Chesterton) |
From: Itzchak R. <izz...@qu...> - 2001-09-22 23:37:56
|
Hi Tom, Tom Albers wrote: > I don't see this in the devel site. But annyhow, maybe this is > also something to be set in some settings file, which format the > date should be in? It could be that the dev demo is out of sync. Somehow the cron job does not work as expected (automatically updating from CVS). Will have a look at this today (Sunday) when preparing the release of v0.2. The date format at the moment is varchar(10) "YYYY-MM-DD", will be changed sometimes to "YYYYMMDD" for easier comparision (date between x and y, so we can compare numerically). Sorry for the delayed answer - was kept very busy the last days (and again will be starting with Monday)... </izzy> |
From: Itzchak R. <izz...@qu...> - 2001-09-22 23:28:46
|
Hi Borek, Leszek Boroch wrote: > I'm little busy last days, so I must postpone project a little. Me to - but I'm going to release v0.2 tomorrow :-) If nobody complains about bugs etc, I mean... >>>>4. Autodetection of user/browser language and >>>>automatic switch to that language (if avaliable) >>Don't think so. Would make sense to the demo only; or to a version in >>the far future that adds multi-user-capabilities :) Remember, right >>now it's intended for a single user environment. > I think that when Unicode support will be enabled (all strings will be > unicode) that won't be a problem Huh? I don't think that unicode translates phrases. Had you told me about this before, I'ld not asked you for translations - since it would have been done by Unicode #-)) >>>>6. Adio CD in future? ;-) >>Humm - does anybody feel the need for it in an application called >>phpVIDEOpro? ;-) > yeah, you right. I was just thinking what would be usefull for me, but > forgot your idea for that system ;)) See Peters Mail on this topic. Sure it would be nice to have a cd management built in - but that requires different strucures. Moreover, in a cd collection management, I'ld like to have cddb support built in - which would again mean a lot of work... </izzy> |
From: Peter B. <pb...@bi...> - 2001-09-21 18:20:12
|
Hi, --On Friday, September 21, 2001 07:38:21 PM +0200 Leszek Boroch <bo...@aj...> wrote: >> >> 6. Adio CD in future? ;-) >> >> Humm - does anybody feel the need for it in an application called >> phpVIDEOpro? ;-) > > yeah, you right. I was just thinking what would be usefull for me, > but forgot your idea for that system ;)) If someone really think about Audio CDs managing with phpVideoPro this should be really well designed. Don't know whether it fits into current database scheme. Issue: think about a collection of over 700 CDs, managed today with txt files from cddb/freedb (like me). I think a phpCDpro database should keep all information (except lyrics) given by cddb/freedb. Sure some more issues exist, like autoimport from cddb/freedb, export in txt files (e.g. to import in Nokia's Communicators NDB). If in the future a version is availabe, I'll sure able to run "stress" tests... Peter |