Commit Graph

  • 4dad4fab50 Mantis importer: issue categories truncated to 30 chars. Jean-Philippe Lang 2007-08-25 14:55:07 +00:00
  • 72714d86f6 Fixed: wiki preview doesn't work on long entries. POST is now used for previews instead of GET. Jean-Philippe Lang 2007-08-25 14:51:06 +00:00
  • c754e017dc Changeset comments are now stripped before being stored in the database (patch by Nicholas Wieland). Jean-Philippe Lang 2007-08-25 14:41:55 +00:00
  • 138566de0b Committer field in the Changesets table is now varchar 255. Jean-Philippe Lang 2007-08-25 14:35:18 +00:00
  • 1e28f7758f Added wiki syntax to online help. Jean-Philippe Lang 2007-08-17 15:53:39 +00:00
  • f601d5fb9e Fixed: cursor not positioned correctly when using wiki toolbar buttons under IE (Balazs Dan). Jean-Philippe Lang 2007-08-17 12:58:01 +00:00
  • d1780270da Small change to ApplicationHelper#textilizable to allow links to other wikis main page with custom text (eg. project:|mytext). Jean-Philippe Lang 2007-08-17 12:06:50 +00:00
  • 00238738b1 Application welcome text is now textilized. Jean-Philippe Lang 2007-08-17 11:32:58 +00:00
  • 7b366758fd Textilized project descriptions on project list and home page. Added jsToolbar on project form. Jean-Philippe Lang 2007-08-17 11:21:58 +00:00
  • a7033c8bac Code improvement in ProjectsController#activity (Nicolas Chuche) Jean-Philippe Lang 2007-08-16 21:23:54 +00:00
  • 446889b3f0 Added a 'Assignable' boolean on Role model. If unchecked, issues can not be assigned to users having this role. Jean-Philippe Lang 2007-08-16 17:47:41 +00:00
  • 4cedecad4d 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. Jean-Philippe Lang 2007-08-16 16:45:06 +00:00
  • 1f991c6a79 Added feeds auto discovery links on projects/show (patch by Nicolas Chuche). Also fixed 'issue changes details' feed title. Jean-Philippe Lang 2007-08-16 11:01:00 +00:00
  • 2f0edb0b61 Activity view improvements: * issue status changes are now displayed * display options are kept when using previous/next month links Jean-Philippe Lang 2007-08-16 10:38:23 +00:00
  • 5b35bfd434 Fixed: nil error on 'commits per month' graph. Jean-Philippe Lang 2007-08-15 23:04:14 +00:00
  • 889d50089d Added syntax highlightment for repository files (using CodeRay). Supported languages: c, ruby, rhtml, yaml, html, xml. Jean-Philippe Lang 2007-08-15 20:20:18 +00:00
  • a5849ee044 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. Jean-Philippe Lang 2007-08-15 17:31:01 +00:00
  • 38e0c237a4 Image attachments are now sent inline to be viewed directly in the browser. Jean-Philippe Lang 2007-08-15 15:36:15 +00:00
  • c4239a4fd2 Removed hard-coded URLs in mail templates. Untranslated templates were deleted. Jean-Philippe Lang 2007-08-15 15:16:15 +00:00
  • 7379d4e2d0 Mantis importer: fixed default role mapping Jean-Philippe Lang 2007-08-15 11:11:27 +00:00
  • f94be4f8ab Fixed: SQL error on roadmap and changelog if there is no tracker to display. Jean-Philippe Lang 2007-08-15 10:45:46 +00:00
  • 3eec500320 Small change to mantis importer to be 0.5.1 compatible. Jean-Philippe Lang 2007-08-14 13:58:39 +00:00
  • c16e27625c Mantis importer: fixed a few bugs Jean-Philippe Lang 2007-08-14 12:51:25 +00:00
  • 5313f48ff4 Mantis importer: replaced find by find_by_id Jean-Philippe Lang 2007-08-14 10:48:27 +00:00
  • 0061a3f04a Added 'email sending test' functionality. Go to Admin -> Mail notifications and click on 'Send a test email'. If an error occurs while sending the mail, the error message is displayed to the user. Jean-Philippe Lang 2007-08-14 10:36:19 +00:00
  • 7e755a53b8 Firstname, lastname and email LDAP attributes are now required if "on-the-fly register" is checked. Jean-Philippe Lang 2007-08-14 09:14:33 +00:00
  • ecf208f660 Issue history is now 'oldest first' sorted. Jean-Philippe Lang 2007-08-14 09:02:40 +00:00
  • b3f3634df3 On the issue report page, 0 issue counts are now displayed as dashes. Jean-Philippe Lang 2007-08-13 17:00:59 +00:00
  • 29c623fa58 Mantis importer: added priorities mapping. Jean-Philippe Lang 2007-08-13 16:48:43 +00:00
  • 343cab8148 Mantis importer: steps_to_reproduce and additional_information fields added to issue description. Jean-Philippe Lang 2007-08-13 15:51:23 +00:00
  • f179eee7a0 Added migration of Mantis bug monitors. Jean-Philippe Lang 2007-08-13 15:35:52 +00:00
  • 5b4812add8 Added migration of Mantis bug relationships. Jean-Philippe Lang 2007-08-13 15:29:16 +00:00
  • 005ce1b21d More accurate status and role mapping in Mantis importer. Jean-Philippe Lang 2007-08-13 15:04:45 +00:00
  • 1dcf50b59a Mantis migration task initial import. Jean-Philippe Lang 2007-08-13 14:37:11 +00:00
  • a8b202c9bc Fixed: non-active users can be viewed with account/show Jean-Philippe Lang 2007-08-13 10:28:55 +00:00
  • 64d805b009 Updated UPGRADING documentation Jean-Philippe Lang 2007-08-13 10:19:46 +00:00
  • 79b8bd0a38 Added an option to be able to relate issues in different projects. It can be set in Admin -> Settings (default: false). Jean-Philippe Lang 2007-08-12 15:31:04 +00:00
  • cf4e216502 Project name is now displayed in news titles when not inside the project (eg. home page). Jean-Philippe Lang 2007-08-12 14:47:54 +00:00
  • 1eff42eda6 Translated 'Sort by' label on table headers. Jean-Philippe Lang 2007-08-12 14:42:15 +00:00
  • 5478e5cbae Attachment content-type is now chomped before being saved. Jean-Philippe Lang 2007-08-12 14:32:07 +00:00
  • 29f25601bb Fixed: versions not sorted correctly in drop down lists. Jean-Philippe Lang 2007-08-12 14:27:40 +00:00
  • e4f2e0fd37 Removed deprecated Object#type in CustomFieldsController. Jean-Philippe Lang 2007-08-12 14:24:04 +00:00
  • 4e65be9ed1 Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations Jean-Philippe Lang 2007-08-12 14:22:02 +00:00
  • 6862b97909 Removed IssuesController#history, all changes are now displayed on issues/show (not only the last 15). Added anchor links to issue notes, eg: /issues/show/1#note-3 Jean-Philippe Lang 2007-08-12 13:57:29 +00:00
  • 64e91b2e13 Fixed custom fields alignment on issues/show (Balazs Dan) Jean-Philippe Lang 2007-08-12 12:59:05 +00:00
  • 9f0ddb89a0 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. Jean-Philippe Lang 2007-08-12 12:37:05 +00:00
  • e9ba8a4494 Changed AR error messages style (same as flash errors). Fixed flash styles for IE6. Jean-Philippe Lang 2007-08-12 11:25:25 +00:00
  • 58ea44a462 Updated german translation (Hans-Peter Werner) Jean-Philippe Lang 2007-08-12 10:29:29 +00:00
  • 7681487af4 Fixed: Roadmap percentages not being calculated correctly (Nick Read). The roadmap percentages are now calculated using floating point. Jean-Philippe Lang 2007-08-12 10:23:07 +00:00
  • c4fee11969 Forum notifications are now also sent to the authors of the thread, even if they don't watch the board. Jean-Philippe Lang 2007-08-12 10:16:30 +00:00
  • 5bd26ede42 Fixed my_controller_test.rb (errors are now in flash[:error]) Jean-Philippe Lang 2007-08-12 10:04:44 +00:00
  • 366d46c701 tagged version 0.5.1 0.5.1 Jean-Philippe Lang 2007-08-12 10:02:32 +00:00
  • 3c8e7c79b6 Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap. Jean-Philippe Lang 2007-08-12 09:58:38 +00:00
  • 3be226d0c4 Added a confirmation dialog box for project archiving Jean-Philippe Lang 2007-08-02 20:10:37 +00:00
  • dfaf8f7e6a Changed the footer link from http://redmine.rubyforge.org to http://www.redmine.org/ Jean-Philippe Lang 2007-08-02 19:44:38 +00:00
  • acebceb1d7 Applied 'register notice' patch by Matt Jones. The user is now redirected to the login screen after having registered. Jean-Philippe Lang 2007-08-02 17:54:35 +00:00
  • 2d5ac54d2e Applied the flash notices patch by Matt Jones (slightly edited). flash[:notice] and flash[:error] are now used for notice/error messages. Jean-Philippe Lang 2007-08-02 17:42:20 +00:00
  • 7701de9ae4 Fixed: on spent time details view, the h3 issue link now links back to the issue Jean-Philippe Lang 2007-08-01 20:04:31 +00:00
  • 46745614b4 Fixed: error when creating a tracker without copying an existing wokflow Jean-Philippe Lang 2007-08-01 19:51:02 +00:00
  • efbe29249c Added icon on external wiki links Jean-Philippe Lang 2007-08-01 19:38:13 +00:00
  • 188077d634 History box on issues/show is now hidden if there's no history Jean-Philippe Lang 2007-08-01 18:59:39 +00:00
  • f8da6fb679 Fixed a bug in CVS model (clash when 2 projects point to the same repository) Jean-Philippe Lang 2007-08-01 17:53:05 +00:00
  • 6edfcd83c1 Removed a line break on news/show Jean-Philippe Lang 2007-07-18 17:22:19 +00:00
  • fcefdb22bf Added several validates_length_of Jean-Philippe Lang 2007-07-16 17:16:49 +00:00
  • 7363428703 Fixed mailer (error when no assignee) Jean-Philippe Lang 2007-07-15 12:01:53 +00:00
  • 25f8c64f92 Doc update for 0.5.1 release. Jean-Philippe Lang 2007-07-15 11:44:52 +00:00
  • fd2839c833 Now, when a user turns mail notifications off, he will still receive notifications about issue changes if he is the author or the assignee of the issue. Jean-Philippe Lang 2007-07-15 11:12:08 +00:00
  • 1cb5fc747f Slight documentation update. Jean-Philippe Lang 2007-07-15 10:11:25 +00:00
  • 4670426e4e Hours displayed using %.2f on time report. Jean-Philippe Lang 2007-07-14 19:07:35 +00:00
  • 05c1888703 Fix: SVN commit dates are now stored as local time Jean-Philippe Lang 2007-07-14 14:53:18 +00:00
  • e94e88e3ad Added the ability to log time when changing an issue status. Jean-Philippe Lang 2007-07-14 14:37:22 +00:00
  • 9c38458f8b 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. Jean-Philippe Lang 2007-07-14 13:29:20 +00:00
  • 98cf33070f Fixed: Error when editing the wokflow after deleting a status Jean-Philippe Lang 2007-07-14 11:31:43 +00:00
  • 5e20417e6d 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. Jean-Philippe Lang 2007-07-14 11:25:03 +00:00
  • bf74efcd11 Added a margin for inline images in wiki text Jean-Philippe Lang 2007-07-02 17:23:31 +00:00
  • 384aa50be3 Fixed: issue_id not nullified on time entries when deleting the issue Jean-Philippe Lang 2007-07-02 15:59:35 +00:00
  • 8687401d65 Fixed: trash icon not visible on files list. Jean-Philippe Lang 2007-07-02 15:32:42 +00:00
  • 7eba6786d3 Changesets stored in the database are now displayed on the repository page even if the repository can not be reached (eg. svnserve down). Jean-Philippe Lang 2007-06-29 18:50:48 +00:00
  • 65be9d3c86 Removed User#display_name (replaced by User#name). Jean-Philippe Lang 2007-06-29 17:27:27 +00:00
  • 87bad767c6 Each category can now be associated to a user, so that new issues in that category are automatically assigned to that user. Jean-Philippe Lang 2007-06-29 17:21:37 +00:00
  • f816d4f378 Fixed: Long text custom fields displayed without line breaks Added wiki toolbar for issue notes Jean-Philippe Lang 2007-06-27 19:12:52 +00:00
  • 184be9d0e3 Fixed: time report doesn't take account of the project for time calculations Jean-Philippe Lang 2007-06-27 18:59:36 +00:00
  • 7eb3b186c4 Fixed an error when trying to delete a project (versions/issues dependency) Jean-Philippe Lang 2007-06-25 19:17:58 +00:00
  • ba1b857197 Added Darcs basic support. Files in the repository can not be viewed or downloaded since Darcs doesn't support cat-like command. Jean-Philippe Lang 2007-06-24 19:30:38 +00:00
  • faa3d984ab Added time report. Report can be generated by member/activity/tracker/version and year/month/week for the selected period. Jean-Philippe Lang 2007-06-24 16:07:06 +00:00
  • 6d7a855ca2 Added pagination on wiki page history. Jean-Philippe Lang 2007-06-23 18:53:45 +00:00
  • 600018d5ad Fixed Iconv::IllegalSequence errors in csv exports Jean-Philippe Lang 2007-06-23 16:55:17 +00:00
  • ec44c94c12 Fixed an error on welcome screen for users with no membership Jean-Philippe Lang 2007-06-23 16:36:01 +00:00
  • 48c2a690c2 Don't show "Projects" label if projects list is empty. Jean-Philippe Lang 2007-06-23 14:10:13 +00:00
  • 1a2aee84b2 Fixed confidentiality issue on account/show. Only public projects or private projects that the logged in user belongs to are displayed. Jean-Philippe Lang 2007-06-23 14:06:21 +00:00
  • 1c44600c62 Added per user custom queries. Any logged in user can now save queries (they are not visible to the other users). Only users with explicit permission can manage queries that are visible to anyone. The queries list is removed from the "Reports" view. It can now be accessed from the issues list. Jean-Philippe Lang 2007-06-23 13:49:29 +00:00
  • 5332c4362c Added page association on versioned WikiContent Jean-Philippe Lang 2007-06-17 19:32:58 +00:00
  • f2acb56041 A wiki page can now be attached to each version. For that, edit the version and set the wiki page name (project wiki must be enabled). The wiki page content is displayed for each version on the roadmap view. Jean-Philippe Lang 2007-06-14 18:26:27 +00:00
  • ff1343882a Swedish mail templates added (Thomas Habets) Jean-Philippe Lang 2007-06-13 16:56:37 +00:00
  • 2dbb397818 Fixed version field on issue view page now links to the corresponding version in the roadmap. Jean-Philippe Lang 2007-06-12 23:07:00 +00:00
  • 136a2a614b Applied this fix http://dev.rubyonrails.org/ticket/4967 to solve namespaced models dependencies problem. Jean-Philippe Lang 2007-06-12 23:03:38 +00:00
  • a681d8bf4d Added an error message when trying to create an issue with no default status defined. Jean-Philippe Lang 2007-06-12 22:31:05 +00:00
  • 438161ad1f Added basic support for CVS and Mercurial SCMs. Browsing, changesets fetching and diff viewing are implemented. Only tested with local repositories. Jean-Philippe Lang 2007-06-12 20:12:05 +00:00
  • 4dddb606a6 Added :dependent => :delete_all on IssueStatus Workflow association. Also added compact in find_new_statuses_allowed_to to remove nil statuses. Jean-Philippe Lang 2007-05-31 17:19:01 +00:00
  • 22c7419a70 Japanese translation updated (Satoru KURASHIKI) Jean-Philippe Lang 2007-05-30 17:52:24 +00:00