summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added AJAX based context menu on the project issue list that provide shortcut...Jean-Philippe Lang2007-10-281-1/+1
* Quote subversion username and password in svn commands.Jean-Philippe Lang2007-10-192-5/+22
* Removed inconsistent user manual stuff (html/docbook content and controller)....Jean-Philippe Lang2007-10-131-0/+1
* Added revision number in Redmine::VERSION (the revision number is read from ....Jean-Philippe Lang2007-10-111-1/+25
* Added basic Theme support.Jean-Philippe Lang2007-10-102-0/+73
* Added 'Bulk edit' functionality.Jean-Philippe Lang2007-10-091-1/+2
* Set enumeration positions and default priority (Normal) in default configurat...Jean-Philippe Lang2007-10-081-9/+9
* Calendar:Jean-Philippe Lang2007-10-071-0/+76
* Merged IssuesController#export_pdf into IssuesController#show.Jean-Philippe Lang2007-10-051-1/+1
* 'Manage repository' permission requires to be a project member.Jean-Philippe Lang2007-10-051-1/+1
* Fixed: URL with ~ broken in wiki formatting.Jean-Philippe Lang2007-10-031-5/+5
* Better handling of external link style assignment.Jean-Philippe Lang2007-10-012-2/+4
* Fixed TOC positionning in wiki pages.Jean-Philippe Lang2007-10-011-0/+1
* Span caps turned off in textile formatting.Jean-Philippe Lang2007-10-011-0/+1
* Removed ProjectsController#feeds. This view was incomplete and inconsistent w...Jean-Philippe Lang2007-10-011-1/+1
* Added svn command output to error log when SubversionAdapter#entries parsing ...Jean-Philippe Lang2007-09-301-2/+5
* Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier).Jean-Philippe Lang2007-09-301-1/+1
* Fixed: Links get chopped by punctuation marks in anchors.Jean-Philippe Lang2007-09-301-14/+10
* Redmine acts_as_* plugins moved to vendor/plugins.Jean-Philippe Lang2007-09-296-217/+0
* Fixed: Links to other wiki pages in headings get corrupted (class attributes ...Jean-Philippe Lang2007-09-271-2/+4
* Search engines now supports pagination.Jean-Philippe Lang2007-09-277-2/+91
* Basic plugin support.Jean-Philippe Lang2007-09-233-0/+140
* Application layout refactored.Jean-Philippe Lang2007-09-221-7/+2
* Added 2 log messages in SubversionAdapter#entries.Jean-Philippe Lang2007-09-181-1/+3
* Fixed: RMagick not loaded on case sensitive filesystems.Jean-Philippe Lang2007-09-171-1/+1
* Fixed: lines in wiki content containing just a single wiki link are not displ...Jean-Philippe Lang2007-09-151-1/+1
* Added project module concept.Jean-Philippe Lang2007-09-143-50/+89
* Fixed: watchers should be notified even if they uncheck 'mail notifications'Jean-Philippe Lang2007-09-111-1/+1
* Added the ability to rename wiki pages (specific permission required).Jean-Philippe Lang2007-09-091-0/+1
* Small fix to TOC regexp.Jean-Philippe Lang2007-09-091-1/+1
* Added automatic table of content support on wiki pages, based on h1., h2. and...Jean-Philippe Lang2007-09-091-2/+29
* Added code highlighting support in wiki, using this syntax:Jean-Philippe Lang2007-09-061-1/+17
* Added Redmine::WikiFormatting module and tests for wiki links.Jean-Philippe Lang2007-09-022-0/+1209
* Trac importer: 'resolution' field imported with history as a custom field.Jean-Philippe Lang2007-09-021-33/+50
* Trac importer now migrates status changes.Jean-Philippe Lang2007-09-021-21/+28
* Trac importer now checks the existence of trac.db and attachments directory b...Jean-Philippe Lang2007-09-021-26/+38
* Added namespace for Redmine specific rake tasks.Jean-Philippe Lang2007-09-023-2/+15
* Trac importer initial commit. The script migrates:Jean-Philippe Lang2007-09-011-0/+416
* Added Redmine::Info to store various information about the application.Jean-Philippe Lang2007-08-293-8/+9
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-297-10/+378
* Gantt chart can now be exported to a graphic file (png).Jean-Philippe Lang2007-08-261-0/+6
* Mantis importer: small fix in categories mapping.Jean-Philippe Lang2007-08-251-1/+1
* Mantis importer:Jean-Philippe Lang2007-08-251-3/+10
* Mantis importer: issue categories truncated to 30 chars.Jean-Philippe Lang2007-08-251-1/+1
* Added syntax highlightment for repository files (using CodeRay).Jean-Philippe Lang2007-08-152-2/+5
* Mantis importer: fixed default role mappingJean-Philippe Lang2007-08-151-5/+5
* Small change to mantis importer to be 0.5.1 compatible.Jean-Philippe Lang2007-08-141-1/+1
* Mantis importer: fixed a few bugsJean-Philippe Lang2007-08-141-10/+17
* Mantis importer: replaced find by find_by_idJean-Philippe Lang2007-08-141-7/+7
* Mantis importer: added priorities mapping.Jean-Philippe Lang2007-08-131-4/+13