You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(29) |
Dec
(101) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(90) |
Feb
(101) |
Mar
(173) |
Apr
(141) |
May
(38) |
Jun
(28) |
Jul
(14) |
Aug
(7) |
Sep
(3) |
Oct
(7) |
Nov
(15) |
Dec
(9) |
2002 |
Jan
(2) |
Feb
(5) |
Mar
(11) |
Apr
|
May
(4) |
Jun
(6) |
Jul
(7) |
Aug
(12) |
Sep
(8) |
Oct
(1) |
Nov
(4) |
Dec
(7) |
2003 |
Jan
(7) |
Feb
(1) |
Mar
(9) |
Apr
(2) |
May
(3) |
Jun
(4) |
Jul
(19) |
Aug
(4) |
Sep
(8) |
Oct
(30) |
Nov
(25) |
Dec
(22) |
2004 |
Jan
(6) |
Feb
(12) |
Mar
|
Apr
(2) |
May
|
Jun
(10) |
Jul
(18) |
Aug
(2) |
Sep
(4) |
Oct
(4) |
Nov
(4) |
Dec
(4) |
2005 |
Jan
(8) |
Feb
(4) |
Mar
(6) |
Apr
(5) |
May
|
Jun
(2) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(4) |
Nov
(3) |
Dec
|
2006 |
Jan
(9) |
Feb
(6) |
Mar
(11) |
Apr
|
May
(2) |
Jun
|
Jul
(2) |
Aug
(10) |
Sep
(8) |
Oct
|
Nov
(1) |
Dec
(1) |
2007 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Brian A. <br...@ta...> - 2002-03-05 17:44:02
|
On Tue, 2002-03-05 at 06:20, shane wrote: > 2. When it's a plugin for slash, the module will actually be Slash::{name}. > Example: I'm working on the calendar plugin, and ran into naming problems > clashing with > Slash::Events. > > My module name is Slash::Calleria. Slash::Events has a script called > calendar.pl, > and so did mine. So mine is now called calleria.pl. Should have mentioned that to me, I would have been happy to change it :) > So you may want to consider picking unique names for your module and scripts, > because anything either a) included in the normal slash bundle/install or b) > (I assume) anything done by some of the slash guys is going to take priority > over what outsiders have done, if not only for the lack of time they'd have > to keep renaming their stuff because contributors keep using basic names > that conflict, and we want them to write as much functionality as possible :) Register plugins in the repository on Slashcode. That way people can look up names and see what has been taken. -Brian -- _______________________________________________________ Brian Aker, br...@ta... Slashdot Senior Developer Seattle, Washington http://tangent.org/~brian/ http://askbrian.org/ _______________________________________________________ You can't grep a dead tree. |
From: shane <sh...@lo...> - 2002-03-05 14:18:54
|
At 02:15 PM 3/5/2002 +0100, Xavier de Blas wrote: >Hi all > >I just subscribed to the list, i'm the guy of www.deporteyciencia.com > >The chat i was coding for slash is running ok in deporteyciencia, is not >coded as a module, is more similar to a few simple cgis in perl. But it >runs fine under mod-perl. The chat is designed for little sites. > >It runs different for anonymous, registered and editors. If you try it >think about probably you are a simple anonymous without powers :) > >I want to put it in savannah for continue the development, but it still >has not a name > >My first question is: Can i name it "slash chat"?? > >My second question is: Anyone wants to help me in the development? (it's >running but it can be better) > >Thanks Is the code somewhere we can see it and take a look? If I were you, I would make it a plugin. That way people can install it easily enough to their own site(s). As far as slash modules/plugin names are concerned, I'd recommend two things: 1. Don't name it slash chat. Keep the slash name out of it. It's OSDN's :). There's been prior discussion on this, don't complicate your life, just make it different. 2. When it's a plugin for slash, the module will actually be Slash::{name}. Example: I'm working on the calendar plugin, and ran into naming problems clashing with Slash::Events. My module name is Slash::Calleria. Slash::Events has a script called calendar.pl, and so did mine. So mine is now called calleria.pl. So you may want to consider picking unique names for your module and scripts, because anything either a) included in the normal slash bundle/install or b) (I assume) anything done by some of the slash guys is going to take priority over what outsiders have done, if not only for the lack of time they'd have to keep renaming their stuff because contributors keep using basic names that conflict, and we want them to write as much functionality as possible :) Shane |
From: Markus A. <mar...@ub...> - 2002-03-05 13:20:23
|
par...@de... wrote: > My first question is: Can i name it "slash chat"?? How much is it tied to Slashcode? Does is use slash? Does it use templates? Could it be generalized to get the different user types from other tables than just slash tables? I'd either make it as independent from slash as possible, than call it m_p-chat (*g* - for mod_perl chat) or make it a slash module with templates and everything, then call it slash-chat or whatever. Markus. |
From: Xavier de B. <par...@de...> - 2002-03-05 13:13:37
|
Hi all I just subscribed to the list, i'm the guy of www.deporteyciencia.com The chat i was coding for slash is running ok in deporteyciencia, is not coded as a module, is more similar to a few simple cgis in perl. But it runs fine under mod-perl. The chat is designed for little sites. It runs different for anonymous, registered and editors. If you try it think about probably you are a simple anonymous without powers :) I want to put it in savannah for continue the development, but it still has not a name My first question is: Can i name it "slash chat"?? My second question is: Anyone wants to help me in the development? (it's running but it can be better) Thanks |
From: shane <sh...@lo...> - 2002-02-28 15:06:07
|
Regarding plugins: ---------------------- Q1: The names of the directories are normally capitalized. Personally, I consider this an annoyance. However, I'm willing to go with the flow/standard, if this is how it was supposed to be? I originally did not capitalize mine so that I could easily keep my own different and easily found in that directory from the stock slash - especially if I do a CVS update and a new stock plugin overwrites one that I'm writing/messing with. Q2: once you do sub new { my($class, $user) = @_; my $self = {}; my $slashdb = getCurrentDB(); my $plugins = $slashdb->getDescriptions('plugins'); return unless $plugins->{'Mypluginname'}; bless($self, $class); $self->{virtual_user} = $user; $self->sqlConnect(); &Date_Init(); return $self; } $slashdb is inherited into $self throughout the plugin, correct? is there any case that it is not? (like coming from being called from slashd through a task?) Regarding templates: ---------------------- Q1: Do we need to do 'USE Slash' anymore? It was mentioned that we do not, that it's inherited now. However, in one of my templates, I did a timecalc and it didn't seem to want to run w/o the USE Slash at the top of the template. Q2: Is there any list/docs/guides to taking user input? (I looked at slashcode.com/docs ) A few of my plugins take quite a bit of it. I want to make sure the plugins are cross-scriptable, and all input is filtered appropriatly. Suggestions appreciated. Thanks, Shane |
From: i18n <i1...@ya...> - 2002-02-28 01:58:22
|
I would like to change my site so that when a user logs out (e.g http://mysite/users.pl?op=userclose) then the next page to be displayed is http:/mysite with the current user set to anonymous. The current behavior, which I do not believe I have modified, is that when the user logs out, users.pl displays the template displayForm;users;default, which either allows the user to log back in, or create a new user. But if you don't fill in the form at all, and go to "http://mysite", then the current user is "anonymous". Where does the user actually get reset to anonymous? Once I know where that is , then I should change the behavior of the "op=userclose" in users.pl to just redirect to http://mysite ? thanks, Barry |
From: Kevin T. <kt...@do...> - 2002-02-23 17:36:55
|
Russell, Slash requires mod_perl (it doesn't use CGI) and since IIS has nothing like mod_perl, there can't be a port of Slash to IIS short of a complete conversion of code (a la phpNuke... a complete rewrite). OTH, Slash works just fine on Apache on Windows now. Regards, Kevin Tam On Sat, 23 Feb 2002, Russell Dyas wrote: >Did anyone ever port slash to IIS because I am thinking od doing it as a >project mainly to improve my scripting skills. > >From > > >Russell Dyas > > >_________________________________________________________ >Do You Yahoo!? >Get your free @yahoo.com address at http://mail.yahoo.com > > >_______________________________________________ >Slashcode-development mailing list >Sla...@li... >https://lists.sourceforge.net/lists/listinfo/slashcode-development > |
From: Russell D. <rd...@ya...> - 2002-02-23 15:42:03
|
Did anyone ever port slash to IIS because I am thinking od doing it as a project mainly to improve my scripting skills. From Russell Dyas _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: shane <sh...@lo...> - 2002-02-06 13:07:15
|
Hey everyone, I worked up a quick classified ads plugin a few weeks ago. I've put it up for download incase anyone wants to try it out. You can see it in action here: <URL: http://mtb.lottadot.com/ > You can grab the tarball here: <URL: http://www.lottadot.com/files/slashplugins/beta/classifieds-latest.tgz > Any comments/bugs/suggestions, please post here: <URL: http://www.lottadot.com/article.pl?sid=02/02/05/1221200 > Thanks, Shane |
From: chromatic <chr...@rm...> - 2002-01-05 19:55:27
|
Hi again, Thanks to the quick debugging of Jesse Hirsh, I've fixed a bug preventing new pages from being created. Version 0.02 of the Slash Wiki is now available. Note that the *best* way to install this is to run perl Makefile.PL, make, make test, and then make install as root -- I should put Text::WikiFormat on the CPAN and mark it as a dependency, but I don't have time to write the documentation right now. If you don't do that, you'll have to mess with the paths to get it included correctly. The latest version will always be available from here: http://wgz.org/chromatic/slash/Wiki.tar.gz Thanks Jesse!, -- c |
From: chromatic <chr...@rm...> - 2002-01-05 05:14:52
|
Hi all, I've worked up a small plugin to add Wiki functionality to Slash. The editors and developers on Perlmonks use something similar for somewhat-transitory discussions and to polish documentation before it's made available to end users. Plus, it'll be explained in an article on the O'Reilly Network shortly. This is a preliminary version. Though most bits work for me, the logic used to grab the Latest Revisions is rather buggy (Krow's probably the only one who can help me there). It should install without trouble and work pretty well. I'd love to get some feedback on this in the next couple of days, and would be happy to immortalize anyone with suggestions or improvements. Check it out here: http://wgz.org/chromatic/slash/Wiki.tar.gz Have a nice weekend, -- chromatic (yes, "Running Weblogs with Slash") |
From: Stephen C. <the...@wa...> - 2001-12-26 16:36:11
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, Dec 23, 2001 at 05:41:14PM -0500, Chris Nandor wrote: > None. "It works for me." Can you give your entire set of commands, > environment, etc.? I can't think of anything offhand. Heh, there's only one command: cvs -d:pserver:ano...@cv...:/cvsroot/slashcode login I thought the problem might be cvs itself (I upgraded to the latest version recently), but this doesn't even work: telnet cvs.slashcode.com 2401 Same behavior: connect, short pause, connection reset by peer. - -- Stephen Clouse <the...@wa...> warpcore.org Founder, Chief Megalomaniac, and Evil Overlord -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPCn8d91EXk7JbKbMEQJwugCcDkd7DDLOchQ3Bb+/UFzsrOxtIIoAmQE0 N7beI1AQnoQfDnT+cIHs/nKt =wGTZ -----END PGP SIGNATURE----- |
From: jesse h. <je...@ta...> - 2001-12-26 14:57:26
|
this has also been happening for me, but only on one of my boxes. it comes up when i run the usual: cvs update -dP all of a sudden one day it just stopped but kept working on other boxes running the same environment (debian) On Sun, 23 Dec 2001, Chris Nandor wrote: > At 14:19 -0600 2001.12.22, Stephen Clouse wrote: > >-----BEGIN PGP SIGNED MESSAGE----- > >Hash: SHA1 > > > >On Sat, Dec 15, 2001 at 09:57:59PM -0500, Chris Nandor wrote: > >> No tag at all. Do a new checkout without -r. > > > >Hmmm...now this is odd: > > > >(Logging in to ano...@cv...) > >CVS password: > > > >(short pause, then) > > > >cvs [login aborted]: recv() from server cvs.slashcode.com: Connection reset by > > peer > > > >Does this to any command I try. Been trying since mid-week. Any guesses? > > None. "It works for me." Can you give your entire set of commands, > environment, etc.? I can't think of anything offhand. > > -- > Chris Nandor pu...@po... http://pudge.net/ > Open Source Development Network pu...@os... http://osdn.com/ > > _______________________________________________ > Slashcode-development mailing list > Sla...@li... > https://lists.sourceforge.net/lists/listinfo/slashcode-development > essej |
From: Chris N. <pu...@po...> - 2001-12-23 22:41:41
|
At 14:19 -0600 2001.12.22, Stephen Clouse wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >On Sat, Dec 15, 2001 at 09:57:59PM -0500, Chris Nandor wrote: >> No tag at all. Do a new checkout without -r. > >Hmmm...now this is odd: > >(Logging in to ano...@cv...) >CVS password: > >(short pause, then) > >cvs [login aborted]: recv() from server cvs.slashcode.com: Connection reset by > peer > >Does this to any command I try. Been trying since mid-week. Any guesses? None. "It works for me." Can you give your entire set of commands, environment, etc.? I can't think of anything offhand. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
From: Stephen C. <the...@wa...> - 2001-12-22 20:19:29
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, Dec 15, 2001 at 09:57:59PM -0500, Chris Nandor wrote: > No tag at all. Do a new checkout without -r. Hmmm...now this is odd: (Logging in to ano...@cv...) CVS password: (short pause, then) cvs [login aborted]: recv() from server cvs.slashcode.com: Connection reset by peer Does this to any command I try. Been trying since mid-week. Any guesses? - -- Stephen Clouse <the...@wa...> warpcore.org Founder, Chief Megalomaniac, and Evil Overlord -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPCTqyt1EXk7JbKbMEQLGSgCgtluMPHy0FFh7/LAppNuFq4GO1uYAn3di XFPER/jbcGTXMP6m3XuYVQtK =DQkb -----END PGP SIGNATURE----- |
From: Kevin T. <kt...@do...> - 2001-12-17 11:44:00
|
Hi, I'm trying to port portions of Slash to win32 so I can do some = development on my Windows box. I'm trying to go the ActiveState+Visual = Studio route rather than the Cygwin route. Now I won't go through = everything I've tried to do but basically my only current stumbling = block is compiling the XS portions of Slash (Slash::Apache, = Slash::Apache::User). Has anyone been able to do this under Windows = before? Here are some of the gory details of what I've encountered, ignore if = not interested... Most support modules have been installed from either = CPAN/PPM without a hitch, their make tests passed. The aforementioned = modules refused to compile unless the -DPERL_IMPLICIT_SYS flag is = removed (get syntax errors in malloc.h ... probably some macro gone = wrong). Is that flag so important? After that, linking gives unresolved = external references to various... which could be found in mod_perl.lib = and ApacheCore.lib. But I'm not convinced I should be linking to those = just yet. Finally, if I do link with those (and therefore have to put = mod_perl.so and Apache.dll in my path) the slash tests crash at some = point (some crash in ApacheCore) =3D) One more sidenote... this is = with Slash 2.0.0 since that's what I've been running on my Linux box. = Haven't got to upgrading yet. My experience with Perl and Slash is pretty good but XS is something = I've managed to avoid until now, especially under win32 so any = suggestions apprecated. Further details available upon request Thanks, Kevin Tam |
From: Chris N. <pu...@po...> - 2001-12-16 02:58:14
|
At 17:46 -0600 2001.12.15, Stephen Clouse wrote: >Over Christmas I will have lots of quality time in which to resync all of my >Oracle work with the latest codebase. So, remind me: what CVS tag is the >current development tree hiding under? I'll need to check it out again. No tag at all. Do a new checkout without -r. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
From: Stephen C. <the...@wa...> - 2001-12-15 23:46:15
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Over Christmas I will have lots of quality time in which to resync all of my Oracle work with the latest codebase. So, remind me: what CVS tag is the current development tree hiding under? I'll need to check it out again. - -- Stephen Clouse <the...@wa...> warpcore.org Founder, Chief Megalomaniac, and Evil Overlord -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPBvgxN1EXk7JbKbMEQI56wCfe2JlkJjduOJlJAdkWHAA2JlBS2QAoLr3 uhbEB3XXEduzrSiygmpi4S3U =gNdf -----END PGP SIGNATURE----- |
From: Alessio B. <al...@al...> - 2001-12-10 12:48:43
|
Alexander Klink wrote: > I just had a look at the content syndication, but the problem > was that I only want to syndicate one special topic, it seems > there is now way to do so. Yes, there is. See http://slashcode.com/article.pl?sid=01/04/23/2055233 and the comments. Try http://slashcode.com/search.pl?topic=22&content_type=rss -- Alessio F. Bragadini al...@al... 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: Alexander K. <sla...@al...> - 2001-12-10 00:44:03
|
Hi, I just had a look at the content syndication, but the problem was that I only want to syndicate one special topic, it seems there is now way to do so. BTW, changing the number of default stories as a variable would be really nice, I had to look a while before I found where the 10 came from... Anyways, if I am not mistaken and there really is no way, I would like to write a script that returns RSS content for a specific topic and a number of stories, i.e. something like http://www.hopo-news.de/rss.pl?section=articles&topic=stgeb&nr=5 would return the top 5 articles about stgeb. Any idea how to start (I have some experience with perl but have never looked into the Slashcode source until today)? Greetings, Alex -- ... Alexander Klink ... http://www.hopo-news.de ... www.alech.de ... Neuigkeiten aus der Welt der Hochschulpolitik |
From: Chris N. <pu...@po...> - 2001-11-27 21:04:08
|
At 13:38 -0700 2001.11.27, chromatic wrote: >On Tuesday 27 November 2001 13:41, Chris Nandor wrote: > >> We will be releasing slash 2.2.1 (there are a few bug fixes) on or about >> Dec. 14. If there's anything that *needs* to be in 2.2.1, please let >> me/Brian/Jamie know before then. > >There are a handful of patches on SourceForge that need some attention. > >I can probably knock out the section params editor this week, too. Do you >prefer a plugin or an integrated editor? Note that stuff for slash 2.2.1 is only what *needs* to be in there; i.e., bug fixes. So no new editors or plugins. If there's any patches in particular that are needed for 2.2.1, let me know (I'll look at them all eventually ... :-). -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
From: Brian A. <br...@ta...> - 2001-11-27 20:56:20
|
On Tue, 2001-11-27 at 12:38, chromatic wrote: > There are a handful of patches on SourceForge that need some attention. Any specific that come to mind? > I can probably knock out the section params editor this week, too. Do you > prefer a plugin or an integrated editor? Personally I think it would be nice to see params listed in the section and editted from the section. -Brian -- _______________________________________________________ Brian Aker, br...@ta... Slashdot Senior Developer Seattle, Washington http://tangent.org/~brian/ Email/Jabber br...@ta... _______________________________________________________ You can't grep a dead tree. |
From: chromatic <chr...@rm...> - 2001-11-27 20:45:46
|
On Tuesday 27 November 2001 13:41, Chris Nandor wrote: > We will be releasing slash 2.2.1 (there are a few bug fixes) on or about > Dec. 14. If there's anything that *needs* to be in 2.2.1, please let > me/Brian/Jamie know before then. There are a handful of patches on SourceForge that need some attention. I can probably knock out the section params editor this week, too. Do you prefer a plugin or an integrated editor? -- c |
From: Chris N. <pu...@po...> - 2001-11-27 20:42:09
|
We will be releasing slash 2.2.1 (there are a few bug fixes) on or about Dec. 14. If there's anything that *needs* to be in 2.2.1, please let me/Brian/Jamie know before then. Thanks, -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
From: chromatic <chr...@rm...> - 2001-11-19 17:33:23
|
On Monday 19 November 2001 10:18, Scott Johnson wrote: > When I look inside the code of the mySQL call, I see this on line 597 of > MySQL.pm: > > my($self, $user, $passwd, $kind) = @_; > > then this on line 601: > > return unless $user && $passwd; > So, it seems to me that when I only feed it two arguments, it will never > see $passwd (because the values I fed it got stored in $self and $user > instead) and therefore never authenticate. Is this correct? No. $slashdb->getUserAuthenticate( @args ) is a method call. $slashdb is automatically passed as the first argument. I could point you to the relevant source code in perl itself, but I don't want to scare you. :) $slashdb->getUserAuthenticate($ldapuname, $ldappassword) will populate $self, $user, and $passwd. Make sense? > $slashdb = getCurrentDB() *does* return something, but I don't know how > to tinker with it to see if it's providing me with the right something. > When evaluated as a scalar I get something like > Slash::DB=HASH(0x891327c). This is a functioning slash site, so it's > bound to be working somewhere. That's a stringified blessed reference. If you print ref($slashdb), you should just get 'Slash::DB'. All that mess means is that $slashdb is a hash reference that's been blessed into the Slash::DB class. It's an object. It's what you want. > Apologies for the newbie ramblings. This is very frustrating. Let me > know if there's anything else I can provide you. Money is good. > Thanks in advance for any help you can provide. The null string is not exactly the same as an undefined value. I'd do something like this: my $slashdb = getCurrentDB(); my $userstuff=$slashdb->getUserAuthenticate($ldapuname, $ldappassword); print "Sent ($ldapuname) and ($ldappassword)\n"; if (defined $userstuff) { print "Received ($userstuff)\n"; } else { print "Received undef from getUserAuthenticate.\n"; } That'll give you a better idea if it doesn't like $user and $passwd, or if it's just not finding anyone in the database. -- c |