Activity
From 2008-03-06 to 2008-03-08
2008-03-08
-
21:30 Patch #259: Git support for r1104
- All local changes now checked in to branches/work/git as of r1212
-
04:44 Patch #259: Git support for r1104
- The attached patch is meant to be applied on the git branch. It:
* updates the git branch to stay in sync with tr... -
18:56 Defect #816: Remote Subversion repositories are not refreshed by the application
- I have full control over the repository; I can browse it online, I can use it with Subversion in TextMate and I make ...
-
18:48 Defect #816: Remote Subversion repositories are not refreshed by the application
- It looks like the user that you use to run the app can not access the repository. That's why it works when do it manu...
-
18:30 Defect #816: Remote Subversion repositories are not refreshed by the application
- I was able to find the culprit in the logfile.
Parameters: {"action"=>"show", "id"=>"virtualmalls", "controller"... -
18:21 Defect #816: Remote Subversion repositories are not refreshed by the application
- I was hoping that the Autofetch commits option would solve my issue, but it doesn't.
I have to drop into the command... -
11:21 Defect #816: Remote Subversion repositories are not refreshed by the application
- I confirm, this option is available in 0.6.3. And it should do exactly what you're asking for (retreive the commits w...
-
10:40 Defect #816: Remote Subversion repositories are not refreshed by the application
- What version are you using?
I'm using SVN trunk, and for some time (r1163?) there's been an "Autofetch commits" op... -
10:19 Defect #816 (Closed): Remote Subversion repositories are not refreshed by the application
- All my subversion repositories are held online. I have to manually run "Repository.fetch_changesets" from the comman...
-
18:12 Feature #783: Real Plugin-System
- @Martin: you should be able to edit the wiki now.
-
14:47 Patch #814 (Closed): Strip out email address from authors in repository screens
- Committed in r1208 (@to_s@ added to prevent 'unexpected nil' errors).
Change was made on annotate and revision views... -
03:17 Patch #814 (Closed): Strip out email address from authors in repository screens
- Some VCSs (darcs, mercurial, git, others?) include email addresses in
angle brackets in the author field.
... -
13:52 Patch #812 (Closed): Include issue refs on closed issues
- You're right. Further testing has showed that I was confused because the Resolved status wasn't a "closed" status by...
-
12:29 Patch #812: Include issue refs on closed issues
- This code:
next if issue.status.is_closed?
will only prevent lines 87 to 92 to be executed.
A referenced and clos... -
02:59 Patch #812 (Closed): Include issue refs on closed issues
- Consider a case where issue 5 exists in the issue database already and
is already marked closed. If you hav... -
12:16 Defect #808: "Fixed Version" label misleading
- The literal translation would be "Zielversion". But I also like the phrase "Geplant für Version".
What do you think? -
10:17 Defect #808 (Closed): "Fixed Version" label misleading
- Applied in changeset r1206.
-
10:17 Feature #723 (Closed): issues: change "fixed version" to "target version"
- Applied in changeset r1206.
-
04:37 Patch #815 (Closed): Include detailed wiki help locally
- This patch takes the [[RedmineWikiFormatting]] page and makes it available as a static HTML file locally. This way, ...
-
03:01 Defect #813 (Closed): When using postgres, importing svn repo complains about improperly escaped backslashes
- I set up a new install of redmine, and when I set the svn rep and clicked on Repository for the first time, I got a f...
-
01:57 Patch #811 (New): Username validation - allow spaces...
- I've tested a very simple patch with a test installation of RedMine to allow usernames with spaces.
I have modifie...
2008-03-07
-
23:03 Patch #259: Git support for r1104
- Wonderful!
What do you believe remains to be done before this can be integrated into trunk?
I will proceed to t... -
17:35 Patch #259: Git support for r1104
- I've created a branch to work on git support: @/branches/work/git@
I've integrated your patch and finally decided ... -
06:35 Patch #259: Git support for r1104
- Here's my best shot at Git support for now.
It passes all its unit tests, and all but one of the other tests. Thi... -
06:25 Patch #259: Git support for r1104
- Attaching ./test/fixtures/repositories/git_repository.tar.gz separately since diffs can't handle binary data
-
04:41 Patch #259: Git support for r1104
- OK, it seems sometimes it takes an scmid, and I've found a way to transform a numeric ID into it.
More tests are p... -
03:20 Patch #259: Git support for r1104
- I'm attaching a first go at a much-revised patch.
This one uses the numeric revision identifier as suggested in th... -
20:55 Defect #808: "Fixed Version" label misleading
- I totally agree. What would be the german translation ?
-
13:15 Defect #808 (Closed): "Fixed Version" label misleading
- The "label fixed" version for tickets suggests that the field is used to indicate, in which verison the ticket _was_ ...
-
20:42 Defect #614: Filters buttons in the issues tab should appear inside the filters fieldset
- Do you prefer something like that ?
!http://www.redmine.org/attachments/download/300! -
18:17 Patch #789 (Closed): Finnish translation sync to rev 1189
- Applied in changeset r1204.
-
18:17 Feature #790 (Closed): Polish translation
- Applied in changeset r1204.
-
18:17 Patch #798 (Closed): Simplified Chinese lang file zh.yml updated to r1198
- Applied in changeset r1204.
-
18:17 Patch #803 (Closed): Danish translation
- Applied in changeset r1204.
-
17:07 Patch #803: Danish translation
- Thanks for your work. It will be added in the next release.
-
18:17 Patch #809 (Closed): Traditional Chinese translation (r1199)
- Applied in changeset r1204.
-
17:04 Patch #809 (Closed): Traditional Chinese translation (r1199)
- * relocate (and add zh-tw translations for) the following tags:
setting_activity_days_default, label_chronological_o... -
18:17 Defect #797 (Closed): When Add Project, Module List is not localized
- Applied in changeset r1203.
-
17:16 Feature #810 (Closed): Warning when navigating away from editing a form
- Redmine should warn you if you're editing a page (especially in the wiki) and you try to navigate off of that page. ...
-
17:06 Defect #807: HTML not escaped in ticket descriptions
- Actually, HTML is escaped here on redmine.org (eg. <h1>Redmine</h1>) except @pre@ tags used for preformatted text.
I... -
16:36 Defect #807: HTML not escaped in ticket descriptions
- I think this is a have-your-cake-and-eat-it-too scenario. Issue descriptions are textilized so they can be formatted...
-
13:09 Defect #807 (Closed): HTML not escaped in ticket descriptions
- HTML Tags are not escaped in ticket comments.
-
12:12 Feature #806 (New): Have wiki links display linked page title
- It would be über-cool to have wiki links (i.e: [[linked_page]] automatically display the linked page's title.
Doku... -
06:54 Feature #805 (New): Allow projects view to be sorted by activity
- For example, this page:
http://www.redmine.org/projects
Ordinarily sorts projects by alphabetical order, instead ... -
06:35 Feature #725: Feature Request - Web Service Gateway
- +1 for REST api.
Should meet the needs of the times. -
01:27 Feature #804 (Closed): Proper reporting of renames in the Repository module
- It would be nicer if (like trac), moves/renames would be shown as such in the Repository view. Currently it just trea...
2008-03-06
-
20:24 Patch #803 (Closed): Danish translation
- First of all, we just started to use Redmine at our company, and are very pleased about the system, and it features.
... -
19:35 Defect #796: Active directory LDAP authentification broken.
- This is Works fine!
Thank yor very mach. -
18:21 Defect #796 (Resolved): Active directory LDAP authentification broken.
- My fault. Fix is committed in r1199.
-
18:09 Defect #796: Active directory LDAP authentification broken.
- We use user/pass on the AD Domain controller (no anonymous). We don't use LDAPS, and "Test connection" link Show sucs...
-
18:02 Defect #796: Active directory LDAP authentification broken.
- Do you specify a username/password on the LDAP setup screen or do you read it anonymously ?
-
15:52 Defect #796: Active directory LDAP authentification broken.
- if @app/models/auth_source_ldap.rb@ change revision to r1169 production.log shows:...
-
15:44 Defect #796: Active directory LDAP authentification broken.
- production.log with debug...
-
15:25 Defect #796 (Closed): Active directory LDAP authentification broken.
- Active directory LDAP authentification is broken after svn update to r1198
If to change @app/models/auth_source_l... -
18:47 Feature #801 (Closed): WebDAV access to Documents/Files
- There are a couple Ruby/Rails gems/plugins for adding WebDAV capabilities to your apps. Is this something feasable by...
-
18:19 Feature #736: documents - directories and versions
- I've just added a similar request - #800. Although my needs are much simpler, and don't require quite the same level ...
-
18:17 Feature #800: Enable versioning for Documents and Files modules
- This is similar to Feature Request #736.
-
18:11 Feature #800 (Closed): Enable versioning for Documents and Files modules
- I know, the first thing you are going to say is, "just use a VCS [1] repository and hook it into redmine". My use-cas...
-
17:45 Feature #799 (Closed): Issue List: Shortcut/Context Menu
- First off, this feature rocks.
Would it be possible to change the way page flow works after modifying an issue usi... -
17:08 Patch #259: Git support for r1104
- Here is the explanation for why this isn't getting integrated:
http://rubyforge.org/forum/forum.php?thread_id=2305... -
05:02 Patch #259: Git support for r1104
- I guess I should also add:
latest diff applies atop svn r1197 -
16:26 Patch #798 (Closed): Simplified Chinese lang file zh.yml updated to r1198
- add new translations and correct some old translations
-
16:22 Defect #797: When Add Project, Module List is not localized
- related to r1151
just copy a line from app/views/projects/settings/_modules.rhtml will resolve -
16:14 Defect #797 (Closed): When Add Project, Module List is not localized
- On the add project page, the module list is showing English names.
While project settings -> modules page shows corr... -
15:58 Feature #528: Wiki Page Hierarchy and Breadcrumbs
- +1
-
13:14 Patch #756: Patch for #443 (Subtasking)
- I forgot to attach it.
-
11:51 Defect #795 (Closed): html svn log not escaped
- When HTML is included in the text of an svn log entry the tag is not escaped before being displayed. For example, wi...
-
09:32 Defect #793 (Closed): Subproject issues on the parent project clutter the interface
- The setting is added in r1198. You'll find it in admin -> settings -> issue tracking.
-
09:32 Feature #794: Restrict display of version number in footer
- I agree with you. Since it's a rather easy security issue to avoid, it should be implemented soon. Hoping that's this...
-
03:33 Feature #794 (Closed): Restrict display of version number in footer
- maybe the display of the version number should be shown to logged in users or admins only.
Due to possible vulnera... -
09:03 Feature #791: Search for all projects issues
- Indeed that was quite nice link, thank you :)
Still would really like to see a feature to search all these issues ...
Also available in: Atom