semanticscuttle-devel Mailing List for SemanticScuttle (Page 9)
Brought to you by:
cweiske
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
(5) |
Nov
(4) |
Dec
(2) |
| 2010 |
Jan
(9) |
Feb
(4) |
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
(6) |
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
(20) |
Feb
(47) |
Mar
(25) |
Apr
(19) |
May
(58) |
Jun
(14) |
Jul
(5) |
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Christian W. <cw...@cw...> - 2010-09-18 06:40:38
|
Hello eric, > Mysql is using a file sort on one of the queries used to generate the > homepage.... This is taking about 4 seconds of 100% cpu on my box... > > I'm trying to optimize it, but don't have the required experience. > > Here are the details: > http://stackoverflow.com/questions/3722253/help-removing-mysql-file-sort I'm looking into the issue. -- Regards/Mit freundlichen Grüßen Christian Weiske -=≡ Geeking around in the name of science since 1982 ≡=- |
|
From: Eric C <eco...@el...> - 2010-09-16 01:34:14
|
Mysql is using a file sort on one of the queries used to generate the homepage.... This is taking about 4 seconds of 100% cpu on my box... I'm trying to optimize it, but don't have the required experience. Here are the details: http://stackoverflow.com/questions/3722253/help-removing-mysql-file-sort Thanks! -Eric |
|
From: Christian W. <cw...@cw...> - 2010-08-22 15:16:02
|
Hi all, During FrOSCon I had the time to hack on the build and deployment system of SemanticScuttle. The result is that SemanticScuttle can be installed and upgraded via the PEAR now, which eases administration of it on servers. With revery release, we automatically get a new PEAR package generated and deployed to the sourceforge web page. More information and instructions can be found at http://semanticscuttle.sourceforge.net/ -- Regards/Mit freundlichen Grüßen Christian Weiske -=≡ Geeking around in the name of science since 1982 ≡=- |
|
From: Christian W. <cw...@cw...> - 2010-07-06 05:09:42
|
Hello Milo, > * "Change doc root to www" --> Not an option > * Follow other suggestion re: folder structure (modified for a > sub-folder) --> Not working > * Remember to copy (and use) the config section regarding sub-folders > --> Still not working. > * Update file paths in the correct file --> Still not working. > > I'm no programmer, but do have much experience with Open-source > programs. Usually I can figure things out, but this is just NOT > working / Way too much time wasted (Twice) :( Off to try 0.95.2... > > Just trying to use in a folder called 'share', and never had trouble > installing before. I'll look forward to the newest version some other > time. Thanks anyway, and have a great holiday. What exactly did you do for "Update file paths in the correct file"? What errors do you experience? What is your directory structure? -- Regards/Mit freundlichen Grüßen Christian Weiske -=≡ Geeking around in the name of science since 1982 ≡=- |
|
From: Christian W. <cw...@cw...> - 2010-06-10 06:55:17
|
Hi Hamid, > As always i have some questions :) I'm cc'ing the semantic scuttle mailing list in case other people have the same questions. > 1) Is it possible to run website without using of ajax.google.com ? > I mean is it possible that i remove them from template and script > works true? No, currently that is not possible. > 2) If i remove google ajax from template, Are related > tags will be displayed? Latest/newest tags will be shown, but not the "special tags" that are nested and can be collapsed/expanded. > 3) If i want to make all tags to be ended > to .html what should i do? This is not easy. At all places where tag links are created (i.e. data/templates/bookmarks.tpl), you need to add .html to the links. In www/bookmarks.php you need to strip off the .html from $cat in line 68, and in www/tags.php you need to strip it off $cat, too. > 4) Is it possible that admin defines some > rss feeds and script read those feeds and submit them to social > bookmark automatically ?( title,description and tags of them ) No, this not possible. SemanticScuttle has no automated export facility. -- Regards/Mit freundlichen Grüßen Christian Weiske -=≡ Geeking around in the name of science since 1982 ≡=- |
|
From: Christian W. <cw...@cw...> - 2010-06-09 07:58:07
|
Hello fellow bookmarkers, Some minutes ago, SemanticScuttle version 0.97.0 has been released. The main features in this release are the improved speed and an added russian translation. The french translation works again. Detailled list of changes: - Many SQL optimizations - SemanticScuttle shows bookmarks 4 times faster now - New config option to skip "SET NAMES UTF8" call: $dbneedssetnames - Do not highlight admin bookmarks when $enableAdminColors is disabled - Add russian translation - Make HTML export follow the specifications a bit better - Fix bug #2953732: faulty error message for duplicate bookmarks - Fix bug #2960663: do not send content-type headers twice for ajax/api scripts - Fix bug #2976593: fr_FR locale is vietnamese Unfortunately, I did not get *any* testers for 0.97 when I send a beta test request on the mailing list in March. Since I hacked around the delicious-compatible API quite a bit (which is largely not unit tested), there be bugsons. -- Regards/Mit freundlichen Grüßen Christian Weiske -=≡ Geeking around in the name of science since 1982 ≡=- |
|
From: Christian W. <cw...@cw...> - 2010-03-23 16:49:32
|
Hi all, Please test the current SVN version of SemanticScuttle - I'd like to release version 0.97 with a bunch of bugfixes and performance improvements soon. Especially the API functionality needs testing since I hacked around there quite a bit, and they are not covered by any unit tests yet. After testing please reply here and tell me what worked and what didn't. -- Regards/Mit freundlichen Grüßen Christian Weiske -=≡ Geeking around in the name of science since 1982 ≡=- |
|
From: Christian W. <cw...@cw...> - 2010-02-20 12:03:27
|
Hi all, This week I worked on lowering the number of queries that SemanticScuttle needs to deliver a bookmark listing page. Just looking at the front page of a SemanticScuttle instance with 10 or more bookmarks, not logged in, caused 37 SQL queries to be fired to the database. If you are logged in, doing the same action took SQL 54 queries! After my optimizations, it only takes 8 queries for the front page for anonymous people and 22 for users that are logged in. The logged-in count can easily be lowered to 13 by combining the watch queries that are sent for each single bookmark to be displayed into one. I also tried running SemanticScuttle with 32000 bookmarks which actually worked, but I got response times of over 1 second. Problem here seems to be that SemanticScuttle uses COUNT() and DISTINCT for some queries. This cannot be easily fixed, only by i.e. putting those counts as hard-coded values into the bookmark rows and updating them whenever the database changes, or doing that via a cron job. So the next feature release of SemanticScuttle (0.97) should feel a bit snappier, especially with many concurrent users requesting pages on your server. -- Regards/Mit freundlichen Grüßen Christian Weiske -=≡ Geeking around in the name of science since 1982 ≡=- |
|
From: Christian W. <cw...@cw...> - 2010-02-08 20:02:31
|
Hi all, Some minutes ago, SemanticScuttle version 0.96.0 has been released. It fixes a bunch of bugs and provides some exciting new features: - External authentication: You can use LDAP or any other user database with SemanticScuttle! - Zeroconf support through export of Avahi config files - More configuration options for RSS feeds .. and for all people without access to their server configuration: It is possible now to get rid of www/ in your URL pretty easily! http://sourceforge.net/projects/semanticscuttle/files -- Regards/Mit freundlichen Grüßen Christian Weiske -=≡ Geeking around in the name of science since 1982 ≡=- |
|
From: Benjamin Huynh-Kim-B. <men...@gm...> - 2010-02-06 19:15:21
|
As usual congratulation for this important modification. The documentation is particularly detailed. More over, in January, there were 600 downloads of SemanticScuttle. Best number ever. In 2009 the average was around 150 downloads/month. This success is due to your marvellous work. So thank you again. Benjamin HUYNH KIM BANG http://benjamin.hkb.fr/contact.htm On Sat, Feb 6, 2010 at 3:31 PM, Christian Weiske <cw...@cw...> wrote: > Hi all, > > > Yesterday I finished external authentication support for > SemanticScuttle. We are able to use any system supported by PEAR's Auth > library as source for user/password data - LDAP, IMAP, other databases > and so on! > > Today the documentation was completed - you will find it in > doc/authentication.txt. > > -- > Regards/Mit freundlichen Grüßen > Christian Weiske > > -=≡ Geeking around in the name of science since 1982 ≡=- > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Semanticscuttle-devel mailing list > Sem...@li... > https://lists.sourceforge.net/lists/listinfo/semanticscuttle-devel > > |
|
From: Christian W. <cw...@cw...> - 2010-02-06 14:32:02
|
Hi all, Yesterday I finished external authentication support for SemanticScuttle. We are able to use any system supported by PEAR's Auth library as source for user/password data - LDAP, IMAP, other databases and so on! Today the documentation was completed - you will find it in doc/authentication.txt. -- Regards/Mit freundlichen Grüßen Christian Weiske -=≡ Geeking around in the name of science since 1982 ≡=- |
|
From: Christian W. <cw...@cw...> - 2010-01-19 10:36:00
|
Hello whateveryournameis, > > What I did not implement and will not implement: > > - private rss feeds by appending an extra parameter. Private rss > > feeds itself: yes, but not that parameter. > > Reason for this is, that by using http basic auth with > > http://user:pass@host/..., we have something that's well-known and > > working. Downside is that it can be sniffed when used over an > > insecure network connection. > > > As is now, I agree that both cookiehash and http auth for private rss > feeds are insecure. The reasoning behind allowing access to private > feeds via some sort of hash in the query parameter is compatibility > with various aggregators. Yep, some aggregators do not support http basic auth, which is a shame. > Delicious does the same thing, however I > don't believe that it's hash is in any way related to the username or > password. Ideally both the hash and the cookie hashes would be > randomly generated and stored, however that would require a bit of > editing to the core auth system (adding a session table and a cleanup > function). This may be a viable temporary measure: md5sum the cookie > hash (which is an md5sum of user+pass). This hash would -only- grant > access to one's private feed and not one's entire account - unless > there's something broken with md5sum(md5sum(data)). We'd better have a completely separate type of login here that only allows access to rss feeds and does not give you a valid session. I'll see what I can do about that. > > > "The links displayed in bookmark listings no longer prepend > > > url_redir " > > - I did not see that change in your patch. You can already disable > > that in the configuration options globally. Enabling it only for > > RSS feeds is not a sensible option in my eyes. > > > Actually what I did was edit bookmarks.php to not -display- > url_redir. (a href=URL_REDIR+URL)URL(/a) as opposed to (a > href=URL_REDIR+URL)URL_REDIR+URL(/a) I saw the patch in #2934868 which is fine for me now that you explained it :) -- Regards/Mit freundlichen Grüßen Christian Weiske -= Geeking around in the name of science since 1982 =- |
|
From: <ss...@fn...> - 2010-01-19 10:11:14
|
As suggested, I'm taking a discussion to the mailing list :> > What I did not implement and will not implement: > - private rss feeds by appending an extra parameter. Private rss feeds > itself: yes, but not that parameter. > Reason for this is, that by using http basic auth with > http://user:pass@host/..., we have something that's well-known and working. > Downside is that it can be sniffed when used over an insecure network > connection. > As is now, I agree that both cookiehash and http auth for private rss feeds are insecure. The reasoning behind allowing access to private feeds via some sort of hash in the query parameter is compatibility with various aggregators. Delicious does the same thing, however I don't believe that it's hash is in any way related to the username or password. Ideally both the hash and the cookie hashes would be randomly generated and stored, however that would require a bit of editing to the core auth system (adding a session table and a cleanup function). This may be a viable temporary measure: md5sum the cookie hash (which is an md5sum of user+pass). This hash would -only- grant access to one's private feed and not one's entire account - unless there's something broken with md5sum(md5sum(data)). > > "The links displayed in bookmark listings no longer prepend url_redir " > - I did not see that change in your patch. You can already disable that in > the configuration options globally. Enabling it only for RSS feeds is not a > sensible option in my eyes. > Actually what I did was edit bookmarks.php to not -display- url_redir. (a href=URL_REDIR+URL)URL(/a) as opposed to (a href=URL_REDIR+URL)URL_REDIR+URL(/a) |
|
From: Christian W. <cw...@cw...> - 2010-01-18 20:34:55
|
Hi, > Today I discovered some SQL injection possibilities in the code > dealing with tags. The problems have been fixed in SVN. I notified secunia and got an advisory: http://secunia.com/advisories/38228/ -- Regards/Mit freundlichen Grüßen Christian Weiske -= Geeking around in the name of science since 1982 =- |
|
From: Christian W. <cw...@cw...> - 2010-01-16 17:43:50
|
Hello all, Today I discovered some SQL injection possibilities in the code dealing with tags. The problems have been fixed in SVN. I also made a security release, patching the latest stable release 0.95.1, leading to version 0.95.2. Additionally to that, I backported the patches to the 0.94 series (the ones with the old file layout), leading to version 0.94.2. Please update your installations as soon as possible, since a malicious attacker might destroy or modify your database. Downloads are available at: http://sourceforge.net/projects/semanticscuttle/files/ -- Regards/Mit freundlichen Grüßen Christian Weiske -= Geeking around in the name of science since 1982 =- |
|
From: Benjamin Huynh-Kim-B. <men...@gm...> - 2010-01-13 21:14:30
|
Sorting by update date was useful for librarians but no problem if you create an option to choose the behaviour. Benjamin HUYNH KIM BANG http://benjamin.hkb.fr/contact.htm On Mon, Jan 11, 2010 at 4:46 PM, Christian Weiske <cw...@cw...>wrote: > Hello all, especially Benjamin, > > as suggested on > > https://sourceforge.net/tracker/?func=detail&aid=2928950&group_id=211356&atid=1017432 > > It would be nice if the date sorting would sort by creation date and > not by modification date - an old bookmark is old, even when it gets > updated. What do you say? > > I'd still provide a configuration option to switch back to the old > sorting mechanism. > > -- > Regards/Mit freundlichen Grüßen > Christian Weiske > > -= Geeking around in the name of science since 1982 =- > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Semanticscuttle-devel mailing list > Sem...@li... > https://lists.sourceforge.net/lists/listinfo/semanticscuttle-devel > |
|
From: Christian W. <cw...@cw...> - 2010-01-11 15:46:36
|
Hello all, especially Benjamin, as suggested on https://sourceforge.net/tracker/?func=detail&aid=2928950&group_id=211356&atid=1017432 It would be nice if the date sorting would sort by creation date and not by modification date - an old bookmark is old, even when it gets updated. What do you say? I'd still provide a configuration option to switch back to the old sorting mechanism. -- Regards/Mit freundlichen Grüßen Christian Weiske -= Geeking around in the name of science since 1982 =- |
|
From: Christian W. <cw...@cw...> - 2010-01-11 07:19:59
|
Hi Benjamin, > I have never used Git. > If SVN is changed to Git, I will be totally lost and it means I would > be completely out of the project, while I am not sure you will be > maintained it in one month. For the moment I would prefer we keep SVN. > > In the sametime, you are the most implied developpers so it is quite > unfair for you. > > Is Git a priority for you or could you still stay with SVN? (Many > commits is not a real problem I think, compared to my lost from the > project I mean :o)) So we will stay with SVN for the time being. It's not a big problem for me and I can live with the git-svn gateway. -- Regards/Mit freundlichen Grüßen Christian Weiske -= Geeking around in the name of science since 1982 =- |
|
From: Benjamin Huynh-Kim-B. <men...@gm...> - 2010-01-11 06:28:36
|
I have never used Git. If SVN is changed to Git, I will be totally lost and it means I would be completely out of the project, while I am not sure you will be maintained it in one month. For the moment I would prefer we keep SVN. In the sametime, you are the most implied developpers so it is quite unfair for you. Is Git a priority for you or could you still stay with SVN? (Many commits is not a real problem I think, compared to my lost from the project I mean :o)) Benjamin HUYNH KIM BANG http://benjamin.hkb.fr/contact.htm On Sun, Jan 10, 2010 at 7:00 PM, Christian Weiske <cw...@cw...>wrote: > Hi all, > > > I'd like to switch the versioning control system from currently SVN to > git. At home or when travelling to/from work, I am mostly offline and > need to do local commits, which is why I am using git locally and the > git-svn gateway to commit to the official repository. > This has some downsides, i.e. I completely loose the commit history > timestamps and it always appears that I do 20 commits in two minutes. > When working with patches from other people, we lose their contribution > information since the commits seem to come from us. Also, branching is > hard when using the git-svn gateway. > > Benjamin, what do you think? Could we switch? > > -- > Regards/Mit freundlichen Grüßen > Christian Weiske > > -= Geeking around in the name of science since 1982 =- > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Semanticscuttle-devel mailing list > Sem...@li... > https://lists.sourceforge.net/lists/listinfo/semanticscuttle-devel > > |
|
From: Christian W. <cw...@cw...> - 2010-01-10 18:18:14
|
Hi all, I'd like to switch the versioning control system from currently SVN to git. At home or when travelling to/from work, I am mostly offline and need to do local commits, which is why I am using git locally and the git-svn gateway to commit to the official repository. This has some downsides, i.e. I completely loose the commit history timestamps and it always appears that I do 20 commits in two minutes. When working with patches from other people, we lose their contribution information since the commits seem to come from us. Also, branching is hard when using the git-svn gateway. Benjamin, what do you think? Could we switch? -- Regards/Mit freundlichen Grüßen Christian Weiske -= Geeking around in the name of science since 1982 =- |
|
From: Benjamin Huynh-Kim-B. <men...@gm...> - 2009-12-13 11:38:24
|
Yes it should be possible as all the tables and columns of scuttle are in SemanticScuttle. Just compare both of the SQL files. In PhpMyAdmin you can export SQL data (not schema). Export your Scuttle data, install SemanticScuttle then try to include your exported data into it. It should work. Benjamin HUYNH KIM BANG http://benjamin.hkb.fr/contact.htm On Sat, Dec 12, 2009 at 12:36 AM, Wille <wi...@wi...> wrote: > > hello, > > I have used the Scuttle for over 3 years, but with the last upgrades im my > server system, many bugs have appeared in Scuttle. > > So, I would like to migrate to Semantic Scuttle, but I can't lose my > database! So I would need to migrate my database to Semantic Scuttle > format. > Is it possible? Have someone tried to do this? > > sorry for my english, > thanks, > > -- > Wille > http://wille.blog.br > > > ------------------------------------------------------------------------------ > Return on Information: > Google Enterprise Search pays you back > Get the facts. > http://p.sf.net/sfu/google-dev2dev > _______________________________________________ > Semanticscuttle-devel mailing list > Sem...@li... > https://lists.sourceforge.net/lists/listinfo/semanticscuttle-devel > |
|
From: Wille <wi...@wi...> - 2009-12-12 01:03:33
|
hello, I have used the Scuttle for over 3 years, but with the last upgrades im my server system, many bugs have appeared in Scuttle. So, I would like to migrate to Semantic Scuttle, but I can't lose my database! So I would need to migrate my database to Semantic Scuttle format. Is it possible? Have someone tried to do this? sorry for my english, thanks, -- Wille http://wille.blog.br |
|
From: Christian W. <cw...@cw...> - 2009-11-16 20:57:40
|
Hi all, I just released version 0.95.1, fixing a bug that prevented menu2 (admin tags) to work. -- Regards/Mit freundlichen Grüßen Christian Weiske -= Geeking around in the name of science since 1982 =- |
|
From: Christian W. <cw...@cw...> - 2009-11-13 23:24:29
|
Hi all, Just a few minutes ago, SemanticScuttle version 0.95 has been released! It mainly features the new voting system and the new directory layout. Get it while it's hot from https://sourceforge.net/projects/semanticscuttle/files Changelog for this version: - Implement request #2878169: Voting system with two layouts - Fix bug #2881886: PHP notice when viewing tags - Configuration option to disable registration - Implement request #2874049: "Feeling lucky" button just add "?lucky=1" as parameter to search page - Hide bookmarks with vote < $threshold from users (not admins) - Fix many more unfreed mysql results, but there are still many left - Improve documentation of many service methods - All unit tests run now - Update German translation to 100% - Helper scripts for translators and translation documentation - Beginning of developer documentation - Fix gettext/translation on 64bit systems - Fix OpenSearch file - Re-add de_AT which is a rather ugly "official-style" german translation. Choose the translation you like most. -- Regards/Mit freundlichen Grüßen Christian Weiske -= Geeking around in the name of science since 1982 =- |
|
From: Christian W. <cw...@cw...> - 2009-11-03 11:26:25
|
Hello Benjamin, > Thanks to the work of Christian Weiske. Would you add a sf project news item for the release? Christian |