Project

General

Profile

Statistics
| Revision:

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

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.

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.

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

871 2007-10-26 18:35 Jean-Philippe Lang

Fixed: some quotation marks are rendered as strange characters in pdf.

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

Added "Float" as a custom field format.

869 2007-10-25 18:49 Jean-Philippe Lang

Serbian translation added (Dragan Matic)

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

Fixed: error when bulk editing with Postgresql

863 2007-10-22 21:34 Jean-Philippe Lang

SCM browser: directories can now be collapsed and re-expanded with no additional request.

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

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

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

859 2007-10-21 16:30 Jean-Philippe Lang

Fixed flashes style for IE6.

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.
857 2007-10-20 18:47 Jean-Philippe Lang

Added status and priority related classes for each row on the issue list so that a custom theme can colorize issues by priority or status.

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.

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.

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.

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

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

841 2007-10-15 18:15 Jean-Philippe Lang Search engine:
  • results are now displayed using different colors for tokens highlighting
  • added label tag around "all words" checkbox
840 2007-10-15 17:58 Jean-Philippe Lang

Fixed: 'Issues' table shows weird date for 'Start' and 'Due date' columns

837 2007-10-13 16:11 Jean-Philippe Lang

Slight style change on plugin configuration view.

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

833 2007-10-12 19:22 Jean-Philippe Lang

Added html part to news_added mail.

832 2007-10-12 18:28 Jean-Philippe Lang

Moved translated strings of 'register' and 'lost password' mail templates to lang files.

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
828 2007-10-11 22:38 Jean-Philippe Lang

Fixed: unable to change how many months are displayed on the gantt.

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

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

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

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

818 2007-10-10 19:17 Jean-Philippe Lang

Added basic Theme support.
Theme is set at application level (in Admin -> Settings).
For now, themes can override stylesheets only (application.css).

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)
814 2007-10-07 17:21 Jean-Philippe Lang

Default encodings for repository files can now be set in application settings (Admin -> Settings -> Repositories encodings).
These encodings are used to convert files content and diff to UTF-8 so that they're properly displayed.
Multiple values are allowed (comma separated).

813 2007-10-06 16:27 Jean-Philippe Lang

Fixed: improper 0x5c char handling in PDF output (Go Maeda).

812 2007-10-06 10:54 Jean-Philippe Lang

Added preview on add/edit issue form.

811 2007-10-06 10:08 Jean-Philippe Lang

Content of projects/add_issue.rhtml and issues/edit.rhtml moved to a shared partial.

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

Merged IssuesController#export_pdf into IssuesController#show.

808 2007-10-05 22:34 Jean-Philippe Lang

Sligth changes on my page issue tables and wiki history, changesets tables.

806 2007-10-05 22:06 Jean-Philippe Lang

Added label tags on role form permission checkboxes.

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

Fixed: Title with non-ascii characters breaks wiki

804 2007-10-05 20:05 Jean-Philippe Lang Added some accesskeys:
  • e => edit
  • r => preview
  • f => quick search
  • 4 => search
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.

797 2007-10-03 20:43 Jean-Philippe Lang

Fixed: pagination broken on news list with Opera.

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.

789 2007-10-01 17:22 Jean-Philippe Lang

Added label tags on various checkboxes.

788 2007-10-01 16:00 Jean-Philippe Lang

Don't show attributes on role form for built-in roles.

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

786 2007-10-01 14:36 Jean-Philippe Lang

Moved media print specific styles to application.css (print.css removed).

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.

773 2007-09-29 12:26 Jean-Philippe Lang

Sligth changes to wiki views.

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)

770 2007-09-27 21:56 Jean-Philippe Lang

Slight style update.

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.

765 2007-09-25 18:44 Jean-Philippe Lang

Slight changes to the stylesheet and footer.

763 2007-09-24 21:54 Jean-Philippe Lang

Boards: new message form displayed with no additional request.

762 2007-09-24 21:26 Jean-Philippe Lang

Slight change to issues/show.

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.

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

Added length validation for IssueCategory name.

754 2007-09-24 00:00 Jean-Philippe Lang

Fixed: Planning title displayed in the project sidebar even if there is no link below.

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.

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.

749 2007-09-22 16:56 Jean-Philippe Lang

Added polish translation (Tomasz Gawryl).
Added a gloc task to update lang files based on the english file content.

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

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

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)

740 2007-09-17 18:52 Jean-Philippe Lang

Fixed: error on document list with a document without description.

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)

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

Added RMagick availability on admin/info.