Written by jwzumwalt1 the 20 Dec 10 at 20:56.
Global category: Project Web.
New
Sqlite is the largest installed db in the world -especially mobile, (Mysql is #2), why not support it so that demos and other small projects can use it. At least enable the built in PHP PDO features...
Written by ak2ps the 19 Aug 10 at 15:01.
Global category: Project Web.
New
Using stored functions and procedures CAN (can ...) make your applications a lot more simple.
Mysql 5 has the tools and the language to make those functions and procedures. The mysql admin user does not have the rights (create routine, alter routine, drop routine).
Add those rights and you would make (at least) me a lot happier. My sql statements become a lot shorter and simpeler..
Written by lcawte-wikia the 30 Jul 10 at 22:46.
Global category: Project Web.
New
I'd like to see an option to enable custom sub domains while using vhosts.. for example having a normal vhost setup then wanting to say, subdomain /wiki or whatever program I have installed where ever have it show up as blog.vhost.com or similar.
Written by squalldesu the 12 Jul 10 at 11:48.
Global category: Project Web.
New
Currently a project's webpage cannot be edited directly from Sourceforge. One has to create any files they want to use locally then upload them via sftp.
Written by lcawte-wikia the 25 Jun 10 at 15:00.
Global category: Project Web.
New
I'd like to propose a short url for CNAME-ing to the svnroot. I've cnamed to my SVN before, but can only get the sourceforge viewvc, which I don't like, and I'd personally like to see my users visiting the svnroot. If they want other means of viewing it, they know where to look..
Written by freemant the 21 May 10 at 03:11.
Global category: Project Web.
New
I know there is an analytic tool but I would like to track the number of (binary, non-HTML) downloads in the project web. My downloads aren't ordinary file downloads, but are maven artifacts so they are made available in the project web instead of the file repository.
Written by rfarahbod the 31 Mar 10 at 00:04.
Global category: Project Web.
New
Currently, under the VHOST service, sourceforge supports having a 'cvs' alias of the form 'cvs.myprojectsite.com' to be redirected to:
PROJECTNAME.cvs.sourceforge.net.
However, the same service is not configured for SVN and WIKI aliases, meaning that we cannot have 'svn.myprojectsite.come' and 'wiki.myprojectsite.com' to be redirected to
PROJECTNAME.svn.sourceforge.net
and
PROJECTNAME.wiki.sourceforge.net
This shouldn't be a hard to configure, specially since we already have it for CVS.
After renaming of project I've found out that old URL is not longer accessible. Due this fact project loses many visitors which know its old name and don't know about renaming.
This release is vulnerable to the problem described in security advisory PSF-2006-001"Buffer overrun in repr() of unicode strings in wide unicode builds (UCS-4)".( http://www.python.org/news/security/PSF-2006-001/ )
this release is also too old ,released on 2006.lot of new statments and standard libraries added recently
ex:
- Conditional Expressions
x = true_value if condition else false_value
- Absolute and Relative Imports
from ... import ...
i cant return 4 years back,and i dont know why i have to submit an idea and wait for months ,only to request the update to a newer release!
Developer comments
We've examined the particular Python version we have installed, and the particular instance we're using is a patched version that does not have that security vulnerability.
I'll be leaving this Idea open however, since the request for a newer version of Python is still a valid idea.
Written by nicka101 the 2 Dec 09 at 19:21.
Global category: Project Web.
New
this would enable people to make their base of operations (project web) dynamic and interactive. this would also allow developers to collect data and feedback from users and improve their programs using this (i know this can already be done but an account is needed). With this many people could come and comment on the program. This would also allow developers the ability to add guestbooks to their project web and developer web. there is no current support for asp on project web.
Written by slicer the 9 Nov 09 at 15:16.
Global category: Project Web.
New
Many project web pages contain collaborative systems, such as wikis, where users can create an account, login and edit. If no protection is added, such systems are quickly targeted by spammers and other malicious users. Furthermore, there often is no connection between the username people choose on the project pages and the one they are registered with on sf.net.
Written by ewl the 26 Oct 09 at 07:58.
Global category: Project Web.
New
Hello,
/usr/bin/bzr (Bazaar) is available under the shell environment but NOT under the web environment, i.e. CGI scripts can't make use of the bzr command (cvs, git, svn, etc are all there).
That would be quite critical and surely relatively easy to fix...
Written by necoro the 18 Sep 09 at 17:24.
Global category: Project Web.
New
There are some great web application frameworks, which are written in Python. Examples are Django, Pylones, or CherryPy. Unfortunately the only way to run them on the Web Platform is via CGI. This might be ok for quite small programs -- but as CGI spawns a new process for each request, this will result in a major overhead for larger projects: Not only to launch a new interpreter and interpreting the source files, also the non-ability to use internal caching in the application itself (if it has to parse template files or similar things).
Written by aristedes the 7 Sep 09 at 02:34.
Global category: Project Web.
New
Ruby gems are an essential part of almost every Rails application. Making it easier for users to host Rails applications (eg. for demo purposes) at Sourceforge would be very useful.