summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Do not show a link to the current annotate or view page (#2367).Jean-Philippe Lang2008-12-271-2/+2
* Prevent SQL error with old sessions after r2171.Jean-Philippe Lang2008-12-272-3/+3
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-2413-31/+52
* Escape query names (#2379).Jean-Philippe Lang2008-12-231-1/+1
* Escape wiki annotate lines content (#2380).Jean-Philippe Lang2008-12-231-1/+1
* Show view/annotate/download links on repositories/entries and repositories/an...Jean-Philippe Lang2008-12-225-10/+18
* Do not hardcode Watcher string in r2164.Jean-Philippe Lang2008-12-221-1/+1
* Adds watchers selection on new issue form (#398). Permission 'add issue watch...Jean-Philippe Lang2008-12-223-1/+13
* Check that wiki page exists before processing (#2360).Jean-Philippe Lang2008-12-191-13/+13
* Escape textarea content when editing a issue note.Jean-Philippe Lang2008-12-191-2/+2
* Adds a css class (overdue) to overdue issues on issue lists and detail views ...Jean-Philippe Lang2008-12-162-0/+6
* Adds a helper that returns issues css classes.Jean-Philippe Lang2008-12-164-3/+9
* Fixes repository user mapping submission when a repository username is blank ...Jean-Philippe Lang2008-12-152-3/+9
* 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