summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-051-50/+42
* Fixed that wiki diff may produce html (#11209).Jean-Philippe Lang2012-06-261-4/+5
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-252-3/+20
* Safe attributes for repositories.Jean-Philippe Lang2012-06-191-1/+5
* Updates for 2.0.3 release.Jean-Philippe Lang2012-06-181-1/+1
* Display dates using user's locale if available (#2190).Etienne Massip2012-06-161-3/+8
* Fixed that time report raises a SQL error if there are multiple CustomValue f...Jean-Philippe Lang2012-06-141-3/+3
* Fixed that lines with spaces only before headings break wiki section extracti...Jean-Philippe Lang2012-06-111-1/+1
* Extract code from view.Jean-Philippe Lang2012-06-101-0/+8
* Adds a method to load changesets for repository entries.Jean-Philippe Lang2012-06-101-1/+2
* Fixed that Repository#entries returns an Array.Jean-Philippe Lang2012-06-101-1/+1
* Fixed that content_for does not work in Hook.render_on (#11105).Jean-Philippe Lang2012-06-091-3/+10
* Updates for 2.0.2 release.Jean-Philippe Lang2012-06-051-1/+1
* scm: mercurial: remove comment about Mercurial 0.9.5 compatibility from redmi...Toshi MARUYAMA2012-06-021-2/+0
* Use time_zone_select specific helper.Etienne Massip2012-06-011-0/+4
* Updates for 2.0.1 release.Jean-Philippe Lang2012-05-281-1/+1
* Replace RAILS_DEFAULT_LOGGER with ::Rails.logger (#11013).Jean-Philippe Lang2012-05-252-2/+2
* remove commented out Rails2 including from lib/redmine/hook.rbToshi MARUYAMA2012-05-091-3/+0
* Changes RedMine to Redmine in copyright notices.Jean-Philippe Lang2012-05-051-1/+1
* Copyright update.Jean-Philippe Lang2012-05-0548-48/+48
* fix label_for_field of LabelledFormBuilder always has class="error" in label tagToshi MARUYAMA2012-05-041-1/+1
* Adds a simple script/about.Jean-Philippe Lang2012-05-011-0/+19
* Let redmine:plugins:assets mirror a single plugin assets with name=.Jean-Philippe Lang2012-05-011-4/+8
* Adds deprecated tasks for plugins migration.Jean-Philippe Lang2012-05-011-3/+20
* Clean up custom field format definition.Jean-Philippe Lang2012-04-281-3/+7
* Restores plugin assets mirroring on startup, but it can now be disabled in co...Jean-Philippe Lang2012-04-281-0/+7
* Makes image_tag pick the image from the current theme if it exists.Jean-Philippe Lang2012-04-281-2/+14
* Restores support for :plugin support to stylesheet_link_tag and javascript_in...Jean-Philippe Lang2012-04-281-20/+0
* Removes the XML declaration that breaks the parser with JRuby.Jean-Philippe Lang2012-04-263-7/+14
* Do not sanitize escaped text in NullFormatter.Jean-Philippe Lang2012-04-251-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-2514-55/+198
* Updates for 1.4.1 release.Jean-Philippe Lang2012-04-201-1/+1
* Updated CodeRay to 1.0.6.Etienne Massip2012-04-121-1/+1
* Makes time syntax case insensitive (#10635).Jean-Philippe Lang2012-04-111-1/+1
* Fixed that export links include page parameter.Jean-Philippe Lang2012-04-111-1/+1
* Set version to 1.4.0.Jean-Philippe Lang2012-04-061-2/+2
* scm: git: use stdin instead of command line in "git log" (#10470)Toshi MARUYAMA2012-03-282-15/+20
* scm: git: rename "scm_cmd" to "git_cmd" and not use variable argument (#10470)Toshi MARUYAMA2012-03-281-10/+10
* Ruby1.9: scm: use :set_encoding instead of "RUBY_VERSION < '1.9'" for IO.pope...Toshi MARUYAMA2012-03-281-5/+2
* pdf: enhanced issues list (#10464)Toshi MARUYAMA2012-03-201-50/+161
* remove trailing white-spaces from lib/redmine/export/pdf.rbToshi MARUYAMA2012-03-191-3/+3
* Updates for 1.3.2 release.Jean-Philippe Lang2012-03-111-1/+1
* set svn:eol-style native lib/redmine/core_ext/date/calculations.rbToshi MARUYAMA2012-03-111-35/+35
* set svn:eol-style native lib/redmine/core_ext/date.rbToshi MARUYAMA2012-03-111-5/+5
* Adds Redmine::Utils.random_hex for generating a random hex string.Jean-Philippe Lang2012-03-041-0/+7
* Adds Redmine::Plugin.public_directory to be used instead of Engines.public_di...Jean-Philippe Lang2012-03-041-0/+3
* Extracted auto_link and auto_mailto to a module.Jean-Philippe Lang2012-03-042-53/+63
* Fixed DarcsAdapter for ruby 1.9.3.Jean-Philippe Lang2012-03-021-1/+2
* Fixed that partial diffs are done against html instead of original code (#9143).Jean-Philippe Lang2012-02-151-24/+25
* Allows custom styles in textile formatting using a white list of styles (#2416).Jean-Philippe Lang2012-02-121-1/+1