summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Process all translations files.Jean-Philippe Lang2009-02-211-1/+1
* Adds locales:update task as a replacement for gloc:update.Jean-Philippe Lang2009-02-211-0/+31
* 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-2110-16/+120
* Refactored the mess known as Hook default_url_options in favor of the simplerEric Davis2009-02-211-10/+1
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-152-2/+2
* 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
* Less strict textile links parsing (#2582).Jean-Philippe Lang2009-01-311-1/+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
* Fixed that Trac importer was creating duplicate custom values (#2506).Jean-Philippe Lang2009-01-181-127/+130
* Fixes r2226: exporting an issue with attachments to PDF raises an error (#2492).Jean-Philippe Lang2009-01-121-0/+2
* Codified instructions from RUNNING_TESTS as rake tasks for convenienceEric Davis2009-01-121-0/+30
* Fixed: no error is raised when entering invalid hours on the issue update for...Jean-Philippe Lang2009-01-091-1/+3
* Refactor TabularFormBuilder field helpers (#2461).Jean-Philippe Lang2009-01-071-13/+13
* 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-312-3/+19
* Stricter textile links parsing (#2417).Jean-Philippe Lang2008-12-301-2/+5
* 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-282-2/+2
* Fixed bold syntax around single character in series (#2351).Jean-Philippe Lang2008-12-281-2/+2
* Fixed: deleted files should not be shown when browsing a Darcs repository (#2...Jean-Philippe Lang2008-12-271-3/+10
* Escape textile titles and styles (#2377).Jean-Philippe Lang2008-12-231-6/+9
* Escape double-quotes in image titles.Jean-Philippe Lang2008-12-191-1/+5
* 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
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-4/+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
* Adds status option to email integration rake tasks.Jean-Philippe Lang2008-11-301-2/+4
* 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-272-11/+23
* 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