summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Ability to remove enumerations (activities, priorities, document categories) ...Jean-Philippe Lang2008-06-174-20/+57
* RepositoriesController cleanup with rescue_from.Jean-Philippe Lang2008-06-151-16/+5
* Adds a field on the repository view to browse at specific revision (#1443).Jean-Philippe Lang2008-06-151-1/+6
* Fixed: view file at given revision with CVS.Jean-Philippe Lang2008-06-153-6/+19
* Makes changes link to entries on the revision view.Jean-Philippe Lang2008-06-151-1/+3
* Adds links to repository directories in the browser (#1094).Jean-Philippe Lang2008-06-151-16/+8
* File size display with Bazaar repositories (#1149).Jean-Philippe Lang2008-06-141-0/+5
* Fixed: Logtime info lost when there's an error updating an issue (#1400).Jean-Philippe Lang2008-06-141-2/+2
* Fixed: time entries created with the default activity even if a different one...Jean-Philippe Lang2008-06-141-2/+4
* Fixed: page has no title when adding a project (#1436).Jean-Philippe Lang2008-06-141-1/+1
* Fixed: unexpected nil when viewing differences on CVS (#1444).Jean-Philippe Lang2008-06-141-1/+2
* Slight changes to diff view and style.Jean-Philippe Lang2008-06-091-2/+5
* Removed inconsistent revision numbers on diff view.Jean-Philippe Lang2008-06-091-13/+0
* Log the user in after registration if account activation is not needed.Jean-Philippe Lang2008-06-091-1/+2
* File viewer for attached text files.Jean-Philippe Lang2008-06-095-11/+34
* Move the file viewer to a partial.Jean-Philippe Lang2008-06-092-11/+12
* "New Project" link on Projects page for admin users (#1082).Jean-Philippe Lang2008-06-081-0/+1
* Unified diff viewer for attached files with .patch or .diff extension (#1403).Jean-Philippe Lang2008-06-086-5/+35
* Move diff viewer to a partial.Jean-Philippe Lang2008-06-082-70/+75
* SCM browser: ability to download raw unified diffs.Jean-Philippe Lang2008-06-082-12/+27
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-085-8/+8
* Don't search for the changeset if revision identifier is nil.Jean-Philippe Lang2008-06-081-1/+1
* Don't display the table headers if there is no changeset to display.Jean-Philippe Lang2008-06-081-1/+2
* Adds Filesystem adapter (patch #1393 by Paul R).Jean-Philippe Lang2008-06-082-0/+47
* Ability to disable unused SCM adapters in application settings.Jean-Philippe Lang2008-06-085-7/+20
* Display status change before subject of issue on the activity view otherwise ...Jean-Philippe Lang2008-06-071-1/+1
* Removes constraint on enumerations name (#1384).Jean-Philippe Lang2008-06-073-3/+2
* Fixed: Reply/Quote Function Newline Issue in Internet Explorer (#1362).Jean-Philippe Lang2008-06-071-3/+3
* Fixed: Atom link on saved query does not include query_id (#1390).Jean-Philippe Lang2008-06-061-1/+1
* Hides the "Replies" heading below a message if there is no reply (#1350).Jean-Philippe Lang2008-06-061-0/+2
* Redmine links regexp fix (#1369, url hash turned into a ticket link).Jean-Philippe Lang2008-06-041-1/+1
* Fixed: changesets titles should not be multiline in atom feeds (#1356).Jean-Philippe Lang2008-06-044-5/+17
* Make the 'duplicates of' relation asymmetric:Jean-Philippe Lang2008-06-032-3/+3
* Diff: adds some space between 2 changes in the same file and reduces html size.Jean-Philippe Lang2008-06-021-73/+69
* Fixed: Atom feeds don't provide author section for repository revisions (#1348).Jean-Philippe Lang2008-06-021-1/+1
* Fixed: Link to PDF doesn't work after creating new issue (#1346).Jean-Philippe Lang2008-06-021-1/+1
* Fixed: Reminder emails shouldn't include archived projects (#1351).Jean-Philippe Lang2008-06-021-1/+3
* Fixed: browser's accept-language subcodes ignored (#1320).Jean-Philippe Lang2008-05-301-3/+3
* Adds a Reply link to each issue note (#739). Reply is pre-filled with the quo...Jean-Philippe Lang2008-05-304-6/+36
* Fixed: can not access old projects created with a numeric identifier (#1322).Jean-Philippe Lang2008-05-291-1/+2
* Adds new projects atom feed (#1290).Jean-Philippe Lang2008-05-272-4/+17
* Moved ProjectsController#list to ProjectsController#index.Jean-Philippe Lang2008-05-262-6/+1
* Fixed roadmap links to versions (#1297).Jean-Philippe Lang2008-05-261-1/+1
* Fixed: IssueController#edit doesn't set default Activity as default (#1302).Jean-Philippe Lang2008-05-262-0/+7
* Adds a rake task to send reminders. An email is sent to each user with a list...Jean-Philippe Lang2008-05-253-0/+47
* Remove edit step from Status context menu (#1197).Jean-Philippe Lang2008-05-251-1/+1
* Change projects homepage limit to 255 chars (#663, #1095).Jean-Philippe Lang2008-05-252-2/+2
* Gantt chart: display issues that don't have a due date if they are assigned t...Jean-Philippe Lang2008-05-254-4/+17
* Prevents NoMethodError on @available_filters.has_key? in query.rb (#1178).Jean-Philippe Lang2008-05-251-1/+1
* Fixed: using '*' as keyword for repository referencing keywords doesn't work ...Jean-Philippe Lang2008-05-251-1/+1