Closed (fixed)
Project:
Subscription
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Sep 2005 at 03:31 UTC
Updated:
6 Oct 2005 at 09:00 UTC
Jump to comment: Most recent file
Looks interesting.
I've created a subscription.pgsql file for PostgreSQL users. You'll need to edit it to set the appropriate user your server runs as, if not "apache". Then su to postgres and
psql -d -f subscription.pgsql
I'm also cleaning up the messaging in the module file a little bit, the prose is a little fractured and there are some typos. I'll post a patch for that.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | subscription_0.patch | 6.73 KB | tms |
| subscription.pgsql | 875 bytes | tms |
Comments
Comment #1
tms commentedI've take the liberty of cleaning up some of the messaging. Also fixed a definite bug in subscription_list() where a "." was used at the end of a line where a ";" was wanted, causing part of the message to repeat. (Kind of cool, actually, hadn't seen that one before. :-)
Suggestion: I'd rethink subscription_link. The way that it works now, you'll get the same "subscribe storys" link on the front page ten times. (Also, it should be "subscribe stories", but I didn't see an easy way to fix that, have to reword it to avoid
plurals.)
Still - looks interesting and I look forward to seeing this get "ready for prime time"!
Comment #2
tms commentedThat "psql -d -f subscription.pgsql" should be
Comment #3
ee commentedThx,
(But I think seq-s in postgresql dump is unnecessary.
Drupal use db_next_id function.)
Thx for language patch, too.
Comment #4
(not verified) commentedComment #5
(not verified) commented