Results 0 - 10 of 56.

380 VIEWS

Is there a way to report spam? Looks to me like one "review" here might qualify as spam: https://www.ohloh.net/p/gimp/reviews A bit offtopic: They're also password-protecting and selling ... [More] GFDL-licensed text; IANAL so I can't tell if that's legal. I do believe at least one provision is probably violated, 4. I: Preserve the section Entitled "History", Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. Observe their Table of Contents. http://www.welloiledpc.com/Reports/GIMP%202.6%20User%20Manual%20ToC.pdf Not having history is probably important, since they "corrected" some stuff. Also, they're not including GFDL with the "sample chapter" (section 6 of GFDL). Again, IANAL, but this seems like it might be GFDL violation, and an advertisement, masquerading as a review. [Less]

2930 VIEWS

Cheers, I hope you guys are still looking at this. I've had great experience implementing login with OpenID on an existing webapp of mine; I created a table called "openids" and I'm filling it with ... [More] account name / openid associations. One account can have multiple OpenIDs. Using Janrain libraries it should be trivial to create such a simple implementation. Targetting Google and Yahoo! logins is most difficult and is a best stress test for an OpenID implementation. For a great reference implementation on "how developer sites should solve login", see StackOverflow. Great OpenID implementation is also present at Plaxo. To me, OpenID provides a great relief from burden of dozens of passwords. It also provides me a single click sign-on, especially with OpenID2.0 and my Google account. (C'mon, it can't get easier than clicking on a big button labeled "Google" and being logged in :) ) Please support OpenID; I've become spoiled by its ease of use lately. Oh, and thanks guys for all the stuff you're doing on Ohloh! :) [Less]

0 VIEWS

I just read this, and I wish you guys best luck in the SourceForge family!

203 VIEWS

1) tag referring to RSS feeds for journal on all project pages This would allow extremely easy subscriptions even from Ohloh. 2) Commit count graph on project's Commits page Just like personal ... [More] commit count per project can be seen on person's profile, it would be great if same could be seen for entire project. I am referring to "Commit Timeline" on profile pages. By the way, I'm certain there was some (different and interactive) kind of commit timeline for projects. Unfortunately I cannot find it anymore. It would still rock if you guys had the non-interactive variant, perhaps even as a widget. 3) Commit RSS I have found some script that takes SVN's XML output, parses it and XSLT-transforms it into RSS, and I've cronjob'ed it on my server. However I'm sure many projects would find it useful, even with several days of delay. Of course it might create some extra impact on your servers ... you could reduce it by setting feed's TTL to one day or more. 4) See files distributed under some license for a project I haven't found a way to see which two files are licensed under LGPL in project "yatc". Of course, I can do the search and all ... but that's easy because it's my project. Still, it would be useful in tracking incorrect license detection, or in seeing which files are exactly incompatible with GPL, etc. And it would be very useful when looking at other people's projects. Awaiting comments :) [Less]

774 VIEWS

Thanks for looking into this ;) If it would be possible for you to fix those few posts I made, I would be eternally grateful. I simply love the journaling feature :)

774 VIEWS

Bump! Anything happening?

9531 VIEWS

Hey Robin, if the forum is organized like My Ideal Forum (tm) (MIF), then wouldn't it be a few line fix? ... function storeThePostedPost($thread, $subject, $body) { ... $notifier_mails = ... [More] $db->query("SELECT DISTINCT users.email FROM posts JOIN users ON users.user = posts.user WHERE thread = " . $db->quote($thread) . ";"); $notifiermails = $notifiermails->fetchAll(); foreach ($notifier_mails as $mail) { // send mail here } ... } just change the query into: SELECT DISTINCT users.email FROM posts JOIN users ON users.user = posts.user WHERE thread = $thread *AND posts.postdate - TODAY() < $threshold ORDER BY posts.postdate DESC*; Something like that? :) Or just add locking the thread (also should be a 5 minutes edit)? Of course, I don't know anything about internals and all stuff I coded web is quite sloppy and never tested in large-scale environments... but shouldn't one of these really be a small-and-easy patch? :) Sorry for bugging you and hijacking this thread, but this would probably make this forum perfect for Ohloh's needs ;) Here's another nod for you guys withstanding us, the whining Ohloh community: NOD :) EDIT: You also desperately need the [code] tag in markdown... Something for pasting preformatted text. This is a developer community after all, isn't it? [Less]

9531 VIEWS

I'm being constantly updated via email about this thread for last few months -- although I'm interested in updates from forums, I'm not really interested in this particular thread :) Can you ... [More] Ohloh-guys check out my suggestion about ceasing this spam in this thread? Thank you :) [Less]

774 VIEWS

Hi, I'd like to point out (again :P) about this bug in RSS: ... I%amp;apos;ve ... (with % being an ampersand) As far as I understand RSS, it has entity-escaped HTML embedded inside XML element ... [More] , not XML inside XML, and according to this source "apos" is not an HTML entity. Additionally, text inside is not HTML, it's plain text, and should not contain any HTML, escaped or otherwise. Please see how YATC's RSS feed is being parsed by FeedBurner. I also have a disturbing example in the signature image generated by FeedBurner. Hope you fiddle with this a little, it shouldn't be that hard :) Cheers! [Less]

270 VIEWS

Hi guys, looks like Remere's Map Editor ("/p/rme") is stuck. Care to nudge your farm by rescheduling? :) Thanks