Project

General



Profile

Statistics
| Revision:

# Date Author Comment
1103 2008-01-25 11:31 Jean-Philippe Lang

User display format is now configurable in administration settings.

1096 2008-01-23 19:21 Jean-Philippe Lang

Added preview for issue notes.

1094 2008-01-23 18:25 Jean-Philippe Lang

Show explicit error message when the scm command failed (eg. when svn binary is not available).

1083 2008-01-20 15:01 Jean-Philippe Lang

Fixed: custom field selection is not saved when unchecking them all on project settings

1081 2008-01-20 14:07 Jean-Philippe Lang

Added a 'New issue' link in the main menu (accesskey 7).
The drop-down lists to add an issue on the project overview and the issue list are removed.

1080 2008-01-20 12:30 Jean-Philippe Lang

ProjectsController#add_issue moved to IssuesController#new.
Tracker can now be changed/selected on the new issue form. This action can be invoked without the tracker_id parameter (the first enabled tracker will be used by default).

1076 2008-01-19 12:53 Jean-Philippe Lang

Highlight the current item of the main menu.

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.

1053 2008-01-10 23:42 Jean-Philippe Lang

Non-ascii attachement filename fix for IE.

1052 2008-01-10 20:20 Jean-Philippe Lang

Added details by assignees on issue summary view (Hans Yoon).

1046 2008-01-06 21:24 Jean-Philippe Lang

Admin settings screen split to tabs.
Email notification options moved to this view as a tab and LDAP list is accessible from the 'Authentication' tab.

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.

1040 2008-01-05 12:33 Jean-Philippe Lang

Default configuration data can now be loaded from the administration screen.
A message is automatically displayed on this screen if roles, trackers,... have not been configured yet.
The rake task is still available and the data loading code is wrapped in a transaction.

1036 2008-01-04 19:02 Jean-Philippe Lang

Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects.

1029 2007-12-30 11:51 Jean-Philippe Lang

Moved current user management to a dedicated method for modularity.

1027 2007-12-30 11:46 Jean-Philippe Lang

Do not store query object in session but id or filters only. This allows to use Rails 2.0 cookie based sessions.

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.

1018 2007-12-19 23:09 Jean-Philippe Lang

Add email notification to IssuesController#edit.

1013 2007-12-18 20:07 Jean-Philippe Lang

Ported r1009 from 0.6-stable branch.

1011 2007-12-18 19:50 Jean-Philippe Lang

Moved ProjectsController#list_documents and add_document to DocumentsController#index and new.

998 2007-12-14 23:00 Jean-Philippe Lang

Fixed: Unable to create a wiki (Rails 2.0 compatibility).

993 2007-12-14 18:48 Jean-Philippe Lang

Fixed: empty lines when displaying repository files with Windows style eol.

990 2007-12-14 18:33 Jean-Philippe Lang

Added ApplicationController#attach_files as a common method to attach files in all actions.

988 2007-12-13 19:53 Jean-Philippe Lang

Removed unused UsersController#destroy.

987 2007-12-13 19:52 Jean-Philippe Lang

Added some functional tests and a CVS test repository.

983 2007-12-12 22:10 Jean-Philippe Lang

Fixed: 500 error when validation fails on issue edition with no custom fields.

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

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

958 2007-12-07 14:35 Jean-Philippe Lang

Transaction and performance improvement on workflow copy when creating a new tracker.

957 2007-12-07 12:19 Jean-Philippe Lang

Performance improvement on workflow setup screen.

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

Added version details view accessible from the roadmap.

952 2007-12-04 00:05 Jean-Philippe Lang

Changesets retrieval optimization on the activity view. Prevents additional query from being executed for each displayed changeset.

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.

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.

943 2007-12-02 13:58 Jean-Philippe Lang

When creating a new role, permissions are pre-filled with 'Non member' role permissions.

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
935 2007-11-29 19:33 Jean-Philippe Lang

Search engine: search can be restricted to an exact phrase by using quotation marks (eg. hello "bye bye" can be used to search for "hello" and "bye bye" strings).

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)
925 2007-11-24 00:23 Jean-Philippe Lang

Fixed: error on account/register when validation fails.

923 2007-11-22 20:19 Jean-Philippe Lang

Forums: attachments can now be added to replies.

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).

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).

903 2007-11-14 22:54 Jean-Philippe Lang

Fixed: admin should be able to move issues to any project.

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.

898 2007-11-12 16:13 Jean-Philippe Lang

Fixed: No mime-types in documents/files downloading

893 2007-11-08 20:14 Jean-Philippe Lang

Diff style (inline or side by side) automatically saved as a user preference.
Fixed a Postgres test failure.

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

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

891 2007-11-08 00:01 Jean-Philippe Lang

Added forums topics on the activity view (disabled by default).

890 2007-11-07 22:21 Jean-Philippe Lang

Fixed: error when sorting the messages if there's only one board for the project.

888 2007-11-05 23:22 Jean-Philippe Lang

Moved ProjectsController#list_news to NewsController#index.
Removed FeedsController, issues and news feeds are now handled by issues and news controllers.

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

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

880 2007-11-04 12:20 Jean-Philippe Lang

Pretty URL for the repository browser (Cyril Mougel)

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.

874 2007-10-28 16:04 Jean-Philippe Lang

Some slight improvements in AJAX errors handling.

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.

872 2007-10-28 11:55 Jean-Philippe Lang

Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue.
The context menu shows up when right-clicking an issue (Opera users have to use Ctrl + left-click instead since right-click can't be reassigned for this browser)....

866 2007-10-23 19:15 Jean-Philippe Lang

Fixed: error when bulk editing with Postgresql

862 2007-10-22 19:45 Jean-Philippe Lang

Added a bit of AJAX on the SCM browser (tree view).

860 2007-10-21 18:26 Jean-Philippe Lang

SVN integration: reposman.rb can now register created repositories in Redmine, so that the administrator doesn't have to enter the repository url in Redmine once it's created.
To do so, use the --url option when running reposman (see reposman help).

858 2007-10-21 16:10 Jean-Philippe Lang
  • Emails footer can now be customized from the admin interface (Admin -> Email notifications).
  • Added html part to all email templates.
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)
853 2007-10-19 21:09 Jean-Philippe Lang

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

851 2007-10-18 18:59 Jean-Philippe Lang

New document form can be accessed from the document list with no additional request.

850 2007-10-18 18:29 Jean-Philippe Lang

Added the ability to unassign issues with bulk edit.

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.

845 2007-10-16 21:19 Jean-Philippe Lang

Added LDAPS support migration and fixed connection test flash messages.

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

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

842 2007-10-15 18:53 Jean-Philippe Lang

Search engine: added a checkbox to search titles only (usefull when searching on common words).

835 2007-10-13 12:30 Jean-Philippe Lang

Removed inconsistent user manual stuff (html/docbook content and controller). Help link now points to the Redmine guide which will be more easy to maintain.
Also removed the useless components directory.

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.

829 2007-10-11 22:57 Jean-Philippe Lang Gantt chart:
  • now starts at the current month by default
  • month count and zoom factor are automatically saved as user preferences
826 2007-10-11 19:20 Jean-Philippe Lang Bulk editing:
  • Fixed: Done ratio always set to 0 even if (No change) is selected
  • Added mail notifications
823 2007-10-10 23:18 Jean-Philippe Lang

Fixed: a user not authorized to edit wiki pages gets the edit form if the page doesn't exist. He now gets a 404.

820 2007-10-10 20:08 Jean-Philippe Lang

Fixed: Bulk edit doesn't change the category or fixed version properties.

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....

815 2007-10-07 22:07 Jean-Philippe Lang Calendar:
  • added an helper and moved the rendering code to a shared partial (used by project calendar and my calendar)
  • first day of week can now be set in lang files (general_first_day_of_week)
812 2007-10-06 10:54 Jean-Philippe Lang

Added preview on add/edit issue form.

810 2007-10-06 01:17 Jean-Philippe Lang

Merged IssuesController#export_pdf into IssuesController#show.

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

Added position on Enumeration model.

795 2007-10-03 19:38 Jean-Philippe Lang

Fixed: can't select columns when creating a new query.

794 2007-10-03 19:20 Jean-Philippe Lang

Performance improvement on calendar and gantt (about 45% on gantt for large number of issues).
Partial issues/_tooltip is replaced by an helper and some translated strings are now cached.

793 2007-10-01 20:49 Jean-Philippe Lang

Small fix in project activity feed.

787 2007-10-01 15:13 Jean-Philippe Lang

Removed ProjectsController#feeds. This view was incomplete and inconsistent with permissions.
Feeds can still be accessed from the corresponding screens (eg. news feed is accessible from the news view).

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.

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.

768 2007-09-27 21:35 Jean-Philippe Lang

Added wiki index by date.

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

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

760 2007-09-24 20:38 Jean-Philippe Lang

Added a named route for the home page.

759 2007-09-24 20:08 Jean-Philippe Lang

Fixed projects search.

758 2007-09-24 19:46 Jean-Philippe Lang

Search engine now only searches objects the user is allowed to view.

757 2007-09-24 19:33 Jean-Philippe Lang

Project activity view now only shows what the user is allowed to view.

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

Basic plugin support.

750 2007-09-22 19:52 Jean-Philippe Lang

The news list now shows the full news contents.
News add/edit forms are now accessible with no additional request.