looks interesting

tms - September 7, 2005 - 03:31
Project:Subscription
Component:Code
Category:bug report
Priority:normal
Assigned:ee
Status:closed
Description

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.

AttachmentSize
subscription.pgsql875 bytes

#1

tms - September 7, 2005 - 04:03
Category:feature request» bug report

I'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"!

AttachmentSize
subscription_0.patch 6.73 KB

#2

tms - September 7, 2005 - 20:24

That "psql -d -f subscription.pgsql" should be

psql -d <your_db_name> -f subscription.pgsql

#3

ee - September 8, 2005 - 08:22
Assigned to:Anonymous» ee
Status:active» fixed

Thx,

(But I think seq-s in postgresql dump is unnecessary.
Drupal use db_next_id function.)

Thx for language patch, too.

#4

Anonymous - September 22, 2005 - 08:44

#5

Anonymous - October 6, 2005 - 09:00
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.