OSDN Git Service

redminele/redmine.git
2009-03-01 Jean-Philippe... Fixed that some error messages were not displayed ...
2009-03-01 Jean-Philippe... Fixed: Undefined Method (l_YesNo) Being Called (#2867).
2009-03-01 Azamat Hackimovsmall update
2009-03-01 Azamat Hackimovlocalization updates
2009-02-28 Jean-Philippe... Fixes tests broken by r2532 (#2853).
2009-02-27 Jean-Philippe... Add links for one-click activity filtering (#2857).
2009-02-27 Jean-Philippe... Fixes user's activity link (#2853).
2009-02-27 Jean-Philippe... Fixes #2851.
2009-02-26 Jean-Philippe... Updates sample plugin README.
2009-02-26 Jean-Philippe... Allow My Page blocks to be added to from a plugin ...
2009-02-26 Jean-Philippe... Allow underscore in block partial name (#2840).
2009-02-26 Jean-Philippe... Clickable/linkable line #'s while browsing the repo...
2009-02-26 Jean-Philippe... Trackers controller refactoring.
2009-02-26 Jean-Philippe... Applies r1723 on Engines update to allow view override...
2009-02-25 Jean-Philippe... Fixed: When logging in via an autologin cookie the...
2009-02-25 Jean-Philippe... Adds missing time format in locales (#2831).
2009-02-25 Eric DavisFixing Plugin and Mailer default_url_options.
2009-02-23 Jean-Philippe... Fixed that MailHandler#plain_text_body was returning...
2009-02-22 Jean-Philippe... Sort changesets in the same order as comments on the...
2009-02-22 Jean-Philippe... Patch ActiveRecord::Errors#full_messages so that it...
2009-02-22 Jean-Philippe... Fixed: visited links to closed tickets are not striked...
2009-02-22 Jean-Philippe... Slight changes to the files list (#2658, #2806).
2009-02-21 Azamat HackimovNew shiny locale config update - pt-BR (thank to Alexan...
2009-02-21 Jean-Philippe... Changes default english date/time formats.
2009-02-21 Jean-Philippe... Translation update (#2798).
2009-02-21 Jean-Philippe... Adding more missing strings.
2009-02-21 Jean-Philippe... Makes the default issue list columns selection look...
2009-02-21 Jean-Philippe... Adds missing strings.
2009-02-21 Jean-Philippe... Limit the size of repository files displayed inline...
2009-02-21 Jean-Philippe... Fixes new setting name.
2009-02-21 Jean-Philippe... Adds a setting to limit the size of text attachments...
2009-02-21 Jean-Philippe... Process all translations files.
2009-02-21 Jean-Philippe... Adds locales:update task as a replacement for gloc...
2009-02-21 Jean-Philippe... Add missing 'support' section to he and it locales.
2009-02-21 Jean-Philippe... Do not show the changed files list on the revision...
2009-02-21 Jean-Philippe... Moves project menu tests to a dedicated integration...
2009-02-21 Jean-Philippe... Fixes menu translation.
2009-02-21 Jean-Philippe... Adds rake config/initializers/session_store.rb to the...
2009-02-21 Jean-Philippe... Deprecated truncate call.
2009-02-21 Jean-Philippe... Fixes UsersControllerTest.
2009-02-21 Jean-Philippe... Merged Rails 2.2 branch. Redmine now requires Rails...
2009-02-21 Eric DavisRefactored the mess known as Hook default_url_options...
2009-02-21 Eric DavisImplementing the missing tests now that HookTest has...
2009-02-21 Eric DavisRefactored the HookTest methods to use Redmine::Hook...
2009-02-20 Eric DavisList the Default Columns displayed on the issue list...
2009-02-20 Eric DavisAllow the other format links to appear on the issue...
2009-02-20 Jean-Philippe... Fixes "too few arguments" error on activerecord error...
2009-02-20 Jean-Philippe... Adds (a maximum of 3) links to project ancestors in...
2009-02-20 Jean-Philippe... Send an email to the user when an administrator activat...
2009-02-20 Eric DavisFixed the bug in the OpenID registration where the...
2009-02-20 Eric DavisFixed a bug in the OpenID login when a user signed...
2009-02-19 Jean-Philippe... Fixes Setting.openid? (#2764).
2009-02-18 Azamat Hackimovtranslation updates: hu (#2737), sv (#2740), pl (#2741...
2009-02-18 Azamat Hackimovtranslation updates: zh, zh-tw (#2743, #2758), ru
2009-02-16 Nicolas ChucheFixed: add group option to set the repository gid....
2009-02-15 Jean-Philippe... Fixed: User#identity_url raises an error when invalid...
2009-02-15 Jean-Philippe... Makes the "type" field disabled when updating a custom...
2009-02-15 Jean-Philippe... Create a wiki with a default start page named 'Wiki...
2009-02-15 Jean-Philippe... Do not DELETE/INSERT enabled_modules when updating...
2009-02-15 Jean-Philippe... Replaces Enumeration.get_values and Enumeration.default...
2009-02-15 Jean-Philippe... Updates 0.8.1 CHANGELOG.
2009-02-15 Jean-Philippe... Removes invalid css class on issue details (#2753).
2009-02-14 Jean-Philippe... Adds an index on watchers table to speed up watched...
2009-02-14 Jean-Philippe... Fixes headings style in html emails (#2739).
2009-02-13 Jean-Philippe... Timelog is ignored when updating an issue if user is...
2009-02-13 Jean-Philippe... Removes invalid css class on issue details (#2733).
2009-02-12 Jean-Philippe... Adds watch/unwatch link on the issue context menu ...
2009-02-12 Jean-Philippe... Issues pagination loses project param after applying...
2009-02-12 Jean-Philippe... Removes the fat ruby-openid gem. Simply use 'gem instal...
2009-02-12 Jean-Philippe... Link to watched issues list on my page.
2009-02-12 Jean-Philippe... Adds ability to filter watched issues (#846).
2009-02-12 Jean-Philippe... Adds missing strings (#699).
2009-02-12 Jean-Philippe... Hide openid stuff on my account if disabled (#699).
2009-02-12 Eric DavisNormalize the identity_url when it's set.
2009-02-12 Eric DavisFixed the bundled ruby-openid gem
2009-02-11 Jean-Philippe... Slight changes to the issue lists displayed on My page.
2009-02-11 Eric DavisAdded a space so words don't runtogeatherlikethis....
2009-02-11 Eric DavisAdded a system setting for allowing OpenID logins and...
2009-02-11 Eric DavisPrevent registration via OpenID if self registration...
2009-02-11 Eric DavisRefactored common methods out of register and open_id_a...
2009-02-11 Eric DavisAdded user setup needed based on the system's registrat...
2009-02-11 Eric DavisAdded tests for the other OpenID authentication cases...
2009-02-11 Eric DavisAdding OpenID mock and test. #699
2009-02-11 Eric DavisHooked up on the fly OpenID user creation.
2009-02-11 Eric DavisAdded the ability to login via OpenID.
2009-02-11 Eric DavisFixed a bug in open_id_authentication, where relative_u...
2009-02-11 Eric DavisAdded identity_url to User. #699
2009-02-11 Eric DavisAdded OpenID tables. #699
2009-02-11 Eric DavisAdded open_id_authentication plugin
2009-02-11 Eric DavisUnpacked OpenID gem. #699
2009-02-10 Jean-Philippe... Leave wiki links untouched if target project doesn...
2009-02-10 Jean-Philippe... Replaces the repositories management SOAP API with...
2009-02-10 Jean-Philippe... Fixes broken action url on time edit form (#2707).
2009-02-10 Azamat HackimovNew language - Macedonian (mk). Thank to Ilin Tatabitov...
2009-02-10 Azamat HackimovTranslation updates (#2643, #2645, #2668)
2009-02-10 Azamat HackimovUpdated translations (#2577, #2640, #2644, #2652)
2009-02-10 Eric DavisRenamed variables to be more descriptive. #2542
2009-02-10 Eric DavisAdded request and controller objects to the hooks by...
2009-02-10 Eric DavisAdded two new plugin hooks:
2009-02-10 Eric DavisAdded plugin hook :view_projects_roadmap_version_bottom...
next