Project

General

Profile

Statistics
| Revision:

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

736 2007-09-15 19:56 Jean-Philippe Lang

Date added as acronym title in ApplicationHelper#authoring

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.
732 2007-09-15 17:20 Jean-Philippe Lang

Changed author display on issues, news and document files.

731 2007-09-15 16:54 Jean-Philippe Lang

Added 'Estimated hours' attribute on issues.

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

727 2007-09-14 13:42 Jean-Philippe Lang

Fixed: Spent Time on Reports page only visible to administrators.

726 2007-09-14 13:35 Jean-Philippe Lang

Fixed: can't preview/save the very first wiki page.

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

723 2007-09-11 19:12 Jean-Philippe Lang

Notifications about issues (add/edit) are now sent in plain text and html.
Removed lang specific strings in the corresponding mail templates, so that there is only one template for all languages.

721 2007-09-09 21:46 Jean-Philippe Lang

Added "% done" in the filter list.

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.

714 2007-09-07 22:07 Jean-Philippe Lang Improved Redmine links:
  • issue and changeset links generated only if the object exists
  • issue subject and status appear in the link title
  • strike issue link if issue is closed
  • red wiki page link if page doesn't exist
  • new icon for external links

Wiki page cache had to be disabled.

713 2007-09-07 19:26 Jean-Philippe Lang

Fixed: 'Move' button always visible on issues list.

712 2007-09-06 23:56 Jean-Philippe Lang

Automatically scroll down to the preview when previewing wiki page.

710 2007-09-06 19:06 Jean-Philippe Lang

Added code highlighting support in wiki, using this syntax:

 <-- cut here

  <pre><code class="ruby">
    Place you code here.
  </code></pre>  

cut here --> 
709 2007-09-06 18:24 Jean-Philippe Lang

'current week' filter fix.

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

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

707 2007-09-05 22:13 Jean-Philippe Lang

Search field automatically focused.

706 2007-09-05 21:56 Jean-Philippe Lang

Fixed: custom field displayed as deleted in the issue history even if no value was set.

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.

704 2007-09-05 19:47 Jean-Philippe Lang

Added a new value for date filters: 'this week'

703 2007-09-05 19:24 Jean-Philippe Lang

Subprojects are now grouped by projects in the 'Projects' top navigation drop-down menu.

701 2007-09-04 18:58 Jean-Philippe Lang

Small fix in Mailer.

700 2007-09-02 22:47 Jean-Philippe Lang

'Due in' label removed from the changelog view.

699 2007-09-02 22:41 Jean-Philippe Lang

Added Redmine::WikiFormatting module and tests for wiki links.
RedCloth librairy is now present in Redmine lib directory.

698 2007-09-02 17:06 Jean-Philippe Lang

Fix: Inline image links broken in rev 690.
TODO: Fix urls with &

697 2007-09-02 16:34 Jean-Philippe Lang

Buttons (edit, watch...) on issues/show are now located in the upper-right corner.
Pdf export link is at the bottom of the screen.

695 2007-09-02 14:20 Jean-Philippe Lang

Small fix in issue history display.

690 2007-09-01 22:17 Jean-Philippe Lang

Fixed: auto-generated links corrupted when url contains & characters in the query string.

688 2007-08-31 23:43 Jean-Philippe Lang

Added 'reported by me' and 'assigned to me' issue feeds on 'My page'.