Project

General

Profile

Statistics
| Revision:
  • svn:ignore: coverage

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

1025 2007-12-29 11:43 Jean-Philippe Lang

Fixed r1024: context submenus on the issue list don’t show up with IE6.

1024 2007-12-28 22:58 Jean-Philippe Lang

Fixed: context submenus on the issue list don't show up with IE6.

1023 2007-12-22 13:47 Jean-Philippe Lang

Fixed 'export to' links positioning on wiki page.

1022 2007-12-21 19:01 Jean-Philippe Lang

Set doctype to transitional. Fixed a few non matching tags in views.

1021 2007-12-20 20:44 Jean-Philippe Lang

Trunk version changed to 0.6.devel

1020 2007-12-20 20:10 Jean-Philippe Lang

Added wiki annotate view. It's accessible for each version from the page history view.
Slight style change: pre-wrap added on file/diff contents.

1019 2007-12-19 23:14 Jean-Philippe Lang

Do not run Mercurial functional tests if the test repository is not set up.

1018 2007-12-19 23:09 Jean-Philippe Lang

Add email notification to IssuesController#edit.

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.

1016 2007-12-19 21:23 Jean-Philippe Lang

Change status select box default to current status (Rocco Stanzione).

1015 2007-12-19 21:19 Jean-Philippe Lang

Add autoscroll div for each file diff.

1014 2007-12-19 21:11 Jean-Philippe Lang

Ignore empty diffs.

1013 2007-12-18 20:07 Jean-Philippe Lang

Ported r1009 from 0.6-stable branch.

1011 2007-12-18 19:50 Jean-Philippe Lang

Moved ProjectsController#list_documents and add_document to DocumentsController#index and new.

1007 2007-12-17 22:00 Jean-Philippe Lang

Project identifier is now used in URLs (instead of project id).
URLs with a project id will still be recognized.

1004 2007-12-16 15:03 Jean-Philippe Lang

Changes for 0.6.2 release.

1003 2007-12-16 14:33 Jean-Philippe Lang

Updated Japanese translation (Satoru Kurashiki).

1002 2007-12-15 13:23 Nicolas Chuche

bug when using apache authentication method

1001 2007-12-15 13:14 Jean-Philippe Lang

SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.

1000 2007-12-15 12:57 Jean-Philippe Lang

Fixed warning: toplevel constant User referenced by WikiContent::User

999 2007-12-15 12:57 Jean-Philippe Lang

Added some functional tests (wiki).

998 2007-12-14 23:00 Jean-Philippe Lang

Fixed: Unable to create a wiki (Rails 2.0 compatibility).

997 2007-12-14 22:49 Jean-Philippe Lang

Fixed Bazaar test repository path.

996 2007-12-14 22:47 Jean-Philippe Lang

Fixed: can not save numeric, date and boolean custom fields (broken by r994).

995 2007-12-14 22:31 Jean-Philippe Lang

Fixed Trac importer error with Rails 2.0: readonly? is defined by ActiveRecord.

994 2007-12-14 19:54 Jean-Philippe Lang

Search engine: issue custom fields can now be searched.
Each issue custom field (excepting numeric, date and boolean fields) can be marked as "Searchable" (default to false).

993 2007-12-14 18:48 Jean-Philippe Lang

Fixed: empty lines when displaying repository files with Windows style eol.

992 2007-12-14 18:47 Jean-Philippe Lang

Fixed: missing body closing tag in repository annotate and entry views.

991 2007-12-14 18:46 Jean-Philippe Lang

Added a Mercurial test repository with unit and functional tests.

990 2007-12-14 18:33 Jean-Philippe Lang

Added ApplicationController#attach_files as a common method to attach files in all actions.

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

Added some tests for projects controller and helper.

988 2007-12-13 19:53 Jean-Philippe Lang

Removed unused UsersController#destroy.

987 2007-12-13 19:52 Jean-Philippe Lang

Added some functional tests and a CVS test repository.

986 2007-12-12 23:57 Jean-Philippe Lang

News comments are now textilized.

985 2007-12-12 23:23 Jean-Philippe Lang

Added /coverage and /vendor/rails to svn-ignore.

984 2007-12-12 23:22 Jean-Philippe Lang

Added some functional tests (issues).

983 2007-12-12 22:10 Jean-Philippe Lang

Fixed: 500 error when validation fails on issue edition with no custom fields.

982 2007-12-12 22:03 Jean-Philippe Lang

Fixed: calendar and gantt broken with Rails 2.0

981 2007-12-12 21:56 Jean-Philippe Lang

Added some functional tests (projects and repositories).

980 2007-12-12 21:49 Jean-Philippe Lang

Updated Chinese translation (Shortie Lo).

979 2007-12-12 21:45 Jean-Philippe Lang

Fixed: 'assigned to me' filter broken.

977 2007-12-10 21:58 Jean-Philippe Lang

Fixed: 'LDAP account password is too long' error when leaving the field empty on creation.

976 2007-12-10 19:39 Jean-Philippe Lang

Doc and version changes for 0.6.1 release.

975 2007-12-10 18:58 Jean-Philippe Lang

Merged Rails 2.0 compatibility changes.
Compatibility with Rails 1.2 is preserved.

964 2007-12-07 19:42 Jean-Philippe Lang

More detailed html title on several views.

963 2007-12-07 18:58 Jean-Philippe Lang

Updated Polish translation (Mariusz Olejnik).

962 2007-12-07 18:51 Jean-Philippe Lang

Bazaar adapter: fixed log with partial revisions parsing.

961 2007-12-07 16:02 Jean-Philippe Lang

Fixed versions/show layout with IE.

960 2007-12-07 15:57 Jean-Philippe Lang

Fixed drop down lists overflow on My account.

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

Added Traditional Chinese translation (by Shortie Lo).

958 2007-12-07 14:35 Jean-Philippe Lang

Transaction and performance improvement on workflow copy when creating a new tracker.

957 2007-12-07 12:19 Jean-Philippe Lang

Performance improvement on workflow setup screen.

956 2007-12-07 11:27 Jean-Philippe Lang

Fixed a parenthesis warning in news/show.

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

953 2007-12-04 19:14 Jean-Philippe Lang

Restored wiki syntax quick ref pop-up (accessible from wiki/edit).

952 2007-12-04 00:05 Jean-Philippe Lang

Changesets retrieval optimization on the activity view. Prevents additional query from being executed for each displayed changeset.

951 2007-12-03 20:19 Jean-Philippe Lang

Added some unit tests for the Bazaar adapter.

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.

948 2007-12-02 23:07 Jean-Philippe Lang

Changed the maximum length of LDAP account to 255 characters.
Added length validations on AuthSource model.

947 2007-12-02 21:58 Jean-Philippe Lang

Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.

946 2007-12-02 16:09 Jean-Philippe Lang Trac importer:
  • should now support mysql and postgresql Trac database
  • minor fixes
945 2007-12-02 15:20 Jean-Philippe Lang

Fixed: error on admin/info if there's more than 1 plugin installed.

944 2007-12-02 14:52 Jean-Philippe Lang

Email notifications are now sent as Blind carbon copy by default. This can be changed in email notifications settings (new setting added).
Emission email address setting moved to the email notifications settings view.

943 2007-12-02 13:58 Jean-Philippe Lang

When creating a new role, permissions are pre-filled with 'Non member' role permissions.

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.

940 2007-12-01 22:33 Jean-Philippe Lang

Fixed a broken link in the SCM browser

939 2007-12-01 18:42 Jean-Philippe Lang

'Assigned to' drop down list is now sorted by user's lastname.

938 2007-12-01 18:15 Jean-Philippe Lang
  • Added links to previous and next revisions on revision view (patch by Cyril Mougel slightly edited)
  • Fixed TimelogController#report december error
  • Fixed ProjectsControllerTest#test_activity 1st and 2nd day of the month failure
937 2007-11-29 21:14 Jean-Philippe Lang

Fixed: 'View all issues' link doesn't work on issues/show.

936 2007-11-29 21:08 Jean-Philippe Lang

Fixed Mantis importer: projects trackers and modules assignment
Fixed Trac and Mantis importers: roles assignments

935 2007-11-29 19:33 Jean-Philippe Lang

Search engine: search can be restricted to an exact phrase by using quotation marks (eg. hello "bye bye" can be used to search for "hello" and "bye bye" strings).

934 2007-11-27 18:20 Jean-Philippe Lang
  • Updated German translation (Thomas Löber)
  • Updated Spanish translation (Gumer Coronel Pérez)
  • Fixed: test in method project in Attachment Model useless (Cyril Mougel)
  • Fixed: public/.htaccess lacks support for mod_fcgid and adds handlers without checking for their existance (Nils Adermann)
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.

932 2007-11-26 19:47 Jean-Philippe Lang
  • Updated Spanish translation (Gumer Coronel Pérez)
  • Fixed mailer test errors
931 2007-11-25 13:11 Jean-Philippe Lang Trac importer improvements (by Mat Trudel):
  • better support for wiki internal links (still not perfect, but much improved)
  • support for unordered lists
  • support for most of trac's highlighting tags (underline, bold, etc)
  • import progress dots now flush to stdout on every dot, so the import doesn't look frozen...
930 2007-11-24 17:55 Jean-Philippe Lang

Added user status criteria in Redmine.pm

929 2007-11-24 16:16 Jean-Philippe Lang

Issue context menu now also available on 'My page'.

928 2007-11-24 16:14 Jean-Philippe Lang

Slight optimization in User#role_for_project.

927 2007-11-24 13:52 Jean-Philippe Lang

Removed the 12 characters limit on passwords.

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)
925 2007-11-24 00:23 Jean-Philippe Lang

Fixed: error on account/register when validation fails.

924 2007-11-23 19:27 Jean-Philippe Lang
  • Updated Russian translation (iGor kMeta)
  • Fixed front page typo: View all issues instead of View all news (Derek Montgomery)
923 2007-11-22 20:19 Jean-Philippe Lang

Forums: attachments can now be added to replies.

922 2007-11-22 19:03 Jean-Philippe Lang Themes:
  • Fixed: themes are not found when running Apache+fastcgi
  • Added 'Classic' theme (inspired from the v0.51 design)
921 2007-11-21 19:45 Jean-Philippe Lang
  • Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
  • Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
  • Fixed: Wrong feed URLs on the home page
920 2007-11-20 21:29 Jean-Philippe Lang

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

919 2007-11-20 16:40 Jean-Philippe Lang

Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums.
These permissions need to be explicitly given to the Anonymous role (Admin -> Roles & Permissions -> Anonymous).

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.
916 2007-11-18 19:51 Nicolas Chuche
  • add Redmine.pm to authenticate with mod_perl
  • add a --test option in reposman.rb
  • change owner right to fit with apache write access to repositories
  • add a deprecated warning in reposman.pl
915 2007-11-18 18:46 Jean-Philippe Lang There's now 3 account activation strategies (available in application settings):
  • activation by email: the user receives an email containing a link to active his account
  • manual activation: an email is sent to administrators for account approval (default)...
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.

912 2007-11-18 15:32 Jean-Philippe Lang

Added an alternate theme which provides issue list colorization based on issues priority.

909 2007-11-17 18:45 Jean-Philippe Lang

Fixed: Update of time entry fails when the issue has been moved to an other project.
Fixed: Error when moving an issue without changing its tracker (Postgresql).

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.

907 2007-11-16 22:24 Jean-Philippe Lang

Fixed (CVS adapter): changes not recorded when using :pserver string.
Updated Russian js calendar (iGor kMeta).