summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Updated macro documentation.Jean-Philippe Lang2012-08-181-32/+47
* Validate macro name and options.Jean-Philippe Lang2012-08-181-1/+7
* Let macros optionally accept a block of text (#3061).Jean-Philippe Lang2012-08-181-6/+43
* Macros processing overhaul (#3061, #11633).Jean-Philippe Lang2012-08-172-7/+19
* Use abbr_day_name to get the first letter of the day name (#9839).Jean-Philippe Lang2012-08-131-0/+4
* Set application/javascript as javascript mime tpye (#11621).Jean-Philippe Lang2012-08-131-1/+1
* Use the accessor.Jean-Philippe Lang2012-08-081-1/+1
* Adds an option to macro definition to disable arguments parsing (#11578).Jean-Philippe Lang2012-08-081-7/+31
* Added SVG mime-type (#11595).Jean-Philippe Lang2012-08-061-0/+1
* Support for subforums (#3831).Jean-Philippe Lang2012-07-311-1/+1
* Fixed rake redmine:plugins:test:* not running some tests in subdirectories (#...Jean-Baptiste Barth2012-07-291-3/+3
* Invoke db:schema:dump after plugin migrations so that db/schema.rb stays up-t...Jean-Baptiste Barth2012-07-291-0/+2
* Removed line numbers from syntax highlightment.Jean-Philippe Lang2012-07-291-1/+1
* Don't repeat revision on annotate view.Jean-Philippe Lang2012-07-281-0/+12
* Merged and minified jstoolbar.js and textile.js.Jean-Philippe Lang2012-07-281-2/+1
* Adds JSONP support to the API (#11469).Jean-Philippe Lang2012-07-275-8/+24
* Adds a task to duplicate a string in locales.Jean-Philippe Lang2012-07-261-0/+28
* Changed issues css class from priority-{position} to status-{id} (#2071).Jean-Philippe Lang2012-07-261-3/+3
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-225-744/+1
* code layout cleanup lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-07-211-61/+0
* replace tabs to spaces and fix indents at lib/redmine/helpers/gantt.rbToshi MARUYAMA2012-07-211-41/+41
* Removed debug message.Jean-Philippe Lang2012-07-161-1/+0
* Test if convert binary is available.Jean-Philippe Lang2012-07-161-2/+12
* Adds a macro for inserting thumbnails in formatted text (#3510).Jean-Philippe Lang2012-07-161-0/+18
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-4/+4
* Fixes transparency issue.Etienne Massip2012-07-111-3/+3
* File handling cleanup.Etienne Massip2012-07-113-25/+30
* Use tabs instead of spaces for consistency.Etienne Massip2012-07-101-1/+1
* Code cleanup.Etienne Massip2012-07-101-3/+2
* Make sure that file handle is freed when an error is raised to prevent access...Etienne Massip2012-07-101-1/+2
* Use 1.8.7 compatible @Pathname#to_s@ alias for @Pathname#to_path@.Etienne Massip2012-07-102-3/+3
* Set temporary path cache variable as a String back again so that TCPDF handle...Etienne Massip2012-07-102-3/+3
* Use named routes.Jean-Philippe Lang2012-07-071-1/+1
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-072-0/+56
* sort files in locales:update rake taskToshi MARUYAMA2012-07-061-1/+1
* sort files in locales:check_interpolation and locales:check_parsing_by_psych ...Toshi MARUYAMA2012-07-051-2/+3
* 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-253-19/+38
* Safe attributes for repositories.Jean-Philippe Lang2012-06-191-1/+5
* Updates for 2.0.3 release.Jean-Philippe Lang2012-06-181-1/+1
* fix PDF export tables problems (#10688)Toshi MARUYAMA2012-06-171-21/+28
* 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
* Run only unit, functional then integration tests for coverage.Jean-Philippe Lang2012-06-121-2/+1
* 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