OSDN Git Service

redminele/redmine.git
2008-01-21 Jean-Philippe... Fixed search with all words (broken in r994).
2008-01-20 Jean-Philippe... Missing migration for r1090.
2008-01-20 Jean-Philippe... Added default value for custom fields. Fixed javascript...
2008-01-20 Jean-Philippe... Fixed: custom fields empty on issue/edit (broken by...
2008-01-20 Jean-Philippe... Unlimited and optional project description. The project...
2008-01-20 Jean-Philippe... Added tabindex property on wiki toolbar buttons and...
2008-01-20 Jean-Philippe... Display custom fields in two columns on the issue form.
2008-01-20 Jean-Philippe... Added related changesets messages on issue details...
2008-01-20 Jean-Philippe... Test environments cleanup.
2008-01-20 Jean-Philippe... Fixed: custom field selection is not saved when uncheck...
2008-01-20 Jean-Philippe... Fixed: error when removing a project member (postgresql...
2008-01-20 Jean-Philippe... Added a 'New issue' link in the main menu (accesskey 7).
2008-01-20 Jean-Philippe... ProjectsController#add_issue moved to IssuesController...
2008-01-20 Jean-Philippe... Display the issue status in the email subject only...
2008-01-20 Jean-Philippe... Fixed: when changing the status of an issue, the email...
2008-01-19 Jean-Philippe... Wiki toolbar Russian and Czech translations (Michael...
2008-01-19 Jean-Philippe... Highlight the current item of the main menu.
2008-01-17 Jean-Philippe... Fixed: locked users should not receive email notifications.
2008-01-17 Jean-Philippe... Added i18n support to the jstoolbar (only english and...
2008-01-17 Jean-Philippe... Prettier tabs for settings views.
2008-01-17 Jean-Philippe... Fixed: typo in en.yml
2008-01-16 Jean-Philippe... On the calendar, the gantt and in the Tracker filter...
2008-01-16 Jean-Philippe... Added a couple of mime types so that corresponding...
2008-01-15 Jean-Philippe... Fixed error on migration 85 with Oracle (index name...
2008-01-15 Jean-Philippe... Lithuanian translation added (Sergej Jegorov).
2008-01-15 Jean-Philippe... Fixed: issue queries can not use custom fields marked...
2008-01-15 Jean-Philippe... Fixed: Date custom fields not displayed as specified...
2008-01-15 Jean-Philippe... Fixed: issue filters may be lost when paginating after...
2008-01-15 Jean-Philippe... Redmine links can be used to link to documents, version...
2008-01-13 Jean-Philippe... Wiki toolbar improvements (mainly for Firefox).
2008-01-13 Jean-Philippe... Do not show sticky and locked checkboxes when replying...
2008-01-12 Jean-Philippe... Added missing wiki div on news/index and news/show.
2008-01-12 Jean-Philippe... Fixed: wrong url for wiki syntax pop-up when Redmine...
2008-01-10 Jean-Philippe... Non-ascii attachement filename fix for IE.
2008-01-10 Jean-Philippe... Added details by assignees on issue summary view (Hans...
2008-01-10 Jean-Philippe... Translations:
2008-01-07 Jean-Philippe... Fixed: Themes are not applied with Rails 2.0
2008-01-06 Jean-Philippe... Admin settings screen split to tabs.
2008-01-06 Jean-Philippe... Fixed: crash when fetching Mercurial changesets if...
2008-01-06 Jean-Philippe... wrapper div added to the layout.
2008-01-06 Jean-Philippe... Merged IssuesController change_status and add_note...
2008-01-06 Jean-Philippe... Prevent 'has already been taken' error messages for...
2008-01-05 Jean-Philippe... Default configuration data can now be loaded from the...
2008-01-04 Jean-Philippe... Fixed Serbian lang file.
2008-01-04 Jean-Philippe... Updated Serbian translation (Dragan Matic).
2008-01-04 Jean-Philippe... Moved redmine:load_default_data code to a module so...
2008-01-04 Jean-Philippe... Fixed: private projects name are displayed on account...
2008-01-04 Jean-Philippe... Fixed: table of content not rendered properly when...
2008-01-03 Jean-Philippe... Fixed: undefined local variable or method 'log' in...
2008-01-03 Jean-Philippe... Updated Spanish translation (Gumer Coronel Pérez).
2008-01-02 Jean-Philippe... Slight improvements to the browser views.
2007-12-31 Jean-Philippe... Fix query management broken by r1027.
2007-12-30 Jean-Philippe... Moved login and logout links to ApplicationHelper metho...
2007-12-30 Jean-Philippe... Moved current user management to a dedicated method...
2007-12-30 Jean-Philippe... TabularFormBuilder moved out of application_helper.rb
2007-12-30 Jean-Philippe... Do not store query object in session but id or filters...
2007-12-29 Jean-Philippe... New setting added to specify how many objects should...
2007-12-29 Jean-Philippe... Fixed r1024: context submenus on the issue list don...
2007-12-28 Jean-Philippe... Fixed: context submenus on the issue list don't show...
2007-12-22 Jean-Philippe... Fixed 'export to' links positioning on wiki page.
2007-12-21 Jean-Philippe... Set doctype to transitional. Fixed a few non matching...
2007-12-20 Jean-Philippe... Trunk version changed to 0.6.devel
2007-12-20 Jean-Philippe... Added wiki annotate view. It's accessible for each...
2007-12-19 Jean-Philippe... Do not run Mercurial functional tests if the test repos...
2007-12-19 Jean-Philippe... Add email notification to IssuesController#edit.
2007-12-19 Jean-Philippe... Fixed: Textile image with style attribute cause interna...
2007-12-19 Jean-Philippe... Change status select box default to current status...
2007-12-19 Jean-Philippe... Add autoscroll div for each file diff.
2007-12-19 Jean-Philippe... Ignore empty diffs.
2007-12-18 Jean-Philippe... Ported r1009 from 0.6-stable branch.
2007-12-18 Jean-Philippe... Moved ProjectsController#list_documents and add_documen...
2007-12-17 Jean-Philippe... Project identifier is now used in URLs (instead of...
2007-12-16 Jean-Philippe... Changes for 0.6.2 release.
2007-12-16 Jean-Philippe... Updated Japanese translation (Satoru Kurashiki).
2007-12-15 Nicolas Chuchebug when using apache authentication method
2007-12-15 Jean-Philippe... SCM adapters: moved Errno::ENOENT exception rescuing...
2007-12-15 Jean-Philippe... Fixed warning: toplevel constant User referenced by...
2007-12-15 Jean-Philippe... Added some functional tests (wiki).
2007-12-14 Jean-Philippe... Fixed: Unable to create a wiki (Rails 2.0 compatibility).
2007-12-14 Jean-Philippe... Fixed Bazaar test repository path.
2007-12-14 Jean-Philippe... Fixed: can not save numeric, date and boolean custom...
2007-12-14 Jean-Philippe... Fixed Trac importer error with Rails 2.0: readonly...
2007-12-14 Jean-Philippe... Search engine: issue custom fields can now be searched.
2007-12-14 Jean-Philippe... Fixed: empty lines when displaying repository files...
2007-12-14 Jean-Philippe... Fixed: missing body closing tag in repository annotate...
2007-12-14 Jean-Philippe... Added a Mercurial test repository with unit and functio...
2007-12-14 Jean-Philippe... Added ApplicationController#attach_files as a common...
2007-12-14 Jean-Philippe... Added some tests for projects controller and helper.
2007-12-13 Jean-Philippe... Removed unused UsersController#destroy.
2007-12-13 Jean-Philippe... Added some functional tests and a CVS test repository.
2007-12-12 Jean-Philippe... News comments are now textilized.
2007-12-12 Jean-Philippe... Added /coverage and /vendor/rails to svn-ignore.
2007-12-12 Jean-Philippe... Added some functional tests (issues).
2007-12-12 Jean-Philippe... Fixed: 500 error when validation fails on issue edition...
2007-12-12 Jean-Philippe... Fixed: calendar and gantt broken with Rails 2.0
2007-12-12 Jean-Philippe... Added some functional tests (projects and repositories).
2007-12-12 Jean-Philippe... Updated Chinese translation (Shortie Lo).
2007-12-12 Jean-Philippe... Fixed: 'assigned to me' filter broken.
2007-12-10 Jean-Philippe... Fixed: 'LDAP account password is too long' error when...
2007-12-10 Jean-Philippe... Doc and version changes for 0.6.1 release.
next