doins-devel Mailing List for DOINS
Status: Beta
Brought to you by:
rbrown
You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Greg l. <the...@ea...> - 2000-05-29 02:50:14
|
Hi, looking at the part that adds to the calendar (calendar-adddate.inc) =
and it should have a maximums set for the text input. The red parts in =
the lines below is what I did. The first one is for the title of the =
event and I'm not sure what to make it except that if it is too long, =
the looks of the calendar can be all screwed up. The second part is for =
adding the time of day, again, you don't want someone screwing up the =
calendar. I made it 2 because it doesn't need to be any longer. The =
third part is for the optional minutes. I made it 3 because I figure if =
someone wants to add more than 999 minutes (which is almost half a day), =
they can just put days. I tried to figure out how to set a maximum on =
the body but couldn't. It's not as crucial as the others.
Anyway, just my 2 cents.
Greg
<td valign =3D top><font color =3D BLUE>Event Name</font></td>
<td valign =3D top><input type =3D text maxlength=3D20 name =3D =
"title" value =3D "<?php
echo $title; ?>"></td></tr>
echo "<input type =3D text maxlength=3D2 name =3D \"hour\" value =3D =
\"$hour\" size =3D 2>\n:";
echo "<input type =3D text maxlength=3D2 name =3D \"minute\" value =3D =
\"$minute\" size =3D 2>\n";
<td valign =3D top><font color =3D BLUE>Duration</td>
<td valign =3D top><input type =3D text maxlength=3D3 name =3D =
"duration" value =3D "<?php
echo $duration; ?>" size =3D 4> minutes <font color =3D =
RED>(optional)</font></td>
|
|
From: Del <de...@ba...> - 2000-05-25 20:32:19
|
> Greg letro wrote: > > Hi, when I try to make the table for the calendar, the line: > datetime int(11), > doesn't work. I use that phpAdmin and in the drop down list along with INT, VARCHAR, BLOB, (and so on), DATETIME is one also so I keep getting a Mysql error. I did all the lines by themselves and when I get to the datetime line, same error. What I did was made it totaldate and changed all refering files with datetime in them to totaldate and it works. OK, I'll make the same change here and submit to CVS today. > This is not my big problem though as that can be dealt with later. The bigger problem is that ever since I downloaded the CVS files for user login and authentication, a lot of the script doesn't work right. When I try to submit as anonymous (or logged in), or vote, or view the calendar, I get sent to the login page. When I am logged in as administrator, there are never any submissions to authorize even though I submitted 2 or 3 as anonymous or as logged in. I'm having a hard time tracking it down. You see what I mean at; > http://renoconcerts.com A bit hard to see what's happening unless I look inside your tables. Is your "users" table set up correctly? Have you migrated all of the admin users out of the authors table into the users table? Wait until the end of today and download another copy of the CVS code. It's under rather rapid development at the moment and you're probably only getting half-finished snapshots. ----+------------------------+-------------------------- Del | mailto:de...@ba... | Christchurch, New Zealand ----+------------------------+-------------------------- |
|
From: Greg l. <the...@ea...> - 2000-05-25 20:01:21
|
Hi, when I try to make the table for the calendar, the line:
datetime int(11),
doesn't work. I use that phpAdmin and in the drop down list along with =
INT, VARCHAR, BLOB, (and so on), DATETIME is one also so I keep getting =
a Mysql error. I did all the lines by themselves and when I get to the =
datetime line, same error. What I did was made it totaldate and changed =
all refering files with datetime in them to totaldate and it works.=20
This is not my big problem though as that can be dealt with later. =
The bigger problem is that ever since I downloaded the CVS files for =
user login and authentication, a lot of the script doesn't work right. =
When I try to submit as anonymous (or logged in), or vote, or view the =
calendar, I get sent to the login page. When I am logged in as =
administrator, there are never any submissions to authorize even though =
I submitted 2 or 3 as anonymous or as logged in. I'm having a hard time =
tracking it down. You see what I mean at;
http://renoconcerts.com
Greg
=20
|
|
From: Del <de...@ba...> - 2000-05-25 03:49:06
|
Greg, What was the problem? I haven't seen any changes in CVS. I'm still using the datetime field and it works for me. Note that there are a few bugs in the CVS version at the moment, and I'm still squashing them ... as of today you should now be able to add an event for a month other than the current one (oops ...). Del > Greg, > > This is all very good and all and I do appreciate it, but I'd suggest > you write to doi...@li.... That way the guy who's > been working on the calandar stuff will get the message. I, unfortunately, > have not even been able to get a chance to look at it yet. :( > > Ray > > On Wed, 24 May 2000, Greg letro wrote: > > > Hi, me again. I replaced the field datetime with totaldate and all > > references in all the files relating to the calendar > > and it seems to work now! > > > > Greg > > > > > > _______________________________________________ > Doins-devel mailing list > Doi...@li... > http://lists.sourceforge.net/mailman/listinfo/doins-devel > |
|
From: Raymond B. <rb...@ps...> - 2000-05-25 02:58:27
|
I was wondering if anyone else has had problems recently with CVS access
to the doins project -- either anonymously or as a regular user? I haven't
been able to checkout or update my local repository for some time now. If
this keeps up, I think I'll have to submit my changes to this list as a
patch. How sad.
Ray
|
|
From: Raymond B. <rb...@ps...> - 2000-05-25 02:50:58
|
Greg,
This is all very good and all and I do appreciate it, but I'd suggest
you write to doi...@li.... That way the guy who's
been working on the calandar stuff will get the message. I, unfortunately,
have not even been able to get a chance to look at it yet. :(
Ray
On Wed, 24 May 2000, Greg letro wrote:
> Hi, me again. I replaced the field datetime with totaldate and all
> references in all the files relating to the calendar
> and it seems to work now!
>
> Greg
>
|