Project

General

Profile

Statistics
| Revision:

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

748 2007-09-22 16:12 Jean-Philippe Lang

Fixed: error in calendar french translation (Thomas Lecavelier).

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

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

746 2007-09-21 17:24 Jean-Philippe Lang

Fixed: error in english string :label_end_to_start

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.

743 2007-09-18 23:22 Jean-Philippe Lang

Added 2 log messages in SubversionAdapter#entries.

742 2007-09-18 19:50 Jean-Philippe Lang

Fixed: Oracle error when saving serialized setting (eg. mail notifications)

741 2007-09-17 18:56 Jean-Philippe Lang

Fixed: RMagick not loaded on case sensitive filesystems.

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.

737 2007-09-15 22:14 Jean-Philippe Lang

Updated german translation (Thomas Löber).

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

Date added as acronym title in ApplicationHelper#authoring

735 2007-09-15 19:17 Jean-Philippe Lang

Fixed: lines in wiki content containing just a single wiki link are not displayed.

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

724 2007-09-11 20:13 Jean-Philippe Lang

Fixed: watchers should be notified even if they uncheck 'mail notifications'

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.

722 2007-09-10 20:23 Jean-Philippe Lang

Added Subversion repository unit tests.

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

719 2007-09-09 12:41 Jean-Philippe Lang

Small fix to TOC regexp.

718 2007-09-09 12:16 Jean-Philippe Lang

Added automatic table of content support on wiki pages, based on h1., h2. and h3. headings.

To display the page TOC, insert a line with this tag: {{toc}} or {{<toc}} => left aligned toc {{>toc}} => right aligned toc

717 2007-09-08 19:22 Jean-Philippe Lang

Updated INSTALL doc.

716 2007-09-07 23:30 Jean-Philippe Lang

Added javascript highlightment support (http://pastie.textmate.org/50774/)

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.

711 2007-09-06 20:51 Jean-Philippe Lang

Added background on

 wiki blocks.

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.

702 2007-09-05 00:07 Jean-Philippe Lang

Added an index on custom_values table (customized_type + customized_id columns) to speed up issue queries that use custom field filters.

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.

696 2007-09-02 14:22 Jean-Philippe Lang

Changed the application default title (redMine -> Redmine).

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

Small fix in issue history display.

694 2007-09-02 14:00 Jean-Philippe Lang

Trac importer: 'resolution' field imported with history as a custom field.

693 2007-09-02 12:07 Jean-Philippe Lang

Trac importer now migrates status changes.

692 2007-09-02 11:12 Jean-Philippe Lang

Trac importer now checks the existence of trac.db and attachments directory before processing.

691 2007-09-02 10:08 Jean-Philippe Lang

Added namespace for Redmine specific rake tasks.

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

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

689 2007-09-01 22:03 Jean-Philippe Lang Trac importer initial commit. The script migrates:
  • users (default password = 'trac')
  • components
  • milestones
  • tickets
  • ticket comments, files, custom fields
  • wiki
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.

680 2007-08-29 23:43 Jean-Philippe Lang

Added border and padding on wiki table headers.

679 2007-08-29 22:17 Jean-Philippe Lang

Translated a few strings in fr.yml

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)
673 2007-08-29 18:40 Jean-Philippe Lang

Project drop-down menu removed (same as left menu).
New issue selector restored on project overview and issues list.

672 2007-08-28 19:10 Jean-Philippe Lang

Role's builtin attribute values moved to constants.

671 2007-08-28 19:00 Jean-Philippe Lang

Permission :manage_queries renamed to :manage_pulic_queries

670 2007-08-28 18:48 Jean-Philippe Lang

Atom feeds added on project activity, news and changesets.
Existing RSS format feeds may be removed in the future.

669 2007-08-26 16:04 Jean-Philippe Lang

Small changes to permissions symbols.

668 2007-08-26 14:29 Jean-Philippe Lang

Fixed: queries with multiple custom fields return no result.

667 2007-08-26 14:29 Jean-Philippe Lang

Added missing image.

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.

661 2007-08-25 17:53 Jean-Philippe Lang

Mantis importer: small fix in categories mapping.

660 2007-08-25 17:45 Jean-Philippe Lang Mantis importer:
  • validation skip on issue assignement (assignee must be a project member in Redmine)
  • Mantis bugs with severity 'feature' are imported as 'Feature request' in Redmine
659 2007-08-25 16:55 Jean-Philippe Lang

Mantis importer: issue categories truncated to 30 chars.

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

656 2007-08-25 16:35 Jean-Philippe Lang

Committer field in the Changesets table is now varchar 255.

655 2007-08-17 17:53 Jean-Philippe Lang

Added wiki syntax to online help.

654 2007-08-17 14:58 Jean-Philippe Lang

Fixed: cursor not positioned correctly when using wiki toolbar buttons under IE (Balazs Dan).

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