3
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 15, 2024 — Nov 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small fix in issue history display. More... about 18 years ago
Trac importer: 'resolution' field imported with history as a custom field. More... about 18 years ago
Trac importer now migrates status changes. More... about 18 years ago
Trac importer now checks the existence of trac.db and attachments directory before processing. More... about 18 years ago
Added namespace for Redmine specific rake tasks. More... about 18 years ago
Fixed: auto-generated links corrupted when url contains & characters in the query string. More... about 18 years ago
Trac importer initial commit. The script migrates: * users (default password = 'trac') * components * milestones * tickets * ticket comments, files, custom fields * wiki More... about 18 years ago
Added 'reported by me' and 'assigned to me' issue feeds on 'My page'. More... about 18 years ago
Added the ability to move issues (to another project) without changing their trackers. Added length validation for homepage project attribute. More... about 18 years ago
Added atom feed on the new cross-project issue list. More... about 18 years ago
Added cache for application settings (Setting model). Once the values are cached, only one database query is done at each user request (to check if the cache is still valid). More... about 18 years ago
Added a cross-project issue list. It displays the issues of all the projects visible by the user. The users list available in the filters ('assigned to' / 'created by') is made of the members of all projects the current user belongs to. For now, this view is only accessible from 'My page' ('issues assigned to me' or 'issues reported by me' blocks, to view the full lists) More... about 18 years ago
Fixed: autologin broken. More... about 18 years ago
Added Redmine::Info to store various information about the application. More... about 18 years ago
Fixed: "new issue" drop-down only visible by admin users. More... about 18 years ago
Added border and padding on wiki table headers. More... about 18 years ago
Translated a few strings in fr.yml More... about 18 years ago
Fixed: "subproject of" list should not show archived projects. More... about 18 years ago
Added the ability to reset its own RSS access key on "My account". More... about 18 years ago
Some deprecation fixes (end_form_tag and count API). More... about 18 years ago
Fix: error when posting to projects/add or users/add with no custom_fields parameter. More... about 18 years ago
Merged 0.6 branch into trunk. Permissions management was rewritten. Some permissions can now be specifically defined for non member and anonymous users. This migration: * is irreversible (please, don't forget to *backup* your database before upgrading) * resets role's permissions (go to "Admin -> Roles & Permissions" to set them after upgrading) More... about 18 years ago
Fixed: queries with multiple custom fields return no result. More... about 18 years ago
Added missing image. More... about 18 years ago
Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is present. More... about 18 years ago
Fixed: calendar and gantt not updated when adding/editing/deleting a project version. More... about 18 years ago
Replaced hard-coded urls in Mailer#attachments_add More... about 18 years ago
Automatic closing of duplicate issues. When closing an issue, all related issues marked as duplicates are now also closed. More... about 18 years ago
Fixed: Bad url to project forums from the wiki home page. More... about 18 years ago
Mantis importer: small fix in categories mapping. More... about 18 years ago