| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "--encoding utf8" option to the Mercurial "hg log" command in order to ge... | Jean-Philippe Lang | 2008-03-15 | 1 | -1/+1 |
* | Mercurial adapter: | Jean-Philippe Lang | 2008-03-15 | 1 | -1/+5 |
* | 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 | 2 | -2/+267 |
* | 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 |
* | 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 |
* | Menus items: | Jean-Philippe Lang | 2008-02-22 | 2 | -6/+12 |
* | Fixed: CVS repository doesn't work if port is used in the url (#653). | Jean-Philippe Lang | 2008-02-16 | 1 | -2/+2 |
* | Added: | Jean-Philippe Lang | 2008-02-16 | 2 | -9/+33 |
* | The following menus can now be extended by plugins: top_menu, account_menu, a... | Jean-Philippe Lang | 2008-02-12 | 1 | -11/+25 |
* | Added a few extensions/mimetypes. | Jean-Philippe Lang | 2008-02-07 | 1 | -6/+9 |
* | 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 | 2 | -2/+39 |
* | Highlight the current item of the main menu. | Jean-Philippe Lang | 2008-01-19 | 1 | -1/+59 |
* | Added a couple of mime types so that corresponding files can be viewed in the... | Jean-Philippe Lang | 2008-01-16 | 1 | -1/+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 | 1 | -3/+0 |
* | 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 | 1 | -0/+171 |
* | Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs comm... | Jean-Philippe Lang | 2008-01-03 | 1 | -1/+1 |
* | Trunk version changed to 0.6.devel | Jean-Philippe Lang | 2007-12-20 | 1 | -1/+1 |
* | Fixed: Textile image with style attribute cause internal server error. | Jean-Philippe Lang | 2007-12-19 | 1 | -1/+2 |
* | Ignore empty diffs. | Jean-Philippe Lang | 2007-12-19 | 1 | -1/+2 |
* | Changes for 0.6.2 release. | Jean-Philippe Lang | 2007-12-16 | 1 | -1/+1 |
* | SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter. | Jean-Philippe Lang | 2007-12-15 | 6 | -55/+14 |
* | Doc and version changes for 0.6.1 release. | Jean-Philippe Lang | 2007-12-10 | 1 | -1/+1 |
* | Bazaar adapter: fixed log with partial revisions parsing. | Jean-Philippe Lang | 2007-12-07 | 1 | -1/+4 |
* | Added Bazaar adapter. | Jean-Philippe Lang | 2007-12-03 | 1 | -0/+204 |
* | Added Annotate/Blame view for Subversion, CVS and Mercurial repositories. | Jean-Philippe Lang | 2007-12-02 | 4 | -4/+84 |
* | Themes: | Jean-Philippe Lang | 2007-11-22 | 1 | -1/+1 |
* | * Fixed: Error when displaying the issue list if a float custom field is mark... | Jean-Philippe Lang | 2007-11-21 | 1 | -1/+1 |
* | Fixed (CVS adapter): changes not recorded when using :pserver string. | Jean-Philippe Lang | 2007-11-16 | 1 | -1/+2 |
* | Added wiki macros support. 2 builtin macros are defined: hello_world (sample ... | Jean-Philippe Lang | 2007-11-12 | 2 | -6/+125 |
* | Slight changes for 0.6.0 release. | Jean-Philippe Lang | 2007-11-04 | 1 | -2/+2 |
* | Quote subversion username and password in svn commands. | Jean-Philippe Lang | 2007-10-19 | 2 | -5/+22 |
* | Removed inconsistent user manual stuff (html/docbook content and controller).... | Jean-Philippe Lang | 2007-10-13 | 1 | -0/+1 |
* | Added revision number in Redmine::VERSION (the revision number is read from .... | Jean-Philippe Lang | 2007-10-11 | 1 | -1/+25 |
* | Added basic Theme support. | Jean-Philippe Lang | 2007-10-10 | 1 | -0/+72 |
* | Calendar: | Jean-Philippe Lang | 2007-10-07 | 1 | -0/+76 |
* | Better handling of external link style assignment. | Jean-Philippe Lang | 2007-10-01 | 1 | -1/+1 |
* | Fixed TOC positionning in wiki pages. | Jean-Philippe Lang | 2007-10-01 | 1 | -0/+1 |
* | Span caps turned off in textile formatting. | Jean-Philippe Lang | 2007-10-01 | 1 | -0/+1 |
* | Added svn command output to error log when SubversionAdapter#entries parsing ... | Jean-Philippe Lang | 2007-09-30 | 1 | -2/+5 |
* | Fixed: Links get chopped by punctuation marks in anchors. | Jean-Philippe Lang | 2007-09-30 | 1 | -14/+10 |
* | Fixed: Links to other wiki pages in headings get corrupted (class attributes ... | Jean-Philippe Lang | 2007-09-27 | 1 | -2/+4 |
* | Search engines now supports pagination. | Jean-Philippe Lang | 2007-09-27 | 4 | -126/+0 |