OSDN Git Service

redminele/redmine.git
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.
2010-02-14 Jean-Philippe... Do not include news author in emphasis tag.
2010-02-13 Jean-Philippe... Changes SubversionAdapter to use ActiveSupport::XmlMini...
2010-02-13 Jean-Philippe... Adds requirement for ruby version and tells that Rails...
2010-02-13 Jean-Philippe... Adds projects links (#4812).
2010-02-13 Jean-Philippe... Removes a GIF image.
2010-02-13 Jean-Philippe... Minifies PNG images (#4819).
2010-02-12 Eric DavisFixing locales, rake locales:update added extra whitesp...
2010-02-12 Eric DavisFixed a nil method error in Setting#value=
2010-02-12 Eric DavisRemoved hard coded English string.
2010-02-12 Eric DavisRefactor: Merged IssueStatusesController#list and ...
2010-02-12 Jean-Philippe... Fixed: div.task incorrectly wrapping on Gantt Chart...
2010-02-12 Jean-Philippe... Issue relation: fixes error with postgres when entering...
2010-02-11 Jean-Philippe... Fixed: Project copy loses wiki pages hierarchy (#4797).
2010-02-11 Eric DavisLog failed user logins to the Rails logger
2010-02-11 Eric DavisRefactored IssueStatus finder to a before_filter
2010-02-10 Jean-Philippe... Adds filter for system shared versions on the cross...
2010-02-10 Jean-Philippe... Fixed: roadmap show subprojects issues even if subproje...
2010-02-10 Jean-Philippe... Makes use of format_version_name.
2010-02-10 Jean-Philippe... Fixed: Duplicated project name for subproject version...
2010-02-10 Jean-Philippe... Fixed: parent project field doesn't include blank value...
2010-02-10 Eric DavisRefactor: inline the utility methods in ReportsController.
2010-02-10 Eric DavisSwitch to using the shoulda gem from gemcutter. #4573
2010-02-09 Jean-Philippe... Fixed: Repository.fetch_changesets tries to fetch chang...
2010-02-09 Eric DavisExtracted the rendering from each case statement in...
2010-02-09 Eric DavisFixed the link to the Issue Details report, broken...
2010-02-08 Azamat HackimovTranslation updates
2010-02-08 Eric DavisUpdated object_daddy to a newer version (bugfixes)
2010-02-08 Eric DavisRemoved the duplicated configuration in the different...
2010-02-08 Eric DavisSeparated ReportsController#issue_report into two separ...
2010-02-08 Eric DavisMoved a routing test from a functional to an integratio...
2010-02-07 Jean-Philippe... Do not parse the entire git log to fetch new commits...
2010-02-07 Jean-Philippe... Update for 0.9.2 release.
2010-02-07 Jean-Philippe... Korean support for PDF export (#4639).
2010-02-07 Jean-Philippe... Translation updates.
2010-02-06 Jean-Philippe... Fixed: error raised when trying to view the gantt or...
2010-02-06 Jean-Philippe... Fixed: deprecation warning in reposman.rb (#4736).
2010-02-06 Jean-Philippe... Do not show 'Quote' links on locked topics (#4749).
2010-02-06 Jean-Philippe... Removes overflow:auto on #content which broke the fix...
2010-02-06 Jean-Philippe... Fixed: error messages displayed twice when creating...
next