summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed: default category ignored when adding a document (#2328).Jean-Philippe Lang2008-12-122-0/+46
* Fixed: default flag removed when editing a default enumeration (#2327).Jean-Philippe Lang2008-12-121-0/+37
* Makes User.find_by_mail case-insensitive (password reminder #2322, repo users...Jean-Philippe Lang2008-12-122-1/+7
* Files module: makes version field non required (#1053).Jean-Philippe Lang2008-12-093-2/+88
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-093-20/+29
* Adds a setting to limit the number of diff lines that should be displayed (de...Jean-Philippe Lang2008-12-072-0/+121
* Cross-project gantt and calendar (#1157).Jean-Philippe Lang2008-12-051-0/+24
* Fixed: wrong digest for text files under Windows (#2264).Jean-Philippe Lang2008-12-022-2/+8
* Adds To and Cc as watchers when submitting an issue by email (#2245).Jean-Philippe Lang2008-11-302-0/+51
* Makes activity view accept a user_id param to show user's activity (#1002).Jean-Philippe Lang2008-11-301-0/+18
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-301-0/+9
* Adds a css class on menu items in order to apply item specific styles (eg. ic...Jean-Philippe Lang2008-11-271-3/+6
* Slight tests fixes.Jean-Philippe Lang2008-11-252-0/+3
* Fixed date filters accuracy with SQLite (#2221).Jean-Philippe Lang2008-11-232-9/+65
* Extends child_pages macro to display child pages based on page parameter (#19...Jean-Philippe Lang2008-11-224-26/+134
* Adds Plugin#requires_redmine method so that plugin compatibility can be check...Jean-Philippe Lang2008-11-161-0/+23
* Adds url and author_url plugin attributes (#2162).Jean-Philippe Lang2008-11-162-2/+6
* Adds a few Plugin tests.Jean-Philippe Lang2008-11-162-0/+73
* Moves plugin list to its own administration menu item.Jean-Philippe Lang2008-11-161-0/+8
* Less agressive Redcloth lang attribute parsing (#2091).Jean-Philippe Lang2008-11-111-0/+1
* Adds permissions to let users edit and/or delete their messages (#854, patch ...Jean-Philippe Lang2008-11-113-3/+34
* Turn ftps and sftp proto into links (#1514).Jean-Philippe Lang2008-11-111-0/+3
* Sort users by their display names so that user dropdown lists are sorted alph...Jean-Philippe Lang2008-11-111-2/+2
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-105-0/+62
* Changes ApplicationHelper#gravatar_for_mail to #avatar that takes a User or a...Jean-Philippe Lang2008-11-091-1/+14
* Git adapter: use commit time instead of author time (#2108).Jean-Philippe Lang2008-11-091-1/+13
* Fixes syntax highlighting broken by r1930 (#2143).Jean-Philippe Lang2008-11-081-2/+18
* Do not use @:skip_relative_url_root@ to generate urls in Mailer (#2122).Jean-Philippe Lang2008-11-081-0/+48
* Included Redmine::Hook::Helper to ActionController::Base so call_hookEric Davis2008-11-061-0/+4
* Fixed: Inline images don't work if file name has upper case letters or if ima...Jean-Philippe Lang2008-10-281-1/+11
* Adds back textile acronyms support (#2077).Jean-Philippe Lang2008-10-271-0/+5
* Makes wiki text formatter pluggable.Jean-Philippe Lang2008-10-271-0/+7
* Check that git changeset is not in the database before creating it (#1419).Jean-Philippe Lang2008-10-251-1/+1
* Adds the ability to search for a project name or identifier on the administra...Jean-Philippe Lang2008-10-241-0/+19
* Adds functional test for user search.Jean-Philippe Lang2008-10-241-0/+10
* Fixed: textile footnotes no longer work after r1113 (#974).Jean-Philippe Lang2008-10-181-0/+15
* Adds 'Delete wiki pages attachments' permission.Jean-Philippe Lang2008-10-182-0/+8
* Makes email address case-insensitive in MailHandler (#2032).Jean-Philippe Lang2008-10-161-2/+2
* add plain text option for mail #2029Nicolas Chuche2008-10-151-1/+11
* bugfix to two failed testsNicolas Chuche2008-10-151-1/+1
* Remove pre tag attributes.Jean-Philippe Lang2008-10-121-1/+3
* Added tests to cover IssueStatus.destroy and IssueStatus.check_integrityEric Davis2008-10-021-1/+14
* Fixed a failing assertion in test_post_edit_with_attachment_only that wouldEric Davis2008-10-021-0/+4
* Adds a workflow overview screen.Jean-Philippe Lang2008-09-282-40/+84
* Fixed: the default status is lost when reordering issue statuses (#1955).Jean-Philippe Lang2008-09-281-0/+7
* Fixed: Latest news appear on the homepage for projects with the News module d...Jean-Philippe Lang2008-09-281-0/+63
* Fixed: cross-project issue list should not show issues of projects for which ...Jean-Philippe Lang2008-09-253-0/+72
* Fixes html escaping.Jean-Philippe Lang2008-09-231-0/+1
* Strip LDAP attribute names before saving (#1890).Jean-Philippe Lang2008-09-211-0/+36
* Unescape back_url param before calling redirect_to.Jean-Philippe Lang2008-09-211-2/+2