Project

General

Profile

Statistics
| Revision:

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

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

683 2007-08-30 18:33 Jean-Philippe Lang

Fixed: autologin broken.

682 2007-08-30 00:27 Jean-Philippe Lang

Added Redmine::Info to store various information about the application.

681 2007-08-29 23:52 Jean-Philippe Lang

Fixed: "new issue" drop-down only visible by admin users.

678 2007-08-29 22:13 Jean-Philippe Lang

Fixed: "subproject of" list should not show archived projects.

677 2007-08-29 22:07 Jean-Philippe Lang

Added the ability to reset its own RSS access key on "My account".

676 2007-08-29 19:25 Jean-Philippe Lang

Some deprecation fixes (end_form_tag and count API).

675 2007-08-29 19:07 Jean-Philippe Lang

Fix: error when posting to projects/add or users/add with no custom_fields parameter.

674 2007-08-29 18:52 Jean-Philippe Lang Merged 0.6 branch into trunk.
Permissions management was rewritten. Some permissions can now be specifically defined for non member and anonymous users.
This migration:
  • is irreversible (please, don't forget to backup your database before upgrading)
  • resets role's permissions (go to "Admin -> Roles & Permissions" to set them after upgrading)
668 2007-08-26 14:29 Jean-Philippe Lang

Fixed: queries with multiple custom fields return no result.

666 2007-08-26 09:55 Jean-Philippe Lang

Gantt chart can now be exported to a graphic file (png).
This functionality is only available if RMagick is present.

665 2007-08-25 22:19 Jean-Philippe Lang

Fixed: calendar and gantt not updated when adding/editing/deleting a project version.

664 2007-08-25 22:09 Jean-Philippe Lang

Replaced hard-coded urls in Mailer#attachments_add

663 2007-08-25 19:45 Jean-Philippe Lang

Automatic closing of duplicate issues.
When closing an issue, all related issues marked as duplicates are now also closed.

662 2007-08-25 18:40 Jean-Philippe Lang

Fixed: Bad url to project forums from the wiki home page.

658 2007-08-25 16:51 Jean-Philippe Lang

Fixed: wiki preview doesn't work on long entries.
POST is now used for previews instead of GET.

657 2007-08-25 16:41 Jean-Philippe Lang

Changeset comments are now stripped before being stored in the database (patch by Nicholas Wieland).

653 2007-08-17 14:06 Jean-Philippe Lang

Small change to ApplicationHelper#textilizable to allow links to other wikis main page with custom text (eg. project:|mytext).

652 2007-08-17 13:32 Jean-Philippe Lang

Application welcome text is now textilized.

651 2007-08-17 13:21 Jean-Philippe Lang

Textilized project descriptions on project list and home page.
Added jsToolbar on project form.

650 2007-08-16 23:23 Jean-Philippe Lang

Code improvement in ProjectsController#activity (Nicolas Chuche)

649 2007-08-16 19:47 Jean-Philippe Lang

Added a 'Assignable' boolean on Role model.
If unchecked, issues can not be assigned to users having this role.

648 2007-08-16 18:45 Jean-Philippe Lang

Added a link to add a new category when creating or editing an issue.
The user is prompted for the category name. The new category is created and the drop-down list updated using an ajax call.

647 2007-08-16 13:01 Jean-Philippe Lang

Added feeds auto discovery links on projects/show (patch by Nicolas Chuche).
Also fixed 'issue changes details' feed title.

646 2007-08-16 12:38 Jean-Philippe Lang Activity view improvements:
  • issue status changes are now displayed
  • display options are kept when using previous/next month links
645 2007-08-16 01:04 Jean-Philippe Lang

Fixed: nil error on 'commits per month' graph.

644 2007-08-15 22:20 Jean-Philippe Lang

Added syntax highlightment for repository files (using CodeRay).
Supported languages: c, ruby, rhtml, yaml, html, xml.

643 2007-08-15 19:31 Jean-Philippe Lang

Wiki links can now refer other project wikis, using this syntax:
[[project:]] -> wiki starting page
[[project:page]]
[[project:page|text]]
where 'project' is the project name or identifier.

642 2007-08-15 17:36 Jean-Philippe Lang

Image attachments are now sent inline to be viewed directly in the browser.