OSDN Git Service

redminele/redmine.git
2008-06-15 Jean-Philippe... Fixed: TOC does not remove colorization markups (#1423).
2008-06-15 Jean-Philippe... Translation updates.
2008-06-15 Jean-Philippe... Close statement handler in Redmine.pm (#1433).
2008-06-15 Jean-Philippe... Hungarian translation update (closes #1408).
2008-06-14 Jean-Philippe... File size display with Bazaar repositories (#1149).
2008-06-14 Jean-Philippe... Fixed: Logtime info lost when there's an error updating...
2008-06-14 Jean-Philippe... Fixed: time entries created with the default activity...
2008-06-14 Jean-Philippe... CVS: add support for modules names with spaces (#1434).
2008-06-14 Jean-Philippe... Fixed: page has no title when adding a project (#1436).
2008-06-14 Jean-Philippe... Fixed: unexpected nil when viewing differences on CVS...
2008-06-09 Jean-Philippe... Fixed: SVG::Graph raises an error when using external...
2008-06-09 Jean-Philippe... Slight changes to diff view and style.
2008-06-09 Jean-Philippe... Removed inconsistent revision numbers on diff view.
2008-06-09 Jean-Philippe... Log the user in after registration if account activatio...
2008-06-09 Jean-Philippe... File viewer for attached text files.
2008-06-09 Jean-Philippe... Move the file viewer to a partial.
2008-06-08 Jean-Philippe... "New Project" link on Projects page for admin users...
2008-06-08 Jean-Philippe... Fixed: notextile tag has no effect.
2008-06-08 Jean-Philippe... Unified diff viewer for attached files with .patch...
2008-06-08 Jean-Philippe... Move diff viewer to a partial.
2008-06-08 Jean-Philippe... SCM browser: ability to download raw unified diffs.
2008-06-08 Jean-Philippe... Move unified diff parser out of the scm abstract adapte...
2008-06-08 Jean-Philippe... Don't search for the changeset if revision identifier...
2008-06-08 Jean-Philippe... Don't display the table headers if there is no changese...
2008-06-08 Jean-Philippe... Filesystem adapter: read files in binary mode.
2008-06-08 Jean-Philippe... Filesystem adapter: negative size is displayed for...
2008-06-08 Jean-Philippe... Adds Filesystem adapter (patch #1393 by Paul R).
2008-06-08 Jean-Philippe... Ability to disable unused SCM adapters in application...
2008-06-08 Jean-Philippe... Fixes tabulation with Firefox 2 on tabular forms.
2008-06-07 Jean-Philippe... Display status change before subject of issue on the...
2008-06-07 Jean-Philippe... Fixes functional tests broken by r1501.
2008-06-07 Jean-Philippe... Removes constraint on enumerations name (#1384).
2008-06-07 Jean-Philippe... Trac importer: read session_attribute table to find...
2008-06-07 Jean-Philippe... Fixed: Reply/Quote Function Newline Issue in Internet...
2008-06-07 Jean-Philippe... Subversion adapter: ignore directories with no commit...
2008-06-07 Jean-Philippe... Mercurial adapter improvements (patch #1199 by Pierre...
2008-06-07 Jean-Philippe... Translations updates.
2008-06-07 Jean-Philippe... Fixes Chinese pdf export when the issue description...
2008-06-06 Jean-Philippe... Fixed: Atom link on saved query does not include query_...
2008-06-06 Jean-Philippe... Hides the "Replies" heading below a message if there...
2008-06-06 Jean-Philippe... Trac importer: improves wiki link conversion (#1287).
2008-06-06 Jean-Philippe... Fixed: SVN errors lead to svn username/password being...
2008-06-04 Jean-Philippe... Redmine links regexp fix (#1369, url hash turned into...
2008-06-04 Jean-Philippe... Fixed: changesets titles should not be multiline in...
2008-06-04 Jean-Philippe... Allow empty cells in wiki tables.
2008-06-03 Jean-Philippe... Missing strings (r1488).
2008-06-03 Jean-Philippe... Make the 'duplicates of' relation asymmetric:
2008-06-02 Jean-Philippe... Fixed: new line at the end of a file is not displayed...
2008-06-02 Jean-Philippe... Diff: adds some space between 2 changes in the same...
2008-06-02 Jean-Philippe... Fixed: Atom feeds don't provide author section for...
2008-06-02 Jean-Philippe... Fixed: Link to PDF doesn't work after creating new...
2008-06-02 Jean-Philippe... Fixed: Reminder emails shouldn't include archived proje...
2008-05-30 Jean-Philippe... Additional test for r1481.
2008-05-30 Jean-Philippe... Fixed: browser's accept-language subcodes ignored ...
2008-05-30 Jean-Philippe... Adds a Reply link to each issue note (#739). Reply...
2008-05-30 Jean-Philippe... Adds multi-levels blockquotes support by using > at...
2008-05-30 Jean-Philippe... Fixed: Incorrect weekend definition in Hebrew calendar...
2008-05-29 Jean-Philippe... Trac importer: migrate attachments descriptions (#1326).
2008-05-29 Jean-Philippe... Fixed: Unable to use angular braces after include word...
2008-05-29 Jean-Philippe... Fixed: GitAdapter#get_rev should use current branch...
2008-05-29 Jean-Philippe... Fixed: can not access old projects created with a numer...
2008-05-27 Jean-Philippe... Adds new projects atom feed (#1290).
2008-05-26 Jean-Philippe... Moved ProjectsController#list to ProjectsController...
2008-05-26 Jean-Philippe... No multiline text for textile links.
2008-05-26 Jean-Philippe... Fixed roadmap links to versions (#1297).
2008-05-26 Jean-Philippe... Fixed: IssueController#edit doesn't set default Activit...
2008-05-25 Jean-Philippe... Fixed zh lang file.
2008-05-25 Jean-Philippe... Adds a rake task to send reminders. An email is sent...
2008-05-25 Jean-Philippe... Remove edit step from Status context menu (#1197).
2008-05-25 Jean-Philippe... Change projects homepage limit to 255 chars (#663,...
2008-05-25 Jean-Philippe... Test for striked through wiki link (#199).
2008-05-25 Jean-Philippe... Gantt chart: display issues that don't have a due date...
2008-05-25 Jean-Philippe... Prevents NoMethodError on @available_filters.has_key...
2008-05-25 Jean-Philippe... Translations updates.
2008-05-25 Jean-Philippe... Hungarian translation added (#1198 by Gábor Takács).
2008-05-25 Jean-Philippe... Fixed: using '*' as keyword for repository referencing...
2008-05-25 Jean-Philippe... Prevent admin users from making themselves non-administ...
2008-05-24 Jean-Philippe... Prevent admin users from locking their own account...
2008-05-24 Jean-Philippe... Fixed: Issue number display clipped on 'my issues'...
2008-05-24 Jean-Philippe... Fixed: View differences for individual file of a change...
2008-05-23 Jean-Philippe... Fixed: error when previewing a new wiki page (#1292...
2008-05-22 Jean-Philippe... Fixed: TypeError in WikiController#destroy_attachment...
2008-05-22 Jean-Philippe... Fixed: non member or anonymous permissions change is...
2008-05-22 Jean-Philippe... Fixed: encoding problem when adding non-ASCII issue...
2008-05-20 Jean-Philippe... Use display: block; for activity item descriptions.
2008-05-20 Jean-Philippe... Slight changes to the search results.
2008-05-20 Jean-Philippe... Ability to search a project and its subprojects (#1264).
2008-05-19 Liwiusz OciepaMemory leak (postgres -> zlib + ssl) has been fixed...
2008-05-18 Jean-Philippe... Adds icons on search results.
2008-05-18 Jean-Philippe... Ability to search all projects or the projects the...
2008-05-18 Jean-Philippe... Fixed: bold, italics, underline not working within...
2008-05-17 Jean-Philippe... Fixed: possible error when attachment's filename is...
2008-05-14 Jean-Philippe... Fixed: private subprojects are listed on the issues...
2008-05-14 Jean-Philippe... Fixed: Calendar and Gantt show private subprojects...
2008-05-14 Jean-Philippe... Do not toggle assignable check box when using un/check...
2008-05-14 Jean-Philippe... Fixed: Check All / Uncheck All in Email Settings doesn...
2008-05-13 Jean-Philippe... Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignor...
2008-05-13 Jean-Philippe... Fixed: Update issue form: comment field from log time...
2008-05-13 Jean-Philippe... Fixed: some labels overflow the form box (#1228).
2008-05-13 Liwiusz OciepaMerge changes from branch swistak.
next