summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Mail handler: strip tags when receiving a html-only email (#2312).Jean-Philippe Lang2008-12-141-11/+21
* Rails 2.1.2 deprecations (#2332).Jean-Philippe Lang2008-12-142-2/+2
* Make use of User.find_by_mailJean-Philippe Lang2008-12-121-1/+1
* Undo unwanted change.Jean-Philippe Lang2008-12-121-3/+0
* Rescue back_url param parsing on redirect.Jean-Philippe Lang2008-12-121-4/+11
* Escape back_url field value (#2320).Jean-Philippe Lang2008-12-121-1/+2
* Fixed: default category ignored when adding a document (#2328).Jean-Philippe Lang2008-12-122-0/+7
* Fixed: default flag removed when editing a default enumeration (#2327).Jean-Philippe Lang2008-12-121-1/+3
* Makes User.find_by_mail case-insensitive (password reminder #2322, repo users...Jean-Philippe Lang2008-12-121-0/+5
* Added plugin hooks around Journal editingEric Davis2008-12-103-0/+4
* Files module: makes version field non required (#1053).Jean-Philippe Lang2008-12-095-19/+28
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-0918-60/+76
* Adds a setting to limit the number of diff lines that should be displayed (de...Jean-Philippe Lang2008-12-072-1/+7
* Follows r2110.Jean-Philippe Lang2008-12-071-1/+1
* Makes logged-in username in topbar linking to (#2291).Jean-Philippe Lang2008-12-072-3/+3
* Show project name in front of related issues if cross-project issue relations...Jean-Philippe Lang2008-12-071-1/+2
* Fixes Darcs#cat with Postgresql.Jean-Philippe Lang2008-12-061-1/+1
* Changes issue history headings.Jean-Philippe Lang2008-12-062-3/+3
* Added several useful hooks to the Issue sidebarEric Davis2008-12-061-1/+4
* Final refactoring on Query#sql_for_field to rename v to valueEric Davis2008-12-051-14/+14
* Bit more refactoring on Query#sql_for_field to remove multiple returnsEric Davis2008-12-051-18/+18
* Refactor: Extracted new method Query#sql_for_field from Query#statement inEric Davis2008-12-051-45/+54
* Added :view_issues_history_journal_bottom hookEric Davis2008-12-051-0/+1
* Cross-project gantt and calendar (#1157).Jean-Philippe Lang2008-12-053-15/+14
* Added :view_issues_edit_notes_bottom hookEric Davis2008-12-031-0/+1
* Added :controller_issues_edit_before_save hookEric Davis2008-12-031-0/+3
* Fixed: wrong digest for text files under Windows (#2264).Jean-Philippe Lang2008-12-021-1/+8
* Use style attribute for setting width of table cells in progress bars (#2267).Jean-Philippe Lang2008-12-021-3/+3
* Fixed: 404 when "Apply" clicked on activity page (#2251).Jean-Philippe Lang2008-12-012-2/+2
* Replaces User.find_active with a named scope.Jean-Philippe Lang2008-11-307-19/+10
* Adds To and Cc as watchers when submitting an issue by email (#2245).Jean-Philippe Lang2008-11-301-0/+16
* Mail handler: check workflow for status set/change.Jean-Philippe Lang2008-11-301-4/+11
* Adds link to user's account on issue history.Jean-Philippe Lang2008-11-302-2/+2
* Obfuscates email address on user's account page using javascript.Jean-Philippe Lang2008-11-301-1/+1
* Slight changes to profile on account page and last connexion date added.Jean-Philippe Lang2008-11-301-8/+11
* Adds links between account and user's activity pages.Jean-Philippe Lang2008-11-302-2/+2
* Adds atom feed on user's account page.Jean-Philippe Lang2008-11-301-0/+9
* Fixes activity atom link params (when not on first page).Jean-Philippe Lang2008-11-301-2/+2
* Makes activity view accept a user_id param to show user's activity (#1002).Jean-Philippe Lang2008-11-302-5/+17
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-3011-17/+54
* Fixed: inappropriate redirection to login or register page may occur (#2206)....Jean-Philippe Lang2008-11-271-2/+2
* Do not request blank LDAP attributes.Jean-Philippe Lang2008-11-252-2/+5
* Fixed date filters accuracy with SQLite (#2221).Jean-Philippe Lang2008-11-231-7/+19
* Extends child_pages macro to display child pages based on page parameter (#19...Jean-Philippe Lang2008-11-223-16/+35
* Adds url and author_url plugin attributes (#2162).Jean-Philippe Lang2008-11-161-6/+8
* Adds .find and .all Plugin class methods.Jean-Philippe Lang2008-11-163-8/+9
* Adds plugin id attribute.Jean-Philippe Lang2008-11-162-7/+7
* Moves plugin list to its own administration menu item.Jean-Philippe Lang2008-11-164-17/+25
* Fixes #2170: user display format in application settings broken by r2010.Jean-Philippe Lang2008-11-131-1/+5
* Fixes #2171: issue pdf export broken by r2006.Jean-Philippe Lang2008-11-131-1/+1