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: Fred N. <new...@ya...> - 2006-02-09 21:33:24
|
This came up a few months ago, but are there any plans for a full release or maybe a R_? I'm using CSS_03 is that really out of date? |
|
From: Jamie M. <ja...@mc...> - 2006-01-30 02:26:24
|
ja...@in... writes: > great - thanks for the response. The version is slash-2.2.6 (for > me it was obvious, the latest =3D) Actually it's pretty old. I'd recommend going with the most recent R_ tag from CVS, R_2_5_0_74 as of right now. We should do a new release as a tarball but we've been very focused on development and just keep putting code out in CVS instead. I'm not 100% sure what the error is but my guess is that it has to do with the new support in DBD::mysql 3.0 for prepared statements. I haven't actually tried a reinstall of 2.2.6 since upgrading to DBD::mysql 3.0. The bug <http://bugs.mysql.com/bug.php?id=3D15665> that you identified seems to be a very similar problem with USE and =46LUSH queries, so maybe it affects ALTER TABLE as well, I don't know. If the rest of installation went OK, you can probably work around this by applying the queries in the latest plugins/Search/mysql_prep. You can find that here: <http://cvs.sourceforge.net/viewcvs.py/slashcode/slash/plugins/Search/mysql= _prep?rev=3D1.9&view=3Dmarkup> shane wrote: > The problem is the default table type for the table stories is > MyISAM. However, with MySQL v4.x (and 5.x, so far) you can't do > fulltext indexes on MyISAM tables. You can do them on InnoDB > tables, however. Other way around -- MyISAM supports FULLTEXT, InnoDB does not. Note that I don't think we handled that issue very well in the T_2_5_0_x series until the end of last October. Now InnoDB is the default (which is correct) and the plugin forces the table types to MyISAM when it is installed (also correct). If you use R_2_5_0_74 it'll be wonky. OK, so I lied, use T_2_5_0_88 or later. We really should make another R_ tag... --=20 Jamie McCarthy http://mccarthy.vg/ ja...@mc... |
|
From: shane <sh...@lo...> - 2006-01-27 22:31:05
|
On Jan 27, 2006, at 2:11 PM, Leoncini Xavier wrote: > Hello, > I notioced this when I had forgotten to drop the database. > the install slash had failed and stopped due to the previous =20 > reasons, and I > reran it right after. > I think it should not matter for a frsh install if all tables are =20 > droped > before being recreated. > > Le Vendredi 27 Janvier 2006 01:24, Jamie McCarthy a =E9crit : >> xa...@ny... (Leoncini Xavier) writes: >>> So I put the default values at 'O' and things went ok. >> >> Fixed in CVS, thanks. >> >>> Also all the als related tables do not have a drop before they >>> are create which causes trouble when trying a second install. >> >> A second install in the same database? Follow the "UNINSTALLING" >> section at the end of the INSTALL file. When doing an uninstall >> you should DROP the database. the thing of it is that when you 'uninstall' a slash site, it is not =20= just a matter of dropping the database. there's also definitions of =20 the site in slash's slash.sites data file, etc. two useful scripts here: 1. backup a slash site's db: http://slash.lottadot.com/files/backupslashdb.plx 2. uninstall a slash-site: http://slash.lottadot.com/files/uninstallslashsite.plx Shane -- My slashcode stuff: http://slash.lottadot.com/ |
|
From: Leoncini X. <xa...@ny...> - 2006-01-27 19:21:30
|
Hello, I notioced this when I had forgotten to drop the database. the install slash had failed and stopped due to the previous reasons, and = I=20 reran it right after. I think it should not matter for a frsh install if all tables are droped=20 before being recreated. Le Vendredi 27 Janvier 2006 01:24, Jamie McCarthy a =E9crit : > xa...@ny... (Leoncini Xavier) writes: > > So I put the default values at 'O' and things went ok. > > Fixed in CVS, thanks. > > > Also all the als related tables do not have a drop before they > > are create which causes trouble when trying a second install. > > A second install in the same database? Follow the "UNINSTALLING" > section at the end of the INSTALL file. When doing an uninstall > you should DROP the database. |
|
From: <ja...@in...> - 2006-01-27 18:01:12
|
great - thanks for the response. The version is slash-2.2.6 (for me it was obvious, the latest =) not so obvious to those who have been running slash before..) At the moment, I'm wrestling with apache and mod_perl. I'll post back with sucess or otherwise ASAP. thanks again. -- shane wrote: > > On Jan 26, 2006, at 4:47 PM, ja...@in... wrote: > >> # perl -v | grep "This is perl" >> This is perl, v5.8.7 built for i686-linux-thread-multi >> # mysql -V >> mysql Ver 14.7 Distrib 4.1.14, for pc-linux-gnu (i686) using >> readline 5.0 >> # cd /usr/local/slash >> # bin/install-slash >> >> the error is: >> >> >> DO: Something wrong while try to prepare query This command is not >> supported in the prepared statement protocol yet >> Error in library: >> Slash::Install:/usr/lib/perl5/site_perl/5.8.7/i686-linux-thread- >> multi/Slash/Install.pm:330:ALTER >> TABLE stories add fulltext (title) >> Which was called by: >> Slash::Install:/usr/lib/perl5/site_perl/5.8.7/i686-linux-thread- >> multi/Slash/Install.pm:153:ALTER >> TABLE stories add fulltext (title) >> Failed on :ALTER TABLE stories add fulltext (title): >> >> >> I think it might have something to do with this bug: >> http://bugs.mysql.com/bug.php?id=15665 > > No, I don't think that's it. The problem is the default table type > for the table stories is MyISAM. However, with MySQL v4.x (and 5.x, > so far) you can't do fulltext indexes on MyISAM tables. You can do > them on InnoDB tables, however. > > I thought there was mention of this in the INSTALL. If not, this > should be explained there. Maybe in the FAQ? > > Your slash installation will work, as is, even with the above errors. > If you want the search to play nice, then you'll want to alter the > table types for those tables and then add the fulltext indexes. Note > the mention of fulltext limitations in the faq: http:// > slash.lottadot.com/faqster.pl?op=view&fid=1 > > BTW, while you mentioned which perl and mysql you're using (which is > great) you didn't mention what version of _slash_ you're using. > > Shane > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > https://lists.sourceforge.net/lists/listinfo/slashcode-general > > |
|
From: shane <sh...@lo...> - 2006-01-27 00:35:25
|
On Jan 26, 2006, at 4:47 PM, ja...@in... wrote: > # perl -v | grep "This is perl" > This is perl, v5.8.7 built for i686-linux-thread-multi > # mysql -V > mysql Ver 14.7 Distrib 4.1.14, for pc-linux-gnu (i686) using > readline 5.0 > # cd /usr/local/slash > # bin/install-slash > > the error is: > > > DO: Something wrong while try to prepare query This command is not > supported in the prepared statement protocol yet > Error in library: > Slash::Install:/usr/lib/perl5/site_perl/5.8.7/i686-linux-thread- > multi/Slash/Install.pm:330:ALTER > TABLE stories add fulltext (title) > Which was called by: > Slash::Install:/usr/lib/perl5/site_perl/5.8.7/i686-linux-thread- > multi/Slash/Install.pm:153:ALTER > TABLE stories add fulltext (title) > Failed on :ALTER TABLE stories add fulltext (title): > > > I think it might have something to do with this bug: > http://bugs.mysql.com/bug.php?id=15665 No, I don't think that's it. The problem is the default table type for the table stories is MyISAM. However, with MySQL v4.x (and 5.x, so far) you can't do fulltext indexes on MyISAM tables. You can do them on InnoDB tables, however. I thought there was mention of this in the INSTALL. If not, this should be explained there. Maybe in the FAQ? Your slash installation will work, as is, even with the above errors. If you want the search to play nice, then you'll want to alter the table types for those tables and then add the fulltext indexes. Note the mention of fulltext limitations in the faq: http:// slash.lottadot.com/faqster.pl?op=view&fid=1 BTW, while you mentioned which perl and mysql you're using (which is great) you didn't mention what version of _slash_ you're using. Shane |
|
From: Jamie M. <ja...@mc...> - 2006-01-27 00:28:59
|
It should work in theory, but we haven't tested this code lately. --=20 Jamie McCarthy http://mccarthy.vg/ ja...@mc... |
|
From: Jamie M. <ja...@mc...> - 2006-01-27 00:28:42
|
xa...@ny... (Leoncini Xavier) writes: > So I put the default values at 'O' and things went ok. =46ixed in CVS, thanks. > Also all the als related tables do not have a drop before they > are create which causes trouble when trying a second install. A second install in the same database? Follow the "UNINSTALLING" section at the end of the INSTALL file. When doing an uninstall you should DROP the database. --=20 Jamie McCarthy http://mccarthy.vg/ ja...@mc... |
|
From: <ja...@in...> - 2006-01-26 21:48:46
|
# perl -v | grep "This is perl" This is perl, v5.8.7 built for i686-linux-thread-multi # mysql -V mysql Ver 14.7 Distrib 4.1.14, for pc-linux-gnu (i686) using readline 5.0 # cd /usr/local/slash # bin/install-slash the error is: DO: Something wrong while try to prepare query This command is not supported in the prepared statement protocol yet Error in library: Slash::Install:/usr/lib/perl5/site_perl/5.8.7/i686-linux-thread-multi/Slash/Install.pm:330:ALTER TABLE stories add fulltext (title) Which was called by: Slash::Install:/usr/lib/perl5/site_perl/5.8.7/i686-linux-thread-multi/Slash/Install.pm:153:ALTER TABLE stories add fulltext (title) Failed on :ALTER TABLE stories add fulltext (title): I think it might have something to do with this bug: http://bugs.mysql.com/bug.php?id=15665 -- |
|
From: Leoncini X. <xa...@ny...> - 2006-01-25 00:02:17
|
Not taking of the not null did not do the trick So I put the default values at 'O' and things went ok. Also all the als related tables do not have a drop before they are created= =20 which causes trouble when trying a second install. There is also a similar problem as the not null one in the bob plugin for t= he=20 table story_files or something like that. All of these may be related to the mysql 5.0 I use, I do not know. Thanks for your help anyway, it helped me dare to change the schema Xavier Le Mardi 24 Janvier 2006 03:26, Blake Carver a =E9crit : > sid mediumint UNSIGNED DEFAULT '' NOT NULL, > > I think it's that NOT NULL, some versions of MySQL will take it and some > won't for a default '' > If I remember right, this has been fixed in CVS, this was a problem in 2 = or > three tables I think. > > -------------- > Blake Carver > LISNews.org > Librarian & Information Science News > http://www.lisnews.org > > ----- Original Message ----- > From: "Leoncini Xavier" <xa...@ny...> > To: <sla...@li...> > Sent: Monday, January 23, 2006 6:26 PM > Subject: [Slashcode-general] Problem with install slash site > > > Hello, > > I have the following problem when trying to install a new slash system > > with > > cvs T_2_5_0_95 same with 96 > > I use mysql 5 > > The script fails at the following command saying my vuser lacks drop and > > create privileges > > > > > > CREATE TABLE moderatorlog ( id int UNSIGNED NOT NULL auto_increment, > > ipid char(32) DEFAULT '' NOT NULL, subnetid char(32) DEFAULT '' NOT > > NULL, uid mediumint UNSIGNED NOT NULL, val tinyint DEFAULT > > '0' > > NOT NULL, sid mediumint UNSIGNED DEFAULT '' NOT NULL, ts dateti= me > > DEFAULT '0000-00-00 00:00:00' NOT NULL, cid mediumint UNSIGNED NOT > > NULL, > > cuid mediumint UNSIGNED NOT NULL, reason tinyint UNSIGNED DEFAULT > > '0', > > active tinyint DEFAULT '1' NOT NULL, spent tinyint DEFAULT '1' NOT > > NULL, > > m2count mediumint UNSIGNED DEFAULT '0' NOT NULL, m2needed mediumint > > UNSIGNED DEFAULT '0' NOT NULL, m2status tinyint DEFAULT '0' NOT > > NULL, > > points_orig tinyint DEFAULT NULL, PRIMARY KEY (id), KEY sid > > (sid,cid), KEY sid_2 (sid,uid,cid), KEY cid (cid), KEY ipid > > (ipid), KEY subnetid (subnetid), KEY uid (uid), KEY cuid > > (cuid), > > KEY m2stat_act (m2status,active), KEY ts_uid_sid (ts,uid,sid)) > > TYPE=3DInnoDB > > > > When typed directly in the mysql prompt the error is: > > > > ERROR 1067 (42000): Invalid default value for 'sid' > > > > If I put '0' instead of '' then the command passes. I however do not kn= ow > > which default value is best to put. > > Thanks in advance > > Xavier > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > files > > for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > > _______________________________________________ > > Slashcode-general mailing list > > Sla...@li... > > https://lists.sourceforge.net/lists/listinfo/slashcode-general > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > https://lists.sourceforge.net/lists/listinfo/slashcode-general |
|
From: Blake C. <li...@li...> - 2006-01-24 22:11:05
|
I was messing around with the ACL options and tried modpoints_always, but it doesn't seem to work. From what I can read it should allow the user to moderate whenever they want, but when I test it with a regular user I get the "your out of points" error if that user doesn't have mod points, but the moderate option does show up. Is this a bug or did I miss something? -------------- Blake Carver LISNews.org Librarian & Information Science News http://www.lisnews.org |
|
From: Blake C. <li...@li...> - 2006-01-24 02:26:57
|
sid mediumint UNSIGNED DEFAULT '' NOT NULL, I think it's that NOT NULL, some versions of MySQL will take it and some won't for a default '' If I remember right, this has been fixed in CVS, this was a problem in 2 or three tables I think. -------------- Blake Carver LISNews.org Librarian & Information Science News http://www.lisnews.org ----- Original Message ----- From: "Leoncini Xavier" <xa...@ny...> To: <sla...@li...> Sent: Monday, January 23, 2006 6:26 PM Subject: [Slashcode-general] Problem with install slash site > Hello, > I have the following problem when trying to install a new slash system > with > cvs T_2_5_0_95 same with 96 > I use mysql 5 > The script fails at the following command saying my vuser lacks drop and > create privileges > > > CREATE TABLE moderatorlog ( id int UNSIGNED NOT NULL auto_increment, > ipid char(32) DEFAULT '' NOT NULL, subnetid char(32) DEFAULT '' NOT > NULL, uid mediumint UNSIGNED NOT NULL, val tinyint DEFAULT > '0' > NOT NULL, sid mediumint UNSIGNED DEFAULT '' NOT NULL, ts datetime > DEFAULT '0000-00-00 00:00:00' NOT NULL, cid mediumint UNSIGNED NOT > NULL, > cuid mediumint UNSIGNED NOT NULL, reason tinyint UNSIGNED DEFAULT > '0', > active tinyint DEFAULT '1' NOT NULL, spent tinyint DEFAULT '1' NOT > NULL, > m2count mediumint UNSIGNED DEFAULT '0' NOT NULL, m2needed mediumint > UNSIGNED DEFAULT '0' NOT NULL, m2status tinyint DEFAULT '0' NOT > NULL, > points_orig tinyint DEFAULT NULL, PRIMARY KEY (id), KEY sid > (sid,cid), KEY sid_2 (sid,uid,cid), KEY cid (cid), KEY ipid > (ipid), KEY subnetid (subnetid), KEY uid (uid), KEY cuid > (cuid), > KEY m2stat_act (m2status,active), KEY ts_uid_sid (ts,uid,sid)) > TYPE=InnoDB > > When typed directly in the mysql prompt the error is: > > ERROR 1067 (42000): Invalid default value for 'sid' > > If I put '0' instead of '' then the command passes. I however do not know > which default value is best to put. > Thanks in advance > Xavier > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > https://lists.sourceforge.net/lists/listinfo/slashcode-general > > |
|
From: Leoncini X. <xa...@ny...> - 2006-01-23 23:29:37
|
Hello, I have the following problem when trying to install a new slash system with cvs T_2_5_0_95 same with 96 I use mysql 5 The script fails at the following command saying my vuser lacks drop and create privileges CREATE TABLE moderatorlog ( id int UNSIGNED NOT NULL auto_increment, ipid char(32) DEFAULT '' NOT NULL, subnetid char(32) DEFAULT '' NOT NULL, uid mediumint UNSIGNED NOT NULL, val tinyint DEFAULT '0' NOT NULL, sid mediumint UNSIGNED DEFAULT '' NOT NULL, ts datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, cid mediumint UNSIGNED NOT NULL, cuid mediumint UNSIGNED NOT NULL, reason tinyint UNSIGNED DEFAULT '0', active tinyint DEFAULT '1' NOT NULL, spent tinyint DEFAULT '1' NOT NULL, m2count mediumint UNSIGNED DEFAULT '0' NOT NULL, m2needed mediumint UNSIGNED DEFAULT '0' NOT NULL, m2status tinyint DEFAULT '0' NOT NULL, points_orig tinyint DEFAULT NULL, PRIMARY KEY (id), KEY sid (sid,cid), KEY sid_2 (sid,uid,cid), KEY cid (cid), KEY ipid (ipid), KEY subnetid (subnetid), KEY uid (uid), KEY cuid (cuid), KEY m2stat_act (m2status,active), KEY ts_uid_sid (ts,uid,sid)) TYPE=InnoDB When typed directly in the mysql prompt the error is: ERROR 1067 (42000): Invalid default value for 'sid' If I put '0' instead of '' then the command passes. I however do not know which default value is best to put. Thanks in advance Xavier |
|
From: shane <sh...@lo...> - 2006-01-12 00:42:45
|
On Jan 10, 2006, at 1:54 PM, Gaulin, Mark wrote: > After looking at the code some more it doesn't look like this is > possible, so I edited Bulkmail.pm and stuck my bounce-only email > address > right in the MAIL FROM:<> line. > Mark How about defining a var for it, maybe 'smtp_mail_from' and then modify your Bulkmail.pm with that, and submit a patch so it could be included with the stock code? This exact issue has bit me and a number of others. I would find it very useful! Shane |
|
From: Jamie M. <ja...@mc...> - 2006-01-11 21:47:08
|
The syntax we were using for LEFT JOIN, in a number of cases in the code, worked in MySQL 4.1 and before, but not in MySQL 5.0. I went through the code last month and fixed a number of those up. Slash is not guaranteed to work well with 5.0 yet, though we're working on that (and expect compatibility within a month or two). The particular issue you're seeing, however, was fixed in March of 2005: <http://cvs.sourceforge.net/viewcvs.py/slashcode/slash/Slash/DB/MySQL/MySQL= =2Epm?r1=3D1.761&r2=3D1.762> You probably want to upgrade. If you're going to continue running 5.0, you probably want to upgrade all the way to the latest T_ tag. Note that the latest INSTALL file has slightly more informative instructions on how to upgrade from one version of CVS to another: <http://cvs.sourceforge.net/viewcvs.py/slashcode/slash/INSTALL?rev=3D1.42&v= iew=3Dmarkup> Scroll down to "Slash CVS". --=20 Jamie McCarthy http://mccarthy.vg/ ja...@mc... |
|
From: Gaulin, M. <mg...@gl...> - 2006-01-10 18:55:07
|
After looking at the code some more it doesn't look like this is possible, so I edited Bulkmail.pm and stuck my bounce-only email address right in the MAIL FROM:<> line. =20 Mark=20 -----Original Message----- From: sla...@li... [mailto:sla...@li...] On Behalf Of Gaulin, Mark Sent: Monday, January 09, 2006 5:10 PM To: sla...@li... Subject: [Slashcode-general] Right way to configure smtp "MAIL FROM<>" address for bounce handling? Hi I'm trying to sort through to code to figure out how to get bounces from the daily bulk emails to go to a special "bounce" address while still having the apparent "from" address being the "adminmail" (or is it "mailfrom"?) email address. Right now I have adminmail and mailfrom set to the same thing and I couldn't find any docs to explicitly answer this question. (I'm assuming this is a normal thing to want to do... All bounces go to one email account and all "replies" goes to me, the admin.) =20 Normally, the way you get a bounce-only email address is to use it with the "MAIL FROM:<bou...@xy...>" line when starting a message with the SMTP server (setting the "envelope"), and you use a "From: <rea...@xy...>" header line in the message "data" to set the address that the recipient sees. I'm just confused about the right way to do this with slash (using more or less the latest code). Any help appreciated! Thanks Mark ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id=16865&op=3Dick _______________________________________________ Slashcode-general mailing list Sla...@li... https://lists.sourceforge.net/lists/listinfo/slashcode-general |
|
From: Gaulin, M. <mg...@gl...> - 2006-01-09 22:10:29
|
Hi I'm trying to sort through to code to figure out how to get bounces from the daily bulk emails to go to a special "bounce" address while still having the apparent "from" address being the "adminmail" (or is it "mailfrom"?) email address. Right now I have adminmail and mailfrom set to the same thing and I couldn't find any docs to explicitly answer this question. (I'm assuming this is a normal thing to want to do... All bounces go to one email account and all "replies" goes to me, the admin.) =20 Normally, the way you get a bounce-only email address is to use it with the "MAIL FROM:<bou...@xy...>" line when starting a message with the SMTP server (setting the "envelope"), and you use a "From: <rea...@xy...>" header line in the message "data" to set the address that the recipient sees. I'm just confused about the right way to do this with slash (using more or less the latest code). Any help appreciated! Thanks Mark |
|
From: Leoncini X. <xa...@ny...> - 2006-01-08 12:27:24
|
Hello, I upgraded last night my server to mysql 5 and get the followingin my apache error.log. This is done in admin.pl when you want to get the list of the stories, here the results is simply there areno stories on the site. I do not know if it is normal, so I jusr wanted to warn you. "/admin.pl:Slash::DB::Utility:/usr/local/lib/perl/5.8.4/Slash/DB/Utility.pm:674:DB='nycircus' -- hostinfo='Localhost via UNIX socket' -- Unknown column 'stories.primaryskid' in 'on clause' -- SELECT hits, stories.commentcount AS commentcount,\n\t\tstories.stoid, stories.sid,\n\t\tstory_text.title, stories.uid, stories.tid,\n\t\ttime, stories.in_trash, primaryskid, \n\t\tIF(skins.skid IS NULL, '_none', skins.name) AS skinname FROM stories, story_text LEFT JOIN skins ON skins.skid=stories.primaryskid WHERE stories.stoid = story_text.stoid ORDER BY time DESC LIMIT 0, 40" |
|
From: shane <sh...@lo...> - 2006-01-05 17:21:18
|
On Jan 5, 2006, at 10:01 AM, Larson, Timothy E. wrote: > shane wrote: >> FYI - I just tried this, and it worked (with slash-cvs that's a week >> or two old). The only change that I did was this: >> >> update vars set "b|i|p|br|a|ol|ul|li|dl|dt|dd|em|strong|tt| >> blockquote| >> div|ecode|img" where name='approvedtags'; >> >> as an admin, i could save a comment/journal with an img tag. >> as an anon coward, I could save a comment with an img tag. > > I've occasionally thought it would be nice to have different sets of > tags available to different groups of users. For instance, maybe > allow > IMG to those with high karma or paid subscribers, and maybe admins are > allowed to use TABLEs too. > > Tim > -- > Tim Larson Yes, that would be nice. You could key it off whether a user is a subscriber, too. |
|
From: Larson, T. E. <TEL...@we...> - 2006-01-05 15:01:54
|
shane wrote: > FYI - I just tried this, and it worked (with slash-cvs that's a week > or two old). The only change that I did was this:=20 >=20 > update vars set "b|i|p|br|a|ol|ul|li|dl|dt|dd|em|strong|tt|blockquote| > div|ecode|img" where name=3D'approvedtags'; >=20 > as an admin, i could save a comment/journal with an img tag. > as an anon coward, I could save a comment with an img tag. I've occasionally thought it would be nice to have different sets of tags available to different groups of users. For instance, maybe allow IMG to those with high karma or paid subscribers, and maybe admins are allowed to use TABLEs too. Tim --=20 Tim Larson |
|
From: shane <sh...@lo...> - 2006-01-05 04:33:22
|
On Aug 21, 2005, at 4:51 PM, Blair Steenerson wrote:
> Shane wrote:
>
> >
> > On Jul 28, 2005, at 5:44 AM, Blair Steenerson wrote:
> >
> >> BTW, one more quick question if y'all don't mind =96 I=92ve added =
IMG
> >> (and IMG SRC) to approvedtags but people still cannot post images,
> >> which I=92d like to allow. Any idea what the problem might be?
> >
> > Did you setup the var "approvedtags_attr"?
> >
> > Did you restart httpd after you changed the var's?
> >
> > You can try turning approveTag_debug on. I poked through
> > Slash::Utility::Data looking at sub approveTag, seemed like once =20=
> you
> > set the 2 var's up it should work. But that was just a quick glance
> > so maybe someone else can give you a more definitive answer.
> >
> > Shane
> >
> Hi again guys. I've been on vacation for a while, but now that its =20=
> over I'm back to trying to figure this out. Still no luck getting =20
> users to be able to post images in their comments.
>
> I've added approvedtags_attr thusly
>
> INSERT INTO vars (name, value, description) VALUES =20
> ('approvedtags_attr', 'a:href_RU =20
> img:src_RU,alt,width,height,longdesc_U', 'definition of =20
> approvedtags attributes in the following format a:href_RU =20
> img:src_RU,alt,width,height,longdesc_U see Slash::Utility::Data.pm =20
> for more details');
>
> Of course I always restart httpd and slashd when I make changes. =20
> I just found these vars on the net at Koders, there appears to be =20
> very limited info reading through Data.pm or the related Utility =20
> perldocs. I see no mention at all of approvedtags_attr, so I'm =20
> really unsure of the syntax and if the above should work or even =20
> what functions use it. I'm assuming approveTag_debug is just 0 or =20=
> 1 so I guess I'll give that a try and see what, if anything, it =20
> does. I did see a mention of lonetags in Data.pm, so I also tried =20
> adding that, but it did not help.
>
> INSERT INTO vars (name, value, description) VALUES ('lonetags','P|=20
> LI|BR|IMG','Tags that don\'t need to be closed');
>
> Is any of this documented anywhere? Using Slash 2.2.6 btw - maybe =20
> some of this has been deprecated?.
>
> As always, any thoughts are appreciated.
>
> Cheers
>
> Blair
FYI - I just tried this, and it worked (with slash-cvs that's a week =20
or two old). The only change that I did was this:
update vars set "b|i|p|br|a|ol|ul|li|dl|dt|dd|em|strong|tt|blockquote|=20=
div|ecode|img" where name=3D'approvedtags';
as an admin, i could save a comment/journal with an img tag.
as an anon coward, I could save a comment with an img tag.
Shane
|
|
From: Shane <sh...@lo...> - 2005-11-01 18:19:15
|
On Oct 30, 2005, at 2:06 PM, Blake Carver wrote: > Hi All, > How do I dump out all the templates I've messed with and revert to > all the > default templates for the original slashcode theme and plugins? > > I thought if I dumped my themes table, and did a > /usr/local/slash/bin/template-tool -u slash -U > That would do it, but no luck. > > THanks Grab the template-dump tool on lottadot ( http://slash.lottadot.com/ ) to dump the template's you modified. a quick template-tool -U will should load templates from the installed filesystem to your db for you. be sure to restart httpd/slashd to see any changes. |
|
From: Jamie M. <ja...@mc...> - 2005-11-01 15:16:54
|
> can anyone explain why the handling of user creation, password changing etc. > exists in both users.pl and login.pl? Because it was originally in users.pl and then was moved to login.pl for various reasons (mostly security, also simplicity). > Is there a specific reason to have all these templates, messages etc. twice? We haven't checked through the code and looked for the possibility of links to the users.pl functionality (or considered what old URLs pointing to that functionality may still need to work). In fact I think we just found some old code incorrectly pointing to users.pl login code the other day. We won't be removing the duplicate functionality until we make those thorough checks. They're not hurting anything. -- Jamie McCarthy ja...@mc... http://mccarthy.vg/ |
|
From: Chris V. <chr...@gm...> - 2005-11-01 14:02:17
|
Hi, can anyone explain why the handling of user creation, password changing etc. exists in both users.pl and login.pl? Is there a specific reason to have all these templates, messages etc. twice? For example, there are two templates to create a new user: loginForm;users;default loginForm;login;default (the same applies to changePasswd, and there are also some duplicate messages in data;login;default and errors;user;default) It appears to me that in a fresh install from CVS (and also on /. itself), the login/account handling is done via login.pl, and users.pl only kicks in after a user is already created and logged in (e.g. to configure preferences). Are the templates loginForm;users;default and changePasswd;users;default in use at all? regards, chris |
|
From: Blake C. <li...@li...> - 2005-10-30 19:16:14
|
Hi All, How do I dump out all the templates I've messed with and revert to all the default templates for the original slashcode theme and plugins? I thought if I dumped my themes table, and did a /usr/local/slash/bin/template-tool -u slash -U That would do it, but no luck. THanks |