Project

General



Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  migrate 739 almost 18 years Jean-Philippe Lang Fixed: error when uploading a file with a conte...
  • svn:ignore: schema.rb redmine_demo.db

Latest revisions

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

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

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

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.

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

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)
656 2007-08-25 16:35 Jean-Philippe Lang

Committer field in the Changesets table is now varchar 255.

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.

611 2007-08-12 14:37 Jean-Philippe Lang

Changed 'versions' table creation to allow null values for 'effective_date' field.
This change was done in migration 048 but seems to have no effect with SQLite.

View revisions

Also available in: Atom