-
ayryq registered the Photosensitive project.
2007-03-07 23:05:34 UTC in Photosensitive
-
I download XML files with a time zone offset, so the times specified in the file are locally correct, and do not have to be changed by my viewer.
So the program
start="20070108183000 -0600" stop="20070108190000 -0600"
starts at 6:30 PM local time.
However, after using "tv_split --output %j.xml", the program above is in the file for Jan. 9 (009.xml) even though it is airing (locally) on Jan.
2007-01-04 17:36:02 UTC in XMLTV
-
Logged In: YES
user_id=1236134
See my closed feature request "additional dates" for a diff
which accomplishes this. It adds a text field which you
could put other birthdays in. e.g.:
1914-04-21|Sally's Birthday
1921-12-01|Bob's Birthday
Both dates would appear in the birthday list on the front
page with the particular event (in this case birthday) in
parentheses.
This will...
2006-08-30 16:04:27 UTC in The Address Book Reloaded
-
Logged In: YES
user_id=1236134
I've tried to rewrite options.php to use no tables and to
hide help with scriptaculous.
Download: http://ericandchar.com/tab/options.txt and rename
to options.php
Also, I've changed line 272 in the english language file to
read:
'OPT_MSG_ALLOWED_HTML' =>"Allowed HTML tags:
<a><b><i><u><p><br>",
because my...
2006-08-22 23:18:03 UTC in The Address Book Reloaded
-
Logged In: YES
user_id=1236134
http://ericandchar.com/tab/screenshot.jpg
http://ericandchar.com/tab/searchmore.diff.
2006-08-22 19:18:13 UTC in The Address Book Reloaded
-
Logged In: YES
user_id=1236134
Here's a simple diff that accomplishes this, sort of. What
I've done is put a bunch of different queries in
autocompletegoto.ajax.php, and set a cookie to tell it which
to use. When searching on something other than name (e.g.
email address), the other data is displayed in the
autocomplete dropdown. However, when selecting an item from
the dropdown, only...
2006-08-22 19:14:47 UTC in The Address Book Reloaded
-
Logged In: YES
user_id=1236134
Oops - the new table is as posted below:
CREATE TABLE `relatives` (
`id1` int(11) NOT NULL,
`id2` int(11) NOT NULL,
`relation1of2` varchar(20) default NULL,
`relation2of1` varchar(20) default NULL
)
2006-08-15 02:46:21 UTC in The Address Book Reloaded
-
Logged In: YES
user_id=1236134
OK, here's my finished diff. It works and looks pretty
slick, but the code is, as usual, sloppy. (I am by
profession a mailman.) It hides hidden relatives in
address.php and substitutes some text when the current name
is not yet known (addressing the previously mentioned
concerns). The relationships are parsed like the other
fields, but the textarea is...
2006-08-15 02:42:44 UTC in The Address Book Reloaded
-
Logged In: YES
user_id=1236134
I'm nearly done with this, at least in a crude form.
Problems still to face: How to hide a hidden relative when
not logged in; how to add relationships at the same time as
creating a new entry. I'm using gzm0's db scheme where each
relationship has two id's, which causes some problems here
and there (e.g. I had to rewrite the parseTextArea()
function to...
2006-08-13 23:48:23 UTC in The Address Book Reloaded
-
The goto field on list.php could autocomplete using the
scriptaculous library.
This will require an additional file to query the db
each time another character is typed.
See attached diff and query.php.
2006-08-06 19:55:41 UTC in The Address Book Reloaded