| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds 2 permissions (closes #859): | Jean-Philippe Lang | 2008-03-14 | 1 | -0/+2 |
* | Fix trac converter WikiCaps to put a space before converted WikiCaps words | John Goerzen | 2008-03-14 | 1 | -1/+1 |
* | Support WikiCaps for Trac migrations | John Goerzen | 2008-03-13 | 1 | -0/+6 |
* | Prevent unexpected nil error in GitAdapter#info if the repository path is inv... | Jean-Philippe Lang | 2008-03-12 | 1 | -5/+6 |
* | SCM AbstractAdapter use shell_quote to more properly escape path (closes #838... | Jean-Philippe Lang | 2008-03-12 | 2 | -5/+5 |
* | Merged Git support branch (r1200 to r1226). | Jean-Philippe Lang | 2008-03-12 | 3 | -3/+268 |
* | Quotes Mercurial entries command depending on the OS. | Jean-Philippe Lang | 2008-03-11 | 1 | -1/+1 |
* | Fixes Mercurial browsing under unix-like os and for directory depth > 2 and (... | Jean-Philippe Lang | 2008-03-11 | 1 | -3/+3 |
* | Activity enhancements: | Jean-Philippe Lang | 2008-03-11 | 1 | -1/+1 |
* | Trac and Mantis importers: check that default configuration is loaded before ... | Jean-Philippe Lang | 2008-03-09 | 2 | -0/+16 |
* | Textile formatting: | Jean-Philippe Lang | 2008-03-09 | 1 | -4/+11 |
* | Trac importer: support database schema for Trac migration (#757 by John Goerz... | Jean-Philippe Lang | 2008-03-05 | 1 | -3/+10 |
* | Added jsp mime type. | Jean-Philippe Lang | 2008-03-05 | 1 | -0/+1 |
* | Fixes #780: Redmine fails to start with a const_missing error on Redmine::Men... | Jean-Philippe Lang | 2008-03-05 | 1 | -0/+2 |
* | Propagates time tracking to the parent project (closes #433). Time report enh... | Jean-Philippe Lang | 2008-02-27 | 1 | -0/+41 |
* | Trac importer fix: | Jean-Philippe Lang | 2008-02-26 | 1 | -8/+48 |
* | Menus items: | Jean-Philippe Lang | 2008-02-22 | 2 | -6/+12 |
* | Mantis importer: do not duplicate Mantis username in firstname and lastname i... | Jean-Philippe Lang | 2008-02-16 | 1 | -1/+1 |
* | Fixed: CVS repository doesn't work if port is used in the url (#653). | Jean-Philippe Lang | 2008-02-16 | 1 | -2/+2 |
* | Added a simple rake task to fetch changesets from the repositories: | Jean-Philippe Lang | 2008-02-16 | 1 | -0/+24 |
* | Added: | Jean-Philippe Lang | 2008-02-16 | 2 | -9/+33 |
* | Added the following permissions (#527, #585, #627): | Jean-Philippe Lang | 2008-02-16 | 1 | -0/+2 |
* | Make Mantis importer preserve bug ids. | Jean-Philippe Lang | 2008-02-15 | 1 | -1/+6 |
* | The following menus can now be extended by plugins: top_menu, account_menu, a... | Jean-Philippe Lang | 2008-02-12 | 2 | -18/+50 |
* | Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f... | Jean-Philippe Lang | 2008-02-10 | 1 | -3/+2 |
* | Merged IssuesController #edit and #update into a single actions. | Jean-Philippe Lang | 2008-02-09 | 1 | -2/+2 |
* | Added a few extensions/mimetypes. | Jean-Philippe Lang | 2008-02-07 | 1 | -6/+9 |
* | Mantis importer: few fixes in user mapping. | Jean-Philippe Lang | 2008-02-06 | 1 | -6/+12 |
* | Trac importer: handle nil usernames. | Jean-Philippe Lang | 2008-02-06 | 1 | -0/+2 |
* | Use Postgresql's reset_pk_sequence in Trac importer to reset issue id sequenc... | Jean-Philippe Lang | 2008-02-04 | 1 | -10/+2 |
* | Do not use RedCloth's glyphs (#210). | Jean-Philippe Lang | 2008-02-03 | 1 | -1/+1 |
* | ProjectsController#add_news moved to NewsController#new. | Jean-Philippe Lang | 2008-02-03 | 1 | -1/+1 |
* | Do not show Roadmap menu item if the project doesn't define any versions. | Jean-Philippe Lang | 2008-02-02 | 1 | -1/+2 |
* | Mantis importer: | Jean-Philippe Lang | 2008-01-23 | 1 | -6/+1 |
* | Fixed: PostgreSQL issues_seq_id not updated when using Trac importer. | Jean-Philippe Lang | 2008-01-23 | 1 | -1/+12 |
* | Show explicit error message when the scm command failed (eg. when svn binary ... | Jean-Philippe Lang | 2008-01-23 | 2 | -2/+1 |
* | Added a 'New issue' link in the main menu (accesskey 7). | Jean-Philippe Lang | 2008-01-20 | 3 | -2/+41 |
* | ProjectsController#add_issue moved to IssuesController#new. | Jean-Philippe Lang | 2008-01-20 | 1 | -1/+1 |
* | Highlight the current item of the main menu. | Jean-Philippe Lang | 2008-01-19 | 2 | -12/+73 |
* | Added a couple of mime types so that corresponding files can be viewed in the... | Jean-Philippe Lang | 2008-01-16 | 1 | -1/+6 |
* | Redmine links can be used to link to documents, versions and attachments. | Jean-Philippe Lang | 2008-01-15 | 1 | -6/+6 |
* | Fixed: Themes are not applied with Rails 2.0 | Jean-Philippe Lang | 2008-01-07 | 1 | -0/+4 |
* | Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil (... | Jean-Philippe Lang | 2008-01-06 | 1 | -1/+1 |
* | Merged IssuesController change_status and add_note actions. | Jean-Philippe Lang | 2008-01-06 | 2 | -6/+2 |
* | Default configuration data can now be loaded from the administration screen. | Jean-Philippe Lang | 2008-01-05 | 1 | -107/+108 |
* | Moved redmine:load_default_data code to a module so that it can be called fro... | Jean-Philippe Lang | 2008-01-04 | 2 | -162/+194 |
* | Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs comm... | Jean-Philippe Lang | 2008-01-03 | 1 | -1/+1 |
* | TabularFormBuilder moved out of application_helper.rb | Jean-Philippe Lang | 2007-12-30 | 1 | -0/+51 |
* | Trunk version changed to 0.6.devel | Jean-Philippe Lang | 2007-12-20 | 1 | -1/+1 |
* | Added wiki annotate view. It's accessible for each version from the page hist... | Jean-Philippe Lang | 2007-12-20 | 1 | -1/+1 |