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.

CommentFileSizeAuthor
#1 subscription_0.patch6.73 KBtms
subscription.pgsql875 bytestms

Comments

tms’s picture

Category: feature » bug
StatusFileSize
new6.73 KB

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

tms’s picture

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

psql -d <your_db_name> -f subscription.pgsql
ee’s picture

Assigned: Unassigned » 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.

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)