Commit Graph

106 Commits (591407c5c81028eb3b5feeeabf7474adca626e29)

Author SHA1 Message Date
Jean-Philippe Lang 0582337372 Added: 17 years ago
Jean-Philippe Lang c5d998528f The following menus can now be extended by plugins: top_menu, account_menu, application_menu (empty by default). 17 years ago
Jean-Philippe Lang 6d109258c9 Added a few extensions/mimetypes. 17 years ago
Jean-Philippe Lang 91dc13f4b2 Show explicit error message when the scm command failed (eg. when svn binary is not available). 17 years ago
Jean-Philippe Lang 16e9ffce0d Added a 'New issue' link in the main menu (accesskey 7). 17 years ago
Jean-Philippe Lang 0faa4568a0 Highlight the current item of the main menu. 17 years ago
Jean-Philippe Lang 18066ba8bf Added a couple of mime types so that corresponding files can be viewed in the browser. 17 years ago
Jean-Philippe Lang b2b56adbfa Fixed: Themes are not applied with Rails 2.0 17 years ago
Jean-Philippe Lang 78d9ae9754 Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil (same fix as r921). 17 years ago
Jean-Philippe Lang 976a31e941 Merged IssuesController change_status and add_note actions. 17 years ago
Jean-Philippe Lang c9fd7513ed Default configuration data can now be loaded from the administration screen. 17 years ago
Jean-Philippe Lang 6ae87d7c4c Moved redmine:load_default_data code to a module so that it can be called from the application. 17 years ago
Jean-Philippe Lang 832c7eaaa5 Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails. 17 years ago
Jean-Philippe Lang 9595029709 Trunk version changed to 0.6.devel 17 years ago
Jean-Philippe Lang 5f871e9657 Fixed: Textile image with style attribute cause internal server error. 17 years ago
Jean-Philippe Lang e219af1fbd Ignore empty diffs. 17 years ago
Jean-Philippe Lang b4eafd9ea8 Changes for 0.6.2 release. 17 years ago
Jean-Philippe Lang ea35fff5bf SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter. 17 years ago
Jean-Philippe Lang c00b8fd12e Doc and version changes for 0.6.1 release. 17 years ago
Jean-Philippe Lang 7fae4b0892 Bazaar adapter: fixed log with partial revisions parsing. 17 years ago
Jean-Philippe Lang 056e3703da Added Bazaar adapter. 17 years ago
Jean-Philippe Lang 8c65cc4712 Added Annotate/Blame view for Subversion, CVS and Mercurial repositories. 17 years ago
Jean-Philippe Lang 0634591b3d Themes: 17 years ago
Jean-Philippe Lang 5e6fa147da * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter' 17 years ago
Jean-Philippe Lang 1469a4c8df Fixed (CVS adapter): changes not recorded when using :pserver string. 17 years ago
Jean-Philippe Lang 8a8f819d27 Added wiki macros support. 2 builtin macros are defined: hello_world (sample macro that displays the arguments) and macro_list (display the list of installed macros). 17 years ago
Jean-Philippe Lang d0af24870e Slight changes for 0.6.0 release. 17 years ago
Jean-Philippe Lang ecfc40629f Quote subversion username and password in svn commands. 17 years ago
Jean-Philippe Lang a53c86f063 Removed inconsistent user manual stuff (html/docbook content and controller). Help link now points to the Redmine guide which will be more easy to maintain. 17 years ago
Jean-Philippe Lang 2ce184d1de Added revision number in Redmine::VERSION (the revision number is read from .svn/entries if it exists). 17 years ago
Jean-Philippe Lang 824a67ab5a Added basic Theme support. 17 years ago
Jean-Philippe Lang ec51cdd0f9 Calendar: 17 years ago
Jean-Philippe Lang 47e7ceacd7 Better handling of external link style assignment. 17 years ago
Jean-Philippe Lang 48fb20f540 Fixed TOC positionning in wiki pages. 17 years ago
Jean-Philippe Lang 0fc93a1197 Span caps turned off in textile formatting. 17 years ago
Jean-Philippe Lang c2220cffcf Added svn command output to error log when SubversionAdapter#entries parsing fails. 17 years ago
Jean-Philippe Lang b4d66593ef Fixed: Links get chopped by punctuation marks in anchors. 17 years ago
Jean-Philippe Lang e1bb4a5baa Fixed: Links to other wiki pages in headings get corrupted (class attributes shown). 17 years ago
Jean-Philippe Lang a96421019f Search engines now supports pagination. 17 years ago
Jean-Philippe Lang e4f0864e3a Basic plugin support. 17 years ago
Jean-Philippe Lang 83eed09109 Added 2 log messages in SubversionAdapter#entries. 17 years ago
Jean-Philippe Lang 21c97c6a13 Added project module concept. 17 years ago
Jean-Philippe Lang 29348fafb7 Fixed: watchers should be notified even if they uncheck 'mail notifications' 17 years ago
Jean-Philippe Lang f6fe15716e Small fix to TOC regexp. 17 years ago
Jean-Philippe Lang f3364b9dce Added automatic table of content support on wiki pages, based on h1., h2. and h3. headings. 17 years ago
Jean-Philippe Lang 42db3cac06 Added code highlighting support in wiki, using this syntax: 17 years ago
Jean-Philippe Lang 8a3e713f2f Added Redmine::WikiFormatting module and tests for wiki links. 17 years ago
Jean-Philippe Lang 840f18b1c7 Added Redmine::Info to store various information about the application. 17 years ago
Jean-Philippe Lang 603e11d7a5 Merged 0.6 branch into trunk. 17 years ago
Jean-Philippe Lang 889d50089d Added syntax highlightment for repository files (using CodeRay). 17 years ago