Project

General

Profile

Statistics
| Revision:

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

747 2007-09-22 15:17 Jean-Philippe Lang

Application layout refactored.
The project menu is now the main menu.

738 2007-09-15 22:39 Jean-Philippe Lang

Added RMagick availability on admin/info.

734 2007-09-15 18:57 Jean-Philippe Lang

Fixed: unable to save a new wiki page that just contains the default h1 title

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.
730 2007-09-15 10:56 Jean-Philippe Lang

Project modules are checked (default) when creating a project.

729 2007-09-14 21:55 Jean-Philippe Lang

Main project list now displays root projects with their subprojects.
Added files turned into links (if not removed) on the issue history.

728 2007-09-14 17:30 Jean-Philippe Lang

Mail notification options restored (default is: issue_added and issue_updated).
Added mail notification when adding a news (disabled by default).

725 2007-09-14 13:34 Jean-Philippe Lang

Added project module concept.

A project module (eg. issue tracking, news, wiki,...) is a set of permissions that can enabled/disabled at project level.
For each project, modules can be enabled on the project settings view ('Modules' tab).
This requires a specific permission: 'Select project modules' (if this permission is turned off, only Redmine administrators can choose which modules a project uses)....

720 2007-09-09 19:05 Jean-Philippe Lang

Added the ability to rename wiki pages (specific permission required).

Existing links that point to the old page are preserved and automatically redirected to the new page (this behaviour can be disabled when renaming the page).

715 2007-09-07 22:52 Jean-Philippe Lang

Removed @html_title assignments in controllers.
Views can now set the header title using set_htmh_title(title) method.

708 2007-09-05 22:51 Jean-Philippe Lang

Removed RedCloth checks since it's now supplied with the application.

705 2007-09-05 21:37 Jean-Philippe Lang

Issue notes are now included in search.
Fixed: search results too long when there are many matches.
Fixed: search results not escaped.

687 2007-08-31 22:56 Jean-Philippe Lang

Added the ability to move issues (to another project) without changing their trackers.
Added length validation for homepage project attribute.

686 2007-08-31 22:22 Jean-Philippe Lang

Added atom feed on the new cross-project issue list.

685 2007-08-31 19:45 Jean-Philippe Lang

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

684 2007-08-31 19:02 Jean-Philippe Lang

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