Activity
From 2010-04-10 to 2010-04-12
2010-04-12
-
23:43 Feature #3389: Increase speed of Repository.fetch_changesets
- Bruno Medeiros wrote:
> Sorry for the dumb questio, but I didn't find any docs of how to use it.
> I'm trying to d... -
23:04 Feature #3389: Increase speed of Repository.fetch_changesets
- Sorry, I did generate a new key and saved the configs again and now it seems to be working.
-
21:56 Feature #3389: Increase speed of Repository.fetch_changesets
- Sorry for the dumb questio, but I didn't find any docs of how to use it.
I'm trying to do a 'http://redmine.mycompa... -
23:10 Defect #5297 (Closed): openid not validated correctly
- the user supplied a openid with a semicolon instead of the colon. instead of a validation / login error he got a 500....
-
21:47 Defect #860: mercurial repository view
- I know this is an old ticket, but I was getting similar behavior running redmine 0.9.3 on windows with Mercurial. It ...
-
21:29 Defect #3929: Error parsing svn output: #<REXML::ParseException: No close tag for /lists/list>
- It's working for me, no need to manually configure svn as I said on http://www.redmine.org/issues/3929#note-5 when I ...
-
21:20 Defect #3743: Mercurial repository path on windows....
- I was having problems with HG_BIN as well on Redmine 0.9.3 on Apache/windows. Attached is a diff for the modification...
-
21:17 Defect #5229: db:migrate fails from older redmine
- It might be problem from your installed plugin.
Because I have found the problem like this then take a look on my in... -
19:47 Defect #5229: db:migrate fails from older redmine
- Further: in examining my old from-the-old-machine MySQL dump, I see no such table there. Somewhere along the line, th...
-
19:35 Defect #5229 (Reopened): db:migrate fails from older redmine
- Could I request that you make sure it doesn't error out, but instead just deletes the table?
I was upgrading from ... -
21:15 Defect #5260: Missing users in project member settings
- is there a way around this? or does the system overload at 100 users?
-
21:11 Feature #5283: Allow more than one parent project i.e. share subprojects
- +1 this would be very useful for projects that are being worked on by different organizations
-
19:52 Feature #5286: Need a way to load all issues in 1 web request, not just 25/50/100
- Thanks, guys. I didn't know that.
-
19:19 Feature #5286 (Closed): Need a way to load all issues in 1 web request, not just 25/50/100
- Indeed.
-
10:03 Feature #5286: Need a way to load all issues in 1 web request, not just 25/50/100
- Check your Redmine settings. In your Settings -> General you have the "Objects per page options" where you can add yo...
-
19:41 Defect #5290 (Closed): r3664 breaks tests on SQLite3
- The problem was due to transactional fixtures and was not occuring when running the application.
Anyway, it's fixed ... -
19:16 Defect #5290: r3664 breaks tests on SQLite3
- You're absolutely right. I'm aware of it.
-
19:17 Defect #5288 (Closed): sql error for null root_ids in app/controllers/timelog_controller.rb
- Thanks for the feedback.
-
19:15 Defect #5293: too slow ticket update in new version
- You've got to provide some details. Please also try to disable email notifications. There may be something wrong with...
-
09:22 Defect #5293 (Closed): too slow ticket update in new version
- Slowness is come With last commits from unstable svn
It is about 10-20 seconds to add a comment to some issue and I ... -
18:12 Defect #5024: Internal error after clicking on link to PDF Export
- Here is the output to the log:
Processing IssuesController#show to pdf (for 00.000.00.000 at 2010-04-12 12:12:04) ... -
18:03 Defect #5024: Internal error after clicking on link to PDF Export
- I've encountered the same "defect" using redmine 0.9.3 stable with english. I can replicate on my server irrespective...
-
15:42 Patch #5296 (Closed): Some corrections to russian translation (ru.yml)
- I propose some correction to russian language translation (ru.yml):...
-
14:13 Feature #5295: Possibility to filter issues by my role in associated projects
- You need to do your own custom queries.
1. Login for redmine
2. Goto http://<redmine>/issues or "Project" => "Vie... -
13:48 Feature #5295 (New): Possibility to filter issues by my role in associated projects
- Example: I wan't to see all *completed* but *not closed* tasks in all projects, where *I* *am* the *manager*, the onl...
-
13:56 Feature #1448: Add tags to issues
- +1
-
13:35 Feature #1448: Add tags to issues
- +1
-
13:55 Feature #4602: User specific theme
- +1
-
13:33 Feature #5272: Allow multiple target versions
- +1
Need for this feature -
13:28 Feature #4921: Project custom fields according project type
- +1
Need this feature very much! Also we need to assign issue custom fields to the project type it belongs to.
We ha... -
12:49 Feature #973: Assign different status sets and workflows for separate projects
- +100
Actually we can't use redmine because of lack of this feature -
12:06 Feature #5294: Add a "last comment by" column to the issues list
- Just workaround.
1. Goto Activity tab
2. Check only issue then press apply.
you will see history of issues list.... -
11:00 Feature #5294 (Closed): Add a "last comment by" column to the issues list
- Quite often, new tickets do not include enough information or the steps to reproduce a problem, so we ask the author ...
-
11:04 Feature #4052: Cross-project redmine links with alternate link text for source and export links.
- +1
-
07:03 Patch #5291 (Closed): Updated basque translations
- Up to date with trunk r3627
Also, previous basque translation issue (#4650) was closed to version 0.9.1 but not in... -
00:35 Defect #5219: Cannot delete a project with subprojects that shares versions
- I confirmed that it was fixed.
Thank you.
2010-04-11
-
20:56 Defect #5288 (Resolved): sql error for null root_ids in app/controllers/timelog_controller.rb
- yes, running "update issues set lft = 1, rgt = 2, root_id = id WHERE parent_id is NULL" by hand fixed the problem. T...
-
20:52 Defect #5288: sql error for null root_ids in app/controllers/timelog_controller.rb
- Burt Culver wrote:
> Jean-Philippe Lang wrote:
> > I can not reproduce. The root_id column for all issues was updat... -
20:49 Defect #5288: sql error for null root_ids in app/controllers/timelog_controller.rb
- Jean-Philippe Lang wrote:
> I can not reproduce. The root_id column for all issues was updated by the @AddIssuesNest... -
15:21 Defect #5288: sql error for null root_ids in app/controllers/timelog_controller.rb
- I can not reproduce. The root_id column for all issues was updated by the @AddIssuesNestedSetsColumns@ migration and ...
-
20:13 Defect #5290 (Closed): r3664 breaks tests on SQLite3
- See http://ci.finn.de/builds/1-8-7_redmine-trunk_sqlite3/3664...
-
19:48 Defect #5260 (Closed): Missing users in project member settings
- This is the desired behaviour, the list will display a maximum of 100 users.
You have to type their name in the text... -
19:45 Defect #5219 (Resolved): Cannot delete a project with subprojects that shares versions
- This should be fixed by r3668.
-
19:17 Defect #5149 (Closed): The roadmap progessbar is strange
- Indeed. I made a slight update to the documentation.
-
19:13 Defect #5206 (Closed): Issues -> export to CSV or PDF
- Thanks for the feedback. Not a Redmine issue.
-
19:11 Patch #5264 (Closed): Watchers on view issue with gravatars needed some margin (application.css)
- Committed in r3667.
-
19:09 Patch #5281 (Closed): Remove empty ul tags in the issue history
- Patch committed in r3666. Thanks.
-
19:04 Defect #5280 (Closed): Issue lock_version not working
- All is fixed in r3663. Thanks for pointing it out.
-
17:26 Defect #5229 (Closed): db:migrate fails from older redmine
- This table is only created once (in @CreateGroupsUsers@ migration).
I don't know from which version you were upgradi... -
17:23 Defect #5253: Not working notification about comments on Wiki page
- What are comments to a wiki page? Do you mean when the page gets edited?
-
17:17 Feature #5164 (Resolved): Linkify folder names on revision view
- Feature committed in trunk in r3659. Will wait 0.9.5 to merge into 0.9-stable.
-
16:51 Defect #5255 (Closed): Update of Subversion changesets broken under Solaris
-
15:54 Defect #5255 (Resolved): Update of Subversion changesets broken under Solaris
- Indeed, Iconv doesn't seem to support @UTF-8//IGNORE@ on Solaris. Similar problem found here:
http://woss.name/blog/... -
16:41 Feature #5204 (Closed): Issue "#" table cells should have a class attribute to enable fine-grained CSS theme
-
16:40 Defect #5177 (Closed): Links to missing wiki pages not red on project overview page
-
16:39 Defect #4743 (Closed): Migrate from trac - not displayed Wikis
-
16:39 Patch #4978 (Closed): Add hooks and text for login page (bottom and top)
-
16:38 Defect #5129 (Closed): backslashes in issue description/note should be escaped when quoted
-
16:36 Defect #5160 (Closed): Long text in <pre> disrupts Associated revisions
-
16:35 Defect #5049 (Closed): Possible error 500 while moving an issue to another project with SQLite
-
16:31 Defect #5008 (Closed): Gravatar breaks layout of "logged in" page
- I don't really see what is wrong on your screenshot.
I'm closing this ticket since the initial problem is solved and... -
16:30 Feature #4786: Gantt Chart - Grouping issues by target version
- Groovy, thank you for the information
-
16:29 Defect #5039 (Closed): Reposman.rb on Windows
-
16:28 Defect #5002 (Closed): Bazaar v2.1.0 changed behaviour
-
16:28 Patch #4966 (Closed): Defect #4671 No Email Notification on New File Added to Redmine
-
16:27 Defect #4970 (Closed): Crash while deleting in-use enumeration
-
16:26 Defect #4958 (Closed): Lost password no longer flashes a confirmation message
-
16:19 Defect #4931 (Closed): Migrating from trac is not possible, fails to allocate memory
- Yes, it will be part of 0.9.4. It was merged in 0.9-stable in r3643.
-
16:17 Feature #4672 (Closed): When copying projects, redmine should not generate an email to people who created issues
-
16:07 Patch #4623 (Closed): Filters collapsed by default on Issues index page
-
16:06 Patch #4609 (Closed): Plugin generators should display help if no parameter is given
-
16:05 Defect #4204 (Closed): Failing test in test_show_atom
- It seems to be OK. Merged in 0.9-stable.
-
16:03 Defect #3832 (Closed): Git blame/annotate fails on moved files
-
16:01 Defect #3740 (Closed): Code syntax highlighting not working in Document page
-
16:00 Defect #3259 (Closed): remove "main-menu" div when the menu is empty
-
15:54 Patch #989: Migration task from Bugzilla
- Alexander Zhovnuvaty wrote:
> Ralph Juhnke wrote:
> > I created another migration script.
> >
> > We have been s... -
15:37 Defect #5263 (Closed): LDAP: Administrator flag is reset on login
- I can not reproduce with a fresh trunk checkout. Please read [[SubmittingBugs]].
-
15:24 Defect #5271 (Closed): repetition of values
- Can not reproduce with 0.9 stable. Upgrade if needed.
-
15:22 Defect #5278 (Closed): Config Redmine 0.9.3 work with Gmail
- This is a configuration problem. redmine.org uses gmail SMTP just fine.
-
15:18 Defect #5265 (Closed): timetracking: subtasks time is added to the main task
- The total estimated time for the version is fixed in r3633. It should now be 15.
-
14:54 Patch #2010 (Closed): Wiki Sidebar: Adding a (navigational / TOC) section
- Feature added in r3632.
-
14:54 Feature #5208 (Closed): Aibility to edit wiki sidebar
- Feature added in r3632.
-
12:37 Feature #3382: Ability to select only source code without line numbers
- By the way, CodeRay 1.0 will have the ":line_number_anchors option":http://redmine.rubychan.de/issues/208, too. Maybe...
-
04:39 Defect #2664: Mercurial: Repository path encoding of non UTF-8 characters
- Yuya Nishihara wrote:
> That's because Mercurial (and also Git) treats file names as _byte string_.
> Here we need ... -
03:49 Feature #1208: Restructured text support for the wiki
- William - any chance you could add support for macros and TOC etc?
2010-04-10
-
23:45 Feature #5289: Add Initials to options in 'User Display' settings
- I already treated (or not for that matter, as the OP never replied it seems) a similar question over on "the forum":h...
-
23:18 Feature #5289 (New): Add Initials to options in 'User Display' settings
- Please could I request an option for Initials option in User Display? Use of Initials is a normal business model for ...
-
16:13 Feature #703: Configurable required fields per tracker/status/role
- The Jean-Philippe Lang's solution is not suitable for me because there are projects without categories. So not being ...
-
14:44 Feature #582: Make fields mandatory/unmandatory based on role
- +1
-
14:37 Feature #482: Default assignee on each project
- The Plugin doesn't work with the latest Redmine version. I'm still searching the solution. Anybody have one?
-
14:23 Feature #801: WebDAV access to Documents/Files
- +1
-
09:39 Feature #801: WebDAV access to Documents/Files
- +1
-
11:07 Defect #5287 (Closed): Subtask feature is not working
- Please be aware that the subtasks feature is in trunk only for a reason: it's not ready yet. The second thing you men...
-
09:38 Defect #5287 (Closed): Subtask feature is not working
- I have downloded the latest redmine code from ruby forge trunk, initially everything seems to be working, particculal...
-
10:46 Defect #5288 (Closed): sql error for null root_ids in app/controllers/timelog_controller.rb
- I just upgraded to redmine trunk r3630 from r3200. When I tried to view the time_entries on an issue I got an SQL err...
-
09:29 Defect #4745 (Closed): Bug in index.xml.builder (issues)
- I've removed the count attribute in issues.xml. It's not ideal because of the pagination won't show all of the issue...
-
09:29 Feature #1208: Restructured text support for the wiki
- FWIW, my plugin has moved to http://github.com/alphabetum/redmine_restructuredtext_formatter
-
08:47 Defect #5226 (Closed): 'can't typecast' in REST API for issues
- Duplicate of #4745
-
08:40 Feature #1554: Private comments in tickets
- Philippe Lafoucrière wrote:
> Great, thanks. Anyway, I want to make sure we're talking about the same thing. This is... -
07:24 Feature #1554: Private comments in tickets
- First you have to push in a trunk feature 337, then make private comments. Please test the feature 337.
-
08:18 Feature #1193: Staff-only notes with Role-base access control
- See features #337. This is private Issue. Please test it.
Private Issue Notes - second step (see #1554 too). -
05:20 Feature #4602: User specific theme
- +1
-
05:07 Feature #4602: User specific theme
- +1
-
02:45 Feature #4937: Create users on the LDAP server
- Vladimir Dzalbo,
Thanks I didn't know if anyone was using it. I guess this means I need to do an official release... -
02:42 Feature #4786: Gantt Chart - Grouping issues by target version
- Jeffrey Jones wrote:
> Eric, is this part of the work that was recently included by Jean-Phillipe as part of the new...
Also available in: Atom