Activity
From 2010-12-18 to 2010-12-20
2010-12-20
-
23:54 Feature #2803: Support for Javascript in Themes
- Unlike CSS, I don't think it makes sense to let themes override the core application.js (any change to that file woul...
-
23:37 Feature #7137 (Closed): Add icons that will show ticket status under "Stuff to do"
- Please, no request related to a specific plugin here, only core issues.
-
13:21 Feature #7137 (Closed): Add icons that will show ticket status under "Stuff to do"
- Please add an icon that will show the ticket status ("resolved", "need more info" and such..) under "Stuff to do"
s... -
21:23 Patch #7115: Improve Project methods to enable/disable modules
- #disable_module! would destroy any object that is given as argument, safer version attached.
-
19:56 Defect #7134 (Closed): is_binary_data uses wrong heuristic to decide if a string is binary
- Same as #6256.
-
19:40 Defect #7138: Unable to create new users
- JPL - my sequence was:
1. Deploy new code.
2. Run migration
3. Restart unicorn and Apache.
4. Unable to cre... -
19:33 Defect #7138: Unable to create new users
- I don't think it's a database migration issue. I'm pretty sure that the app was not properly restarted.
-
18:00 Defect #7138 (Closed): Unable to create new users
- Weird. I'd be curious to see the console outputs if you already have it.
-
17:56 Defect #7138 (Resolved): Unable to create new users
- Okay - I ran the migrations one more. No dice. Ran it a third time. Now works. And schema is updated.
I have n... -
17:31 Defect #7138: Unable to create new users
- I ran the migration....
-
17:13 Defect #7138: Unable to create new users
- Before we investigate, can you give us the output of a @ruby script/about@ ? Did you run the migrations correctly bef...
-
16:58 Defect #7138 (Closed): Unable to create new users
- We upgraded to 1.0.4 HEAD to address some security issues and now get:...
-
18:49 Defect #7140 (Closed): Error al añadir archivos: redMine 500 error
- Please post in english and read [[SubmittingBugs]].
-
17:52 Defect #7140 (Closed): Error al añadir archivos: redMine 500 error
- Buenas Tardes !
Estamos implementando el Redmine pero no hemos podido adjuntar archivos en las peticiones, ni en los... -
18:46 Feature #7141 (Closed): REST API: get information about current user
- Added in r4544. The current user is available at @/users/current.(xml|json)@.
-
18:43 Feature #7141 (Closed): REST API: get information about current user
- The REST API should provide a way to retrieve information about current user (the user whose credentials are used to ...
-
17:34 Feature #7139 (Closed): Highlight changes inside diff lines
- As you can see in my image here, it shows the removed and added line, but it also shows what was deleted and added as...
-
14:38 Feature #7100: non admin closing/freeze (archive) and reopen projects
- Is it possible to add this feature request as part of an Unplanned version?
-
12:06 Feature #6092: Truncate Git revision labels in Activity page/feed and allow configurable length
- attachment:revision-truncate-20101213.diff has a lack of fixtures at unit tests.
I fixed it.
revision-truncate-2010... -
10:59 Feature #1838: Bulk import for LDAP users
- Hi there,
I have tried the ldapimport.rb within a bash file with redmine-1.0.4 and i have got this error :... -
09:28 Feature #675: Anti-spam or captcha for issues
- I could not make it work with current trunk, anybody had more success?
-
08:51 Defect #7136 (Closed): assign admin account to all bugs
- I tried this on a clean installation
on the update window, it is possible to assign the bug to the Redmine admin acc... -
07:08 Defect #7135: paging mechanism returns the same last page forever
- minor correction: it actually returns the 1st page , not the last one at the step 3 I described above.
and the same ... -
06:59 Defect #7135 (Closed): paging mechanism returns the same last page forever
- I see something I believe is a bug in 1.0.4 version.
I'm trying to load all issues from Redmine using "page" and "... -
00:17 Defect #7132: do not include empty nodes to XML response when no value is set
- unfortunately, _<estimated_hours />_ is treated by Castor XML the same. well, I think we can close this request as "w...
2010-12-19
-
21:15 Patch #7133 (New): Japanese Translation for r4543
-
20:37 Patch #7133 (Resolved): Japanese Translation for r4543
-
13:18 Patch #7133 (Closed): Japanese Translation for r4543
- Added
* setting_commit_logtime_activity_id: Activity for logged time
* text_time_logged_by_changeset: Applied in c... -
17:33 Defect #7132: do not include empty nodes to XML response when no value is set
- I think it's important to know from the response that this attribute is null.
What about having @<estimated_hours />... -
16:06 Feature #4455: Mercurial overhaul
- Marcel Gmür wrote:
> r4539:r4542 will break some patches in the queue (hg/cmd & hg/diff at least)
Rebased onto r4... -
12:47 Feature #4455: Mercurial overhaul
- r4539:r4542 will break some patches in the queue (hg/cmd & hg/diff at least)
-
14:36 Defect #7134: is_binary_data uses wrong heuristic to decide if a string is binary
- Ideally it should get the binary attribute from the SCM, but i don't know if all SCM have interface to get that infor...
-
14:00 Defect #7134 (Closed): is_binary_data uses wrong heuristic to decide if a string is binary
- The is_binary_data method, used in repositories_controller.rb#124, is :...
-
14:26 Patch #7086: Few fixes for subversion
- Jean-Baptiste Barth wrote:
> if possible, provide some unit tests with it (not for the certificate part, but the thi... -
14:04 Feature #2803: Support for Javascript in Themes
- What is the status about this issue? I think it would be very valuable to add javascript support on themes. Are there...
-
10:45 Feature #3816: Allow pasting screenshots from clipboard
- Same here, that's why I'm also using PluginScreenshotPaste.
One minor Featurerequest: Please also let me directly in... -
09:21 Feature #3816: Allow pasting screenshots from clipboard
- +1
-
08:22 Feature #3816: Allow pasting screenshots from clipboard
- It would be great if those two plugins could be merged together.
*"redmine_attach_screenshot":https://github.com/blo... -
04:58 Defect #1628: redmine sends http on forms on https server
- valqk valqk wrote:
> I've tried to put add_header X_FORWARDED_PROTO 'https'; for the vhost but nothing happens.
...
2010-12-18
-
22:21 Defect #7132 (Closed): do not include empty nodes to XML response when no value is set
- I'm trying to parse the "issues.xml" response from Redmine REST API using Java and Castor XML library.
this is the t... -
22:00 Defect #6141: No data to display in Documents
- Hi,
I'm running Redmine 1.0.4.devel.4510 and this problem still persists. The "Documents" page will only show the ... -
18:43 Feature #4427: Create a new type of role for not project specific maintenance
- +1 as a new user it was the first "flaw" I noticed. I had to create a fake project so that I could give permission to...
-
18:14 Defect #7033 (Closed): 'class' attribute of <pre> tag shouldn't be truncate
- Merged in 1.0-stable.
-
17:20 Patch #6416: When viewing utf-8 text file in repository, it is downloaded
- I want to confirm this bug. Some files in utf-8 encoding are downloading instead of showing.
-
15:02 Defect #7128 (Closed): New gantt chart does not render subtasks under parent task
- The display of task/subtask on the gantt was added in 0.9 (there was some issues, see #5438 for example). It should b...
-
14:59 Defect #7127 (Needs feedback): Project completion on gantt is wrong
- The project completion shown on the chart gantt (implemented in @Project#completed_percent@) is kind of broken:
* it... -
14:53 Patch #6761: Use blank?/present? methods instead of empty? to avoid nil undefined method errors
- I think it makes sense especially in views, but it can sometimes make the code less easy to read. So I'm not very inc...
-
14:49 Patch #6690: Redmine link to user profile
- 1.1 feature freeze.
-
14:48 Feature #5332: Allow bulk edit of issues from different projects
- 1.1 feature freeze.
-
14:48 Feature #4382: [Refactor] Move autocomplete methods to an AutocompleteController
- 1.1 feature freeze.
-
14:48 Feature #2621: Errors when editing an issue that was just edited - StaleObjectError
- 1.1 feature freeze.
-
14:47 Feature #7072 (Closed): REST API for news
- Adding/editing news via the API will be added in a later version.
-
14:45 Defect #7013 (Closed): See {{count}} in page display rather than value with i18n 0.5.0
- r4516 merged into 1.0-stable in r4532. Locales will be left with the old syntax in 1.0-stable.
-
14:34 Defect #7122 (Closed): Issue-description Quote-button missing
- Fixed in r4530 with a simple test and merged in 1.0-stable.
Thanks. -
14:21 Defect #7126 (Closed): unable to view files in the repository
- Sorry, no tech support here. You should start reading similar issues http://www.redmine.org/search/index/redmine?issu...
-
07:03 Defect #7126 (Closed): unable to view files in the repository
- Hi
i'm unable to view the files which i have uploaded to svn(https://myinfo.com/projects/xxxxx/repository).but i a... -
13:21 Feature #779: Multiple SCM per project
- Hi,
This feature would be very useful. Our projects use multiple svn repositories:... -
00:16 Defect #7125 (Closed): Placeholders shown instead of numeric values.
- See #7013 that was resolved earlier.
Also available in: Atom