Activity
From 2012-04-28 to 2012-04-30
2012-04-30
-
20:59 Feature #9432: Default value for the private issue flag
- +1 on this, really useful if you're running a hybrid environment (behind closed doors development + open tickets amon...
-
20:39 Defect #10804: Unable to access /settings
- [[SubmittingBugs]].
-
20:34 Defect #10804 (Closed): Unable to access /settings
- Processing IssuesController#index (for 172.20.10.57 at 2012-04-30 14:56:34) [GET]
Parameters: {"controller"=>"issu... -
20:28 Defect #10803: Unable to Update (PUT) Versions Through API
- The URL was 'http://localhost/redmine/projects/1/versions.json'
and the log contains this:... -
18:40 Defect #10803: Unable to Update (PUT) Versions Through API
- And please post the application log instead of the response.
-
18:37 Defect #10803: Unable to Update (PUT) Versions Through API
- Which URL are you using to make your PUT request?
-
17:50 Defect #10803 (Closed): Unable to Update (PUT) Versions Through API
- The api docs (http://www.redmine.org/projects/redmine/wiki/Rest_Versions#PUT) say you should be able to update existi...
-
19:34 Defect #7826: bigdecimal-segfault-fix.rb must be removed for Oracle
- It would be great some attempts to make this working in Oracle without tweaks. I have 1.2.0 working with Oracle + JRu...
-
18:44 Defect #10802: Theme list has onle the default theme
- AFAIK, no change was made to the code that loads the themes between these 2 revesions, and it works for me.
-
16:10 Defect #10802 (Closed): Theme list has onle the default theme
- After updateing from Redmine 1.4.1.stable.9522 (MySQL) to Redmine 1.4.1.stable.9592 (MySQL) If you go to setting->dis...
-
18:41 Feature #3511: Ability to sort issues by grouped column
- +1
I tried the patch by Stèphane but it does not work for me... Or at least I don't know how to make it wor... -
15:16 Patch #10800 (Closed): Simplified Chinese translation
- Committed in trunk r9591 and 1.4-stable r9592.
-
15:04 Patch #10800 (Closed): Simplified Chinese translation
- https://github.com/redmine/redmine/pull/4
-
15:14 Defect #10801 (New): Issues list occasionally doesn't list all columns
- Hello,
I have an issue where occasionally the issue lists of projects does not return all the columns. It appears... -
12:30 Defect #8548: "report last commit for files and directories" undocumented/not clearly labeled
- Agree. What does the option "Report last commit for files and directories" mean?
Thanks. -
11:04 Feature #10757: List of projects using an Issue custom field
- No reason, our need was just to be able to see in which project was use this type of custom field.
The feature is no...
2012-04-29
-
22:14 Feature #992: Option to search open issues only
- +1 for improved search otptions from global search
-
13:51 Feature #992: Option to search open issues only
- +1. I almost always want to search only open issues and so today I rarely use the search box; I have to go through t...
-
16:37 Feature #8681: Closed & Archived projects
- Accidentally came across this issue...
I think my plugin "Role Shift":http://projects.andriylesyuk.com/projects/role-... -
12:05 Defect #10744 (Resolved): rake task redmine:email:test broken
- Fixed committed in r9582, thanks.
-
10:30 Feature #9029: Disable public project creation on a role basis
- This patch only hides the checkbox but does not check for permission when submitting the form.
-
10:26 Feature #9034 (Closed): Add an id to the flash messages
- Added in r9578.
-
10:20 Feature #10525: A new button to hide/show the sidebar
- Although this feature is desirable, we just can't add this code to all views. It must be handled by the layout.
Also... -
10:14 Feature #10757: List of projects using an Issue custom field
- Any reason not to display checkboxes to select projects just like on the tracker form?
-
02:19 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- aurorius woot wrote:
> How do you define many?
#61 had many feedback and many watchers.
This issue is lesser than ... -
01:22
Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- How do you define many? Git is gaining significant users over the past few years especially with the pricy Github. I'...
2012-04-28
-
18:31 Feature #6639 (Closed): custom fields missing in time reports
-
18:30 Defect #7490 (Closed): issue's custom field string length check
-
18:26 Feature #9649 (Closed): allow grouping issues By "User" custom field
-
16:36 Feature #6417: Allow collapse/expand in gantt chart
- +1
-
16:11 Defect #9778: No route matches controller knowledgebase
- Etienne Massip wrote:
> Ask plugin authors to fix them?
While I'm grateful that I finally found this thread, I've... -
13:53 Defect #10794: Filter chain halted as [:check_if_login_required] rendered_or_redirected.
- Interesting. The issue was closed, yet no offer of any issue that would have either A.) caused the .htaccess to disa...
-
09:49 Defect #10794 (Closed): Filter chain halted as [:check_if_login_required] rendered_or_redirected.
-
06:49 Defect #10794: Filter chain halted as [:check_if_login_required] rendered_or_redirected.
- For some reason, the .htaccess in the public folder was missing. I copied over the htaccess.example, renamed it, and...
-
05:32 Defect #10794 (Closed): Filter chain halted as [:check_if_login_required] rendered_or_redirected.
- Here is the error I am getting:
[Fri Apr 27 22:20:06 2012] [error] [client 76.185.113.106] Request exceeded the ... -
12:02 Defect #10796: can't enter my account
- Thanks, it really settings.yml problem
-
11:56 Defect #10796 (Closed): can't enter my account
- Make sure you properly restarted the application and that your config/settings.yml is fresh and has no local changes.
-
10:04 Defect #10796: can't enter my account
- upgrade from redmine 1.3.3
-
10:03 Defect #10796 (Closed): can't enter my account
- ruby 1.9.3p125 (2012-02-16 revision 34643) [amd64-freebsd9]Rails 2.3.14
mysql 5.1.62
redmine 1.4.1
no any plugins
... -
10:16 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- Takashi Okamoto wrote:
> At least, it doesn't work with git sub repositories.
Did you read note-72 ?
> This issu... -
05:15 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- My patch is based on Redmine.pm-update-patch-4905-to-Redmine-1.4.0.patch.
At least, it doesn't work with git sub rep... -
03:40 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- Redmine trunk r9557 supports multiple scms.
I don't know why note-79 patch uses SQL "like".
DOT is confused with ba... -
00:30 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- I fixed the bug by a name including underscore.
My patch is based on Redmine.pm-update-patch-4905-to-Redmine-1.4.0.p... -
09:50 Defect #10790 (Closed): Error when adding new category or version from the New Issue page
- No problem. Thanks for the feedback.
-
04:51 Defect #10790 (Resolved): Error when adding new category or version from the New Issue page
- Jean-Phillipe, thanks for the reply. Yes, this problem was caused by the default-version plugin (http://www.redmine.o...
-
09:49 Defect #10793 (Closed): Knowledge Base article edit error
- Please contact the plugin author.
-
00:46 Defect #10793: Knowledge Base article edit error
- I found someone having the same issue as me but their issue is currently unresolved. He did include a log file that i...
-
00:27 Defect #10793 (Closed): Knowledge Base article edit error
- Just installed this plugin:
http://www.redmine.org/plugins/redmine_knowledgebase
And everything works great exc... -
02:22 Defect #5691: OpenID authentication fails with "Invalid null namespace"
- Any traction with this? I get the same error with trunk/Redmine 2.0.0.devel.9554 (Mysql2)...
Also available in: Atom