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
Mantis importer: * validation skip on issue assignement (assignee must be a project member in Redmine) * Mantis bugs with severity 'feature' are imported as 'Feature request' in Redmine More... about 18 years ago
Mantis importer: issue categories truncated to 30 chars. More... about 18 years ago
Fixed: wiki preview doesn't work on long entries. POST is now used for previews instead of GET. More... about 18 years ago
Changeset comments are now stripped before being stored in the database (patch by Nicholas Wieland). More... about 18 years ago
Committer field in the Changesets table is now varchar 255. More... about 18 years ago
Added wiki syntax to online help. More... about 18 years ago
Fixed: cursor not positioned correctly when using wiki toolbar buttons under IE (Balazs Dan). More... about 18 years ago
Small change to ApplicationHelper#textilizable to allow links to other wikis main page with custom text (eg. project:|mytext). More... about 18 years ago
Application welcome text is now textilized. More... about 18 years ago
Textilized project descriptions on project list and home page. Added jsToolbar on project form. More... about 18 years ago
Code improvement in ProjectsController#activity (Nicolas Chuche) More... over 18 years ago
Added a 'Assignable' boolean on Role model. If unchecked, issues can not be assigned to users having this role. More... over 18 years ago
Added a link to add a new category when creating or editing an issue. The user is prompted for the category name. The new category is created and the drop-down list updated using an ajax call. More... over 18 years ago
Added feeds auto discovery links on projects/show (patch by Nicolas Chuche). Also fixed 'issue changes details' feed title. More... over 18 years ago
Activity view improvements: * issue status changes are now displayed * display options are kept when using previous/next month links More... over 18 years ago
Fixed: nil error on 'commits per month' graph. More... over 18 years ago
Added syntax highlightment for repository files (using CodeRay). Supported languages: c, ruby, rhtml, yaml, html, xml. More... over 18 years ago
Wiki links can now refer other project wikis, using this syntax: [[project:]] -> wiki starting page [[project:page]] [[project:page|text]] where 'project' is the project name or identifier. More... over 18 years ago
Image attachments are now sent inline to be viewed directly in the browser. More... over 18 years ago
Removed hard-coded URLs in mail templates. Untranslated templates were deleted. More... over 18 years ago
Mantis importer: fixed default role mapping More... over 18 years ago
Fixed: SQL error on roadmap and changelog if there is no tracker to display. More... over 18 years ago
Small change to mantis importer to be 0.5.1 compatible. More... over 18 years ago
Mantis importer: fixed a few bugs More... over 18 years ago
Mantis importer: replaced find by find_by_id More... over 18 years ago
Added 'email sending test' functionality. Go to Admin -> Mail notifications and click on 'Send a test email'. If an error occurs while sending the mail, the error message is displayed to the user. More... over 18 years ago
Firstname, lastname and email LDAP attributes are now required if "on-the-fly register" is checked. More... over 18 years ago
Issue history is now 'oldest first' sorted. More... over 18 years ago
On the issue report page, 0 issue counts are now displayed as dashes. More... over 18 years ago
Mantis importer: added priorities mapping. More... over 18 years ago