Commit Graph

  • d40bf20131 Allow My Page blocks to be added to from a plugin (#2840). Jean-Philippe Lang 2009-02-26 16:36:56 +00:00
  • 5b96d1b083 Allow underscore in block partial name (#2840). Jean-Philippe Lang 2009-02-26 16:15:07 +00:00
  • 4c28291a19 Clickable/linkable line #'s while browsing the repo or viewing a text file (#2835). Jean-Philippe Lang 2009-02-26 09:28:33 +00:00
  • 589320337d Trackers controller refactoring. Jean-Philippe Lang 2009-02-26 09:21:41 +00:00
  • 46f52d306d Applies r1723 on Engines update to allow view override (#2841). Jean-Philippe Lang 2009-02-26 08:59:30 +00:00
  • 21eb3c089d Fixed: When logging in via an autologin cookie the user's last_login_on should be updated (#2820). Jean-Philippe Lang 2009-02-25 14:59:33 +00:00
  • 94cc23f103 Adds missing time format in locales (#2831). Jean-Philippe Lang 2009-02-25 09:41:58 +00:00
  • 4baf32b166 Fixing Plugin and Mailer default_url_options. Eric Davis 2009-02-25 07:25:01 +00:00
  • 69b99aa518 Merged r2520 from trunk. Jean-Philippe Lang 2009-02-23 17:36:32 +00:00
  • 0f68334f0b Fixed that MailHandler#plain_text_body was returning nil if there was nothing to strip (#2814). Jean-Philippe Lang 2009-02-23 17:35:16 +00:00
  • 0101e609f7 Sort changesets in the same order as comments on the issue details view (#1546). Jean-Philippe Lang 2009-02-22 15:16:18 +00:00
  • a64b8695c8 Patch ActiveRecord::Errors#full_messages so that it contains custom values error messages. Jean-Philippe Lang 2009-02-22 14:46:32 +00:00
  • 67fd5f3dc9 Fixed: visited links to closed tickets are not striked through with IE6 (#2615). Jean-Philippe Lang 2009-02-22 11:22:23 +00:00
  • 7342a00e0a Slight changes to the files list (#2658, #2806). Jean-Philippe Lang 2009-02-22 11:04:17 +00:00
  • cb5d0c469d Merged r2487, r2488 and r2507 from trunk. Jean-Philippe Lang 2009-02-22 10:00:25 +00:00
  • 57d10ed893 Merged r2262, r2341 and r2486 from trunk. Jean-Philippe Lang 2009-02-21 19:29:33 +00:00
  • 28e4ff8957 Merged r2426 and r2484 from trunk. Jean-Philippe Lang 2009-02-21 19:22:31 +00:00
  • 0123f7cde0 New shiny locale config update - pt-BR (thank to Alexandre da Silva, #2802) Azamat Hackimov 2009-02-21 19:20:49 +00:00
  • 4596a35c0e Changes default english date/time formats. Jean-Philippe Lang 2009-02-21 16:44:56 +00:00
  • 82ea6c001d Translation update (#2798). Jean-Philippe Lang 2009-02-21 16:41:31 +00:00
  • 8cc8f5164d Adding more missing strings. Jean-Philippe Lang 2009-02-21 16:25:38 +00:00
  • 84de5fa3b0 Makes the default issue list columns selection look like other multi-checkbox fieldsets. Jean-Philippe Lang 2009-02-21 16:15:44 +00:00
  • 0624bdb6c9 Adds missing strings. Jean-Philippe Lang 2009-02-21 16:10:51 +00:00
  • 1c5a2ddfb0 Limit the size of repository files displayed inline too. Jean-Philippe Lang 2009-02-21 16:04:51 +00:00
  • 79c074dbe5 Fixes new setting name. Jean-Philippe Lang 2009-02-21 15:44:00 +00:00
  • 66afc8c054 Adds a setting to limit the size of text attachments that can be displayed by the file viewer (default set to 512KB). Larger files are sent for download. Jean-Philippe Lang 2009-02-21 15:34:11 +00:00
  • 2bd419f23b Process all translations files. Jean-Philippe Lang 2009-02-21 15:21:31 +00:00
  • 1770fe54be Adds locales:update task as a replacement for gloc:update. Jean-Philippe Lang 2009-02-21 15:11:09 +00:00
  • 1511b31377 Add missing 'support' section to he and it locales. Jean-Philippe Lang 2009-02-21 14:10:46 +00:00
  • 79fd564b61 Do not show the changed files list on the revision page if the user is not allowed to browse the repository (#2762). Jean-Philippe Lang 2009-02-21 12:58:18 +00:00
  • 9c4a86d96c Moves project menu tests to a dedicated integration test. Jean-Philippe Lang 2009-02-21 12:28:19 +00:00
  • 9819a6bfd1 Fixes menu translation. Jean-Philippe Lang 2009-02-21 11:31:22 +00:00
  • 95ba220b79 Adds rake config/initializers/session_store.rb to the install doc. Jean-Philippe Lang 2009-02-21 11:13:37 +00:00
  • 6b770fa70c Deprecated truncate call. Jean-Philippe Lang 2009-02-21 11:10:34 +00:00
  • cf70f187dd Fixes UsersControllerTest. Jean-Philippe Lang 2009-02-21 11:07:22 +00:00
  • fe28193e4e Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. Jean-Philippe Lang 2009-02-21 11:04:50 +00:00
  • 9a986ac0a5 Refactored the mess known as Hook default_url_options in favor of the simpler :only_path as suggested by splatteal on GitHub. Eric Davis 2009-02-21 00:23:28 +00:00
  • 00b568c194 Implementing the missing tests now that HookTest has a cleaner setup. Eric Davis 2009-02-21 00:23:22 +00:00
  • b6c4b21b47 Refactored the HookTest methods to use Redmine::Hook::Helper instead of the Redmine::Hook class directly. Redmine::Hook::Helper is the public API so it should be one that is tested. Eric Davis 2009-02-21 00:23:16 +00:00
  • 3fa9535670 List the Default Columns displayed on the issue list vertically instead of horizontally so it's easier to read. Eric Davis 2009-02-20 22:59:59 +00:00
  • befe278fa9 Allow the other format links to appear on the issue list (ATOM, PDF, CSV). Eric Davis 2009-02-20 22:45:16 +00:00
  • b9e95e7a70 Fixes "too few arguments" error on activerecord error translation (#2626). Jean-Philippe Lang 2009-02-20 18:55:56 +00:00
  • 33e7ae96ad Adds (a maximum of 3) links to project ancestors in the page title (#2788). Jean-Philippe Lang 2009-02-20 18:34:57 +00:00
  • 04c428e059 Send an email to the user when an administrator activates a registered user (#2656). Jean-Philippe Lang 2009-02-20 17:04:47 +00:00
  • 24ee6b9a1b Fixed the bug in the OpenID registration where the form wouldn't take a login Eric Davis 2009-02-20 00:31:50 +00:00
  • aed1787d51 Fixed a bug in the OpenID login when a user signed up with OpenID but hasn't been activated yet. Eric Davis 2009-02-20 00:16:45 +00:00
  • 9525e5f147 Fixes Setting.openid? (#2764). Jean-Philippe Lang 2009-02-19 21:03:08 +00:00
  • 5966f71c73 translation updates: hu (#2737), sv (#2740), pl (#2741), pt-br (#2781) Azamat Hackimov 2009-02-18 19:20:56 +00:00
  • ee4a754475 translation updates: zh, zh-tw (#2743, #2758), ru Azamat Hackimov 2009-02-18 19:15:10 +00:00
  • 6359e51477 Fixed: add group option to set the repository gid. Default is root (#2747) Nicolas Chuche 2009-02-16 19:33:43 +00:00
  • d643d9a94c Fixed: User#identity_url raises an error when invalid url is supplied (#2742). Jean-Philippe Lang 2009-02-15 18:46:50 +00:00
  • 3183445aea Makes the "type" field disabled when updating a custom field (#2744). Jean-Philippe Lang 2009-02-15 16:55:48 +00:00
  • 9e4a118528 Create a wiki with a default start page named 'Wiki' when enabling wiki module (#2657). Jean-Philippe Lang 2009-02-15 16:43:06 +00:00
  • b05ed594a0 Do not DELETE/INSERT enabled_modules when updating project modules. Jean-Philippe Lang 2009-02-15 16:26:48 +00:00
  • 4601ed2f3a Replaces Enumeration.get_values and Enumeration.default with named scopes. Jean-Philippe Lang 2009-02-15 13:33:09 +00:00
  • ed6151b4d2 tagged version 0.8.1 0.8.1 Jean-Philippe Lang 2009-02-15 09:27:21 +00:00
  • 3d1bd79ffb Set version to 0.8.1 Jean-Philippe Lang 2009-02-15 09:08:26 +00:00
  • 7f957653ad Merged r2463, r2465, r2467, r2468 from trunk. Jean-Philippe Lang 2009-02-15 09:04:24 +00:00
  • 13e2c727cf Updates 0.8.1 CHANGELOG. Jean-Philippe Lang 2009-02-15 09:02:41 +00:00
  • d77be4e908 Removes invalid css class on issue details (#2753). Jean-Philippe Lang 2009-02-15 08:33:48 +00:00
  • d3038eee92 Adds an index on watchers table to speed up watched issue filtering. Jean-Philippe Lang 2009-02-14 19:06:44 +00:00
  • 1c2cdedf19 Fixes headings style in html emails (#2739). Jean-Philippe Lang 2009-02-14 18:32:11 +00:00
  • 8c669eeb80 r18658@gaspard (orig r1900): jplang | 2008-09-22 21:50:10 +0200 Truncate comments on changeset list. r18659@gaspard (orig r1901): jplang | 2008-09-23 19:03:51 +0200 Fixes html escaping. r18660@gaspard (orig r1902): winterheart | 2008-09-24 16:45:20 +0200 Patch #1938, update for nl.yml r18661@gaspard (orig r1903): jplang | 2008-09-24 19:30:36 +0200 Fixes back_url in login filter (#1900). r18662@gaspard (orig r1904): jplang | 2008-09-24 19:32:49 +0200 Reverts r1903. r18663@gaspard (orig r1905): jplang | 2008-09-24 19:33:02 +0200 Fixes back_url in login filter (#1900). r18667@gaspard (orig r1907): jplang | 2008-09-25 20:51:03 +0200 Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled. r18669@gaspard (orig r1909): winterheart | 2008-09-27 21:06:48 +0200 Fixed #1961, pt-br update r18670@gaspard (orig r1910): jplang | 2008-09-28 09:54:41 +0200 Fixed: Latest news appear on the homepage for projects with the News module disabled (#1941). r18671@gaspard (orig r1911): jplang | 2008-09-28 10:05:55 +0200 Fixed: the default status is lost when reordering issue statuses (#1955). r18672@gaspard (orig r1912): jplang | 2008-09-28 10:19:25 +0200 Wrap 'Assigned to' column on the issue list (#1960). r18673@gaspard (orig r1913): jplang | 2008-09-28 10:41:17 +0200 Fixed: Status list on bulk edit form does not follow normal sequence (#1956). r18674@gaspard (orig r1914): jplang | 2008-09-28 14:03:17 +0200 Adds a workflow overview screen. Workflow setup moved to a dedicated controller. r18675@gaspard (orig r1915): jplang | 2008-09-28 14:20:47 +0200 Fixes workflow setup link on trackers list (follows r1914). r18676@gaspard (orig r1916): jplang | 2008-09-28 14:36:30 +0200 Slight changes to the workflow setup screen. r18677@gaspard (orig r1917): jplang | 2008-09-28 15:10:00 +0200 Fixes Workflow.count_by_tracker_and_role. r18678@gaspard (orig r1918): edavis10 | 2008-09-30 01:55:11 +0200 Slight non-code change nbc Nicolas Chuche 2009-02-14 12:06:45 +00:00
  • f9c9b054ba Timelog is ignored when updating an issue if user is admin but not a project member (#2717). Jean-Philippe Lang 2009-02-13 17:59:45 +00:00
  • 9a9141041e Merged r2461 from trunk. Jean-Philippe Lang 2009-02-13 17:32:27 +00:00
  • bbc8d3d768 Removes invalid css class on issue details (#2733). Jean-Philippe Lang 2009-02-13 17:29:49 +00:00
  • b8eddf2014 Adds watch/unwatch link on the issue context menu (#2730). Jean-Philippe Lang 2009-02-12 22:14:22 +00:00
  • 9586269a06 Issues pagination loses project param after applying or clearing filter (#2726). Jean-Philippe Lang 2009-02-12 22:01:20 +00:00
  • ff9da0bab0 Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enable openid support. Jean-Philippe Lang 2009-02-12 21:25:50 +00:00
  • 5bdd429162 Link to watched issues list on my page. Jean-Philippe Lang 2009-02-12 17:38:36 +00:00
  • e1b828de95 Adds ability to filter watched issues (#846). Jean-Philippe Lang 2009-02-12 17:35:57 +00:00
  • 571494a028 Adds missing strings (#699). Jean-Philippe Lang 2009-02-12 17:30:56 +00:00
  • 2807b9c927 Hide openid stuff on my account if disabled (#699). Jean-Philippe Lang 2009-02-12 17:19:32 +00:00
  • 60dc357271 Normalize the identity_url when it's set. Eric Davis 2009-02-12 04:31:28 +00:00
  • 14e445c600 Fixed the bundled ruby-openid gem Eric Davis 2009-02-12 01:32:50 +00:00
  • 4500b606ce Slight changes to the issue lists displayed on My page. Jean-Philippe Lang 2009-02-11 20:25:05 +00:00
  • f1b8bf22a2 Added a space so words don't runtogeatherlikethis. #699 Eric Davis 2009-02-11 19:45:53 +00:00
  • 8d53e433c5 Added a system setting for allowing OpenID logins and registrations Eric Davis 2009-02-11 19:24:28 +00:00
  • 85ad791d81 Prevent registration via OpenID if self registration is off. #699 Eric Davis 2009-02-11 19:07:41 +00:00
  • 720f928cd2 Refactored common methods out of register and open_id_authenticate Eric Davis 2009-02-11 19:07:34 +00:00
  • 8194cfaf86 Added user setup needed based on the system's registration settings Eric Davis 2009-02-11 19:07:28 +00:00
  • 876fb69271 Added tests for the other OpenID authentication cases. #699 Eric Davis 2009-02-11 19:07:23 +00:00
  • 48e26aa75b Adding OpenID mock and test. #699 Eric Davis 2009-02-11 19:07:18 +00:00
  • 0310f43126 Hooked up on the fly OpenID user creation. Eric Davis 2009-02-11 19:07:12 +00:00
  • 896e64b759 Added the ability to login via OpenID. Eric Davis 2009-02-11 19:07:07 +00:00
  • a4e6e13b70 Fixed a bug in open_id_authentication, where relative_url_root is defined on ActionController:AbstractRequest not Base Eric Davis 2009-02-11 19:07:00 +00:00
  • dbf02e2654 Added identity_url to User. #699 Eric Davis 2009-02-11 19:06:55 +00:00
  • ca3960dee5 Added OpenID tables. #699 Eric Davis 2009-02-11 19:06:50 +00:00
  • 30171f3ab6 Added open_id_authentication plugin Eric Davis 2009-02-11 19:06:45 +00:00
  • f70be197e0 Unpacked OpenID gem. #699 Eric Davis 2009-02-11 19:06:37 +00:00
  • 70efee1bc5 Leave wiki links untouched if target project doesn't exist or have no wiki. Jean-Philippe Lang 2009-02-10 22:54:22 +00:00
  • 8cf3d7a492 Replaces the repositories management SOAP API with a simple REST API. reposman usage is unchanged but the script now requires activeresource. actionwebservice is now longer used and thus removed from plugins. Jean-Philippe Lang 2009-02-10 22:03:25 +00:00
  • cf5658d7fe Fixes broken action url on time edit form (#2707). Jean-Philippe Lang 2009-02-10 17:18:19 +00:00
  • 99fefbef52 New language - Macedonian (mk). Thank to Ilin Tatabitovski for work. Azamat Hackimov 2009-02-10 16:05:31 +00:00
  • 2ce37783ea Translation updates (#2643, #2645, #2668) Azamat Hackimov 2009-02-10 15:57:52 +00:00
  • 73f52af6e3 Updated translations (#2577, #2640, #2644, #2652) Azamat Hackimov 2009-02-10 15:41:05 +00:00
  • b75a30a21a Renamed variables to be more descriptive. #2542 Eric Davis 2009-02-10 03:12:45 +00:00
  • 5b7a5c39a7 Added request and controller objects to the hooks by default. Eric Davis 2009-02-10 03:12:40 +00:00
  • a3fa56d988 Added two new plugin hooks: Eric Davis 2009-02-10 01:24:32 +00:00
  • 0d01e07430 Added plugin hook :view_projects_roadmap_version_bottom. #2543 Eric Davis 2009-02-10 01:18:49 +00:00