Project

General

Profile

Statistics
| Revision:

# Date Author Comment
1207 2008-03-08 12:17 Jean-Philippe Lang Version details view changes:
  • display related issues on the version detail view
  • display total estimated and spent hours on the version detail view
  • fixed wiki headings size (same as r1168)
1196 2008-03-05 14:44 Jean-Philippe Lang

Display the last 30 days on the activity view rather than the current month.
Number of days can be configured in the application settings.

1190 2008-03-05 12:14 Jean-Philippe Lang

Display wiki syntax quick ref link within the jstoolbar (closes #629, #767).
Added named links syntax on quick ref (closes #766, #778).

1186 2008-03-05 09:54 Jean-Philippe Lang Translations updates:
  • Finnish (Antti Perkiömäki)
  • Russian (Michael Pirogov)
  • Chinese Traditional (shortie lo)
  • Japanese (Satoru Kurashiki)
  • Korean (Jongyoon Choi)
  • Simplified Chinese (chaoqun zou)
  • German (Thomas Löber)

Fixed zh and zh-tw encoding in PDF (chaoqun zou).

1180 2008-02-29 20:46 Jean-Philippe Lang

Adds an optional description to attachments.

1176 2008-02-27 21:50 Jean-Philippe Lang

Propagates time tracking to the parent project (closes #433). Time report enhancements.

1173 2008-02-26 19:15 Jean-Philippe Lang

Adds date range filter and pagination on time entries detail view (closes #434).

1166 2008-02-21 18:57 Jean-Philippe Lang

Added 'estimated time' in the csv export of the issue list.

1161 2008-02-17 15:17 Jean-Philippe Lang Fixes:
  • email notifications: host name is missing in generated links (#639, #201)
  • email notifications: referenced changesets, wiki pages, attachments... are not turned into links (only ticket ids are)
  • attachment links and inline images don't work in issue notes
1152 2008-02-16 14:19 Jean-Philippe Lang Added the following permissions (#527, #585, #627):
  • edit_issue_notes: let user edit any notes
  • edit_own_issue_notes: let user edit his own notes only
1143 2008-02-12 23:43 Jean-Philippe Lang

Translation for various hard-coded strings (#577).

1137 2008-02-12 18:58 Jean-Philippe Lang

The following menus can now be extended by plugins: top_menu, account_menu, application_menu (empty by default).
Sligth layout change: links in the top menu are now li elements.

1136 2008-02-11 21:45 Jean-Philippe Lang

Replaced window.hash= by Element.scrollTo()

1121 2008-02-05 18:28 Jean-Philippe Lang

More appropriate default sort order on sortable columns.
Sortable column added on issue subject (#580).

1120 2008-02-04 20:37 Jean-Philippe Lang

Slight changes to the activity view.

1118 2008-02-03 20:53 Jean-Philippe Lang

Slight changes on users list view and hide Anonymous user.

1116 2008-02-03 18:34 Jean-Philippe Lang

Set wiki class to issue notes.

1114 2008-02-03 17:21 Jean-Philippe Lang

Fixed #208: Issue list does not scroll up when you click next

1105 2008-02-02 11:50 Jean-Philippe Lang

Administrators can edit issue notes.

1086 2008-01-20 18:20 Jean-Philippe Lang

Display custom fields in two columns on the issue form.

1081 2008-01-20 14:07 Jean-Philippe Lang

Added a 'New issue' link in the main menu (accesskey 7).
The drop-down lists to add an issue on the project overview and the issue list are removed.

1080 2008-01-20 12:30 Jean-Philippe Lang

ProjectsController#add_issue moved to IssuesController#new.
Tracker can now be changed/selected on the new issue form. This action can be invoked without the tracker_id parameter (the first enabled tracker will be used by default).

1074 2008-01-17 19:39 Jean-Philippe Lang

Added i18n support to the jstoolbar (only english and french are actually translated).
Translations can be found in public/javascripts/jstoolbar/lang/

1066 2008-01-15 19:30 Jean-Philippe Lang

Fixed: Date custom fields not displayed as specified in application settings.

1065 2008-01-15 19:18 Jean-Philippe Lang

Fixed: issue filters may be lost when paginating after r1026.

1064 2008-01-15 19:12 Jean-Philippe Lang

Redmine links can be used to link to documents, versions and attachments.
For now, attachments of the current object can be referenced only (if you're on an issue, it's possible reference attachments of this issue only).

1046 2008-01-06 21:24 Jean-Philippe Lang

Admin settings screen split to tabs.
Email notification options moved to this view as a tab and LDAP list is accessible from the 'Authentication' tab.

1032 2008-01-02 23:41 Jean-Philippe Lang

Slight improvements to the browser views.
ApplicationHelper#set_html_title replaced by html_title with arguments and can be called several times in views to append elements to the title.

1030 2007-12-30 12:44 Jean-Philippe Lang

Moved login and logout links to ApplicationHelper methods for easier customization.

1028 2007-12-30 11:48 Jean-Philippe Lang

TabularFormBuilder moved out of application_helper.rb

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

1017 2007-12-19 22:06 Jean-Philippe Lang

Fixed: Textile image with style attribute cause internal server error.
Also added tests for inline images with attributes and moved auto_link and auto_mailto rules after textile rules.

989 2007-12-14 18:31 Jean-Philippe Lang

Added some tests for projects controller and helper.

959 2007-12-07 15:43 Jean-Philippe Lang

Added Traditional Chinese translation (by Shortie Lo).

955 2007-12-07 11:26 Jean-Philippe Lang

Added version details view accessible from the roadmap.

954 2007-12-05 20:21 Jean-Philippe Lang

Roadmap progress bars now differentiate the progress due to closed issues from the open issues progress (2 different colors).

950 2007-12-03 18:40 Jean-Philippe Lang

Added Bazaar adapter.
Fixed 'quick jump to a revision' form on the revisions list.

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.

942 2007-12-01 23:03 Jean-Philippe Lang

Fixed: svn or ldap password can be found in clear text in the html source in editing mode.

941 2007-12-01 22:34 Jean-Philippe Lang

Fixed: Date and time formats defined in settings not applied to the issues CSV export.

933 2007-11-27 18:04 Jean-Philippe Lang

Added custom fields marked as "For all projects" to the csv export of the cross project issue list.

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)
920 2007-11-20 21:29 Jean-Philippe Lang

Added per-project tracker selection. Trackers can be selected on project settings.

918 2007-11-20 13:07 Jean-Philippe Lang
  • Referencing issues in commit messages: enter * in 'Referencing keywords' to link any issue id without using keywords.
  • Updated Polish translation (Mariusz Olejnik).
917 2007-11-19 23:28 Jean-Philippe Lang
  • Added time zone support: users can select their time zone on their account view.
  • Updated Polish translation (Mariusz Olejnik).
  • Fixed: Projects should be listed with case mixed.
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.

908 2007-11-17 16:34 Jean-Philippe Lang

Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account).
Issues and issues list: 'done ratio' field now displayed as a progress bar.

905 2007-11-16 21:26 Jean-Philippe Lang

Added a couple of new formats for the 'date format' setting.
Added a 'time format' setting.

897 2007-11-12 15:36 Jean-Philippe Lang

Added wiki macros support. 2 builtin macros are defined: hello_world (sample macro that displays the arguments) and macro_list (display the list of installed macros).

889 2007-11-07 21:42 Jean-Philippe Lang

Custom fields can now be displayed as columns on the issue list.
Custom fields marked as "for all projects" can be added to the default columns of the issue list (in application settings).
Project specific custom fields can be displayed on custom queries.

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

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.

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.

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

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.

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

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

782 2007-10-01 10:44 Jean-Philippe Lang

Added the ability to customize columns of a saved query.

766 2007-09-27 19:28 Jean-Philippe Lang

Search engines now supports pagination.
Results are sorted in reverse chronological order.

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

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

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

Date added as acronym title in ApplicationHelper#authoring

732 2007-09-15 17:20 Jean-Philippe Lang

Changed author display on issues, news and document files.

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.

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

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.

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.

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 &

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.

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

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

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

Some deprecation fixes (end_form_tag and count API).

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

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

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

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

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.

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.

629 2007-08-13 19:00 Jean-Philippe Lang

On the issue report page, 0 issue counts are now displayed as dashes.

618 2007-08-12 16:42 Jean-Philippe Lang

Translated 'Sort by' label on table headers.

610 2007-08-12 13:25 Jean-Philippe Lang

Changed AR error messages style (same as flash errors).
Fixed flash styles for IE6.

597 2007-08-01 21:38 Jean-Philippe Lang

Added icon on external wiki links

585 2007-07-14 15:29 Jean-Philippe Lang

Added an option to choose the date format: language based (as defined in each lang file) or ISO 8601 (YYYY-MM-DD).
This option can be set in Admin -> Settings.

583 2007-07-14 13:25 Jean-Philippe Lang

Added wiki diff.
Diff can be viewed from the page history, or directly from the project activity page for each edit.
Uses Lars Christensen's diff library.

578 2007-06-29 19:27 Jean-Philippe Lang

Removed User#display_name (replaced by User#name).

573 2007-06-24 21:30 Jean-Philippe Lang

Added Darcs basic support.
Files in the repository can not be viewed or downloaded since Darcs doesn't support cat-like command.

572 2007-06-24 18:07 Jean-Philippe Lang

Added time report.
Report can be generated by member/activity/tracker/version and year/month/week for the selected period.

571 2007-06-23 20:53 Jean-Philippe Lang

Added pagination on wiki page history.

559 2007-06-12 22:12 Jean-Philippe Lang

Added basic support for CVS and Mercurial SCMs.
Browsing, changesets fetching and diff viewing are implemented.
Only tested with local repositories.

Thanks to Ralph Vater for CVS specific code.

551 2007-05-28 11:09 Jean-Philippe Lang

Fixed: open/closed issue counts are always 0 on reports view (postgresql)