Commit Graph

  • 1b002983c3 Display the issue status in the email subject only if the status was actually changed. Jean-Philippe Lang 2008-01-20 10:42:16 +00:00
  • 1535ac1220 Fixed: when changing the status of an issue, the email subject contains the previous status of the issue. Jean-Philippe Lang 2008-01-20 09:49:25 +00:00
  • 2a945f794f Wiki toolbar Russian and Czech translations (Michael Pirogov). Jean-Philippe Lang 2008-01-19 12:29:41 +00:00
  • 0faa4568a0 Highlight the current item of the main menu. Jean-Philippe Lang 2008-01-19 11:53:43 +00:00
  • 3e031b4243 Fixed: locked users should not receive email notifications. Jean-Philippe Lang 2008-01-17 19:58:03 +00:00
  • 32b9bf0ef2 Added i18n support to the jstoolbar (only english and french are actually translated). Translations can be found in public/javascripts/jstoolbar/lang/ Jean-Philippe Lang 2008-01-17 18:39:17 +00:00
  • 1c5a9b1773 Prettier tabs for settings views. Jean-Philippe Lang 2008-01-17 17:43:54 +00:00
  • 061977d77d Fixed: typo in en.yml Jean-Philippe Lang 2008-01-17 17:40:45 +00:00
  • 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. Jean-Philippe Lang 2008-01-16 21:27:48 +00:00
  • 18066ba8bf Added a couple of mime types so that corresponding files can be viewed in the browser. Added a simple (and not perfect) CodeRay scanner for php. Jean-Philippe Lang 2008-01-16 20:45:13 +00:00
  • ad25d15d6c Fixed error on migration 85 with Oracle (index name can not be more than 30 characters long). Jean-Philippe Lang 2008-01-15 20:40:59 +00:00
  • e228110614 Lithuanian translation added (Sergej Jegorov). Jean-Philippe Lang 2008-01-15 19:03:17 +00:00
  • 8a39862b19 Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context. Jean-Philippe Lang 2008-01-15 18:31:45 +00:00
  • bf3066d698 Fixed: Date custom fields not displayed as specified in application settings. Jean-Philippe Lang 2008-01-15 18:30:21 +00:00
  • 35c17355fb Fixed: issue filters may be lost when paginating after r1026. Jean-Philippe Lang 2008-01-15 18:18:49 +00:00
  • 702b521b45 Redmine links can be used to link to documents, versions and attachments. For now, attachments of the current object can be referenced only (if you're on an issue, it's possible reference attachments of this issue only). Jean-Philippe Lang 2008-01-15 18:12:12 +00:00
  • 4e1e5985a1 Wiki toolbar improvements (mainly for Firefox). Jean-Philippe Lang 2008-01-13 18:39:37 +00:00
  • 8b710cf9de Do not show sticky and locked checkboxes when replying to a message. Jean-Philippe Lang 2008-01-13 18:33:55 +00:00
  • 4f5d1b542e Added tests on role inheritance for sub-projects. Jean-Philippe Lang 2008-01-13 11:08:33 +00:00
  • 13c17c2ad5 Make issue categories inheritable on subprojects (can be disabled in Admin -> Settings -> Projects). Jean-Philippe Lang 2008-01-13 10:53:12 +00:00
  • df30e18a8c Added missing wiki div on news/index and news/show. Jean-Philippe Lang 2008-01-12 16:26:37 +00:00
  • 64eaf328ea Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed. Jean-Philippe Lang 2008-01-12 14:54:26 +00:00
  • 75f6463c18 Fixed project visibility when memberships inheritance is enabled. Jean-Philippe Lang 2008-01-12 12:48:07 +00:00
  • 6a36929a1d Subprojects roadmap shows parent project versions (unless versions inheritance was disabled in settings). Parent project roadmap shows versions of all subprojects. Jean-Philippe Lang 2008-01-12 12:30:30 +00:00
  • 2c9b04fdfd Subprojects inherit versions from their parent project (can be disabled in Admin -> Settings -> Projects). Jean-Philippe Lang 2008-01-12 12:05:31 +00:00
  • d82334dd78 Subprojects inherits parent projects members (can be disabled in Admin -> Settings -> Projects). Eg. if B is a subproject of A, a user with a role on A will automatically have the same role on B. It can be overridden by assigning a different role manually to this user on B. Jean-Philippe Lang 2008-01-12 11:38:01 +00:00
  • 941f9bf3dd Non-ascii attachement filename fix for IE. Jean-Philippe Lang 2008-01-10 22:42:41 +00:00
  • a39f655a7c Added details by assignees on issue summary view (Hans Yoon). Jean-Philippe Lang 2008-01-10 19:20:36 +00:00
  • 84cdc8f2bc Translations: Jean-Philippe Lang 2008-01-10 18:34:14 +00:00
  • 2a2a31d148 Added project_inheritance work branch. Jean-Philippe Lang 2008-01-09 19:43:47 +00:00
  • bd7542cf98 Merged r1015, r1019, r1022 to r1025, r1045 and r1047 from trunk. Jean-Philippe Lang 2008-01-07 20:46:54 +00:00
  • b2b56adbfa Fixed: Themes are not applied with Rails 2.0 Jean-Philippe Lang 2008-01-07 20:14:50 +00:00
  • a80dbc49b1 Admin settings screen split to tabs. Email notification options moved to this view as a tab and LDAP list is accessible from the 'Authentication' tab. Jean-Philippe Lang 2008-01-06 20:24:26 +00:00
  • 78d9ae9754 Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil (same fix as r921). Jean-Philippe Lang 2008-01-06 17:33:41 +00:00
  • 3d920c13b4 wrapper div added to the layout. Jean-Philippe Lang 2008-01-06 17:28:20 +00:00
  • 976a31e941 Merged IssuesController change_status and add_note actions. The 'Change status' specific form removed and now accessible from issue/show view with no additional request (click on 'Update' to show the form). The 'Change issue status' permission is removed. To change the status, the user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed. Jean-Philippe Lang 2008-01-06 17:06:14 +00:00
  • 4a729036bf Prevent 'has already been taken' error messages for user login and email if these fields are left empty. Jean-Philippe Lang 2008-01-06 13:09:23 +00:00
  • a2c18b2037 Ported r1036 from trunk. Jean-Philippe Lang 2008-01-05 13:12:30 +00:00
  • c9fd7513ed Default configuration data can now be loaded from the administration screen. A message is automatically displayed on this screen if roles, trackers,... have not been configured yet. The rake task is still available and the data loading code is wrapped in a transaction. Jean-Philippe Lang 2008-01-05 11:33:49 +00:00
  • 8d9b04865b Fixed Serbian lang file. Jean-Philippe Lang 2008-01-04 20:03:31 +00:00
  • 4024f4ac39 Updated Serbian translation (Dragan Matic). Jean-Philippe Lang 2008-01-04 19:07:16 +00:00
  • 6ae87d7c4c Moved redmine:load_default_data code to a module so that it can be called from the application. Jean-Philippe Lang 2008-01-04 18:27:05 +00:00
  • 860ff9345f Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects. Jean-Philippe Lang 2008-01-04 18:02:34 +00:00
  • bd85c0cbb1 Fixed: table of content not rendered properly when used in an issue or document description. Jean-Philippe Lang 2008-01-04 17:55:08 +00:00
  • 832c7eaaa5 Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails. Jean-Philippe Lang 2008-01-03 18:28:14 +00:00
  • b21e85b6dc Updated Spanish translation (Gumer Coronel Pérez). Jean-Philippe Lang 2008-01-03 18:10:52 +00:00
  • 3e0acc0b7e Slight improvements to the browser views. ApplicationHelper#set_html_title replaced by html_title with arguments and can be called several times in views to append elements to the title. Jean-Philippe Lang 2008-01-02 22:41:53 +00:00
  • 636579b17d Fix query management broken by r1027. Jean-Philippe Lang 2007-12-31 12:37:32 +00:00
  • 97f0da0b1a Moved login and logout links to ApplicationHelper methods for easier customization. Jean-Philippe Lang 2007-12-30 11:44:46 +00:00
  • 9072753489 Moved current user management to a dedicated method for modularity. Jean-Philippe Lang 2007-12-30 10:51:34 +00:00
  • 66420fe4b7 TabularFormBuilder moved out of application_helper.rb Jean-Philippe Lang 2007-12-30 10:48:11 +00:00
  • 5bc7dc77e2 Do not store query object in session but id or filters only. This allows to use Rails 2.0 cookie based sessions. Jean-Philippe Lang 2007-12-30 10:46:09 +00:00
  • 9a1b46fe42 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). Jean-Philippe Lang 2007-12-29 11:36:30 +00:00
  • 7eec539222 Fixed r1024: context submenus on the issue list don’t show up with IE6. Jean-Philippe Lang 2007-12-29 10:43:33 +00:00
  • 7f3c516940 Fixed: context submenus on the issue list don't show up with IE6. Jean-Philippe Lang 2007-12-28 21:58:33 +00:00
  • 3ff95e4031 Fixed 'export to' links positioning on wiki page. Jean-Philippe Lang 2007-12-22 12:47:23 +00:00
  • bb8d360188 Set doctype to transitional. Fixed a few non matching tags in views. Jean-Philippe Lang 2007-12-21 18:01:02 +00:00
  • 9595029709 Trunk version changed to 0.6.devel Jean-Philippe Lang 2007-12-20 19:44:16 +00:00
  • 31c6ebb310 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. Jean-Philippe Lang 2007-12-20 19:10:24 +00:00
  • 3d5381b24b Do not run Mercurial functional tests if the test repository is not set up. Jean-Philippe Lang 2007-12-19 22:14:03 +00:00
  • a456225852 Add email notification to IssuesController#edit. Jean-Philippe Lang 2007-12-19 22:09:31 +00:00
  • 5f871e9657 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. Jean-Philippe Lang 2007-12-19 21:06:06 +00:00
  • bf3b2ec973 Change status select box default to current status (Rocco Stanzione). Jean-Philippe Lang 2007-12-19 20:23:03 +00:00
  • 49bdf62243 Add autoscroll div for each file diff. Jean-Philippe Lang 2007-12-19 20:19:48 +00:00
  • e219af1fbd Ignore empty diffs. Jean-Philippe Lang 2007-12-19 20:11:44 +00:00
  • 4a2efa9252 Ported r1009 from 0.6-stable branch. Jean-Philippe Lang 2007-12-18 19:07:54 +00:00
  • 63f11b1355 tagged version 0.6.3 0.6.3 Jean-Philippe Lang 2007-12-18 19:02:44 +00:00
  • 8e00f57a88 Moved ProjectsController#list_documents and add_document to DocumentsController#index and new. Jean-Philippe Lang 2007-12-18 18:50:41 +00:00
  • eb86e5e7e1 Changes for 0.6.3 release. Jean-Philippe Lang 2007-12-18 18:12:18 +00:00
  • fc26668cd9 Fixed: upload doesn't work in "Files" section. Jean-Philippe Lang 2007-12-18 18:04:10 +00:00
  • 2b42e3fc50 Added 0.6 stable branch. Jean-Philippe Lang 2007-12-18 17:53:13 +00:00
  • 524cd689cf Project identifier is now used in URLs (instead of project id). URLs with a project id will still be recognized. Jean-Philippe Lang 2007-12-17 21:00:56 +00:00
  • 4b71a336d2 Added branch for sys controller refactoring. Jean-Philippe Lang 2007-12-17 18:24:22 +00:00
  • dca67ff210 tagged version 0.6.2 0.6.2 Jean-Philippe Lang 2007-12-16 14:25:50 +00:00
  • b4eafd9ea8 Changes for 0.6.2 release. Jean-Philippe Lang 2007-12-16 14:03:26 +00:00
  • 2bcd448dda Updated Japanese translation (Satoru Kurashiki). Jean-Philippe Lang 2007-12-16 13:33:15 +00:00
  • 1af9c47a27 bug when using apache authentication method Nicolas Chuche 2007-12-15 12:23:39 +00:00
  • ea35fff5bf SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter. Jean-Philippe Lang 2007-12-15 12:14:40 +00:00
  • 124ef65c1f Fixed warning: toplevel constant User referenced by WikiContent::User Jean-Philippe Lang 2007-12-15 11:57:48 +00:00
  • 361c50c1f4 Added some functional tests (wiki). Jean-Philippe Lang 2007-12-15 11:57:06 +00:00
  • 27d6334afa Fixed: Unable to create a wiki (Rails 2.0 compatibility). Jean-Philippe Lang 2007-12-14 22:00:03 +00:00
  • 963b1283c2 Fixed Bazaar test repository path. Jean-Philippe Lang 2007-12-14 21:49:23 +00:00
  • 777edc13c1 Fixed: can not save numeric, date and boolean custom fields (broken by r994). Jean-Philippe Lang 2007-12-14 21:47:57 +00:00
  • d1a3fbea40 Fixed Trac importer error with Rails 2.0: readonly? is defined by ActiveRecord. Jean-Philippe Lang 2007-12-14 21:31:30 +00:00
  • 58610ec52a 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). Jean-Philippe Lang 2007-12-14 18:54:55 +00:00
  • 38b185f1dc Fixed: empty lines when displaying repository files with Windows style eol. Jean-Philippe Lang 2007-12-14 17:48:11 +00:00
  • e69631f26c Fixed: missing body closing tag in repository annotate and entry views. Jean-Philippe Lang 2007-12-14 17:47:30 +00:00
  • 47f399104b Added a Mercurial test repository with unit and functional tests. Jean-Philippe Lang 2007-12-14 17:46:45 +00:00
  • 86319feef2 Added ApplicationController#attach_files as a common method to attach files in all actions. Jean-Philippe Lang 2007-12-14 17:33:05 +00:00
  • eb7cbd481e Added some tests for projects controller and helper. Jean-Philippe Lang 2007-12-14 17:31:24 +00:00
  • 17c7886791 Removed unused UsersController#destroy. Jean-Philippe Lang 2007-12-13 18:53:34 +00:00
  • 48949f979a Added some functional tests and a CVS test repository. Jean-Philippe Lang 2007-12-13 18:52:09 +00:00
  • 86d756d22d News comments are now textilized. Jean-Philippe Lang 2007-12-12 22:57:20 +00:00
  • ab4ff48abc Added /coverage and /vendor/rails to svn-ignore. Jean-Philippe Lang 2007-12-12 22:23:34 +00:00
  • 63ef594033 Added some functional tests (issues). Jean-Philippe Lang 2007-12-12 22:22:33 +00:00
  • bd8eded670 Fixed: 500 error when validation fails on issue edition with no custom fields. Jean-Philippe Lang 2007-12-12 21:10:04 +00:00
  • d5cc40c9b6 Fixed: calendar and gantt broken with Rails 2.0 Jean-Philippe Lang 2007-12-12 21:03:36 +00:00
  • 76ed8cc200 Added some functional tests (projects and repositories). Jean-Philippe Lang 2007-12-12 20:56:22 +00:00
  • 3539bef96b Updated Chinese translation (Shortie Lo). Jean-Philippe Lang 2007-12-12 20:49:02 +00:00
  • e29539df9c Fixed: 'assigned to me' filter broken. Jean-Philippe Lang 2007-12-12 20:45:32 +00:00