| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Shortens filter param names. | Jean-Philippe Lang | 2011-04-01 | 3 | -13/+13 |
* | Keep filter params in 'Per page' links. | Jean-Philippe Lang | 2011-04-01 | 1 | -5/+2 |
* | Disable unused filter fields so they don't get submitted. | Jean-Philippe Lang | 2011-04-01 | 1 | -0/+4 |
* | Converted issue filters to non-AJAX GET requests (#1965). | Jean-Philippe Lang | 2011-04-01 | 9 | -76/+68 |
* | Initialize TimeEntry with issue and project for the issue edit form. | Jean-Philippe Lang | 2011-04-01 | 1 | -2/+2 |
* | Fixes #possible_values_options when given an object with nil project. | Jean-Philippe Lang | 2011-04-01 | 1 | -1/+1 |
* | Adds User and Version custom field format that can be used to reference a pro... | Jean-Philippe Lang | 2011-04-01 | 4 | -8/+48 |
* | Possible values label not hidden on custom field form. | Jean-Philippe Lang | 2011-03-30 | 1 | -5/+5 |
* | Modules selection lost on project form after validation failure (#8012). | Jean-Philippe Lang | 2011-03-30 | 1 | -4/+1 |
* | Removed hard coded french strings (#8020). | Jean-Philippe Lang | 2011-03-30 | 1 | -2/+2 |
* | Adds support for preview when editing an issue note (#5520). | Jean-Philippe Lang | 2011-03-28 | 2 | -0/+27 |
* | Save queries. | Jean-Philippe Lang | 2011-03-28 | 1 | -1/+1 |
* | Save 2 queries when displaying a root issue. | Jean-Philippe Lang | 2011-03-28 | 1 | -2/+3 |
* | Save 1 query + 1 cache hit in #shared_versions for root projects. | Jean-Philippe Lang | 2011-03-28 | 1 | -2/+4 |
* | Adds wiki toolbar to notes editing form (#7899). | Jean-Philippe Lang | 2011-03-28 | 2 | -2/+7 |
* | Load scripts and css for wiki formatter toolbar when needed. | Jean-Philippe Lang | 2011-03-28 | 1 | -1/+0 |
* | Fixed links in new file notification broken by r4051 (#6590). | Jean-Philippe Lang | 2011-03-27 | 1 | -2/+2 |
* | Adds support for saturday as the first week day (#7097). | Jean-Philippe Lang | 2011-03-27 | 2 | -1/+3 |
* | Do not send reminders to locked users (#5773). | Jean-Philippe Lang | 2011-03-27 | 1 | -1/+1 |
* | Allow bulk editing of parent issue (#5831). | Jean-Philippe Lang | 2011-03-27 | 1 | -0/+8 |
* | scm: remove "View all revisions" in sub directory (#7984). | Toshi MARUYAMA | 2011-03-26 | 1 | -4/+9 |
* | scm: add rev param to "View revisions" (#7984). | Toshi MARUYAMA | 2011-03-26 | 1 | -1/+4 |
* | Adds css classes to parent/child issues (#7986). | Jean-Philippe Lang | 2011-03-25 | 1 | -0/+2 |
* | scm: do not display 'View revision' links in subversion if path or revision a... | Toshi MARUYAMA | 2011-03-24 | 1 | -1/+5 |
* | scm: backout r5213. do not display both 'View all revisions' and 'View revisi... | Toshi MARUYAMA | 2011-03-24 | 1 | -9/+12 |
* | Fixes sort parameter in reminder email links (#7963). | Jean-Philippe Lang | 2011-03-24 | 1 | -1/+1 |
* | Fixed: unknown custom field format causes error when editing/bulk editing (#7... | Jean-Philippe Lang | 2011-03-24 | 1 | -4/+4 |
* | Do not display both 'View all revisions' and 'View revision' links (#7984). | Jean-Philippe Lang | 2011-03-24 | 1 | -12/+9 |
* | scm: set mime type in downloading file. | Toshi MARUYAMA | 2011-03-22 | 1 | -1/+4 |
* | scm: fix non ascii text files displaying (#6256). | Toshi MARUYAMA | 2011-03-22 | 1 | -3/+18 |
* | Show open and closed issues from "Issues by" version links. | Jean-Philippe Lang | 2011-03-21 | 1 | -2/+2 |
* | Fixed: atom links on wiki index broken by r4266. | Jean-Philippe Lang | 2011-03-21 | 2 | -4/+4 |
* | Fixed: Simultaneous wiki updates cause internal error (#7939). | Jean-Philippe Lang | 2011-03-21 | 1 | -4/+2 |
* | Silently ignore invalid status_by param. | Jean-Philippe Lang | 2011-03-20 | 1 | -2/+1 |
* | Adds an option to view issues count by status on the version page (#7921). | Jean-Philippe Lang | 2011-03-20 | 1 | -3/+3 |
* | Fixed: news comments not deleted when deleting a project (#7904). | Jean-Philippe Lang | 2011-03-20 | 1 | -1/+1 |
* | Adds links on the issue list to collapse/expang all groups (#7236). | Jean-Philippe Lang | 2011-03-20 | 1 | -0/+1 |
* | Makes the user form look like account form. | Jean-Philippe Lang | 2011-03-20 | 1 | -3/+11 |
* | Fixed: children projects are deleted instead of being destroyed when destroyi... | Jean-Philippe Lang | 2011-03-20 | 1 | -9/+2 |
* | Fixes error in RepositoriesHelper#replace_invalid_utf8 when given nil. | Jean-Philippe Lang | 2011-03-20 | 1 | -0/+1 |
* | Fixes RepositoriesHelper#to_utf8 test failure for ruby1.8. | Jean-Philippe Lang | 2011-03-20 | 1 | -0/+7 |
* | scm: fix git and mecruial repository note in setting. | Toshi MARUYAMA | 2011-03-19 | 1 | -5/+5 |
* | scm: to_utf8() in repositories_helper always returns UTF-8 in Ruby 1.9. | Toshi MARUYAMA | 2011-03-19 | 1 | -1/+11 |
* | scm: fix repository helper unit test fails in Ruby 1.9 and non UTF-8 locale. | Toshi MARUYAMA | 2011-03-17 | 1 | -7/+6 |
* | Prevent error when referencing an issue without project (#7890). | Jean-Philippe Lang | 2011-03-16 | 1 | -1/+1 |
* | Indentation. | Jean-Philippe Lang | 2011-03-16 | 1 | -3/+3 |
* | Saves an extra SQL query on each request. | Jean-Philippe Lang | 2011-03-16 | 1 | -2/+1 |
* | Adds links to reset filters on users and projects list. | Jean-Philippe Lang | 2011-03-16 | 2 | -0/+2 |
* | Adds a Group filter on the admin users list (#7893). | Jean-Philippe Lang | 2011-03-16 | 3 | -4/+21 |
* | Replaces TimeEntry.visible_by with a visible scope. | Jean-Philippe Lang | 2011-03-16 | 4 | -55/+57 |