Commit Graph

1011 Commits (a332e0a4febeb36aac41f8d5762d18f4cbbf115c)

Author SHA1 Message Date
Jean-Philippe Lang 14b3d6d012 Fixed: Anonymous users may not see the issue list headers in the correct language. 17 years ago
Jean-Philippe Lang 4155c97222 Issue list now supports bulk edit/move/delete (#563, #607). For now, issues from different projects can not be bulk edited/moved/deleted at once. 17 years ago
Jean-Philippe Lang 43a6f312ed Merged IssuesController #edit and #update into a single actions. 17 years ago
Jean-Philippe Lang c80c1e1ead Create a journal and send an email when an issue is closed by commit (#609). 17 years ago
Jean-Philippe Lang 14b2d3f4b9 Slight change to the issue added/updated email templates. 17 years ago
Jean-Philippe Lang 54ff294da1 More appropriate default sort order on sortable columns. 17 years ago
Jean-Philippe Lang 80a60247f5 Slight changes to the activity view. 17 years ago
Jean-Philippe Lang 4e244be21c Slight changes on users list view and hide Anonymous user. 17 years ago
Jean-Philippe Lang 9c451ac157 Set wiki class to issue notes. 17 years ago
Jean-Philippe Lang 5dd3c239d3 Fixed: error when uploading a file with no content-type specified by the browser. 17 years ago
Jean-Philippe Lang 0beafecd3b Fixed #208: Issue list does not scroll up when you click next 17 years ago
Jean-Philippe Lang c3d909e0cc Slight style changes on issue associated changesets list. 17 years ago
Jean-Philippe Lang 1ecef3a95a ProjectsController#add_news moved to NewsController#new. 17 years ago
Jean-Philippe Lang b124501a4e Add 'Author' to the available columns for the issue list. 17 years ago
Jean-Philippe Lang 0123dc3651 Do not authorize project identifier with numbers only (would be interpreted as the project id in urls). 17 years ago
Jean-Philippe Lang 45b69c4a65 Fixed an error on issue feeds. 17 years ago
Jean-Philippe Lang bea49ae245 Administrators can edit issue notes. 17 years ago
Jean-Philippe Lang 4abb82fd7b Fixed RepositoriesController: undefined local variable or method `show_error' (broken by r1094). 17 years ago
Jean-Philippe Lang 79f92a675a User display format is now configurable in administration settings. 17 years ago
Jean-Philippe Lang e13f49d919 Prevent unexpected nil in custom value validation. 17 years ago
Jean-Philippe Lang 2247700f24 Fixed: Incorrect filtering for unset values when using 'is not' filter. 17 years ago
Jean-Philippe Lang d8ac6d2b79 Issue properties below the description textarea. 17 years ago
Jean-Philippe Lang 2d9e669e85 Added preview for issue notes. 17 years ago
Jean-Philippe Lang d54ba39e7a Fixed: can not lock a topic when creating it. 17 years ago
Jean-Philippe Lang 91dc13f4b2 Show explicit error message when the scm command failed (eg. when svn binary is not available). 17 years ago
Jean-Philippe Lang d6bfb7fa4d Added default value for custom fields. Fixed javascript on custom field form for project and user custom fields. 17 years ago
Jean-Philippe Lang 59c5d995c3 Fixed: custom fields empty on issue/edit (broken by r1086). 17 years ago
Jean-Philippe Lang df99d8f308 Unlimited and optional project description. The project list will show truncated descriptions only (the first fews lines). 17 years ago
Jean-Philippe Lang d5b9dedca2 Added tabindex property on wiki toolbar buttons and 'new category' link. 17 years ago
Jean-Philippe Lang 0b4a02f607 Display custom fields in two columns on the issue form. 17 years ago
Jean-Philippe Lang b6549d763a Added related changesets messages on issue details view. 17 years ago
Jean-Philippe Lang d79c20c4f2 Fixed: custom field selection is not saved when unchecking them all on project settings 17 years ago
Jean-Philippe Lang 889bf388be Fixed: error when removing a project member (postgresql and sqlite only). 17 years ago
Jean-Philippe Lang 16e9ffce0d Added a 'New issue' link in the main menu (accesskey 7). 17 years ago
Jean-Philippe Lang 44ac1a0deb ProjectsController#add_issue moved to IssuesController#new. 17 years ago
Jean-Philippe Lang 1b002983c3 Display the issue status in the email subject only if the status was actually changed. 17 years ago
Jean-Philippe Lang 1535ac1220 Fixed: when changing the status of an issue, the email subject contains the previous status of the issue. 17 years ago
Jean-Philippe Lang 0faa4568a0 Highlight the current item of the main menu. 17 years ago
Jean-Philippe Lang 3e031b4243 Fixed: locked users should not receive email notifications. 17 years ago
Jean-Philippe Lang 32b9bf0ef2 Added i18n support to the jstoolbar (only english and french are actually translated). 17 years ago
Jean-Philippe Lang 049051103b On the calendar, the gantt and in the Tracker filter on the issue list, only active trackers of the project (and its sub projects) can be selected. 17 years ago
Jean-Philippe Lang 8a39862b19 Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context. 17 years ago
Jean-Philippe Lang bf3066d698 Fixed: Date custom fields not displayed as specified in application settings. 17 years ago
Jean-Philippe Lang 35c17355fb Fixed: issue filters may be lost when paginating after r1026. 17 years ago
Jean-Philippe Lang 702b521b45 Redmine links can be used to link to documents, versions and attachments. 17 years ago
Jean-Philippe Lang 8b710cf9de Do not show sticky and locked checkboxes when replying to a message. 17 years ago
Jean-Philippe Lang df30e18a8c Added missing wiki div on news/index and news/show. 17 years ago
Jean-Philippe Lang 64eaf328ea Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed. 17 years ago
Jean-Philippe Lang 941f9bf3dd Non-ascii attachement filename fix for IE. 17 years ago
Jean-Philippe Lang a39f655a7c Added details by assignees on issue summary view (Hans Yoon). 17 years ago