Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  fixtures 725 almost 18 years Jean-Philippe Lang Added project module concept. A project module...
  functional 766 over 17 years Jean-Philippe Lang Search engines now supports pagination. Results...
  integration 675 almost 18 years Jean-Philippe Lang Fix: error when posting to projects/add or user...
  mocks 4 almost 19 years Jean-Philippe Lang Initial commit
  unit 742 almost 18 years Jean-Philippe Lang Fixed: Oracle error when saving serialized sett...
helper_testcase.rb 1.01 KB 699 almost 18 years Jean-Philippe Lang Added Redmine::WikiFormatting module and tests ...
test_helper.rb 2.68 KB 699 almost 18 years Jean-Philippe Lang Added Redmine::WikiFormatting module and tests ...

Latest revisions

# Date Author Comment
766 2007-09-27 19:28 Jean-Philippe Lang

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

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.

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

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

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.
731 2007-09-15 16:54 Jean-Philippe Lang

Added 'Estimated hours' attribute on issues.

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

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

Added Subversion repository unit tests.

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

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.

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.

View revisions

Also available in: Atom