Activity

From 2008-05-06 to 2008-05-10

2008-05-09

20:16 Feature #1219: Add an option to make RedCloth not use hard_breaks
When using textile, all end of lines are translated as <br />, which is an odd behavior for a wiki. Changing this to make RedCloth use hard_breaks = false could be a little hardcore because a lot people can be relaying on that behavior now. So I t...
Leandro Lucarella
16:30 Patch #1218: Patch for relative links to icon images in 'public/help/wiki_syntax.html'
Hi, forks, I suppose that relative links to icon images in 'public/help/wiki_syntax.html' should be '../images/jstoolbar/bt_strong.png', not '../../images/jstoolbar/bt_strong.png'. If Redmine is deployed on such as mongrel or webrick, th...
Hajime Baba
13:47 Defect #1217: private subprojects are listed on Issues view
All users can see private subproject issues on the main project issue list.
Antti Perkiömäki
10:03 Feature #1216: Version deletion error translation
Could "Unable to delete version" error message be added to translations. This text comes when trying to delete version that contains issues.
Antti Perkiömäki
00:06 Revision 1423: Do not crash on reload.
Do not crash on reload.
liwiusz

2008-05-08

20:52 Feature #1215: Progress Bar for File Uploads
Add progress bar for UI feedback for File Uploads. This ought to be fairly straightforward using pure AJAX or via a ruby gem like progressbar .
Brian Coughlin
19:10 Revision 1422: Fix when you don't define RedmineDbWhereClause
Fix when you don't define RedmineDbWhereClause
liwiusz
17:58 Feature #1214: REST API for Issues
Part of the main REST API issue (#296), this should expose some APIs to work with issues. * Get a list of issues * Create a new issue * Update an existing issue * Delete an issue
Eric Davis
17:01 Feature #1213: Allow Slashes in wiki URLs
Currently Trac allows you to use slashes to notate a hierarchy for the wiki pages. It would be nice is RedMine would also support the same concept. Example. SomePage/SomeSubPage1 SomePage/SubPage2/SubSubPage1 SomePage/SomeSubPage3 Trac al...
Jason Trahan
14:35 Feature #1159: Allow Issue Description to be Searchable as a Filter (Resolved)
Henrique Bastos
14:14 Defect #1212: Get Error When viewing all the issues (Resolved)
i upgraded........the problem is gone................
Muneeb Shaukat
12:55 Defect #1212: Get Error When viewing all the issues
Dont know if the issue is resolved....but i have version 0.7 and when i try to view issues such that status=all i get an internal server error. And after that everypage starts giving me this error till i clear the history/cookies. I am using firef...
Muneeb Shaukat
12:18 Defect #1211: Column width in "my page"
The number of the issues are truncated in the "my page" page when there is more than one figure in the number.
Benjamin Baroukh
11:21 Defect #1210: View differences characters may be garbled
If you use View differences view the source code file. The source code file encoding and redmine encoding different, view the source code of the local characters may be garbled. Encoding : OEM(CP936)
Zealic Field
08:29 Defect #1209: "View differences" of one file at /repositories/revision/ fails
"View differences" of one file at /repositories/revision/ fails. This problem happens depending on directory depth of repository URL. 'http://svn.example.com/svn/dir' is OK but 'http://svn.example.com/svn/dir/subdir' is NG. How to reproduce: ...
Go MAEDA
06:13 Feature #1208: Restructured text support for the wiki
We're a heavy user of Trac's support for restructured text (http://docutils.sourceforge.net/rst.html). We'd love to migrate to Redmine but we have no way to support our existing RST based documentation. I'd like to see the Textile parser in ...
James Turnbull
00:58 Patch #1207: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
<pre> cmd="git --git-dir #{target('')} show #{shell_quote rev} -- #{shell_quote path}" if rev!='latest' and (! rev.nil?) cmd="git --git-dir #{target('')} log -1 master -- #{shell_quote path}" if </pre> This issue causes @get_rev@ calls to f...
Simone Carletti

2008-05-07

21:06 Feature #1206: Tag / directory functionality for "files" and "documents"
When not working in programming project, the version functionality is less important and it would be very handy to have a tag or directory functionality to manage the files in the file tab and the documents. Right now we are using the repository b...
Benjamin Baroukh
21:04 Feature #1205: Display file description in File listing
In the file tab, when you add a file, you are asked for a description. I am using that tab to store a lot of files like spreadsheet, images or word document before they are published in PDF. It would be cool to be able to see that description in t...
Benjamin Baroukh
15:09 Patch #1204: Patch for scramble of PDF properties in UTF-8 environment
Hi, forks, Thank you for the development of such a great product! For PDF properties (such as Title, Author, and else), the encoding of multi-byte characters should be UTF-16BE with BOM prefix, not UTF-8. Below is a patch for this prob...
Hajime Baba
14:14 Feature #1203: Show projectname in feed subject
I have a feed for "Overall activity" going. The subject of the feeds doesn't state what projects they are for, this degrades the value of the information (as I must follow the link to our Redmine to see where it belongs).
Kai Olav Fredriksen
13:29 Patch #1202: Feature to view whole the file from /repositories/revision page
Here is a patch to add feature to view the whole file of the revision from Redmines /repositories/revision page. Redmine can view differences against previous revision, but sometimes I want to view the whole file to check the context.
Go MAEDA
13:08 Feature #1201: Add preview option to patches attached to issues
Like Trac does :-] It autodetects diff/patch files and presents them with a view similar to the one used for comparing file revisions.
Leszek Ciesielski
12:59 Patch #1200: Polish translation changes
Fixed some unclear wordings used: 'revision' translated as 'rewizja' (was 'zmiana', which means 'change') 'commit' translated as 'zatwierdzenie' (was 'wrzutka', which is informal and AFAIK not used in this context) dropped 'CVS' from several st...
Leszek Ciesielski
11:53 Patch #1199: Mercurial adapter
I spent some time on the Mercurial adapter. I made two changes that I purpose to you : * I wrote a new revisions method that parses changesets with only one call to the hg program. I use a template that makes hg output the changelog in XML. I ...
Pierre Paysant-Le Roux
11:22 Revision 1421: Small fix for not read-only methods.
Small fix for not read-only methods.
liwiusz
10:53 Patch #1198: Hungarian translation
Redmine is the best issue tracking software what i've used. This translation is my special thanks to your work. It's according to version 0.7
Gábor Takács
02:18 Patch #1197: Remove edit step from Status context menu
Currently if you right click on the issue list and change the status, you are sent to an edit page. This patch will skip the edit page and change status directly, similar to Priority or Assigned to.
Eric Davis
00:14 Feature #1196: Add versioning for Files and Documents
Would it be possible to implement some versioning for the Files and Documents. Sometimes one might want to keep versions of a particular document without checking it into subversion or CVS e.g Statement of Work
Anthony Nwokafor

2008-05-06

23:19 Feature #1195: Membership logging
I think it would be useful to log people who are added/join and removed from/leave projects, and have this information appear in the activity page. I can write a patch for this, if anyone else is interested.
Mateo Murphy
23:01 Defect #1194: rfpdf plugin that is included with source doesn't work with changes to Edge rails
ActionView::Base::register_template_handler fails because this has been moved to ActionView::Template::register_template_handler I know you don't maintain that plugin but it may be worth noting somewhere for any users on the Edge.
Bob Burbach
21:51 Revision 1420: Fix comment about configuration.
Fix comment about configuration.
liwiusz
20:56 Defect #1173: Internal error at Issues page (Closed)
As Nick said, it's fixed in 0.7.1
Jean-Philippe Lang
20:20 Feature #1193: Staff-only notes with Role-base access control
Hi I'm sure that the following would be really useful: to have the special category of the Issue Notes - Staff-only Notes, with Role-based access/visibility control. It would allow to put there information, hint, ets. that shouldn't be vis...
Dmitry Isanov
17:50 Defect #1192: IE 6.0 Timeout Problem
People who are working in IE 6.0 for a longer time, start getting timeout issues randomly after sometime. Anonther site that has an API for ruby...addresses this issue like this *"IE6 Timeout The infamous timeout issue with IE6 in a deployed ...
Muneeb Shaukat
17:14 Revision 1419: Cache Credentials added (login:proj -> "sha1_hex(pass))
Cache Credentials added (login:proj -> "sha1_hex(pass))
liwiusz
16:39 Feature #1191: Allow custom column choice in issue browser
When creating a custom query one is able to customise also the list of visible columns. It would be useful to allow this without the need to save the query (or at least hint the user that this is possible).
Leszek Ciesielski
16:36 Defect #1190: Custom querry 'Export to PDF' ignores field selection
When a new custom querry is created without 'Default columns', and customs columns are chosen, those chosen columns are ignored by the PDF exporter - it simply outputs the default columns.
Leszek Ciesielski
16:32 Feature #1189: Multiselect custom fields
My project manager wants to be able to assign an issue to multiple target versions (customer requirements - they are fine with backporting a monstrous changeset, but not with "updating" - please don't ask...). I though I could simulate this with c...
Leszek Ciesielski
16:19 Feature #1188: Link closing via commit message with user account
When the commit author matches an existing user login, could Redmine link the status change to the user account instead of crediting it to Anonymous? BTW, it would be nice if those user names in issue History were actual hyperlinks to user acco...
Leszek Ciesielski
16:08 Feature #1187: Relate a Wiki page to a project module.
It would be very useful if one can define a wiki page for a project module (like one does with Versions). For example, I'd like to put some information about how to check out the repository in the Repository module, as an introduction above the...
Leandro Lucarella
15:56 Patch #1186: JS should be cached in production mode to save bandwith and cpu
Attached in very small patch to allow caching the JS files in production mode.
Philippe Lafoucrière
15:52 Defect #1182: wiki : redMine 500 error (Closed)
See #1177. Reopen if needed.
Jean-Philippe Lang
15:35 Defect #1185: Login using Mac OS X OpenDirectory (LDAP) not working
Hi, I've setup a LDAP Auth Source using a Mac OS X server open directory (LDAP). The connection test is successful (using the link on the page). Anyway, I can't get login with my user / password. Please find the settings I've used : * Create...
Philippe Lafoucrière
15:35 Feature #1184: time-display
it's difficult for me to enter e.g. the „Estimated time” in hours. I've to calculate how manny hours are 2 minutes helpdesk … Also the projekt-time-display is hard to read: 2.80 hours. maybe there is a way to enter time in 0:05 as 5 minutes an...
Marco Tralles
14:57 Feature #1183: add new tickets in the name of …
I sometimes get E-Mails with bug-repors from customers wich i like to add to redmine „in the name of” my customer. i think it would be helpfull to allow all admin-accounts to have a drop-down-box to add new tickets (faked) as other users …
Marco Tralles
13:56 Defect #1182: wiki : redMine 500 error
Using Redmine 0.7.1 i've a projekt and if i try to access the wiki - becaus i like to add a wiki to this projekt, i get a „redMine 500 error”: <pre>Internal error An error occurred on the page you were trying to access. If you continue to e...
Marco Tralles
12:28 Defect #1181: Connection to HTTPS subversion repository fails
Hi, I have some troubles configuring my redmine instance with a https svn repo. I have the following exception : <pre> Error parsing svn output: #<REXML::ParseException: No close tag for ["lists", "list"]> /usr/lib/ruby/1.8/rexml/parsers/...
Philippe Lafoucrière
05:14 Defect #1180: Check All / Uncheck All in Email Settings
These functions do not seem to be working in 0.7.0.1410. Lower than low priority; just thought I would throw it in there. If I get a few minutes later I'll check it out myself.
Andrew Cooper
« Previous
 

Also available in: Atom