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
|
|
From: Blake C. <li...@li...> - 2005-10-29 15:29:30
|
Maybe try grabbing the sources and installing from them, I had to do that for a few modules. -Blake > So I bought the Slash book from O'Reilly and I'm > following it as close as I can. I'm at page 35 and now > I'm stuck (DAMN! I thought I had it too!!!) > > I think I'm narrowed my problem down to the installing > of Schedule::Cron -- when that thing goes into it's > testing, it just hangs... |
|
From: Blake C. <li...@li...> - 2005-10-29 15:29:19
|
Maybe try grabbing the sources and installing from them, I had to do that for a few modules. -Blake > So I bought the Slash book from O\'Reilly and I\'m > following it as close as I can. I\'m at page 35 and now > I\'m stuck (DAMN! I thought I had it too!!!) > > I think I\'m narrowed my problem down to the installing > of Schedule::Cron -- when that thing goes into it\'s > testing, it just hangs... |
|
From: Shane <sh...@lo...> - 2005-10-29 02:23:09
|
On Oct 28, 2005, at 7:37 PM, Jim Frey wrote: > So I bought the Slash book from O'Reilly and I'm > following it as close as I can. I'm at page 35 and now > I'm stuck (DAMN! I thought I had it too!!!) > > I think I'm narrowed my problem down to the installing > of Schedule::Cron -- when that thing goes into it's > testing, it just hangs... > > [root@server5 local]# perl -MCPAN -e "install > 'Schedule::Cron'" > CPAN: Storable loaded ok > Going to read /root/.cpan/Metadata > Database was generated on Fri, 28 Oct 2005 18:01:44 > GMT > Running install for module Schedule::Cron > Running make for R/RO/ROLAND/Schedule-Cron-0.9.tar.gz > CPAN: MD5 loaded ok > CPAN: Compress::Zlib loaded ok > Checksum for > /root/.cpan/sources/authors/id/R/RO/ROLAND/Schedule-Cron-0.9.tar.gz > ok > Scanning cache /root/.cpan/build for sizes > Schedule-Cron-0.9/ > Schedule-Cron-0.9/t/ > Schedule-Cron-0.9/t/entry.t > Schedule-Cron-0.9/t/test.crontab > Schedule-Cron-0.9/t/execution_time.t > Schedule-Cron-0.9/t/startup.t > Schedule-Cron-0.9/t/load_crontab.t > Schedule-Cron-0.9/t/nofork.t > Schedule-Cron-0.9/README > Schedule-Cron-0.9/Cron.pm > Schedule-Cron-0.9/Makefile.PL > Schedule-Cron-0.9/META.yml > Schedule-Cron-0.9/CHANGES > Schedule-Cron-0.9/ChangeLog > Schedule-Cron-0.9/MANIFEST > Removing previously used > /root/.cpan/build/Schedule-Cron-0.9 > > CPAN.pm: Going to build > R/RO/ROLAND/Schedule-Cron-0.9.tar.gz > > Checking if your kit is complete... > Looks good > Writing Makefile for Schedule::Cron > cp Cron.pm blib/lib/Schedule/Cron.pm > Manifying blib/man3/Schedule::Cron.3 > /usr/bin/make -- OK > Running make test > PERL_DL_NONLAZY=1 /usr/local/bin/perl > "-MExtUtils::Command::MM" "-e" "test_harne ss(0, > 'blib/lib', 'blib/arch')" t/*.t > t/entry.............ok > t/execution_time....ok > t/load_crontab......ok > t/nofork............ok > t/startup........... > > And that's all I get. It's stuck now. I can't do > anything. Help?!?! > > Thanks, > - Jim What OS? What version? What perl? Generally, when I'm in the cpan prompt I just do a 'install Bundle::Slash' then any modules that don't install, I try by hand by using the 'look' command. See the latest install file (not the one in v2.2.6, the latest out of CVS... there's a link directly to it on slash.lottadot.com), I think there is info in there to help with this type of thing. Shane |
|
From: Jim F. <hea...@ya...> - 2005-10-28 23:37:32
|
So I bought the Slash book from O'Reilly and I'm following it as close as I can. I'm at page 35 and now I'm stuck (DAMN! I thought I had it too!!!) I think I'm narrowed my problem down to the installing of Schedule::Cron -- when that thing goes into it's testing, it just hangs... [root@server5 local]# perl -MCPAN -e "install 'Schedule::Cron'" CPAN: Storable loaded ok Going to read /root/.cpan/Metadata Database was generated on Fri, 28 Oct 2005 18:01:44 GMT Running install for module Schedule::Cron Running make for R/RO/ROLAND/Schedule-Cron-0.9.tar.gz CPAN: MD5 loaded ok CPAN: Compress::Zlib loaded ok Checksum for /root/.cpan/sources/authors/id/R/RO/ROLAND/Schedule-Cron-0.9.tar.gz ok Scanning cache /root/.cpan/build for sizes Schedule-Cron-0.9/ Schedule-Cron-0.9/t/ Schedule-Cron-0.9/t/entry.t Schedule-Cron-0.9/t/test.crontab Schedule-Cron-0.9/t/execution_time.t Schedule-Cron-0.9/t/startup.t Schedule-Cron-0.9/t/load_crontab.t Schedule-Cron-0.9/t/nofork.t Schedule-Cron-0.9/README Schedule-Cron-0.9/Cron.pm Schedule-Cron-0.9/Makefile.PL Schedule-Cron-0.9/META.yml Schedule-Cron-0.9/CHANGES Schedule-Cron-0.9/ChangeLog Schedule-Cron-0.9/MANIFEST Removing previously used /root/.cpan/build/Schedule-Cron-0.9 CPAN.pm: Going to build R/RO/ROLAND/Schedule-Cron-0.9.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Schedule::Cron cp Cron.pm blib/lib/Schedule/Cron.pm Manifying blib/man3/Schedule::Cron.3 /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harne ss(0, 'blib/lib', 'blib/arch')" t/*.t t/entry.............ok t/execution_time....ok t/load_crontab......ok t/nofork............ok t/startup........... And that's all I get. It's stuck now. I can't do anything. Help?!?! Thanks, - Jim __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com |
|
From: Blake C. <li...@li...> - 2005-10-28 18:40:19
|
(forgot to CC the list on this, it might help someone else) > Your perl installation is hosed. > Possibly /usr/local/slash/bin/install-slashsite is using a different > perl in its #! line than you use by default (or last night)? Check > for #!/usr/bin/perl vs. #!/usr/local/bin/perl, compare to `which perl`, > Read line 34 in the file identified above. Time::Local is crashing > because it sees a massively broken %Config. The likelihood that very > many perl modules are going to work is quite small. Thanks Jamie, There's only one perl, and nothing had changed. But as I poked around in the files you recommended, I went back and read through my .bash_history to see what else I'd been up to just before the miraculous recovery last night, and noticed I'd done a bunch of EXPORTS while messing with some other perl modules. I think I found people talking about how RHEL is odd in how it handles some language things, and those modules (Forget which) needed this: export LANG=en_US export LANG='C' So... I just did that again, and poof, that error disappears. I'll see what I can find why RHEL needs that, or if it's just me, and I'll put it in Shane's FAQ. -Blake |
|
From: Jamie M. <ja...@mc...> - 2005-10-28 18:12:54
|
li...@li... (Blake Carver) writes: > I realaly don't know where to start on this one. I thought I had this > error fixed last night when I fixed MySQL, but today it's suddenly > returned. > # /usr/local/slash/bin/install-slashsite -u slash >=20 > ERROR: Argument "4'\nissymlink=3D'/usr/bin/test > -h'\nivdformat=3D'"ld"'\nivsi..." isn't numeric in integer multiplication > (*) at /usr/lib/perl5/5.8.0/Time/Local.pm line 34, <DATA> line 125. Your perl installation is hosed. Possibly /usr/local/slash/bin/install-slashsite is using a different perl in its #! line than you use by default (or last night)? Check for #!/usr/bin/perl vs. #!/usr/local/bin/perl, compare to `which perl`, etc. Read line 34 in the file identified above. Time::Local is crashing because it sees a massively broken %Config. The likelihood that very many perl modules are going to work is quite small. --=20 Jamie McCarthy http://mccarthy.vg/ ja...@mc... |
|
From: Jamie M. <ja...@mc...> - 2005-10-28 17:54:12
|
li...@li... (Blake Carver) writes: > So I got all this fixed. There was an error in the SQL Doh, I even made a note of that months ago: # (And note that MySQL 4.0 allows an AUTO_INCREMENT column to be declared # with a DEFAULT, but MySQL 4.1 throws an error on that formulation.) but neglected to actually do anything about it. I'll fix that now... --=20 Jamie McCarthy http://mccarthy.vg/ ja...@mc... |
|
From: Blake C. <li...@li...> - 2005-10-28 17:38:35
|
I realaly don't know where to start on this one. I thought I had this error fixed last night when I fixed MySQL, but today it's suddenly returned. The only thing I've done was removed /usr/local/slash and did a new cvs update. So last night I did see this error, but after starting over with the slashcode today it's back. I didn't mess around with perl or anything else. I did the check out like this cvs -d:pserver:ano...@cv...:/cvsroot/slashcode co slash # /usr/local/slash/bin/install-slashsite -u slash ERROR: Argument "4'\nissymlink='/usr/bin/test -h'\nivdformat='"ld"'\nivsi..." isn't numeric in integer multiplication (*) at /usr/lib/perl5/5.8.0/Time/Local.pm line 34, <DATA> line 125. It doesn't seem like that module (Time::Local) is messed up, I can get a data out of it if I try: perl -MTime::Local -e "print timelocal(0,0,0,15,6,2005),$/" MySQL is the latest RPM available for RHEL, MySQL-server-standard-4.1.15-0.rhel3. Same thing with Perl, perl-5.8.0-89.10, but I did install Apache and mod_perl from source last night from the latest available sources. Thanks Blake |
|
From: Shane <sh...@lo...> - 2005-10-28 13:16:09
|
On Oct 28, 2005, at 7:56 AM, Blake Carver wrote: > So I've got the latest CVS version of the code running on a new server > now. I also have my old site running on an old server (a t_tags > about 2 > years old). I've been going over Shane's upgrading docs, and it > seems like > it's quite a job. > > Is the slashcode/slash/sql/mysql/upgrades file current? It's over a > year > old now, is there something newer I should use? What about > upgrades.mine? it's always current. use it. there is nothing else. > > All I'm looking to do is take my topics/sections/stories/users/ > comments > from the old server and drop them into new server. I'm not > concerned with > any of the themes or anything. > > Any other advice anyone has would be appreciated. Like I told you on IRC, I think you are going about this *backward* and you're making more work for yourself. Install 2.2.6 (or the same version that you have on your production server) on the new box. Tarball the production slash setup all up. Untar it on the new. Then follow all the upgrade documentation. When you're done, minimally, you should be at section-topics level. You can continue from there, and you'd be running the slashcss. I'd recommend you go full bore and get up to date, since you're knee deep in it all anyway. Just my $.02. Shane |
|
From: Blake C. <li...@li...> - 2005-10-28 12:06:29
|
So I've got the latest CVS version of the code running on a new server now. I also have my old site running on an old server (a t_tags about 2 years old). I've been going over Shane's upgrading docs, and it seems like it's quite a job. Is the slashcode/slash/sql/mysql/upgrades file current? It's over a year old now, is there something newer I should use? What about upgrades.mine? All I'm looking to do is take my topics/sections/stories/users/comments from the old server and drop them into new server. I'm not concerned with any of the themes or anything. Any other advice anyone has would be appreciated. Thanks -Blake |
|
From: Blake C. <li...@li...> - 2005-10-28 01:47:24
|
So I got all this fixed. There was an error in the SQL, and I was missing a few perl modules, but it looks like my new site is on it's way. Thanks for the help everyone. -Blake > I installed and reinstalled mysql, using rpms, which was my problem before > that shane caught. > > MySQL-client-standard-4.1.15-0.rhel3 > MySQL-shared-standard-4.1.15-0.rhel3 > perl-DBD-MySQL-2.1021-3 > MySQL-python-0.9.1-6 > MySQL-server-standard-4.1.15-0.rhel3 > libdbi-dbd-mysql-0.6.5-5 > MySQL-devel-4.1.15-0.glibc23 > > > /DBIx/Password.pm seems to be ok > I can connect to MySQL as the user/password listed in there. > > Here's the error I get after running install-slashcode: > But the odd thing that's confusing me is, I "show tables" in the slash db > in mysql, and it shows > abusers....templates 53 rows in set (0.00 sec) > So it's like it makes 53 tables, gets to topics, and fails. > > > DBD::mysql::db do failed: Invalid default value for 'tid' at > ./install-slashsite line 395. > The CREATE TABLE command below failed. This almost certainly means > the rest of the slashsite installation will fail, so we're aborting. > This is probably because your SQL user associated with your > DBIx::Password user 'slash' lacks CREATE and/or DROP permissions. > Fix this, or whatever the problem is, and rerun install-slashsite. > Failed command: CREATE TABLE topics ( tid smallint UNSIGNED NOT NULL > DEFAULT 0 auto_increment, parent_topic smallint UNSIGNED DEFAULT 0 > NOT NULL, name char(20) NOT NULL, alttext char(40), > default_image mediumint UNSIGNED DEFAULT 0 NOT NULL, series tinyint > DEFAULT 0 NOT NULL, PRIMARY KEY (tid)) TYPE=InnoDB > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. > Get Certified Today * Register for a JBoss Training Course > Free Certification Exam for All Training Attendees Through End of 2005 > Visit http://www.jboss.com/services/certification for more information > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > https://lists.sourceforge.net/lists/listinfo/slashcode-general > > -- -Blake Carver LISNews.com |
|
From: Blake C. <li...@li...> - 2005-10-27 23:01:07
|
I installed and reinstalled mysql, using rpms, which was my problem before that shane caught. MySQL-client-standard-4.1.15-0.rhel3 MySQL-shared-standard-4.1.15-0.rhel3 perl-DBD-MySQL-2.1021-3 MySQL-python-0.9.1-6 MySQL-server-standard-4.1.15-0.rhel3 libdbi-dbd-mysql-0.6.5-5 MySQL-devel-4.1.15-0.glibc23 /DBIx/Password.pm seems to be ok I can connect to MySQL as the user/password listed in there. Here's the error I get after running install-slashcode: But the odd thing that's confusing me is, I "show tables" in the slash db in mysql, and it shows abusers....templates 53 rows in set (0.00 sec) So it's like it makes 53 tables, gets to topics, and fails. DBD::mysql::db do failed: Invalid default value for 'tid' at ./install-slashsite line 395. The CREATE TABLE command below failed. This almost certainly means the rest of the slashsite installation will fail, so we're aborting. This is probably because your SQL user associated with your DBIx::Password user 'slash' lacks CREATE and/or DROP permissions. Fix this, or whatever the problem is, and rerun install-slashsite. Failed command: CREATE TABLE topics ( tid smallint UNSIGNED NOT NULL DEFAULT 0 auto_increment, parent_topic smallint UNSIGNED DEFAULT 0 NOT NULL, name char(20) NOT NULL, alttext char(40), default_image mediumint UNSIGNED DEFAULT 0 NOT NULL, series tinyint DEFAULT 0 NOT NULL, PRIMARY KEY (tid)) TYPE=InnoDB |
|
From: Blake C. <li...@li...> - 2005-10-27 22:40:39
|
>> Drat, forgot all my details. I built apache and mod_perl from sources >> according to the INSTALL file. Perl came installed on the RHEL box >> already. It's the perl-5.8.0-89.10 RPM. MySQL was an RPM as well, >> mysql-3.23.58-15.RHEL3.1 >> > > there's one problem. You should be running mysql v4.1x Holy crap, I can't believe I missed that. It never even occured to me that mysql wouldn't be 4 on this machine. That's odd. Thanks for catching that Shane. That took care of my strange errors, now I seem to have messed up DBD::mysql::db "DBD::mysql::db do failed: Invalid default value for 'tid' at ./install-slashsite line 395." |
|
From: Shane <sh...@lo...> - 2005-10-27 21:44:00
|
On Oct 27, 2005, at 5:03 PM, Blake Carver wrote:
>> I have an up-to-date-as-of-16:47today cvs install on my laptop and I
>> just wacked /usr/local/slash, cvs update'd, make install'd and
>> install-slashsite'd a new site w/o any problems. So I don't think the
>> problem's with Slash itself.
>> You didn't say exactly what versions of each LAMP you were running,
>> nor how you build apache/mod_perl etc.
>> Shane
>>
>>
>
> Drat, forgot all my details. I built apache and mod_perl from sources
> according to the INSTALL file. Perl came installed on the RHEL box
> already. It's the perl-5.8.0-89.10 RPM. MySQL was an RPM as well,
> mysql-3.23.58-15.RHEL3.1
>
there's one problem. You should be running mysql v4.1x
> I tried rolling back to a recent t_tag or two, the same errors kept
> up,
> along with a bunch of sql errors from the defaults.sql
>
> DBD::mysql::db do failed: You have an error in your SQL syntax near
> '; '
> at line 1 at ./install-slashsite line 395.
> Failed on 'INSERT INTO vars (name, value, description) VALUES
> ('login_speed_limit', '20', 'How fast a user can create users,
> etc.'); '
> DBD::mysql::db do failed: You have an error in your SQL syntax
> near '; '
> at line 1 at ./install-slashsite line 395.
> Failed on 'INSERT INTO vars (name, value, description) VALUES
> ('max_login_allowed', '10', 'How many forms a user can submit'); '
>
I think the mysql 3.x is your problem. Atleast, the start of it.
Shane
|
|
From: Blake C. <li...@li...> - 2005-10-27 21:13:06
|
> I have an up-to-date-as-of-16:47today cvs install on my laptop and I
> just wacked /usr/local/slash, cvs update'd, make install'd and
> install-slashsite'd a new site w/o any problems. So I don't think the
> problem's with Slash itself.
> You didn't say exactly what versions of each LAMP you were running,
> nor how you build apache/mod_perl etc.
> Shane
Drat, forgot all my details. I built apache and mod_perl from sources
according to the INSTALL file. Perl came installed on the RHEL box
already. It's the perl-5.8.0-89.10 RPM. MySQL was an RPM as well,
mysql-3.23.58-15.RHEL3.1
I tried rolling back to a recent t_tag or two, the same errors kept up,
along with a bunch of sql errors from the defaults.sql
DBD::mysql::db do failed: You have an error in your SQL syntax near '; '
at line 1 at ./install-slashsite line 395.
Failed on 'INSERT INTO vars (name, value, description) VALUES
('login_speed_limit', '20', 'How fast a user can create users, etc.'); '
DBD::mysql::db do failed: You have an error in your SQL syntax near '; '
at line 1 at ./install-slashsite line 395.
Failed on 'INSERT INTO vars (name, value, description) VALUES
('max_login_allowed', '10', 'How many forms a user can submit'); '
|
|
From: Shane <sh...@lo...> - 2005-10-27 20:55:32
|
On Oct 27, 2005, at 2:32 PM, Blake Carver wrote: > I'm trying to install a new slashsite on a new RHEL server. New > Apache, > MySQL, everything starting from scratch. So, starting from scratch, > everything seems to have gone well, up to installing the new site. > I didn't try a t_tags, just > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/slashcode > co slash > > Here's what happened, I'm not sure, is that error from the > Time::ParseDate > module? > > ## ./install-slashsite -u slash > Argument "4'\nissymlink='/usr/bin/test -h'\nivdformat='"ld"'\nivsi..." > isn't numeric in integer multiplication (*) at > /usr/lib/perl5/5.8.0/Time/Local.pm line 26, <DATA> line 125. > > [install options] > > panic: end_shift at ./install-slashsite line 602, <GEN412> line 37. > > > plugins chosen: > 1,4,7,9,11,13,14,15,17,18,19,20,21,22,26,27,28,29,30,32,33,34,36 I have an up-to-date-as-of-16:47today cvs install on my laptop and I just wacked /usr/local/slash, cvs update'd, make install'd and install-slashsite'd a new site w/o any problems. So I don't think the problem's with Slash itself. You didn't say exactly what versions of each LAMP you were running, nor how you build apache/mod_perl etc. Shane |
|
From: Blake C. <li...@li...> - 2005-10-27 18:42:23
|
I'm trying to install a new slashsite on a new RHEL server. New Apache, MySQL, everything starting from scratch. So, starting from scratch, everything seems to have gone well, up to installing the new site. I didn't try a t_tags, just cvs -z3 -d:pserver:ano...@cv...:/cvsroot/slashcode co slash Here's what happened, I'm not sure, is that error from the Time::ParseDate module? ## ./install-slashsite -u slash Argument "4'\nissymlink='/usr/bin/test -h'\nivdformat='"ld"'\nivsi..." isn't numeric in integer multiplication (*) at /usr/lib/perl5/5.8.0/Time/Local.pm line 26, <DATA> line 125. [install options] panic: end_shift at ./install-slashsite line 602, <GEN412> line 37. plugins chosen: 1,4,7,9,11,13,14,15,17,18,19,20,21,22,26,27,28,29,30,32,33,34,36 |
|
From: William S. L. I. <vla...@gm...> - 2005-10-21 06:00:41
|
Wow, you're going to call it 2.5? Isn't it really different enough to call it 3.0? :-) -----Original Message----- From: sla...@li... [mailto:sla...@li...] On Behalf Of Jamie McCarthy Sent: Thursday, October 20, 2005 7:20 PM To: Slashcode List Subject: Re: [Slashcode-general] Stable release We haven't really thought about a release candidate for 2.5. The mod system overhaul will modularize the code somewhat, and it's always nice to put a marker down after modularization instead of before I suppose. -- Jamie McCarthy http://mccarthy.vg/ ja...@mc... ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Slashcode-general mailing list Sla...@li... https://lists.sourceforge.net/lists/listinfo/slashcode-general |
|
From: Jamie M. <ja...@mc...> - 2005-10-21 00:20:15
|
We haven't really thought about a release candidate for 2.5. The mod system overhaul will modularize the code somewhat, and it's always nice to put a marker down after modularization instead of before I suppose. --=20 Jamie McCarthy http://mccarthy.vg/ ja...@mc... |
|
From: Shane <sh...@lo...> - 2005-10-20 16:05:12
|
On Oct 20, 2005, at 11:26 AM, David Pool wrote: > I seem to recall there being the idea that Slashcode would pause long > enough to call something a stable version once CSS was implemented. > Now > that CSS has been done, any chance that we'll see a new stable release > published? > > Thanks! > > David > > Where'd you read *that*? My (mis-?)understanding was that the moderation system overhaul is up next, and after it happens there could possibly be time for a release. |
|
From: Larson, T. E. <TEL...@we...> - 2005-10-20 15:37:26
|
David Pool wrote: > I seem to recall there being the idea that Slashcode would pause long > enough to call something a stable version once CSS was implemented. > Now that CSS has been done, any chance that we'll see a new stable > release published? =20 I second this. I'd like to use a "release" version that includes the CSS work, rather than pulling from CVS. Thanks, Tim --=20 Tim Larson a Contract Staffing Specialists consultant with West Corporation, Interactive TeleServices |
|
From: David P. <dp...@he...> - 2005-10-20 15:32:17
|
I seem to recall there being the idea that Slashcode would pause long enough to call something a stable version once CSS was implemented. Now that CSS has been done, any chance that we'll see a new stable release published? Thanks! David |
|
From: Jamie M. <ja...@mc...> - 2005-10-19 18:59:24
|
sm...@ea... (Steven H. McCown) writes:
> I'm new to the list and trying to download slash via CVS. The
> front page tells me to enter:
>=20
> cvs -d:pserver:ano...@cv...:/cvsroot/slashcode login
>=20
> It also says to press enter for the password (i.e., leave it
> blank). When I do that, it keeps asking me for a password. Is
> there a trick to downloading the source?
Hm, it works for me, although there was a very long pause after I
hit return for the password:
jamie@daisy:~/test$ cvs -d:pserver:ano...@cv...:/cvsro=
ot/slashcode login
Logging in to :pserver:ano...@cv...:2401/cvsroot/slash=
code
CVS password:=20
jamie@daisy:~/test$ cvs -d:pserver:ano...@cv...:/cvsro=
ot/slashcode co slash
cvs checkout: Updating slash
U slash/AUTHORS
U slash/CHANGES
U slash/COPYING
[etc.]
Maybe CVS was down when you tried it. Try again now.
--=20
Jamie McCarthy
http://mccarthy.vg/
ja...@mc...
|
|
From: Steven H. M. <sm...@ea...> - 2005-10-19 13:09:01
|
I'm new to the list and trying to download slash via CVS. The front page tells me to enter: cvs -d:pserver:ano...@cv...:/cvsroot/slashcode login It also says to press enter for the password (i.e., leave it blank). When I do that, it keeps asking me for a password. Is there a trick to downloading the source? Thanks, Steve |
|
From: Blake C. <li...@li...> - 2005-10-18 16:47:51
|
Thanks Shane If I am reading these correctly, stripBadHtml comes close to what I want, BUT, it uses approveTag, which in this case contains a different set of approved html tags than I want to all in the RSS feeds. All I want to do is trip out the "a href" tags, and leave everything else. I don't see how I can do that using any of the strip_* functions, except as noted above. Am I the only one who has people bugging him about lack of formatting in the RSS feeds? -Blake > there's a bunch of other strip_types that you can use: > > coolio:/usr/local/src/slash/slash shane$ grep "strip" Slash/Utility/ > Data/Data.pm > use Slash::Constants qw(:strip); > strip_anchor > strip_attribute > strip_code > strip_extrans > strip_html > strip_literal > strip_mode > strip_nohtml > strip_notags > strip_plaintext > strip_paramattr > strip_urlattr > # stripByMode > > do a 'perldoc Slash::Utility::Data' to read more. but from my quick > glance if you changed it to > > $desc = strip($desc,'html'); > > that may work for you. (when you read the perldoc you'll see mode > html says it does this: > > html (or anything else) > Just runs through "stripBadHtml". > > ) > > Shane |