Commit Graph

  • 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 +0000
  • 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 +0000
  • 46745614b4 Fixed: error when creating a tracker without copying an existing wokflow Jean-Philippe Lang 2007-08-01 19:51:02 +0000
  • efbe29249c Added icon on external wiki links Jean-Philippe Lang 2007-08-01 19:38:13 +0000
  • 188077d634 History box on issues/show is now hidden if there's no history Jean-Philippe Lang 2007-08-01 18:59:39 +0000
  • 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 +0000
  • 6edfcd83c1 Removed a line break on news/show Jean-Philippe Lang 2007-07-18 17:22:19 +0000
  • fcefdb22bf Added several validates_length_of Jean-Philippe Lang 2007-07-16 17:16:49 +0000
  • 7363428703 Fixed mailer (error when no assignee) Jean-Philippe Lang 2007-07-15 12:01:53 +0000
  • 25f8c64f92 Doc update for 0.5.1 release. Jean-Philippe Lang 2007-07-15 11:44:52 +0000
  • 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 +0000
  • 1cb5fc747f Slight documentation update. Jean-Philippe Lang 2007-07-15 10:11:25 +0000
  • 4670426e4e Hours displayed using %.2f on time report. Jean-Philippe Lang 2007-07-14 19:07:35 +0000
  • 05c1888703 Fix: SVN commit dates are now stored as local time Jean-Philippe Lang 2007-07-14 14:53:18 +0000
  • e94e88e3ad Added the ability to log time when changing an issue status. Jean-Philippe Lang 2007-07-14 14:37:22 +0000
  • 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 +0000
  • 98cf33070f Fixed: Error when editing the wokflow after deleting a status Jean-Philippe Lang 2007-07-14 11:31:43 +0000
  • 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 +0000
  • bf74efcd11 Added a margin for inline images in wiki text Jean-Philippe Lang 2007-07-02 17:23:31 +0000
  • 384aa50be3 Fixed: issue_id not nullified on time entries when deleting the issue Jean-Philippe Lang 2007-07-02 15:59:35 +0000
  • 8687401d65 Fixed: trash icon not visible on files list. Jean-Philippe Lang 2007-07-02 15:32:42 +0000
  • 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 +0000
  • 65be9d3c86 Removed User#display_name (replaced by User#name). Jean-Philippe Lang 2007-06-29 17:27:27 +0000
  • 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 +0000
  • 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 +0000
  • 184be9d0e3 Fixed: time report doesn't take account of the project for time calculations Jean-Philippe Lang 2007-06-27 18:59:36 +0000
  • 7eb3b186c4 Fixed an error when trying to delete a project (versions/issues dependency) Jean-Philippe Lang 2007-06-25 19:17:58 +0000
  • 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 +0000
  • 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 +0000
  • 6d7a855ca2 Added pagination on wiki page history. Jean-Philippe Lang 2007-06-23 18:53:45 +0000
  • 600018d5ad Fixed Iconv::IllegalSequence errors in csv exports Jean-Philippe Lang 2007-06-23 16:55:17 +0000
  • ec44c94c12 Fixed an error on welcome screen for users with no membership Jean-Philippe Lang 2007-06-23 16:36:01 +0000
  • 48c2a690c2 Don't show "Projects" label if projects list is empty. Jean-Philippe Lang 2007-06-23 14:10:13 +0000
  • 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 +0000
  • 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 +0000
  • 5332c4362c Added page association on versioned WikiContent Jean-Philippe Lang 2007-06-17 19:32:58 +0000
  • 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 +0000
  • ff1343882a Swedish mail templates added (Thomas Habets) Jean-Philippe Lang 2007-06-13 16:56:37 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 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 +0000
  • 22c7419a70 Japanese translation updated (Satoru KURASHIKI) Jean-Philippe Lang 2007-05-30 17:52:24 +0000
  • 7fb03b1ca3 Fixed: error on csv/pdf export and feeds (oracle) Jean-Philippe Lang 2007-05-29 22:20:43 +0000
  • 97f6315bd0 Fixed: SQL error when a non-admin user displays the project list Jean-Philippe Lang 2007-05-29 19:48:50 +0000
  • e7ff47cff5 Fixed date query filters (wrong results and sql error with postgresql) Jean-Philippe Lang 2007-05-29 19:40:48 +0000
  • 4a20ece43e Added Swedish translation supplied by Thomas Habets. English email templates suffix removed so that they are used when translated template is not available. Jean-Philippe Lang 2007-05-29 17:57:10 +0000
  • b2d4666bf1 Attachments can be displayed inline in Documents Jean-Philippe Lang 2007-05-28 12:15:19 +0000
  • 515caa8f37 Fixed: open/closed issue counts are always 0 on reports view (postgresql) Jean-Philippe Lang 2007-05-28 09:09:37 +0000
  • 4cf1b68969 Added filename header when sending an image inline Jean-Philippe Lang 2007-05-27 18:45:48 +0000
  • 413247ee5b Added the ability to archive projects: * Only administrators can archive/unarchive projects. * Once archived, the project is visible on the admin project listing only. It doesn't show up anywhere else in the app. Subprojects are also archived. * Archive/unarchive preserve everything on the project (issues, members, ...). * A subproject can not be unarchived if its parent project is archived. Jean-Philippe Lang 2007-05-27 17:42:04 +0000
  • 70374d084e Slight views refactoring Jean-Philippe Lang 2007-05-27 12:38:29 +0000
  • f335e943ad Password fields hidden on users/add form when selecting an external authentication mode. Jean-Philippe Lang 2007-05-27 11:57:49 +0000
  • f04225321c Account information can now be sent to the user when creating an account. ActionMailer logger set to nil for production environment to disable email contents output in production.log Jean-Philippe Lang 2007-05-27 10:57:13 +0000
  • f12315075f Optimistic locking added for wiki edits. Jean-Philippe Lang 2007-05-26 17:22:27 +0000
  • c99da15445 Show a 404 error page if attachment can not be read. Jean-Philippe Lang 2007-05-26 16:57:25 +0000
  • ef39db234b Added issue count details for versions on Reports view. Jean-Philippe Lang 2007-05-26 16:06:02 +0000
  • 8af6d24a36 Fixed "Projects" drop-down menu for IE. Jean-Philippe Lang 2007-05-26 15:53:15 +0000
  • f8ef65e8f6 Attachments can now be added to wiki pages (original patch by Pavol Murin). Only authorized users can add/delete attachments. Attached images can be displayed inline, using textile image tag (for wiki pages, issue descriptions and forum messages). Jean-Philippe Lang 2007-05-26 15:42:37 +0000
  • 6446c312be Added the ability to destroy wiki pages (content and its history are deleted from the database). This permission has to be explicitly given (Roles & Permissions -> Wiki pages/Delete). Jean-Philippe Lang 2007-05-25 16:44:50 +0000
  • 4a524ff911 Dutch translation added (Linda van den Brink) Jean-Philippe Lang 2007-05-24 17:29:11 +0000
  • 9fe0dd051d User's projects alphabetically sorted in the Projects drop down menu. Jean-Philippe Lang 2007-05-23 17:18:21 +0000
  • 3782501275 Fixed a couple of spelling errors (JT Zemp) Jean-Philippe Lang 2007-05-20 18:11:49 +0000
  • d34ea9a569 Versions can now be created with no date. Versions with no date appear at the end of the roadmap, sorted by name. Jean-Philippe Lang 2007-05-20 17:46:02 +0000
  • bb1fccb7b7 Fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000). Also added pagination for changes on changeset details view. Jean-Philippe Lang 2007-05-15 21:32:36 +0000
  • 777c9acae8 "My projects" are now listed under the drop-down "Projects" top menu item (20 projects max.). The left menu section for "My projects" is removed. Patch by Damien McKenna (slightly edited). Jean-Philippe Lang 2007-05-15 17:39:01 +0000
  • 7b13b58a2f Text search added on messages. Jean-Philippe Lang 2007-05-14 17:46:58 +0000
  • b11dd1f213 Reply form on the message view is displayed only if user is logged in. Jean-Philippe Lang 2007-05-14 17:07:40 +0000
  • 7ca7e4bad5 Added mail notification when a new message is posted in the forums. Only users who "watch" the board receive notifications. To watch a board, go to the board and click on the "Watch" link. Jean-Philippe Lang 2007-05-14 17:03:59 +0000
  • bca5bd9c62 Added watchers for message boards (watchers controller modified to support any watchable model). No notification yet when a new message is posted. Jean-Philippe Lang 2007-05-13 19:43:35 +0000
  • b90e84b9fe Per project forums added. Permissions for forums management can be set in "Admin -> Roles & Permissions". Forums can be created on the project settings screen ("Forums" tab). Once a project has a forum, a "Forums" link appears in the project menu. For now, posting messages in forums requires to be logged in. Files can be attached to messages. Jean-Philippe Lang 2007-05-13 17:09:56 +0000
  • 75582f80f8 Fixed: error when viewing a file diff from a revision view (only if repository url doesn't point to the root of the repository). Jean-Philippe Lang 2007-05-10 18:39:49 +0000
  • 270e3a4345 Added "assigned to" field in mail notifications. Also fixed mail_handler unit test (wrong fixture filename). Jean-Philippe Lang 2007-05-10 17:46:16 +0000
  • 0fab627a3c Added some javascript to prevent from selecting the same from/to revision for the diff view. Jean-Philippe Lang 2007-05-10 17:36:45 +0000
  • 599e49e4d0 Added the ability to view a file diff with free to/from revision selection. Jean-Philippe Lang 2007-05-10 17:28:18 +0000
  • cff3950e6b Added a test for the mail handler. Jean-Philippe Lang 2007-05-09 19:24:07 +0000
  • 42193960f2 Added a simple mail handler. Jean-Philippe Lang 2007-05-09 18:46:43 +0000
  • 98d08439dc Fixed: files with an apostrophe in their names can't be accessed in the repository Jean-Philippe Lang 2007-05-09 17:22:15 +0000
  • 8614c00c8a Text files can now be viewed online when browsing the repository. Jean-Philippe Lang 2007-05-08 15:49:20 +0000
  • df0a49ff14 "me" value is now available in queries for "assigned to" and "author" filters. When executing the query, it is replaced by the currently logged in user. Jean-Philippe Lang 2007-05-08 12:46:15 +0000
  • 50429d0819 Fixed the order of the japanese day names Jean-Philippe Lang 2007-05-08 11:51:20 +0000
  • 5c88c1f50b Changed the length of 'language' column in users table from 2 to 5, to allow long language codes like pt-br. Updated portuguese translation (Arthur Zapparoli). Current pt translation moved to pt-br. Jean-Philippe Lang 2007-05-08 09:26:57 +0000
  • d85f5518d9 Removed "Wiki edits" option in the activity view if the project has no wiki. Jean-Philippe Lang 2007-05-07 16:57:42 +0000
  • 8e24c6458d Added an option to see all versions in the roadmap view (including completed ones). On calendar and gantt, versions are now clickable and link to the corresponding entry in the roadmap. Jean-Philippe Lang 2007-05-07 16:54:26 +0000
  • b748455d96 Added fragment caching for calendar and gantt views Jean-Philippe Lang 2007-05-06 16:40:33 +0000
  • 7eb6471559 Added autologin feature (disabled by default). To enable this feature, go to administration settings and choose a duration for autologin. When enabled, a checkbox on the login form lets users activate autologin. Jean-Philippe Lang 2007-05-06 12:49:32 +0000
  • 56513a8c66 Added a "clear" link when displaying a saved query. It clears the query filter to show all issues. Jean-Philippe Lang 2007-05-05 17:52:08 +0000
  • 8b1455c945 Filter values hidden by default to avoid show/hide flashes when loading screen. Jean-Philippe Lang 2007-05-05 16:10:45 +0000
  • b9be1d1268 Ajaxified issue filter reset link Jean-Philippe Lang 2007-05-05 15:59:06 +0000
  • 71e6f22670 Issue#long_id no more used and removed Jean-Philippe Lang 2007-05-05 15:55:50 +0000
  • 0dbbf776c6 Slight modifications on project settings views Jean-Philippe Lang 2007-05-05 15:35:28 +0000
  • 3eed7e622c Members management in project settings is now AJAXified Jean-Philippe Lang 2007-05-05 15:21:18 +0000
  • a6a181c70c Issue filter no more reseted when clicking 'Issues' menu link Jean-Philippe Lang 2007-05-05 13:35:33 +0000
  • 92b02014d2 Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: * relates to: do nothing special. Just to know that the 2 issues are related... * duplicates: will close the related issue with the same status when closing the issue (not implemented yet) * blocks: will require to close the blocking issue before closing the blocked issue (not implemented yet) * precedes (end to start relation): start date of the related issue depends on the due date of the preceding issue (implemented). A delay can be set so that the related issue can only start n days after the end of the preceding issue. When setting dates for an issue, dates of all downstream issues are set according to these relations. Jean-Philippe Lang 2007-05-05 13:22:27 +0000
  • 987e843cd1 Removed alpha transparency from time icon Jean-Philippe Lang 2007-05-05 10:28:49 +0000
  • 5050586a9e Changed delete icon Jean-Philippe Lang 2007-05-05 10:06:13 +0000
  • da4fd6b71a Login field automatically focused on login form Jean-Philippe Lang 2007-05-05 09:23:56 +0000
  • e07c44543f Bulgarian translation added (Nikolay Solakov) Jean-Philippe Lang 2007-05-02 19:36:00 +0000
  • 78b5e57a4a Fixed an unicode problem on gantt (first letter of the day name) Jean-Philippe Lang 2007-05-02 19:13:38 +0000