summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* Fixed: Bazaar "[merge]" tags parsing fails (#3445).Jean-Philippe Lang2009-06-061-1/+1
* Added Redmine::Info.issue to get links to specific issue numbers.Eric Davis2009-05-301-0/+5
* Add plugins information to script/about (#3387).Jean-Philippe Lang2009-05-251-0/+16
* Prevent nil error when retrieving svn version (#3268).Jean-Philippe Lang2009-05-101-1/+1
* Ticket grouping (#2679).Jean-Philippe Lang2009-04-261-2/+13
* Adds .erb mime type.Jean-Philippe Lang2009-04-251-1/+1
* Fixed: Mercurial integration doesn't work if redmine is installed in folder p...Jean-Philippe Lang2009-04-211-1/+1
* Adds mime type specific css classes to the SCM browser.Jean-Philippe Lang2009-04-191-0/+11
* Set a default scope for 'My page' block names translations (#3057).Jean-Philippe Lang2009-04-051-1/+1
* Fixed: zh-TW PDF export broken by new locales (#2940).Jean-Philippe Lang2009-03-121-1/+1
* Fixes that Redmine::WikiFormatting.register did not raise ArgumentError when ...Jean-Philippe Lang2009-03-071-1/+1
* Allow My Page blocks to be added to from a plugin (#2840).Jean-Philippe Lang2009-02-261-0/+32
* Fixing Plugin and Mailer default_url_options.Eric Davis2009-02-251-2/+8
* Fixes menu translation.Jean-Philippe Lang2009-02-211-3/+6
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-217-12/+92
* Refactored the mess known as Hook default_url_options in favor of the simplerEric Davis2009-02-211-10/+1
* Renamed variables to be more descriptive. #2542Eric Davis2009-02-101-4/+4
* Added request and controller objects to the hooks by default.Eric Davis2009-02-101-8/+52
* Adds a setting to limit the number of revisions displayed on a repository fil...Jean-Philippe Lang2009-02-011-0/+1
* Fixed: TOC does not parse wiki page reference links with description (#2601).Jean-Philippe Lang2009-01-291-1/+1
* Adds rel='nofollow' attribute to other formats download links (#2491).Jean-Philippe Lang2009-01-291-1/+1
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-291-0/+33
* Explicitly require 'rfpdf/fpdf' (#2584).Jean-Philippe Lang2009-01-271-0/+1
* Fixes r2226: exporting an issue with attachments to PDF raises an error (#2492).Jean-Philippe Lang2009-01-121-0/+2
* Fixed: no error is raised when entering invalid hours on the issue update for...Jean-Philippe Lang2009-01-091-1/+3
* Slight changes to ease Rails 2.2 support.Jean-Philippe Lang2009-01-042-2/+39
* Scramble PDF title (#1204).Jean-Philippe Lang2009-01-041-0/+21
* Merged r2231 from 0.8-stable (#2402).Jean-Philippe Lang2009-01-041-9/+9
* Do not use compute_public_path.Jean-Philippe Lang2009-01-041-2/+6
* Move PDF stuff to a single helper.Jean-Philippe Lang2009-01-041-0/+438
* IMAP: add options to move received emails.Jean-Philippe Lang2008-12-311-1/+10
* Jump to the current tab when using the project quick-jump combo (#2364).Jean-Philippe Lang2008-12-301-2/+13
* Disable textile inline styles to prevent XSS attacks (#2377).Jean-Philippe Lang2008-12-281-0/+1
* Fixed: deleted files should not be shown when browsing a Darcs repository (#2...Jean-Philippe Lang2008-12-271-3/+10
* Fixed: CVS browser should not show dead revisions (deleted files) (#2319).Jean-Philippe Lang2008-12-141-1/+1
* Capture scm CLI stderr to log/scm.stderr.log when running in dev environmentJean-Philippe Lang2008-12-121-0/+4
* Adds a setting to limit the number of diff lines that should be displayed (de...Jean-Philippe Lang2008-12-071-0/+10
* Use options hash in UnifiedDiff.newJean-Philippe Lang2008-12-071-4/+6
* Set version to 0.8Jean-Philippe Lang2008-12-071-2/+2
* Fixed: CVS connexion string may not contain @.Jean-Philippe Lang2008-12-061-2/+8
* Makes activity view accept a user_id param to show user's activity (#1002).Jean-Philippe Lang2008-11-301-1/+9
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-301-2/+8
* Adds a css class on menu items in order to apply item specific styles (eg. ic...Jean-Philippe Lang2008-11-271-2/+14
* Extends child_pages macro to display child pages based on page parameter (#19...Jean-Philippe Lang2008-11-221-13/+27
* SubversionAdapter#entries performance improvement.Jean-Philippe Lang2008-11-181-7/+10
* Do not query multiple times git for branch (#1435).Jean-Philippe Lang2008-11-171-2/+2
* Adds Plugin#requires_redmine method so that plugin compatibility can be check...Jean-Philippe Lang2008-11-162-1/+38
* Adds url and author_url plugin attributes (#2162).Jean-Philippe Lang2008-11-161-1/+1
* Adds a few Plugin tests.Jean-Philippe Lang2008-11-161-0/+9
* Adds .find and .all Plugin class methods.Jean-Philippe Lang2008-11-161-1/+13