summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Propagates time tracking to the parent project (closes #433). Time report enh...Jean-Philippe Lang2008-02-271-0/+41
* Trac importer fix:Jean-Philippe Lang2008-02-261-8/+48
* Menus items:Jean-Philippe Lang2008-02-222-6/+12
* Mantis importer: do not duplicate Mantis username in firstname and lastname i...Jean-Philippe Lang2008-02-161-1/+1
* Fixed: CVS repository doesn't work if port is used in the url (#653).Jean-Philippe Lang2008-02-161-2/+2
* Added a simple rake task to fetch changesets from the repositories:Jean-Philippe Lang2008-02-161-0/+24
* Added:Jean-Philippe Lang2008-02-162-9/+33
* Added the following permissions (#527, #585, #627):Jean-Philippe Lang2008-02-161-0/+2
* Make Mantis importer preserve bug ids.Jean-Philippe Lang2008-02-151-1/+6
* The following menus can now be extended by plugins: top_menu, account_menu, a...Jean-Philippe Lang2008-02-122-18/+50
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-101-3/+2
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-091-2/+2
* Added a few extensions/mimetypes.Jean-Philippe Lang2008-02-071-6/+9
* Mantis importer: few fixes in user mapping.Jean-Philippe Lang2008-02-061-6/+12
* Trac importer: handle nil usernames.Jean-Philippe Lang2008-02-061-0/+2
* Use Postgresql's reset_pk_sequence in Trac importer to reset issue id sequenc...Jean-Philippe Lang2008-02-041-10/+2
* Do not use RedCloth's glyphs (#210).Jean-Philippe Lang2008-02-031-1/+1
* ProjectsController#add_news moved to NewsController#new.Jean-Philippe Lang2008-02-031-1/+1
* Do not show Roadmap menu item if the project doesn't define any versions.Jean-Philippe Lang2008-02-021-1/+2
* Mantis importer:Jean-Philippe Lang2008-01-231-6/+1
* Fixed: PostgreSQL issues_seq_id not updated when using Trac importer.Jean-Philippe Lang2008-01-231-1/+12
* Show explicit error message when the scm command failed (eg. when svn binary ...Jean-Philippe Lang2008-01-232-2/+1
* Added a 'New issue' link in the main menu (accesskey 7).Jean-Philippe Lang2008-01-203-2/+41
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-201-1/+1
* Highlight the current item of the main menu.Jean-Philippe Lang2008-01-192-12/+73
* Added a couple of mime types so that corresponding files can be viewed in the...Jean-Philippe Lang2008-01-161-1/+6
* Redmine links can be used to link to documents, versions and attachments.Jean-Philippe Lang2008-01-151-6/+6
* Fixed: Themes are not applied with Rails 2.0Jean-Philippe Lang2008-01-071-0/+4
* Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil (...Jean-Philippe Lang2008-01-061-1/+1
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-062-6/+2
* Default configuration data can now be loaded from the administration screen.Jean-Philippe Lang2008-01-051-107/+108
* Moved redmine:load_default_data code to a module so that it can be called fro...Jean-Philippe Lang2008-01-042-162/+194
* Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs comm...Jean-Philippe Lang2008-01-031-1/+1
* TabularFormBuilder moved out of application_helper.rbJean-Philippe Lang2007-12-301-0/+51
* Trunk version changed to 0.6.develJean-Philippe Lang2007-12-201-1/+1
* Added wiki annotate view. It's accessible for each version from the page hist...Jean-Philippe Lang2007-12-201-1/+1
* Fixed: Textile image with style attribute cause internal server error.Jean-Philippe Lang2007-12-191-1/+2
* Ignore empty diffs.Jean-Philippe Lang2007-12-191-1/+2
* Moved ProjectsController#list_documents and add_document to DocumentsControll...Jean-Philippe Lang2007-12-181-3/+3
* Changes for 0.6.2 release.Jean-Philippe Lang2007-12-161-1/+1
* SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.Jean-Philippe Lang2007-12-156-55/+14
* Fixed Trac importer error with Rails 2.0: readonly? is defined by ActiveRecord.Jean-Philippe Lang2007-12-141-0/+5
* Doc and version changes for 0.6.1 release.Jean-Philippe Lang2007-12-101-1/+1
* Bazaar adapter: fixed log with partial revisions parsing.Jean-Philippe Lang2007-12-071-1/+4
* Added version details view accessible from the roadmap.Jean-Philippe Lang2007-12-071-0/+1
* Added Bazaar adapter.Jean-Philippe Lang2007-12-032-1/+205
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-031-2/+2
* Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.Jean-Philippe Lang2007-12-025-5/+85
* Trac importer:Jean-Philippe Lang2007-12-021-19/+69
* Fixed Mantis importer: projects trackers and modules assignmentJean-Philippe Lang2007-11-292-8/+13