2d5ac54d2eApplied 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
7701de9ae4Fixed: 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
46745614b4Fixed: error when creating a tracker without copying an existing wokflow
Jean-Philippe Lang
2007-08-01 19:51:02 +0000
efbe29249cAdded icon on external wiki links
Jean-Philippe Lang
2007-08-01 19:38:13 +0000
188077d634History box on issues/show is now hidden if there's no history
Jean-Philippe Lang
2007-08-01 18:59:39 +0000
f8da6fb679Fixed a bug in CVS model (clash when 2 projects point to the same repository)
Jean-Philippe Lang
2007-08-01 17:53:05 +0000
6edfcd83c1Removed a line break on news/show
Jean-Philippe Lang
2007-07-18 17:22:19 +0000
fcefdb22bfAdded several validates_length_of
Jean-Philippe Lang
2007-07-16 17:16:49 +0000
7363428703Fixed mailer (error when no assignee)
Jean-Philippe Lang
2007-07-15 12:01:53 +0000
25f8c64f92Doc update for 0.5.1 release.
Jean-Philippe Lang
2007-07-15 11:44:52 +0000
fd2839c833Now, 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
1cb5fc747fSlight documentation update.
Jean-Philippe Lang
2007-07-15 10:11:25 +0000
4670426e4eHours displayed using %.2f on time report.
Jean-Philippe Lang
2007-07-14 19:07:35 +0000
05c1888703Fix: SVN commit dates are now stored as local time
Jean-Philippe Lang
2007-07-14 14:53:18 +0000
e94e88e3adAdded the ability to log time when changing an issue status.
Jean-Philippe Lang
2007-07-14 14:37:22 +0000
9c38458f8bAdded 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
98cf33070fFixed: Error when editing the wokflow after deleting a status
Jean-Philippe Lang
2007-07-14 11:31:43 +0000
5e20417e6dAdded 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
bf74efcd11Added a margin for inline images in wiki text
Jean-Philippe Lang
2007-07-02 17:23:31 +0000
384aa50be3Fixed: issue_id not nullified on time entries when deleting the issue
Jean-Philippe Lang
2007-07-02 15:59:35 +0000
8687401d65Fixed: trash icon not visible on files list.
Jean-Philippe Lang
2007-07-02 15:32:42 +0000
7eba6786d3Changesets 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
65be9d3c86Removed User#display_name (replaced by User#name).
Jean-Philippe Lang
2007-06-29 17:27:27 +0000
87bad767c6Each 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
f816d4f378Fixed: Long text custom fields displayed without line breaks Added wiki toolbar for issue notes
Jean-Philippe Lang
2007-06-27 19:12:52 +0000
184be9d0e3Fixed: time report doesn't take account of the project for time calculations
Jean-Philippe Lang
2007-06-27 18:59:36 +0000
7eb3b186c4Fixed an error when trying to delete a project (versions/issues dependency)
Jean-Philippe Lang
2007-06-25 19:17:58 +0000
ba1b857197Added 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
faa3d984abAdded 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
6d7a855ca2Added pagination on wiki page history.
Jean-Philippe Lang
2007-06-23 18:53:45 +0000
600018d5adFixed Iconv::IllegalSequence errors in csv exports
Jean-Philippe Lang
2007-06-23 16:55:17 +0000
ec44c94c12Fixed an error on welcome screen for users with no membership
Jean-Philippe Lang
2007-06-23 16:36:01 +0000
48c2a690c2Don't show "Projects" label if projects list is empty.
Jean-Philippe Lang
2007-06-23 14:10:13 +0000
1a2aee84b2Fixed 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
1c44600c62Added 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
5332c4362cAdded page association on versioned WikiContent
Jean-Philippe Lang
2007-06-17 19:32:58 +0000
f2acb56041A 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
ff1343882aSwedish mail templates added (Thomas Habets)
Jean-Philippe Lang
2007-06-13 16:56:37 +0000
2dbb397818Fixed 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
a681d8bf4dAdded an error message when trying to create an issue with no default status defined.
Jean-Philippe Lang
2007-06-12 22:31:05 +0000
438161ad1fAdded 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
4dddb606a6Added :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
22c7419a70Japanese translation updated (Satoru KURASHIKI)
Jean-Philippe Lang
2007-05-30 17:52:24 +0000
7fb03b1ca3Fixed: error on csv/pdf export and feeds (oracle)
Jean-Philippe Lang
2007-05-29 22:20:43 +0000
97f6315bd0Fixed: SQL error when a non-admin user displays the project list
Jean-Philippe Lang
2007-05-29 19:48:50 +0000
e7ff47cff5Fixed date query filters (wrong results and sql error with postgresql)
Jean-Philippe Lang
2007-05-29 19:40:48 +0000
4a20ece43eAdded 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
b2d4666bf1Attachments can be displayed inline in Documents
Jean-Philippe Lang
2007-05-28 12:15:19 +0000
515caa8f37Fixed: open/closed issue counts are always 0 on reports view (postgresql)
Jean-Philippe Lang
2007-05-28 09:09:37 +0000
4cf1b68969Added filename header when sending an image inline
Jean-Philippe Lang
2007-05-27 18:45:48 +0000
413247ee5bAdded 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
70374d084eSlight views refactoring
Jean-Philippe Lang
2007-05-27 12:38:29 +0000
f335e943adPassword fields hidden on users/add form when selecting an external authentication mode.
Jean-Philippe Lang
2007-05-27 11:57:49 +0000
f04225321cAccount 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
f12315075fOptimistic locking added for wiki edits.
Jean-Philippe Lang
2007-05-26 17:22:27 +0000
c99da15445Show a 404 error page if attachment can not be read.
Jean-Philippe Lang
2007-05-26 16:57:25 +0000
ef39db234bAdded issue count details for versions on Reports view.
Jean-Philippe Lang
2007-05-26 16:06:02 +0000
8af6d24a36Fixed "Projects" drop-down menu for IE.
Jean-Philippe Lang
2007-05-26 15:53:15 +0000
f8ef65e8f6Attachments 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
6446c312beAdded 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
4a524ff911Dutch translation added (Linda van den Brink)
Jean-Philippe Lang
2007-05-24 17:29:11 +0000
9fe0dd051dUser's projects alphabetically sorted in the Projects drop down menu.
Jean-Philippe Lang
2007-05-23 17:18:21 +0000
3782501275Fixed a couple of spelling errors (JT Zemp)
Jean-Philippe Lang
2007-05-20 18:11:49 +0000
d34ea9a569Versions 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
bb1fccb7b7Fixed: 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
7b13b58a2fText search added on messages.
Jean-Philippe Lang
2007-05-14 17:46:58 +0000
b11dd1f213Reply form on the message view is displayed only if user is logged in.
Jean-Philippe Lang
2007-05-14 17:07:40 +0000
7ca7e4bad5Added 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
bca5bd9c62Added 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
b90e84b9fePer 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
75582f80f8Fixed: 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
270e3a4345Added "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
0fab627a3cAdded 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
599e49e4d0Added the ability to view a file diff with free to/from revision selection.
Jean-Philippe Lang
2007-05-10 17:28:18 +0000
cff3950e6bAdded a test for the mail handler.
Jean-Philippe Lang
2007-05-09 19:24:07 +0000
42193960f2Added a simple mail handler.
Jean-Philippe Lang
2007-05-09 18:46:43 +0000
98d08439dcFixed: files with an apostrophe in their names can't be accessed in the repository
Jean-Philippe Lang
2007-05-09 17:22:15 +0000
8614c00c8aText 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
50429d0819Fixed the order of the japanese day names
Jean-Philippe Lang
2007-05-08 11:51:20 +0000
5c88c1f50bChanged 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
d85f5518d9Removed "Wiki edits" option in the activity view if the project has no wiki.
Jean-Philippe Lang
2007-05-07 16:57:42 +0000
8e24c6458dAdded 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
b748455d96Added fragment caching for calendar and gantt views
Jean-Philippe Lang
2007-05-06 16:40:33 +0000
7eb6471559Added 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
56513a8c66Added 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
8b1455c945Filter values hidden by default to avoid show/hide flashes when loading screen.
Jean-Philippe Lang
2007-05-05 16:10:45 +0000
b9be1d1268Ajaxified issue filter reset link
Jean-Philippe Lang
2007-05-05 15:59:06 +0000
71e6f22670Issue#long_id no more used and removed
Jean-Philippe Lang
2007-05-05 15:55:50 +0000
0dbbf776c6Slight modifications on project settings views
Jean-Philippe Lang
2007-05-05 15:35:28 +0000
3eed7e622cMembers management in project settings is now AJAXified
Jean-Philippe Lang
2007-05-05 15:21:18 +0000
a6a181c70cIssue filter no more reseted when clicking 'Issues' menu link
Jean-Philippe Lang
2007-05-05 13:35:33 +0000
92b02014d2Issue 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
987e843cd1Removed alpha transparency from time icon
Jean-Philippe Lang
2007-05-05 10:28:49 +0000
5050586a9eChanged delete icon
Jean-Philippe Lang
2007-05-05 10:06:13 +0000
da4fd6b71aLogin field automatically focused on login form
Jean-Philippe Lang
2007-05-05 09:23:56 +0000
e07c44543fBulgarian translation added (Nikolay Solakov)
Jean-Philippe Lang
2007-05-02 19:36:00 +0000
78b5e57a4aFixed an unicode problem on gantt (first letter of the day name)
Jean-Philippe Lang
2007-05-02 19:13:38 +0000