Jonathan Dance
- Email: rfuser012@foo.bar
- Registered on: 2008-02-03
Activity
Reported issues: 5
2007-04-06
- 14:43 Redmine Feature #314: Never kick me out
- I agree that having persistent logins would be nice. :)
- 14:42 Redmine Feature #289: RSS feeds as an alternative to e-mails
- I have started using these its working fairly well. Only thing I would ask is to have a single feed which combined both new issues and issue history. I am also not sure if the history feed is working quite right, but I will continue to test it. :)
2007-03-16
- 12:30 Redmine Feature #286: SVN revision pseudo-automatically linked to issue
- I would not recommend using AWS - it is overly complicated and generally annoying to work with. I would look at either using simple GET/POST methods with form-style encoding, or creating a REST-style interface. As far as security, you would prob...
- 10:34 Redmine Feature #286: SVN revision pseudo-automatically linked to issue
- Sounds even better, and we have BSD-licensed code we can base it off of. I might look at tackling this and submitting a patch at some point, unless someone else beats me to it. :)
2007-03-14
- 18:22 Redmine Feature #289: RSS feeds as an alternative to e-mails
- In the Web 2.0 flavor, it would be nice to be able to subscribe to RSS feeds instead of getting e-mails about things. For private projects, this would probably require a "RSS key" be generated that would allow the user to subscribe without being a...
2007-03-13
- 21:27 Redmine Defect #13: Files in repository have Windows-style line endings
- Yes, as long as it's not a binary file. :) The main reason I mentioned rb and rhtml files is for submitting patches, which are most likely to these files.
2007-03-12
- 17:36 Redmine Feature #286: SVN revision pseudo-automatically linked to issue
- It would be nice to have a post-commit script that can be installed that will inform RedMine of a new commit along with its log message. In this log message, one could put a bug number, e.g.: Bug ID: 12345 This would indicate to RedMine that ...
- 12:23 Redmine Defect #14: Scripts in the repository are not marked as executable
- Scripts in the repository are not marked as executable in SVN. The property svn:executable should be set on these files: svn propset svn:executable 1 script/* script/process/* script/performance/*
- 12:20 Redmine Defect #13: Files in repository have Windows-style line endings
- All files in the repository have Windows-style line endings (\r\n) - they should have svn:eol-style set to "native" so that this is not an issue for those users who try to view the source on other operating systems. The easy way to apply this ch...
- 11:56 Redmine Defect #12: Can't Save Changes to Project
- Description: Error is receiving when trying to submit project edit form. Tested in revision 329. Steps to Reproduce: 1. Create a new project. 2. Edit the project. 3. Press "Save." Actual Result: NoMethodError in ProjectsController...
Also available in: Atom