Project

General

Profile

Statistics
| Revision:

# Date Author Comment
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.

822 2007-10-10 21:43 Jean-Philippe Lang

Added custom fields in issue related mail notifications.

821 2007-10-10 20:56 Jean-Philippe Lang

Added the ability to set the "done ratio" of issues fixed by commit (original path by Nikolay Solakov, slightly edited).

817 2007-10-09 21:07 Jean-Philippe Lang

Added 'Bulk edit' functionality.
This can be done by clicking on the edit link (little pen icon) at the upper-left corner of the issue list.
Most properties can be set (priority, assignee, category, fixed version, start and due dates, done ratio) and a note can be entered....

805 2007-10-05 21:33 Jean-Philippe Lang

Fixed: Title with non-ascii characters breaks wiki

803 2007-10-05 19:44 Jean-Philippe Lang

Added default value for enumerations.
Only default issue priority is actually used.

801 2007-10-04 19:15 Jean-Philippe Lang

Issues sorted by priority position.

800 2007-10-04 19:04 Jean-Philippe Lang

Added position on Enumeration model.

785 2007-10-01 14:04 Jean-Philippe Lang

Default columns displayed on the issue list can now be selected at application level.
Saved queries can overide this selection.

784 2007-10-01 13:39 Jean-Philippe Lang

Custom query columns: checkboxes replaced by two selects that let the user specify columns order.

783 2007-10-01 12:44 Jean-Philippe Lang

Added a checkbox on custom query form to explicitly say if the query uses default columns or not.

782 2007-10-01 10:44 Jean-Philippe Lang

Added the ability to customize columns of a saved query.

781 2007-09-30 20:07 Jean-Philippe Lang

Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters.

778 2007-09-30 17:32 Jean-Philippe Lang

Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier).
As this fix modifies manage_public_queries permission symbol, this permission has to re-entered.

771 2007-09-28 00:24 Jean-Philippe Lang

Fixed: unable to migrate from an empty database.
(Message model is loaded at startup, which fails if it doesn't exist)

766 2007-09-27 19:28 Jean-Philippe Lang

Search engines now supports pagination.
Results are sorted in reverse chronological order.

756 2007-09-24 19:15 Jean-Philippe Lang

Added length validation for IssueCategory name.

752 2007-09-23 19:19 Jean-Philippe Lang

Basic plugin support.

751 2007-09-22 23:02 Jean-Philippe Lang

Subversion repository now accepts svn+ssh url.

745 2007-09-20 20:58 Jean-Philippe Lang

Fixed: project homepage length validation inconsistent with database field.

744 2007-09-19 18:29 Jean-Philippe Lang

Fixed setting value serialization.

742 2007-09-18 19:50 Jean-Philippe Lang

Fixed: Oracle error when saving serialized setting (eg. mail notifications)

739 2007-09-17 18:51 Jean-Philippe Lang

Fixed: error when uploading a file with a content type longer than 60 chars.
(Maximum size changed to 255. Mime type not saved if longer)

733 2007-09-15 18:52 Jean-Philippe Lang A category with assigned issue can now be deleted. 2 options are proposed:
  • remove assignments (issues are set to 'no category')
  • reassign issues to another category (if at least an other category exists)
    If no issue is assigned to the category, it's deleted silently.