Commit Graph

106 Commits (591407c5c81028eb3b5feeeabf7474adca626e29)

Author SHA1 Message Date
Jean-Philippe Lang 622b6121f4 Fixes nil error when svn binary version is unknown (#1607). 17 years ago
Jean-Philippe Lang 29fb8db936 Adds MercurialAdapter.client_version and prevent @hg --version@ to be called on each request. 17 years ago
Jean-Philippe Lang 12fbd06c02 Display svn properties in the browser, svn >= 1.5.0 only (#1581). 17 years ago
Jean-Philippe Lang 00593f2f34 Reduces memory usage when importing large git repositories (#1482). 17 years ago
Jean-Philippe Lang 28c094f50e Turn ftp urls into links (#1514). 17 years ago
Jean-Philippe Lang 8b6dd3fdcd IMAP: fetch unseen messages only. 17 years ago
Jean-Philippe Lang 8b33565b3e IMAP: Mark emails as Seen. 17 years ago
Jean-Philippe Lang 3d8d4fa0d6 Adds a rake task (redmine📧receive_imap) to read emails from an IMAP server (#1110). 17 years ago
Jean-Philippe Lang fda7bcdfb6 Mercurial adapter tests fix (#1469). 17 years ago
Jean-Philippe Lang d991e46f12 Fixed: urls containing @ are parsed as email adress by the wiki formatter (#1456). 17 years ago
Jean-Philippe Lang ca6e69ec24 Fixed: view file at given revision with CVS. 17 years ago
Jean-Philippe Lang 11e9891425 Fixed: TOC does not remove colorization markups (#1423). 17 years ago
Jean-Philippe Lang 40a9bbe946 CVS: add support for modules names with spaces (#1434). 17 years ago
Jean-Philippe Lang ec0525d497 Move unified diff parser out of the scm abstract adapter so it can be reused for viewing attached diffs (#1403). 17 years ago
Jean-Philippe Lang a0d1414606 Filesystem adapter: read files in binary mode. 17 years ago
Jean-Philippe Lang 5dea200774 Filesystem adapter: negative size is displayed for large files under win32. 17 years ago
Jean-Philippe Lang e69b4647f2 Adds Filesystem adapter (patch #1393 by Paul R). 17 years ago
Jean-Philippe Lang 6d5db302ee Subversion adapter: ignore directories with no commit date (#1370). 17 years ago
Jean-Philippe Lang aa9d04a4a7 Mercurial adapter improvements (patch #1199 by Pierre Paysant-Le Roux). 17 years ago
Jean-Philippe Lang a5ee8f8986 Fixed: SVN errors lead to svn username/password being displayed to end users (#1368). 17 years ago
Jean-Philippe Lang 891a71ad47 Fixed: new line at the end of a file is not displayed in diff. 17 years ago
Jean-Philippe Lang 88dea1a06d Adds multi-levels blockquotes support by using > at the beginning of lines. 17 years ago
Jean-Philippe Lang e1a86106d0 Fixed: GitAdapter#get_rev should use current branch instead of hardwiring @master@ (#1319). 17 years ago
Jean-Philippe Lang aa87a73e41 No multiline text for textile links. 17 years ago
Jean-Philippe Lang 835cc7ed7c Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant (#1207). 17 years ago
Jean-Philippe Lang c65d696f41 Fixed: error when using upcase language name in coderay (#1162) (Windows specific). 17 years ago
Jean-Philippe Lang 6d637ad982 Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki (#967). 17 years ago
Jean-Philippe Lang f1ae453688 Fixed: Updating tickets add a time log with zero hours (#1147). 17 years ago
Jean-Philippe Lang a73f68a185 Fixed: Links to repository directories don't work (#1119). 17 years ago
Jean-Philippe Lang a6311a9603 Estimated time recognizes improved time formats (#1092). 17 years ago
Jean-Philippe Lang 0329094f01 Include macro can include a page of another project wiki using !{{include(projectname:Foo)}} (#1052). 17 years ago
Jean-Philippe Lang 7aaa538fd9 Fixed: error when browsing an empty Mercurial repository (#1046). 17 years ago
Jean-Philippe Lang db7f890030 Mercurial: Get proper file action on revision (#983). 17 years ago
Jean-Philippe Lang 154f60edd3 Fix repository browsing at given revision for various scm and add tests for this. 17 years ago
Jean-Philippe Lang c6271d8361 Fixed: inline image not displayed when including a wiki page (closes #1001). 17 years ago
Jean-Philippe Lang 14a2b7e9b5 Verify rev and rev_to params format in RepositoriesController. And turn revision arguments into integers in SubversionAdapter. 17 years ago
Jean-Philippe Lang 472654aebe Fixed: revision is ignored in MercurialAdapter#cat. 17 years ago
Jean-Philippe Lang 60c12ca3ab Doc update before 0.7-rc1 release. 17 years ago
Jean-Philippe Lang f162337e1b Always show 'View' and 'Annotate' links on repository files (download will be forced when clicking 'View' if the file is binary). 17 years ago
Jean-Philippe Lang 451aa6ba4e Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs (#834). 17 years ago
Jean-Philippe Lang 01fdaf5977 Mercurial adapter: 17 years ago
Jean-Philippe Lang ea161c9ea4 Prevent unexpected nil error in GitAdapter#info if the repository path is invalid. 17 years ago
Jean-Philippe Lang 2c1e63720e SCM AbstractAdapter use shell_quote to more properly escape path (closes #838 by John Goerzen). 17 years ago
Jean-Philippe Lang 3a9b0988c7 Merged Git support branch (r1200 to r1226). 17 years ago
Jean-Philippe Lang a9c972fbb3 Quotes Mercurial entries command depending on the OS. 17 years ago
Jean-Philippe Lang 71d3bb2f7b Fixes Mercurial browsing under unix-like os and for directory depth > 2 and (patch #826 by Frederic Moulins, slightly edited to preserve win32 compatibility). 17 years ago
Jean-Philippe Lang d09f7d73b3 Added jsp mime type. 17 years ago
Jean-Philippe Lang d8c97b32dd Fixes #780: Redmine fails to start with a const_missing error on Redmine::MenuManager::MenuItem::GLoc (occurs when a Redmine plugin is loaded before GLoc). 17 years ago
Jean-Philippe Lang 792b7f30e3 Menus items: 17 years ago
Jean-Philippe Lang 53a04b0a44 Fixed: CVS repository doesn't work if port is used in the url (#653). 17 years ago