Search
Results (12470)
- Feature #2657 (Closed): Set a default wiki page on project creation
- The current wiki start-up process is overly c ... enabled. One less hurdle to getting set-up.
- Defect #2655 (Closed): eMail notification breakes if email adress wrong
- eMail notofocations are send itemize (one by ... er user have become an email in this project.
- Feature #2653 (Closed): New permission for issues: view_own_issue
- It will be useful to use redmine for incoming ... nal clients. Clients will have access to own issues, but haven't access to other. It is seems as "Private issues" #337, but it is not.
- Feature #2651 (Closed): Calendar Highlight own issues
- Could you please add a css class to the calen ... ted and would be easier to spot for the user.
- Feature #2647 (New): Repository browsing shall respect ACLs in repository
- The current implementation of the repository ... d solution was done against trunk @ rev 2335.
- Feature #2646 (New): Having a dynamic sitemaps file for search robots scanning
- I though it would be useful to have a control ... fine controls of what search robots can see.
- Defect #2642 (Closed): Issue references are parsed in pre tags
- I noticed something odd while posting a bit o ... e> The above snippet of CSS is parsed for issue IDs.
- Defect #2641 (Closed): other-formats paragraph location is inconsistent
- On an issue view page, the other-formats paragraph appea ... pace Patch 1.0 #P Redmine Index: app/views/issues/show.rhtml =================================================================== --- app/views/issues/show.rhtml (revision 2338) +++ app/views/issues/show.rhtml (working copy) @@ -99,7 +99,6 @ ... ear: both;"></div> <% if authorize_for('issues', 'edit') %> <div id="update" style="di ... 1px 50%; padding: 2px 0px 3px 16px; } </pre>
- Feature #2639 (Closed): Easier time reporting
- First of all, thanks for great software. We'r ... n't explicitly have to write it into Redmine.
- Defect #2638 (New): LDAP authentication should allow username to contain space(s)
- It is not uncommon for Windows AD servers to ... See patch #811 supporting this change.
- Feature #2637 (Closed): Multiple email notification per issue
- My company is currently using Redmine and we love it. I have ran into an issue though. We have a group of developers who ma ... same problem. Instead of them all sending an issue in, only one will. Once I have fixed the issue I can update it and close it out. The proble ... y to add more people to the email list on an issue and if not could that be easily implemented?
- Feature #2636 (New): Feature Request: Wiki ACLs (Access control for individual pages)
- It would be nice if redmine would support ACL ... sure they can be improved - please discuss.
- Patch #2634 (Closed): Refactoring of error messages
- Seems that there were two methods of declarin ... f test_post_new_without_workflow_copy </pre>
- Defect #2633 (Closed): Contextual divs after attachments are placed incorrectly in FireFox
- Was able to fix this issue by moving the contextual inside the message ... ntentright{float:right; width:49%;} </pre>
- Feature #2631 (Closed): Add breadcrumbs to news pages
- <pre> Index: app/views/news/show.rhtml ==== ... s', :action => 'edit', :id => @news}, </pre>
- Defect #2626 (Closed): Error during translation of the "is too short" and "is too long" messages
- PROBLEM: This class of message is causing Ac ... [x86_64-linux] redmine 0.8.0 </pre>
- Feature #2625 (Closed): Combo Box for Custom Field Format
- Hey Guys, Love the work. I can't get enou ... e "Custom Fields" section when dealing with "Issues". The reason that I ask is: At the moment I ... es from the drop down? Thanks in advance.
- Feature #2624 (Closed): Repository statistics should honour user-mapping
- at the moment the Repository statistics graph ... e useful to only show one entry in that case.
- Feature #2623 (Closed): C# syntax highlighting
- This would be useful both for inline code in ... sts and for browsing files in the repository.
- Patch #2622 (Closed): Display avatar in news posts
- See attached file. It was modified from 0.8.0, not dev. Still, I don't think it should be far off.
- Feature #2621 (Closed): Errors when editing an issue that was just edited - StaleObjectError
- h3. What should happen # User A opens issue #100 and starts to update it with content and files # User B opens issues #100, changes the status, and saves # User ... rate it once it's been tested and cleaned up*
- Defect #2619 (Closed): Categories field displays when no categories exist and user can't add new
- As a user with no access to create new catego ... on doesn't display when no options are there.
- Feature #2618 (New): Move some change properties fields into the "more" link
- When updating a ticket, a user is presented w ... ng "more" link to help reduce visual clutter.
- Feature #2617 (Closed): Closed version links in the roadmap
- We are currently using the roadmap site as ou ... uld ease the navigation to previous versions.
- Defect #2616 (Closed): Target version-list on bulk edit form is incorrectly sorted
- The list of issue target-verion options that is shown on the b ... l) would be to change source:trunk/app/views/issues/bulk_edit.rhtml#L30 from: <pre> ... ersions.sort, :id, :name)) %></label> </pre>