Project

General

Profile

Statistics
| Revision:

# Date Author Comment
1227 2008-03-11 20:33 Jean-Philippe Lang Activity enhancements:
  • overall activity view and feed added, link is available on the project list (#423, #494)
  • switch added on the project activity view to include subprojects (closes #530)
1220 2008-03-09 16:36 Jean-Philippe Lang

Allow longer version names (#711, closes #712).

1207 2008-03-08 12:17 Jean-Philippe Lang Version details view changes:
  • display related issues on the version detail view
  • display total estimated and spent hours on the version detail view
  • fixed wiki headings size (same as r1168)
1199 2008-03-06 18:22 Jean-Philippe Lang

Fix LDAP authentication (#714, broken by r1194).

1198 2008-03-06 09:32 Jean-Philippe Lang

Adds an application setting to choose whether or not subprojects issues should be displayed by default on the issue list, calendar and gantt (r1178). Default is true.

1197 2008-03-05 16:41 Jean-Philippe Lang

Add a user preference to choose how comments/replies are displayed: in chronological or reverse chronological order (#589, #776).

1194 2008-03-05 13:43 Jean-Philippe Lang

Fixed "LdapError: invalid binding information" when no username/password are set on the LDAP account (#764).

1184 2008-03-01 21:09 Jean-Philippe Lang

Fixed #759: Can not view a project without View time entries permission (broken by r1176).

1183 2008-03-01 10:00 Jean-Philippe Lang

Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.

1182 2008-02-29 23:54 Jean-Philippe Lang Let the user choose when deleting issues with reported hours (closes #734, #71):
  • to delete the hours
  • to assign the hours to the project
  • to reassign the hours to another issue
1178 2008-02-28 22:57 Jean-Philippe Lang

Include subprojects on the issue list, calendar and gantt by default.

1176 2008-02-27 21:50 Jean-Philippe Lang

Propagates time tracking to the parent project (closes #433). Time report enhancements.

1174 2008-02-26 19:30 Jean-Philippe Lang

Do not send an email with no recipient, cc or bcc (closes #743).

1173 2008-02-26 19:15 Jean-Philippe Lang

Adds date range filter and pagination on time entries detail view (closes #434).

1171 2008-02-22 18:48 Jean-Philippe Lang

Fixed: Issue custom fields "required" flag not stored (broken by r1090). Closes #715.

1169 2008-02-22 18:26 Jean-Philippe Lang

Fixed: LDAP authentication without password may be possible (#714).

1167 2008-02-21 20:30 Jean-Philippe Lang

Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console.

1164 2008-02-21 18:45 Jean-Philippe Lang

Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed (closes #696).

1162 2008-02-17 16:02 Jean-Philippe Lang

Fixed: auto closing of duplicates doesn't work.

1161 2008-02-17 15:17 Jean-Philippe Lang Fixes:
  • email notifications: host name is missing in generated links (#639, #201)
  • email notifications: referenced changesets, wiki pages, attachments... are not turned into links (only ticket ids are)
  • attachment links and inline images don't work in issue notes
1154 2008-02-16 17:20 Jean-Philippe Lang Atom feeds:
  • prevent duplicate entry ids for issue changes
  • prevent empty email in author element
1152 2008-02-16 14:19 Jean-Philippe Lang Added the following permissions (#527, #585, #627):
  • edit_issue_notes: let user edit any notes
  • edit_own_issue_notes: let user edit his own notes only
1126 2008-02-06 21:02 Jean-Philippe Lang

Create a journal and send an email when an issue is closed by commit (#609).
The redmine user is found using the committer username or email. Otherwise, the journal is created with anonymous user.

1121 2008-02-05 18:28 Jean-Philippe Lang

More appropriate default sort order on sortable columns.
Sortable column added on issue subject (#580).

1115 2008-02-03 18:24 Jean-Philippe Lang

Fixed: error when uploading a file with no content-type specified by the browser.

1110 2008-02-03 15:02 Jean-Philippe Lang

Add 'Author' to the available columns for the issue list.

1108 2008-02-02 16:51 Jean-Philippe Lang

Do not authorize project identifier with numbers only (would be interpreted as the project id in urls).

1105 2008-02-02 11:50 Jean-Philippe Lang

Administrators can edit issue notes.

1103 2008-01-25 11:31 Jean-Philippe Lang

User display format is now configurable in administration settings.

1101 2008-01-24 19:15 Jean-Philippe Lang

Prevent unexpected nil in custom value validation.

1098 2008-01-23 21:07 Jean-Philippe Lang

Fixed: Incorrect filtering for unset values when using 'is not' filter.

1095 2008-01-23 18:48 Jean-Philippe Lang

Fixed: can not lock a topic when creating it.

1090 2008-01-20 22:29 Jean-Philippe Lang

Added default value for custom fields. Fixed javascript on custom field form for project and user custom fields.

1088 2008-01-20 19:37 Jean-Philippe Lang

Unlimited and optional project description. The project list will show truncated descriptions only (the first fews lines).

1082 2008-01-20 14:53 Jean-Philippe Lang

Fixed: error when removing a project member (postgresql and sqlite only).

1079 2008-01-20 11:42 Jean-Philippe Lang

Display the issue status in the email subject only if the status was actually changed.

1078 2008-01-20 10:49 Jean-Philippe Lang

Fixed: when changing the status of an issue, the email subject contains the previous status of the issue.

1075 2008-01-17 20:58 Jean-Philippe Lang

Fixed: locked users should not receive email notifications.

1071 2008-01-16 22:27 Jean-Philippe Lang

On the calendar, the gantt and in the Tracker filter on the issue list, only active trackers of the project (and its sub projects) can be selected.

1067 2008-01-15 19:31 Jean-Philippe Lang

Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context.

1043 2008-01-06 18:06 Jean-Philippe Lang

Merged IssuesController change_status and add_note actions.
The 'Change status' specific form removed and now accessible from issue/show view with no additional request (click on 'Update' to show the form).
The 'Change issue status' permission is removed. To change the status, the user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed.

1042 2008-01-06 14:09 Jean-Philippe Lang

Prevent 'has already been taken' error messages for user login and email if these fields are left empty.

1031 2007-12-31 13:37 Jean-Philippe Lang

Fix query management broken by r1027.

1026 2007-12-29 12:36 Jean-Philippe Lang

New setting added to specify how many objects should be displayed on most paginated lists.
Default is: 25, 50, 100 (users can choose one of these values).
If one value only is entered in this setting (eg. 25), the 'per page' links are not displayed (prior behaviour).

1020 2007-12-20 20:10 Jean-Philippe Lang

Added wiki annotate view. It's accessible for each version from the page history view.
Slight style change: pre-wrap added on file/diff contents.

1007 2007-12-17 22:00 Jean-Philippe Lang

Project identifier is now used in URLs (instead of project id).
URLs with a project id will still be recognized.

1000 2007-12-15 12:57 Jean-Philippe Lang

Fixed warning: toplevel constant User referenced by WikiContent::User

996 2007-12-14 22:47 Jean-Philippe Lang

Fixed: can not save numeric, date and boolean custom fields (broken by r994).

994 2007-12-14 19:54 Jean-Philippe Lang

Search engine: issue custom fields can now be searched.
Each issue custom field (excepting numeric, date and boolean fields) can be marked as "Searchable" (default to false).

982 2007-12-12 22:03 Jean-Philippe Lang

Fixed: calendar and gantt broken with Rails 2.0

979 2007-12-12 21:45 Jean-Philippe Lang

Fixed: 'assigned to me' filter broken.

977 2007-12-10 21:58 Jean-Philippe Lang

Fixed: 'LDAP account password is too long' error when leaving the field empty on creation.

975 2007-12-10 18:58 Jean-Philippe Lang

Merged Rails 2.0 compatibility changes.
Compatibility with Rails 1.2 is preserved.

955 2007-12-07 11:26 Jean-Philippe Lang

Added version details view accessible from the roadmap.

954 2007-12-05 20:21 Jean-Philippe Lang

Roadmap progress bars now differentiate the progress due to closed issues from the open issues progress (2 different colors).

950 2007-12-03 18:40 Jean-Philippe Lang

Added Bazaar adapter.
Fixed 'quick jump to a revision' form on the revisions list.

949 2007-12-03 11:28 Jean-Philippe Lang

Project name format limitation removed (name can now contain any character).
Project identifier maximum length changed from 12 to 20.

948 2007-12-02 23:07 Jean-Philippe Lang

Changed the maximum length of LDAP account to 255 characters.
Added length validations on AuthSource model.

947 2007-12-02 21:58 Jean-Philippe Lang

Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.

944 2007-12-02 14:52 Jean-Philippe Lang

Email notifications are now sent as Blind carbon copy by default. This can be changed in email notifications settings (new setting added).
Emission email address setting moved to the email notifications settings view.

939 2007-12-01 18:42 Jean-Philippe Lang

'Assigned to' drop down list is now sorted by user's lastname.

938 2007-12-01 18:15 Jean-Philippe Lang
  • Added links to previous and next revisions on revision view (patch by Cyril Mougel slightly edited)
  • Fixed TimelogController#report december error
  • Fixed ProjectsControllerTest#test_activity 1st and 2nd day of the month failure
934 2007-11-27 18:20 Jean-Philippe Lang
  • Updated German translation (Thomas Löber)
  • Updated Spanish translation (Gumer Coronel Pérez)
  • Fixed: test in method project in Attachment Model useless (Cyril Mougel)
  • Fixed: public/.htaccess lacks support for mod_fcgid and adds handlers without checking for their existance (Nils Adermann)
928 2007-11-24 16:14 Jean-Philippe Lang

Slight optimization in User#role_for_project.

927 2007-11-24 13:52 Jean-Philippe Lang

Removed the 12 characters limit on passwords.

926 2007-11-24 13:25 Jean-Philippe Lang Forums enhancements:
  • messages can now be edited/deleted (explicit permissions need to be given)
  • topics can be locked so that no reply can be added (only by users allowed to edit messages)
  • topics can be marked as sticky so that they always appear at the top of the list (only by users allowed to edit messages)
921 2007-11-21 19:45 Jean-Philippe Lang
  • Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
  • Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
  • Fixed: Wrong feed URLs on the home page
920 2007-11-20 21:29 Jean-Philippe Lang

Added per-project tracker selection. Trackers can be selected on project settings.

919 2007-11-20 16:40 Jean-Philippe Lang

Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums.
These permissions need to be explicitly given to the Anonymous role (Admin -> Roles & Permissions -> Anonymous).

918 2007-11-20 13:07 Jean-Philippe Lang
  • Referencing issues in commit messages: enter * in 'Referencing keywords' to link any issue id without using keywords.
  • Updated Polish translation (Mariusz Olejnik).
917 2007-11-19 23:28 Jean-Philippe Lang
  • Added time zone support: users can select their time zone on their account view.
  • Updated Polish translation (Mariusz Olejnik).
  • Fixed: Projects should be listed with case mixed.
915 2007-11-18 18:46 Jean-Philippe Lang There's now 3 account activation strategies (available in application settings):
  • activation by email: the user receives an email containing a link to active his account
  • manual activation: an email is sent to administrators for account approval (default)...
914 2007-11-18 16:53 Jean-Philippe Lang

'fixed version' field can now be displayed on the issue list.
Category and fixed version fields added to the CSV export.

909 2007-11-17 18:45 Jean-Philippe Lang

Fixed: Update of time entry fails when the issue has been moved to an other project.
Fixed: Error when moving an issue without changing its tracker (Postgresql).

908 2007-11-17 16:34 Jean-Philippe Lang

Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account).
Issues and issues list: 'done ratio' field now displayed as a progress bar.

906 2007-11-16 21:46 Jean-Philippe Lang

Fixed: localization problem on issue list headers.
Updated Russian translation (iGor kMeta).

905 2007-11-16 21:26 Jean-Philippe Lang

Added a couple of new formats for the 'date format' setting.
Added a 'time format' setting.

901 2007-11-12 18:23 Jean-Philippe Lang

Custom fields can now be reordered.

899 2007-11-12 17:43 Jean-Philippe Lang

Added an option on 'My account' for users who don't want to be notified of changes that they make.

896 2007-11-12 09:00 Jean-Philippe Lang

Fixed: error on activity page when displaying a document (undefined method 'author').

892 2007-11-08 20:00 Jean-Philippe Lang

Added issues status changes on the activity view (initial patch by Cyril Mougel).

889 2007-11-07 21:42 Jean-Philippe Lang

Custom fields can now be displayed as columns on the issue list.
Custom fields marked as "for all projects" can be added to the default columns of the issue list (in application settings).
Project specific custom fields can be displayed on custom queries.

887 2007-11-05 19:38 Jean-Philippe Lang

ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf merged into IssuesController#index

885 2007-11-05 18:30 Jean-Philippe Lang

Fixed: <<me>> doesn't appear in the drop down filters on a project issue list.

882 2007-11-04 12:49 Jean-Philippe Lang

LDAP authentication: only ask for the user's DN if on-the-fly registration is disabled

881 2007-11-04 12:40 Jean-Philippe Lang

Removed IssueStatus html_color attribute.
Issue list colorization can be done using a custom theme. Each row is given a class that correspond to the issue status (eg. status-1 where 1 is the status position).

879 2007-11-04 12:15 Jean-Philippe Lang

Added radio buttons on the documents list to sort documents by category, date, title or author.

877 2007-11-04 11:43 Jean-Philippe Lang Mailer:
  • added an application setting to specify the application protocol (http or https) used to generate urls
  • added layouts for text and html emails
  • no more language specific templates
  • urls are now generated using UrlWriter
  • the mailer now uses AdvAttrAccessor code style to set email parameters
876 2007-10-28 17:13 Jean-Philippe Lang

Activity view now uses events attributes.
Fixed: error on activity feed if it contains a document.

873 2007-10-28 15:31 Jean-Philippe Lang

Added the hability to copy an issue.
It can be done from the 'issue/show' view or from the context menu on the issue list.
The Copy functionality is of course only available if the user is allowed to create an issue.
It copies the issue attributes and the custom fields values.

870 2007-10-25 19:38 Jean-Philippe Lang

Added "Float" as a custom field format.

861 2007-10-22 18:52 Jean-Philippe Lang Commit message parser:
  • Fixed: Error when parsing a commit message with duplicate issue identifiers
  • Strip referencing and fixing keywords
855 2007-10-20 14:47 Jean-Philippe Lang More flexible mail notifications settings at user level. A user has now 3 options:
  • notification on any event on all his projects
  • notification on any event on selected projects only (if the user belongs to more than 1 project)
  • notification only for things that he watches or he is involded in (eg. issues that he watches or he is author or assignee)
854 2007-10-19 21:36 Jean-Philippe Lang

Fixed: LDAP authentication crashes if one of the LDAP attributes name is left blank on the LDAP setup screen.
When not checking "On-the-fly" register, the 3 optional fields can now be safely left blank.

853 2007-10-19 21:09 Jean-Philippe Lang

Fixed: unable to add a file to an issue without entering a note.

848 2007-10-18 18:07 Jean-Philippe Lang

Removed issue assignment validation to avoid validation failure when updating the issue and if the assignee is no longer a member of the project.

844 2007-10-16 21:09 Jean-Philippe Lang

Added LDAPS support for LDAP authentication.

843 2007-10-15 20:41 Jean-Philippe Lang

Fixed: log is not displayed when browsing a copy in a svn repository.

834 2007-10-12 20:04 Jean-Philippe Lang

Removed translated email templates attachments_added and document_added (no longer usefull).

831 2007-10-12 17:55 Jean-Philippe Lang

Status can now be updated when bulk editing issues.
Workflow permissions are applied as when changing the status of a single issue. The issue is not saved (and an error is displayed) if the status transition is not allowed for the user.