OSDN Git Service

redminele/redmine.git
2007-09-23 Jean-Philippe... Added a sample plugin.
2007-09-23 Jean-Philippe... Basic plugin support.
2007-09-22 Jean-Philippe... Subversion repository now accepts svn+ssh url.
2007-09-22 Jean-Philippe... The news list now shows the full news contents.
2007-09-22 Jean-Philippe... Added polish translation (Tomasz Gawryl).
2007-09-22 Jean-Philippe... Fixed: error in calendar french translation (Thomas...
2007-09-22 Jean-Philippe... Application layout refactored.
2007-09-21 Jean-Philippe... Fixed: error in english string :label_end_to_start
2007-09-20 Jean-Philippe... Fixed: project homepage length validation inconsistent...
2007-09-19 Jean-Philippe... Fixed setting value serialization.
2007-09-18 Jean-Philippe... Added 2 log messages in SubversionAdapter#entries.
2007-09-18 Jean-Philippe... Fixed: Oracle error when saving serialized setting...
2007-09-17 Jean-Philippe... Fixed: RMagick not loaded on case sensitive filesystems.
2007-09-17 Jean-Philippe... Fixed: error on document list with a document without...
2007-09-17 Jean-Philippe... Fixed: error when uploading a file with a content type...
2007-09-15 Jean-Philippe... Added RMagick availability on admin/info.
2007-09-15 Jean-Philippe... Updated german translation (Thomas Löber).
2007-09-15 Jean-Philippe... Date added as acronym title in ApplicationHelper#authoring
2007-09-15 Jean-Philippe... Fixed: lines in wiki content containing just a single...
2007-09-15 Jean-Philippe... Fixed: unable to save a new wiki page that just contain...
2007-09-15 Jean-Philippe... A category with assigned issue can now be deleted....
2007-09-15 Jean-Philippe... Changed author display on issues, news and document...
2007-09-15 Jean-Philippe... Added 'Estimated hours' attribute on issues.
2007-09-15 Jean-Philippe... Project modules are checked (default) when creating...
2007-09-14 Jean-Philippe... Main project list now displays root projects with their...
2007-09-14 Jean-Philippe... Mail notification options restored (default is: issue_a...
2007-09-14 Jean-Philippe... Fixed: Spent Time on Reports page only visible to admin...
2007-09-14 Jean-Philippe... Fixed: can't preview/save the very first wiki page.
2007-09-14 Jean-Philippe... Added project module concept.
2007-09-11 Jean-Philippe... Fixed: watchers should be notified even if they uncheck...
2007-09-11 Jean-Philippe... Notifications about issues (add/edit) are now sent...
2007-09-10 Jean-Philippe... Added Subversion repository unit tests.
2007-09-09 Jean-Philippe... Added "% done" in the filter list.
2007-09-09 Jean-Philippe... Added the ability to rename wiki pages (specific permis...
2007-09-09 Jean-Philippe... Small fix to TOC regexp.
2007-09-09 Jean-Philippe... Added automatic table of content support on wiki pages...
2007-09-08 Jean-Philippe... Updated INSTALL doc.
2007-09-07 Jean-Philippe... Added javascript highlightment support (pastie.textmate...
2007-09-07 Jean-Philippe... Removed @html_title assignments in controllers.
2007-09-07 Jean-Philippe... Improved Redmine links:
2007-09-07 Jean-Philippe... Fixed: 'Move' button always visible on issues list.
2007-09-06 Jean-Philippe... Automatically scroll down to the preview when previewin...
2007-09-06 Jean-Philippe... Added background on <pre> wiki blocks.
2007-09-06 Jean-Philippe... Added code highlighting support in wiki, using this...
2007-09-06 Jean-Philippe... 'current week' filter fix.
2007-09-05 Jean-Philippe... Removed RedCloth checks since it's now supplied with...
2007-09-05 Jean-Philippe... Search field automatically focused.
2007-09-05 Jean-Philippe... Fixed: custom field displayed as deleted in the issue...
2007-09-05 Jean-Philippe... Issue notes are now included in search.
2007-09-05 Jean-Philippe... Added a new value for date filters: 'this week'
2007-09-05 Jean-Philippe... Subprojects are now grouped by projects in the 'Project...
2007-09-04 Jean-Philippe... Added an index on custom_values table (customized_type...
2007-09-04 Jean-Philippe... Small fix in Mailer.
2007-09-02 Jean-Philippe... 'Due in' label removed from the changelog view.
2007-09-02 Jean-Philippe... Added Redmine::WikiFormatting module and tests for...
2007-09-02 Jean-Philippe... Fix: Inline image links broken in rev 690.
2007-09-02 Jean-Philippe... Buttons (edit, watch...) on issues/show are now located...
2007-09-02 Jean-Philippe... Changed the application default title (redMine -> Redmine).
2007-09-02 Jean-Philippe... Small fix in issue history display.
2007-09-02 Jean-Philippe... Trac importer: 'resolution' field imported with history...
2007-09-02 Jean-Philippe... Trac importer now migrates status changes.
2007-09-02 Jean-Philippe... Trac importer now checks the existence of trac.db and...
2007-09-02 Jean-Philippe... Added namespace for Redmine specific rake tasks.
2007-09-01 Jean-Philippe... Fixed: auto-generated links corrupted when url contains...
2007-09-01 Jean-Philippe... Trac importer initial commit. The script migrates:
2007-08-31 Jean-Philippe... Added 'reported by me' and 'assigned to me' issue feeds...
2007-08-31 Jean-Philippe... Added the ability to move issues (to another project...
2007-08-31 Jean-Philippe... Added atom feed on the new cross-project issue list.
2007-08-31 Jean-Philippe... Added cache for application settings (Setting model).
2007-08-31 Jean-Philippe... Added a cross-project issue list. It displays the issue...
2007-08-30 Jean-Philippe... Fixed: autologin broken.
2007-08-29 Jean-Philippe... Added Redmine::Info to store various information about...
2007-08-29 Jean-Philippe... Fixed: "new issue" drop-down only visible by admin...
2007-08-29 Jean-Philippe... Added border and padding on wiki table headers.
2007-08-29 Jean-Philippe... Translated a few strings in fr.yml
2007-08-29 Jean-Philippe... Fixed: "subproject of" list should not show archived...
2007-08-29 Jean-Philippe... Added the ability to reset its own RSS access key on...
2007-08-29 Jean-Philippe... Some deprecation fixes (end_form_tag and count API).
2007-08-29 Jean-Philippe... Fix: error when posting to projects/add or users/add...
2007-08-29 Jean-Philippe... Merged 0.6 branch into trunk.
2007-08-26 Jean-Philippe... Fixed: queries with multiple custom fields return no...
2007-08-26 Jean-Philippe... Added missing image.
2007-08-26 Jean-Philippe... Gantt chart can now be exported to a graphic file ...
2007-08-25 Jean-Philippe... Fixed: calendar and gantt not updated when adding/editi...
2007-08-25 Jean-Philippe... Replaced hard-coded urls in Mailer#attachments_add
2007-08-25 Jean-Philippe... Automatic closing of duplicate issues.
2007-08-25 Jean-Philippe... Fixed: Bad url to project forums from the wiki home...
2007-08-25 Jean-Philippe... Mantis importer: small fix in categories mapping.
2007-08-25 Jean-Philippe... Mantis importer:
2007-08-25 Jean-Philippe... Mantis importer: issue categories truncated to 30 chars.
2007-08-25 Jean-Philippe... Fixed: wiki preview doesn't work on long entries.
2007-08-25 Jean-Philippe... Changeset comments are now stripped before being stored...
2007-08-25 Jean-Philippe... Committer field in the Changesets table is now varchar...
2007-08-17 Jean-Philippe... Added wiki syntax to online help.
2007-08-17 Jean-Philippe... Fixed: cursor not positioned correctly when using wiki...
2007-08-17 Jean-Philippe... Small change to ApplicationHelper#textilizable to allow...
2007-08-17 Jean-Philippe... Application welcome text is now textilized.
2007-08-17 Jean-Philippe... Textilized project descriptions on project list and...
2007-08-16 Jean-Philippe... Code improvement in ProjectsController#activity (Nicola...
2007-08-16 Jean-Philippe... Added a 'Assignable' boolean on Role model.
next