OSDN Git Service

redminele/redmine.git
2010-03-04 Jean-Philippe... Fixed: hard coded English string at the selection of...
2010-03-04 Eric DavisRefactor: Replace @journal with @issue.current_journal
2010-03-04 Eric DavisHide the main menu div if there isn't any items for...
2010-03-04 Eric DavisRefactor: Extract method
2010-03-04 Eric DavisRefactor: Extract method
2010-03-04 Eric DavisRefactor: Extract methods to before_filters
2010-03-04 Eric DavisRefactor: Split method
2010-03-04 Eric DavisRefactor: Extract method
2010-03-04 Eric DavisRefactor: use the existing Issue#new_statuses_allowed_t...
2010-03-03 Jean-Philippe... Fixed: no email notification on new project/version...
2010-03-03 Jean-Philippe... Fixes git annotate (#3832).
2010-03-03 Jean-Philippe... Adds hooks on login view (#4978).
2010-03-03 Jean-Philippe... Filters collapsed by default for saved queries (#4623).
2010-03-03 Eric DavisRefactor: Decouple failed attachments and the flash...
2010-03-03 Eric DavisAdded test for when an attachment fails to save.
2010-03-03 Eric DavisFixes destroying attachments if the update fails. ...
2010-03-03 Eric DavisAllow multiple selected projects in #project_tree_optio...
2010-03-02 Jean-Philippe... Fixed: error while deleting an in-use enumeration ...
2010-03-02 Eric DavisRefactor: Moved ApplicationController#attach_files...
2010-03-02 Eric DavisFixes failing tests from r3521
2010-03-01 Jean-Philippe... Fixes some context menu links broken by r3478.
2010-03-01 Eric DavisVerify issues are updated by HTTP PUT only. Regression...
2010-03-01 Eric DavisRefactor: Decouple building Issue and TimeEntry objects...
2010-02-28 Jean-Philippe... Adds a test for not sending email without recipient...
2010-02-28 Jean-Philippe... Fixed: Trac importer creates duplicate wiki records...
2010-02-28 Jean-Philippe... Fixes bottom links placement in issue with associated...
2010-02-28 Jean-Philippe... Fixed: Plugin generators should display help if no...
2010-02-28 Jean-Philippe... Fixed: Git blame/annotate fails on moved files (#3832).
2010-02-28 Jean-Philippe... Adds 'Blocked by' (#1755) and 'Duplicated by' relation...
2010-02-28 Jean-Philippe... Fixed: attachments with the same name at the same time...
2010-02-28 Jean-Philippe... Allow project custom fields to be searchable (#4945).
2010-02-28 Jean-Philippe... Fixes a test failure due to a default custom field...
2010-02-28 Jean-Philippe... Adds missing fixtures.
2010-02-28 Jean-Philippe... Update for 0.9.3 release.
2010-02-28 Jean-Philippe... Adds attachments upload on wiki edit form (#1223).
2010-02-28 Jean-Philippe... Fixed: journal details duplicated when an issue is...
2010-02-28 Jean-Philippe... Fixed: Wrong link when "http" not included in project...
2010-02-26 Eric DavisRefactor: Extracted saving logic out of #update and...
2010-02-26 Jean-Philippe... Link to the user from the wiki history view.
2010-02-26 Jean-Philippe... Adds a link to the user profile from the administration...
2010-02-26 Jean-Philippe... Removes a useless assignment in Trac importer (#4931).
2010-02-26 Jean-Philippe... Let administrators see locked user profiles.
2010-02-26 Jean-Philippe... Makes AuthSource.authenticate return a hash instead...
2010-02-26 Jean-Philippe... Test that AuthSourceLdap#authenticate returns valid...
2010-02-26 Jean-Philippe... Moves the LDAP test server to a fixture.
2010-02-26 Jean-Philippe... Adds a sample test LDAP configuration file.
2010-02-26 Jean-Philippe... User model should not have to clean up LDAP attributes.
2010-02-25 Eric DavisRefactor: Extracted the duplication from the last commi...
2010-02-25 Eric DavisRefactor: Move the updating of an Issue to the #update...
2010-02-25 Eric DavisFix LDAP on the fly creation. The User object doesn...
2010-02-25 Eric DavisOptimize: Only select the name when getting the module...
2010-02-24 Jean-Philippe... Fixed: changing user/roles of project member not possib...
2010-02-24 Jean-Philippe... Fixed: projects are referenced by id in search results.
2010-02-24 Jean-Philippe... Makes project identifiers searchable (#4897).
2010-02-24 Eric DavisRefactor: Start to extract IssuesController#edit into...
2010-02-23 Jean-Philippe... Reduces spacing on the bulk edit form.
2010-02-23 Jean-Philippe... Bulk edit refactoring.
2010-02-23 Jean-Philippe... Move hardcoded calendar images to css classes.
2010-02-23 Jean-Philippe... Fixed view_issues_move_bottom hook arguments (#4893).
2010-02-23 Eric DavisRefactor: Extract Issue#bulk_edit from the IssuesController
2010-02-22 Eric DavisMoved the IssuesController routing tests to an integrat...
2010-02-21 Jean-Philippe... Avoid unnecessary SQL queries when loading changesets.
2010-02-21 Jean-Philippe... Memorize commit authors to speed up changesets loading.
2010-02-21 Jean-Philippe... Adds a missing index (speeds up changesets loading).
2010-02-21 Azamat HackimovTranslation updates
2010-02-21 Jean-Philippe... Wraps changeset creation inside a single transation.
2010-02-21 Jean-Philippe... Removes --find-copies-harder git option to retrieve...
2010-02-20 Jean-Philippe... Do not query git for tags and branches multiple times...
2010-02-20 Jean-Philippe... Remove invalid utf8 sequences from commit comments...
2010-02-20 Jean-Philippe... Cleanup.
2010-02-20 Jean-Philippe... Fixed: Links in Forum mails should redirect to message...
2010-02-19 Jean-Philippe... Adds a controller hook before issue move (#4850).
2010-02-19 Jean-Philippe... Adds a hook on issue move form (#4850).
2010-02-19 Jean-Philippe... Fixes INSTALL and UPGRADING steps order (#4848).
2010-02-19 Eric DavisRefactor: Extract #get_user_dn from AuthSourceLdap.
2010-02-19 Eric DavisRefactor: extract AuthSourceLdap#search_attributes
2010-02-18 Jean-Philippe... Escaping in html email templates (#4874).
2010-02-18 Jean-Philippe... Fixed: Pound (#) followed by number with leading zero...
2010-02-18 Eric DavisRefactor: Rewrite authenticate_dn to use an implicit...
2010-02-18 Eric DavisRefactor: Moved the check for an empty DN to authentica...
2010-02-18 Eric DavisAdded some common example email configs to email.yml...
2010-02-18 Eric DavisFix an IndexError if all the :last menu items are delet...
2010-02-17 Jean-Philippe... Fixed: Deselecting textile text formatting causes inter...
2010-02-17 Jean-Philippe... Move SQL LIKE tokens to acts_as_searchable.
2010-02-17 Jean-Philippe... Makes search providers extensible (#3936).
2010-02-17 Jean-Philippe... Adds a test for emission address with phrase (#4855).
2010-02-17 Jean-Philippe... Fixed: unit tests broken by r3438 (#4860).
2010-02-17 Eric DavisRefactor: extract an #authenticate_dn method in AuthSou...
2010-02-16 Eric DavisConverted the REDMINE_SUPPORTED_SCM constant to a...
2010-02-16 Eric DavisRefactor: Extract method from AuthSourceLdap#authenticate
2010-02-16 Eric DavisAdded some tests for the LDAP authentication.
2010-02-15 Eric DavisRefactor: Merged TrackersController#list and #index
2010-02-15 Eric DavisRefactor: Merged AuthSourcesController#list and #index
2010-02-15 Eric DavisRefactor: Merged RolesController#list and #index
2010-02-14 Azamat HackimovTranslation updates
2010-02-14 Jean-Philippe... Changes 2 png images.
2010-02-14 Jean-Philippe... Adds a few divs to the base layout (#871).
2010-02-14 Jean-Philippe... Removes duplicated LOC.
2010-02-14 Jean-Philippe... Fixed: SystemStackError (stack level too deep) on Issue...
2010-02-14 Jean-Philippe... Slight forum styles changes.
next