Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2001 |
Jan
|
Feb
(30) |
Mar
(123) |
Apr
(188) |
May
(90) |
Jun
(68) |
Jul
(129) |
Aug
(72) |
Sep
(97) |
Oct
(99) |
Nov
(168) |
Dec
(35) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(75) |
Feb
(55) |
Mar
(104) |
Apr
(49) |
May
(12) |
Jun
(11) |
Jul
(47) |
Aug
(104) |
Sep
(14) |
Oct
(26) |
Nov
(31) |
Dec
(10) |
2003 |
Jan
(78) |
Feb
(76) |
Mar
(47) |
Apr
(30) |
May
(19) |
Jun
(36) |
Jul
(48) |
Aug
(43) |
Sep
(54) |
Oct
(25) |
Nov
(79) |
Dec
(39) |
2004 |
Jan
(43) |
Feb
(14) |
Mar
(17) |
Apr
(15) |
May
(18) |
Jun
(20) |
Jul
(7) |
Aug
(30) |
Sep
(49) |
Oct
(17) |
Nov
(14) |
Dec
(72) |
2005 |
Jan
(55) |
Feb
(27) |
Mar
(34) |
Apr
(15) |
May
(8) |
Jun
(23) |
Jul
(7) |
Aug
(19) |
Sep
(3) |
Oct
(44) |
Nov
(3) |
Dec
|
2006 |
Jan
(20) |
Feb
(5) |
Mar
(8) |
Apr
(12) |
May
(16) |
Jun
(22) |
Jul
(39) |
Aug
(65) |
Sep
(4) |
Oct
(11) |
Nov
|
Dec
(5) |
2007 |
Jan
(2) |
Feb
(2) |
Mar
(8) |
Apr
(3) |
May
(28) |
Jun
(6) |
Jul
(3) |
Aug
(9) |
Sep
(15) |
Oct
|
Nov
(12) |
Dec
(2) |
2008 |
Jan
(3) |
Feb
(14) |
Mar
|
Apr
(4) |
May
|
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2009 |
Jan
|
Feb
(2) |
Mar
(4) |
Apr
|
May
|
Jun
(14) |
Jul
|
Aug
(1) |
Sep
(66) |
Oct
(21) |
Nov
|
Dec
(1) |
2010 |
Jan
(2) |
Feb
(2) |
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(100) |
Mar
(17) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
(1) |
2
|
3
|
4
|
5
(1) |
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
(1) |
20
|
21
(2) |
22
(1) |
23
(4) |
24
|
25
|
26
|
27
|
28
(2) |
29
|
30
|
31
|
|
From: Chris Nandor <pudge@os...> - 2002-05-28 16:07:29
|
At 17:30 +0200 2002.05.28, Brendan Crowley (EEI) wrote: >Is there a patch for this problem? >> # fix getMessageUsers before enabling again -- pudge >> my $messages = 0; #getObject('Slash::Messages'); The fix is that we changed around the schema in the current version of Slash, so no, there is no patch to fix it. However, you can try enabling it by removing "0; #"; it just might be really slow on a busy site (if I remember correctly, performance was the issue). -- Chris Nandor pudge@... http://pudge.net/ Open Source Development Network pudge@... http://osdn.com/ |
From: Brendan Crowley (EEI) <Brendan.Crowley@ee...> - 2002-05-28 15:30:32
|
Is there a patch for this problem? Regards, Brendan. > > Brendan Crowley asked about mail notification for new submissions. > > I noticed this too, and found that it's disabled in submit.pl 1.1.1.2: > > I haven't done a refresh in a while, but this should give you a clue > where to stop looking. > > # fix getMessageUsers before enabling again -- pudge > my $messages = 0; #getObject('Slash::Messages'); > if ($messages) { > my $users = $messages->getMessageUsers(MSG_CODE_NEW_SUBMISSION); > for (@$users) { > my $data = { > template_name => 'messagenew', > subject => { template_name => 'messagenew_subj' }, > submission => $submission, > }; > $messages->create($_, MSG_CODE_NEW_SUBMISSION, $data); > } > } |
From: Eric Dannewitz <ericdano@ja...> - 2002-05-23 17:39:09
|
Yes, I did look at the upgrades file. And I did that, but whenever I logged in I would show up as () user (IE Nothing). Creating a new user fixed that problem. So, I decided to keep what users had participated in discussion and dump the rest. But this is all after the fact. The current CVS version works great and things like email submission notification actually work in the CVS. Brian Aker wrote: >Did you use the upgrades file in sql/mysql/ to get to the current CVS >version? You can also do a template-tool -U -t and find out what >templates have changed between versions. > -Brian > > |
From: Brian Aker <brian@ta...> - 2002-05-23 17:30:25
|
On Thu, 2002-05-23 at 10:04, Eric Dannewitz wrote: > Actually, it seems to work in the current CVS version of Slash, but not > in 2.2.5. > > And good luck upgrading to the CVS version. I did it, and it was a > nightmare. Had to delete the user database cause of strange problems > that I couldn't seem to figure out. Did you use the upgrades file in sql/mysql/ to get to the current CVS version? You can also do a template-tool -U -t and find out what templates have changed between versions. -Brian -- _______________________________________________________ Brian "Krow" Aker, brian@... Slashdot Senior Developer Seattle, Washington http://tangent.org/~brian/ http://askbrian.org/ _______________________________________________________ You can't grep a dead tree. |
From: Eric Dannewitz <ericdano@ja...> - 2002-05-23 17:05:18
|
Actually, it seems to work in the current CVS version of Slash, but not in 2.2.5. And good luck upgrading to the CVS version. I did it, and it was a nightmare. Had to delete the user database cause of strange problems that I couldn't seem to figure out. Brendan Crowley (EEI) wrote: >Hi All, >I'm the administrator of my slash site (ver 2.2.5), I have setup site-admin mail sent to my email address, message pref's are Daily Headlines * and New Submission *, both by E-mail. I receive Daily Headlines * however I do not receive New Submission *. When I submit a test submission and wait 24 hrs, no mail is sent to administrator informing of such. This is a fault right? >I looked at /usr/local/slash/bin/runtask, can I test (new submissions) with this script? >What factors may cause this feature to work incorrectly? >/Brendan. > > >_______________________________________________________________ > >Don't miss the 2002 Sprint PCS Application Developer's Conference >August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > >_______________________________________________ >Slashcode-general mailing list >Slashcode-general@... >https://lists.sourceforge.net/lists/listinfo/slashcode-general > > -- ----- Bureaucrats cut red tape, lengthwise Eric Dannewitz - Adventurer, saxophonist, good-timer (crook? quite possibly), clarinetist, manic self-publicist, part-time flautist(flutist?), macintosher, and often thought to be completely out to lunch. http://www.jazz-sax.com |
From: Brendan Crowley (EEI) <Brendan.Crowley@ee...> - 2002-05-23 09:34:40
|
Hi All, I'm the administrator of my slash site (ver 2.2.5), I have setup site-admin mail sent to my email address, message pref's are Daily Headlines * and New Submission *, both by E-mail. I receive Daily Headlines * however I do not receive New Submission *. When I submit a test submission and wait 24 hrs, no mail is sent to administrator informing of such. This is a fault right? I looked at /usr/local/slash/bin/runtask, can I test (new submissions) with this script? What factors may cause this feature to work incorrectly? /Brendan. |
From: Alessio Bragadini <alessio@al...> - 2002-05-22 12:07:18
|
On Tue, 2002-05-21 at 19:05, Brian Aker wrote: > > 2) When a submitted story is approved by the administrator for posting, an email should be sent to all users in the database informing that a new story available for viewing. > Nothing like this exists. Well, it's not exactly different from the daily message with headlines: it's not immediate, but it's sent out once a day if new messages are available. -- Alessio F. Bragadini alessio@... APL Financial Services http://village.albourne.com Nicosia, Cyprus phone: +357-22-755750 "It is more complicated than you think" -- The Eighth Networking Truth from RFC 1925 |
From: Brian Aker <brian@ta...> - 2002-05-21 16:12:54
|
On Tue, 2002-05-21 at 03:34, Brendan Crowley (EEI) wrote: > 1) When a story is submitted by a user or Anonymous, an email should also be sent to the administrator of the slashsite that a submission has been made, is this a slashcode feature or do I need to edit slash itself? Slash does this (not sure what version added this). > 2) When a submitted story is approved by the administrator for posting, an email should be sent to all users in the database informing that a new story available for viewing. Nothing like this exists. > This would, I think imho, make better use of slash, in that users will only go into slash to view stories when there are new stories. On a small site this sounds like and excellent idea. -Brian -- _______________________________________________________ Brian "Krow" Aker, brian@... Slashdot Senior Developer Seattle, Washington http://tangent.org/~brian/ http://askbrian.org/ _______________________________________________________ You can't grep a dead tree. |
From: Brendan Crowley (EEI) <Brendan.Crowley@ee...> - 2002-05-21 10:36:41
|
Hi, I wish to setup 2 tasks on my Slash Site, can someone guide me on these; 1) When a story is submitted by a user or Anonymous, an email should also be sent to the administrator of the slashsite that a submission has been made, is this a slashcode feature or do I need to edit slash itself? 2) When a submitted story is approved by the administrator for posting, an email should be sent to all users in the database informing that a new story available for viewing. This would, I think imho, make better use of slash, in that users will only go into slash to view stories when there are new stories. Can somebody please help me on these. Best Regards, Brendan. |
From: Michael Johnson <johnsonamichael@qw...> - 2002-05-19 22:01:31
|
I noticed when clicking on 'Older Articles' on the slashcode gateway right nav that I get a page like this: Searching (Note: words under four characters are not indexed) Stories Comments Users Polls Journals Submissions 35 by with comments on Saturday May 18, @08:00PM 36 by with comments on Saturday May 18, @08:00PM 37 by with comments on Saturday May 18, @08:00PM 38 by with comments on Saturday May 18, @08:00PM 39 by with comments on Saturday May 18, @08:00PM 40 by with comments on Saturday May 18, @08:00PM 41 by with comments on Saturday May 18, @08:00PM 42 by with comments on Saturday May 18, @08:00PM 43 by with comments on Saturday May 18, @08:00PM 44 by with comments on Saturday May 18, @08:00PM 45 by with comments on Saturday May 18, @08:00PM 46 by with comments on Saturday May 18, @08:00PM 47 by with comments on Saturday May 18, @08:00PM 48 by with comments on Saturday May 18, @08:00PM 49 by with comments on Saturday May 18, @08:00PM 50 by with comments on Saturday May 18, @08:00PM 51 by with comments on Saturday May 18, @08:00PM 52 by with comments on Saturday May 18, @08:00PM 53 by with comments on Saturday May 18, @08:00PM 54 by with comments on Saturday May 18, @08:00PM 55 by with comments on Saturday May 18, @08:00PM 56 by with comments on Saturday May 18, @08:00PM 57 by with comments on Saturday May 18, @08:00PM 58 by with comments on Saturday May 18, @08:00PM 59 by with comments on Saturday May 18, @08:00PM 60 by with comments on Saturday May 18, @08:00PM 61 by with comments on Saturday May 18, @08:00PM 62 by with comments on Saturday May 18, @08:00PM 63 by with comments on Saturday May 18, @08:00PM 64 by with comments on Saturday May 18, @08:00PM <Last 30 matches | Next 30 matches> I can't imagine this is the desired behavior. |
From: Eric Dannewitz <ericdano@ja...> - 2002-05-05 14:20:16
|
I'm using the latest CVS of slash, and I keep getting errors in slashd with adminmail line 28.......can't find countDaily via slash::DB::Static::MySQL Ideas? ----- Bureaucrats cut red tape, lengthwise Eric Dannewitz - Adventurer, saxophonist, good-timer (crook? quite possibly), clarinetist, manic self-publicist, part-time flautist(flutist?), macintosher, and often thought to be completely out to lunch. http://www.jazz-sax.com |
From: Greg Froese <heavyicq@ho...> - 2002-05-01 20:02:22
|
I just moved my slash site to a different machine, I installed slash with the same virtual user, etc... and then copied the database over. Everything seems to work fine, including adding a new story by an author, but when I approve a submitted story, it gets posted without the actual story, any ideas on how to fix this? where to look, what to do? any ideas are appreciated. _________________________________________________________________ Join the worlds largest e-mail service with MSN Hotmail. http://www.hotmail.com |