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: Patrick G. <cap...@sl...> - 2001-03-14 12:43:50
|
"CertIndex.com Webmaster" wrote: > > absolutedir and rootdir NAME's have the same description. Is this an > oversight? If not, what is the difference between the two? > > _______________________________________________ > Slashcode-development mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-development 'absolutedir' contains the http protocol and the base URL, whereas 'rootdir' contains the base url, but not the protocol, in the case you might want https as opposed to http. |
From: Alvaro d. C. <ac...@ba...> - 2001-03-14 09:43:46
|
Hi! After migrating users_acl to a param table, I have to modify Slash::DB::Mysql (in the future also for Postgres and Oracle) the functions getUser and setUser. It has been dificult to have two param tables and manage them but I think that I have reached a good aproximation to the solution. The ACL functions are now in Slash::Utility and. Here I attach the patches for the two files. The patch is for the current version in the CVS (I have downloaded it two hours ago). Is it better that I put these patches in the project page in Sourceforge? Cheers -- Alvaro =================================================== Alvaro del Castillo San Félix ac...@ba... Barrapunto.com |
From: Eric D. <eri...@ja...> - 2001-03-14 09:10:04
|
In the apache conf files for each site created, like /site/www.slash.com/www.slash.com.conf there is a option there to turn on PerlTransHandler Slash::Apache::IndexHandler. I decided to try that, and 9 times out of 10 if say, I was messing around in the Admin area, and clicked on HOME, I end up on a page that has NO stories and just the left blocks. If I say index.pl at the end of the path, it loads fine........ Is that a problem? Turning off all those directives killed the problem.......... |
From: CertIndex.com W. <web...@ce...> - 2001-03-14 05:35:48
|
absolutedir and rootdir NAME's have the same description. Is this an oversight? If not, what is the difference between the two? |
From: Eric D. <eri...@ja...> - 2001-03-13 20:45:38
|
ok, that fixed it. Stories are updating. Thanks! |
From: Chris N. <pu...@po...> - 2001-03-13 19:43:05
|
At 11:40 -0800 2001.03.13, Eric Dannewitz wrote: >Chris Nandor wrote: > >> At 11:12 -0800 2001.03.13, Eric Dannewitz wrote: >> >Ok, I seemly successfully transfered my slash 1.0.9 site to Bender >>1.1.5. It >> >was not easy........and I have a few little quirks....... >> > >> >new stories are not showing up. >> >> This bug has been reported and fixed. >> >> >How does one keep Bender updated via CVS and would that pose a problem with >> >multiple sites? >> >> I keep it in /usr/src/slash, and do `cvs update -dP`, then `make; make >> istall`. No worries. The caveats: > >Ok, for those of us who don't use cvs..........cvs update-dP doesn't seem >to do >anything.......:-( You need to check it out first. See http://cvs.slashcode.com/. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
From: Eric D. <eri...@ja...> - 2001-03-13 19:37:35
|
Chris Nandor wrote: > At 11:12 -0800 2001.03.13, Eric Dannewitz wrote: > >Ok, I seemly successfully transfered my slash 1.0.9 site to Bender 1.1.5. It > >was not easy........and I have a few little quirks....... > > > >new stories are not showing up. > > This bug has been reported and fixed. > > >How does one keep Bender updated via CVS and would that pose a problem with > >multiple sites? > > I keep it in /usr/src/slash, and do `cvs update -dP`, then `make; make > istall`. No worries. The caveats: Ok, for those of us who don't use cvs..........cvs update-dP doesn't seem to do anything.......:-( |
From: Chris N. <pu...@po...> - 2001-03-13 19:26:44
|
At 11:12 -0800 2001.03.13, Eric Dannewitz wrote: >Ok, I seemly successfully transfered my slash 1.0.9 site to Bender 1.1.5. It >was not easy........and I have a few little quirks....... > >new stories are not showing up. This bug has been reported and fixed. >How does one keep Bender updated via CVS and would that pose a problem with >multiple sites? I keep it in /usr/src/slash, and do `cvs update -dP`, then `make; make istall`. No worries. The caveats: * If you did not install-slashsite with symlinks in htdocs (one of the options in install-slashsite), then your .pl files, etc. will not be upgraded. * If there are any changes to httpd/slash.conf or site/sitename/sitename.conf (in install-slashsite), those will not get carried over automatically. * Your templates will not be upgraded. You need to do this by hand. What I do is dump them (using template-tool) to a directory (read the docs on template-tool), and then run something like: diff -Bu ./ /usr/local/slash/themes/slashcode/templates \ | grep -v '^Only in ' | less Then replace "/usr/local/slash/themes/slashcode/templates" with "/usr/local/slash/plugins/PLUGIN/templates", where * is Admin, Search, Ladybug, CheesyPortal, Journal, and any other plugin you've installed that has templates. Then you see what changes, and you can make changes appropriately. * After done upgrading, restart slashd and Apache. I guess those are the big things. If you installed with symlinks, then there's just two things to do: upgrade any Apache .conf changes as noted above, and upgrade your templates. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
From: Eric D. <eri...@ja...> - 2001-03-13 19:08:57
|
Ok, I seemly successfully transfered my slash 1.0.9 site to Bender 1.1.5. It was not easy........and I have a few little quirks....... new stories are not showing up. I think slashd is running. Doing a ps ax reveals.... 97435 p2 I 0:00.02 -su -c TZ=GMT /usr/local/slash/sbin/slashd slash (sh) 97436 p2 I 0:32.81 /usr/bin/perl -w /usr/local/slash/sbin/slashd slash But nothing is showing up on the main page, and it's been over 2 hours, and I have shutdown the slashd and apache and restarted them, and still..........no new articles........ Anonymous users are seeing only 2 stories on the mainpage......not the like 10 they used to. Where do you fix that? How does one keep Bender updated via CVS and would that pose a problem with multiple sites? |
From: Eric D. <eri...@ja...> - 2001-03-13 18:42:17
|
Hmm, running the slash-1.1.5-bender/utils/slashd via ./slashd start runs the daemon for like about 30 seconds then it quits out. That was due to a directory permission problem. Slashd now started. It wasn't installed in my etc directory, so, I'm using the slash-1.1.5-bender/utils/slashd. Chris Nandor wrote: > At 02:51 -0800 2001.03.13, Eric Dannewitz wrote: > >Ok, I transferred my site over to Bender, but is there supposed to be a > >slashd daemon running? I can't seem to find it. I'm using FreeBSD 4.2 and > >Bender 1.1.5...... > > Run "/etc/rc.d/init.d/slashd start" (your path may differ, depending on > your OS), either as root (necessary if you have more than one Slash site > owned by more than one user), or as the user that owns the Slash site. > > The slashd daemon is in /usr/local/slash/sbin/, but you should run the > init.d script to start/stop it for best results. Running that script will > stop/start slashd cleanly, and do it for _all_ slash sites on one system > (using the slash.sites file as a guide). > > -- > Chris Nandor pu...@po... http://pudge.net/ > Open Source Development Network pu...@os... http://osdn.com/ > > _______________________________________________ > Slashcode-development mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-development -- Back up my hard disk? I can't find the reverse switch! 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: Eric D. <eri...@ja...> - 2001-03-13 18:28:51
|
ok, well, seems that there is NO slashd in /etc/. And freebsd does not have /etc/rc.d path. Maybe it didn't get installed correctly. How do I reconstruct it? Is it pretty much the same thing as slash-1.1.5-bender/utils/slashd? Chris Nandor wrote: > At 02:51 -0800 2001.03.13, Eric Dannewitz wrote: > >Ok, I transferred my site over to Bender, but is there supposed to be a > >slashd daemon running? I can't seem to find it. I'm using FreeBSD 4.2 and > >Bender 1.1.5...... > > Run "/etc/rc.d/init.d/slashd start" (your path may differ, depending on > your OS), either as root (necessary if you have more than one Slash site > owned by more than one user), or as the user that owns the Slash site. > > The slashd daemon is in /usr/local/slash/sbin/, but you should run the > init.d script to start/stop it for best results. Running that script will > stop/start slashd cleanly, and do it for _all_ slash sites on one system > (using the slash.sites file as a guide). > > -- > Chris Nandor pu...@po... http://pudge.net/ > Open Source Development Network pu...@os... http://osdn.com/ > > _______________________________________________ > Slashcode-development mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-development -- Back up my hard disk? I can't find the reverse switch! 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: Alvaro d. C. <ac...@ba...> - 2001-03-13 15:12:08
|
Chris Nandor wrote: > > At 14:57 +0100 2001.03.13, Alvaro del Castillo wrote: > >I use a flag, myslash, to detect if the user hs activated her myslash. > > What is "myslash" in this example? When a user goes to the users.pl can change a check button to activate her myslash. Then, this param is put to value 1 and it shows that this user needs a more complicated interface in order to access to her myslash, to control the ACLs for it, to edit a slashbox of her myslash, to put new stories or insert stories from other sections in myslash ... all this functionality goes in a user menu bar (a simplified admin menu bar). Bye -- Alvaro > > -- > Chris Nandor pu...@po... http://pudge.net/ > Open Source Development Network pu...@os... http://osdn.com/ > > _______________________________________________ > Slashcode-development mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-development -- =================================================== Alvaro del Castillo San Félix ac...@ba... Barrapunto.com |
From: Chris N. <pu...@po...> - 2001-03-13 14:25:10
|
At 15:14 +0100 2001.03.13, Alvaro del Castillo wrote: >Playing with the setUser function os Slash::DB in MySQL I have found >that if you pass params to the users_param table and they have ' an >error appear because the variables aren't quoted. Yeah, definitely a bug, but it was fixed recently on CVS. Note that you can submit bugs (and full patches, too) on SourceForge. http://sourceforge.net/projects/slashcode/ -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
From: Chris N. <pu...@po...> - 2001-03-13 14:20:01
|
At 15:10 +0100 2001.03.13, Alvaro del Castillo wrote: >Now, I am going to change the ACL funtions to Slash::Utility and test >everything >against 1.1.5. We are planning a new beta release today; you might want to either wait for that, or use what is in CVS, rather than doing 1.1.5. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
From: Alvaro d. C. <ac...@ba...> - 2001-03-13 14:16:52
|
Hi! Playing with the setUser function os Slash::DB in MySQL I have found that if you pass params to the users_param table and they have ' an error appear because the variables aren't quoted. Bye -- Alvaro =================================================== Alvaro del Castillo San Félix ac...@ba... Barrapunto.com |
From: Chris N. <pu...@po...> - 2001-03-13 14:16:40
|
At 14:57 +0100 2001.03.13, Alvaro del Castillo wrote: >I use a flag, myslash, to detect if the user hs activated her myslash. What is "myslash" in this example? -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
From: Alvaro d. C. <ac...@ba...> - 2001-03-13 14:13:09
|
Chris Nandor wrote: > > At 07:26 +0100 2001.03.13, Alvaro del Castillo wrote: > >Chris Nandor wrote: > >> > >> Actually, users_param just uses a text field for "value" now. So the only > >> issue would be picking a better limit for "name". > > > > > >Ops, in 1.1.5 ... > > Yep, it was changed back to varchar, and then back to text. > > > > >mysql> desc users_param; > >+----------+--------------+------+-----+---------+----------------+ > >| Field | Type | Null | Key | Default | Extra | > >+----------+--------------+------+-----+---------+----------------+ > >| param_id | int(11) | | PRI | 0 | auto_increment | > >| uid | int(11) | | MUL | 1 | | > >| name | varchar(32) | | | | | > >| value | varchar(254) | | | | | > >+----------+--------------+------+-----+---------+----------------+ > > > >If the value is a text field it is perfect :-) > > Yeah, however, as I noted as a possibility, and Brian echoed, I think it is > best if users_acl is a separate table, just to keep it cleaner. Just take > the users_param schema from CVS (or this one, changing value to a text > field), and duplicate exactly for a users_acl table. Ok, the setUser functions is very flexible and this changes are very easy to do. ¡Great job! And now in the users_param table I save the color which has selected the user for the site (our orange color doesn't like to some of our community), the myslash flag which tells if a user want to have its own slash and the title for the user slash. I send you a patch to create the new table. I have change the field names to describe better the information. The patch is for MySQL but it is also ok for PostgreSQL and Oracle because it's SQL. Now, I am going to change the ACL funtions to Slash::Utility and test everything against 1.1.5. Bye -- Alvaro > > -- > Chris Nandor pu...@po... http://pudge.net/ > Open Source Development Network pu...@os... http://osdn.com/ > > _______________________________________________ > Slashcode-development mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-development -- =================================================== Alvaro del Castillo San Félix ac...@ba... Barrapunto.com |
From: Alvaro d. C. <ac...@ba...> - 2001-03-13 13:59:02
|
Hi! In this message a send a patch to the admin.pl plugin that shows how we can migrate from seclev to acls control system. I use a flag, myslash, to detect if the user hs activated her myslash. If not, the user doesn't have ACLs so it can't use admin.pl. This is a thing that we need to change. I have make little modifications in editStory to add the ACL support. And I think these changes aren't neccesary if a user receives a section param when it activates the myslash. More work are needed to make it cleaner, but I think that this patch shows the ide very well. Cheers -- Alvaro =================================================== Alvaro del Castillo San Félix ac...@ba... Barrapunto.com |
From: Chris N. <pu...@po...> - 2001-03-13 12:20:04
|
At 07:26 +0100 2001.03.13, Alvaro del Castillo wrote: >Chris Nandor wrote: >> >> Actually, users_param just uses a text field for "value" now. So the only >> issue would be picking a better limit for "name". > > >Ops, in 1.1.5 ... Yep, it was changed back to varchar, and then back to text. > >mysql> desc users_param; >+----------+--------------+------+-----+---------+----------------+ >| Field | Type | Null | Key | Default | Extra | >+----------+--------------+------+-----+---------+----------------+ >| param_id | int(11) | | PRI | 0 | auto_increment | >| uid | int(11) | | MUL | 1 | | >| name | varchar(32) | | | | | >| value | varchar(254) | | | | | >+----------+--------------+------+-----+---------+----------------+ > >If the value is a text field it is perfect :-) Yeah, however, as I noted as a possibility, and Brian echoed, I think it is best if users_acl is a separate table, just to keep it cleaner. Just take the users_param schema from CVS (or this one, changing value to a text field), and duplicate exactly for a users_acl table. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
From: Chris N. <pu...@po...> - 2001-03-13 12:20:02
|
At 07:19 +0100 2001.03.13, Alvaro del Castillo wrote: >This is the first place where I put them. But the I see that I need to >access Slash::DB in this functions and this library is not used >in Slash::Utility. remove and add ACLs need to access setUser and >getUser >which are in the Slash::DB API. > >So the only place where I found that I can put this functions was >Slash.pm. No, it's fine to do it through Slash::Utility. Just call getCurrentDB(). You're right that Slash::DB is not "use"d from Slash::Utility; however, it is only ever used in conjunction with Slash.pm, which does, so Slash::Utility has access to the Slash::DB class, which it does use. See createEnvironment(). The architecture of this very well may change a bit to be more clean, but that's not a problem for now. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
From: Chris N. <pu...@po...> - 2001-03-13 12:16:56
|
At 02:51 -0800 2001.03.13, Eric Dannewitz wrote: >Ok, I transferred my site over to Bender, but is there supposed to be a >slashd daemon running? I can't seem to find it. I'm using FreeBSD 4.2 and >Bender 1.1.5...... Run "/etc/rc.d/init.d/slashd start" (your path may differ, depending on your OS), either as root (necessary if you have more than one Slash site owned by more than one user), or as the user that owns the Slash site. The slashd daemon is in /usr/local/slash/sbin/, but you should run the init.d script to start/stop it for best results. Running that script will stop/start slashd cleanly, and do it for _all_ slash sites on one system (using the slash.sites file as a guide). -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
From: Eric D. <eri...@ja...> - 2001-03-13 10:50:11
|
Ok, I transferred my site over to Bender, but is there supposed to be a slashd daemon running? I can't seem to find it. I'm using FreeBSD 4.2 and Bender 1.1.5...... Thanks! |
From: Alvaro d. C. <ac...@ba...> - 2001-03-13 07:50:48
|
Chris Nandor wrote: > > Actually, users_param just uses a text field for "value" now. So the only > issue would be picking a better limit for "name". Ops, in 1.1.5 ... mysql> desc users_param; +----------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +----------+--------------+------+-----+---------+----------------+ | param_id | int(11) | | PRI | 0 | auto_increment | | uid | int(11) | | MUL | 1 | | | name | varchar(32) | | | | | | value | varchar(254) | | | | | +----------+--------------+------+-----+---------+----------------+ If the value is a text field it is perfect :-) I am going to try to follow your work in the CVS. Now I have installed slashcode 1.1.5 and I am working on it. Bye > > At 18:09 +0100 2001.03.12, Alvaro del Castillo wrote: > >Do you think that this model could replace the seclev model in > >the future? As I say in other email, I have found very easy to make > >co-live the to models in the transition. > > I think so, yes, though there could be something i am not thinking of. > Currently we only use seclev for "is anonymous," "is regular user," "is > author," "is admin." But this would be replaced by things like > "can_unlimited_moderate" etc. in the ACLs. Yes, the ACLs are very descriptive and very clear when other people have to work with them. We have a site that uses this scheme so we can use this experience and the code that we have developed. For example, a little web interface that let the user/admin edit ACLs. I will send patches to the list so you can see the code. Bye -- Alvaro > > -- > Chris Nandor pu...@po... http://pudge.net/ > Open Source Development Network pu...@os... http://osdn.com/ > > _______________________________________________ > Slashcode-development mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-development -- =================================================== Alvaro del Castillo San Félix ac...@ba... Barrapunto.com |
From: Alvaro d. C. <ac...@ba...> - 2001-03-13 07:43:41
|
Brian Aker wrote: > > Alvaro del Castillo wrote: > > If we use the users_param table we don't need to touch getUser and > > setUser, > > no? > True, you could. The only thing that would be left is a table describing > the ACL. > The only thing I worry about is that users_param is a type of text, > which could be slow for very large sites. Which is why you might want > to have a separate table. Course, the table is entirely indexed. > Just put it in users_param, if it turns out to be a performance > issue it will be easy to fix. > > > The changes are reduced to modify the ACL functions that I have included > > in Slash.pm. Is it the correct place? This changes are minimal. > Well, the ACL functions should be in Slash::Utility. This is the first place where I put them. But the I see that I need to access Slash::DB in this functions and this library is not used in Slash::Utility. remove and add ACLs need to access setUser and getUser which are in the Slash::DB API. So the only place where I found that I can put this functions was Slash.pm. I see that in 1.1.5 admin.pl is now a Plugin. If we follow this idea we can start to work in a new "admin" plugin that uses only ACLs. When this plugin is ok, the slashcode user can choose between the ACLs and the seclev versions. But as you have said, we need only one access control model in the future. It could be cool to have more that one access control system using plugins, but i think that with ACLs we can do everything that is described now with the seclev concept and many other things. Bye -- Alvaro > _______________________________________________ > Slashcode-development mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-development -- =================================================== Alvaro del Castillo San Félix ac...@ba... Barrapunto.com |
From: www.tooltoad.com <sa...@to...> - 2001-03-13 04:32:32
|
www.tooltoad.com www.tooltoad.com www.tooltoad.com HELLO , Please visit us at the GRAND OPENING of www.tooltoad.com Come and see our ROCK BOTTOM pennies on the dollar pricing . We sell electronics , housewares , security items , tools , and much more . THANK YOU The management |