| Commit message (Expand) | Author | Age | Files | Lines |
* | Redmine links can be used to link to documents, versions and attachments. | Jean-Philippe Lang | 2008-01-15 | 1 | -6/+6 |
* | Fixed: Themes are not applied with Rails 2.0 | Jean-Philippe Lang | 2008-01-07 | 1 | -0/+4 |
* | Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil (... | Jean-Philippe Lang | 2008-01-06 | 1 | -1/+1 |
* | Merged IssuesController change_status and add_note actions. | Jean-Philippe Lang | 2008-01-06 | 2 | -6/+2 |
* | Default configuration data can now be loaded from the administration screen. | Jean-Philippe Lang | 2008-01-05 | 1 | -107/+108 |
* | Moved redmine:load_default_data code to a module so that it can be called fro... | Jean-Philippe Lang | 2008-01-04 | 2 | -162/+194 |
* | Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs comm... | Jean-Philippe Lang | 2008-01-03 | 1 | -1/+1 |
* | TabularFormBuilder moved out of application_helper.rb | Jean-Philippe Lang | 2007-12-30 | 1 | -0/+51 |
* | Trunk version changed to 0.6.devel | Jean-Philippe Lang | 2007-12-20 | 1 | -1/+1 |
* | Added wiki annotate view. It's accessible for each version from the page hist... | Jean-Philippe Lang | 2007-12-20 | 1 | -1/+1 |
* | Fixed: Textile image with style attribute cause internal server error. | Jean-Philippe Lang | 2007-12-19 | 1 | -1/+2 |
* | Ignore empty diffs. | Jean-Philippe Lang | 2007-12-19 | 1 | -1/+2 |
* | Moved ProjectsController#list_documents and add_document to DocumentsControll... | Jean-Philippe Lang | 2007-12-18 | 1 | -3/+3 |
* | Changes for 0.6.2 release. | Jean-Philippe Lang | 2007-12-16 | 1 | -1/+1 |
* | SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter. | Jean-Philippe Lang | 2007-12-15 | 6 | -55/+14 |
* | Fixed Trac importer error with Rails 2.0: readonly? is defined by ActiveRecord. | Jean-Philippe Lang | 2007-12-14 | 1 | -0/+5 |
* | Doc and version changes for 0.6.1 release. | Jean-Philippe Lang | 2007-12-10 | 1 | -1/+1 |
* | Bazaar adapter: fixed log with partial revisions parsing. | Jean-Philippe Lang | 2007-12-07 | 1 | -1/+4 |
* | Added version details view accessible from the roadmap. | Jean-Philippe Lang | 2007-12-07 | 1 | -0/+1 |
* | Added Bazaar adapter. | Jean-Philippe Lang | 2007-12-03 | 2 | -1/+205 |
* | Project name format limitation removed (name can now contain any character). | Jean-Philippe Lang | 2007-12-03 | 1 | -2/+2 |
* | Added Annotate/Blame view for Subversion, CVS and Mercurial repositories. | Jean-Philippe Lang | 2007-12-02 | 5 | -5/+85 |
* | Trac importer: | Jean-Philippe Lang | 2007-12-02 | 1 | -19/+69 |
* | Fixed Mantis importer: projects trackers and modules assignment | Jean-Philippe Lang | 2007-11-29 | 2 | -8/+13 |
* | Trac importer improvements (by Mat Trudel): | Jean-Philippe Lang | 2007-11-25 | 1 | -20/+57 |
* | Forums enhancements: | Jean-Philippe Lang | 2007-11-24 | 1 | -0/+2 |
* | Themes: | Jean-Philippe Lang | 2007-11-22 | 1 | -1/+1 |
* | * Fixed: Error when displaying the issue list if a float custom field is mark... | Jean-Philippe Lang | 2007-11-21 | 1 | -1/+1 |
* | Anonymous users can now be allowed to create, edit, comment issues, comment n... | Jean-Philippe Lang | 2007-11-20 | 1 | -6/+6 |
* | Fixed (CVS adapter): changes not recorded when using :pserver string. | Jean-Philippe Lang | 2007-11-16 | 1 | -1/+2 |
* | Added wiki macros support. 2 builtin macros are defined: hello_world (sample ... | Jean-Philippe Lang | 2007-11-12 | 2 | -6/+125 |
* | Trac importer: user can now choose between sqlite and sqlite3 adapter for Tra... | Jean-Philippe Lang | 2007-11-09 | 1 | -4/+14 |
* | Moved ProjectsController#list_news to NewsController#index. | Jean-Philippe Lang | 2007-11-05 | 1 | -2/+2 |
* | ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer... | Jean-Philippe Lang | 2007-11-05 | 1 | -3/+3 |
* | Slight changes for 0.6.0 release. | Jean-Philippe Lang | 2007-11-04 | 1 | -2/+2 |
* | Removed IssueStatus html_color attribute. | Jean-Philippe Lang | 2007-11-04 | 1 | -6/+6 |
* | Added AJAX based context menu on the project issue list that provide shortcut... | Jean-Philippe Lang | 2007-10-28 | 1 | -1/+1 |
* | Quote subversion username and password in svn commands. | Jean-Philippe Lang | 2007-10-19 | 2 | -5/+22 |
* | Removed inconsistent user manual stuff (html/docbook content and controller).... | Jean-Philippe Lang | 2007-10-13 | 1 | -0/+1 |
* | Added revision number in Redmine::VERSION (the revision number is read from .... | Jean-Philippe Lang | 2007-10-11 | 1 | -1/+25 |
* | Added basic Theme support. | Jean-Philippe Lang | 2007-10-10 | 2 | -0/+73 |
* | Added 'Bulk edit' functionality. | Jean-Philippe Lang | 2007-10-09 | 1 | -1/+2 |
* | Set enumeration positions and default priority (Normal) in default configurat... | Jean-Philippe Lang | 2007-10-08 | 1 | -9/+9 |
* | Calendar: | Jean-Philippe Lang | 2007-10-07 | 1 | -0/+76 |
* | Merged IssuesController#export_pdf into IssuesController#show. | Jean-Philippe Lang | 2007-10-05 | 1 | -1/+1 |
* | 'Manage repository' permission requires to be a project member. | Jean-Philippe Lang | 2007-10-05 | 1 | -1/+1 |
* | Fixed: URL with ~ broken in wiki formatting. | Jean-Philippe Lang | 2007-10-03 | 1 | -5/+5 |
* | Better handling of external link style assignment. | Jean-Philippe Lang | 2007-10-01 | 2 | -2/+4 |
* | Fixed TOC positionning in wiki pages. | Jean-Philippe Lang | 2007-10-01 | 1 | -0/+1 |
* | Span caps turned off in textile formatting. | Jean-Philippe Lang | 2007-10-01 | 1 | -0/+1 |