Commit Graph

2642 Commits (dabe5caa1ab4e4c5cc3ece50ff968d8b0c4be9a4)

Author SHA1 Message Date
Jean-Philippe Lang da721facfe Fixes sort parameter in reminder email links (#7963). 14 years ago
Jean-Philippe Lang ff5203d2c6 Fixed: unknown custom field format causes error when editing/bulk editing (#7985). 14 years ago
Jean-Philippe Lang 50405c5f9f Do not display both 'View all revisions' and 'View revision' links (#7984). 14 years ago
Toshi MARUYAMA be2046b189 scm: set mime type in downloading file. 14 years ago
Toshi MARUYAMA 6fcddfe2e2 scm: fix non ascii text files displaying (#6256). 14 years ago
Jean-Philippe Lang a51ef9490c Show open and closed issues from "Issues by" version links. 14 years ago
Jean-Philippe Lang e0f37601f3 Fixed: Simultaneous wiki updates cause internal error (#7939). 14 years ago
Jean-Philippe Lang 80e6e8e371 Silently ignore invalid status_by param. 14 years ago
Jean-Philippe Lang 544b4bddbb Adds an option to view issues count by status on the version page (#7921). 14 years ago
Jean-Philippe Lang 1d93b0e9f6 Fixed: news comments not deleted when deleting a project (#7904). 14 years ago
Jean-Philippe Lang 9b9c7ae91d Adds links on the issue list to collapse/expang all groups (#7236). 14 years ago
Jean-Philippe Lang 94d3595e31 Fixed: children projects are deleted instead of being destroyed when destroying parent project (#7904). 14 years ago
Jean-Philippe Lang 82ebb82706 Fixes error in RepositoriesHelper#replace_invalid_utf8 when given nil. 14 years ago
Jean-Philippe Lang af40f86731 Fixes RepositoriesHelper#to_utf8 test failure for ruby1.8. 14 years ago
Toshi MARUYAMA 9888b93fdd scm: to_utf8() in repositories_helper always returns UTF-8 in Ruby 1.9. 14 years ago
Toshi MARUYAMA 24db8296b8 scm: fix repository helper unit test fails in Ruby 1.9 and non UTF-8 locale. 14 years ago
Jean-Philippe Lang f34a566c75 Prevent error when referencing an issue without project (#7890). 14 years ago
Jean-Philippe Lang a59bd805d3 Indentation. 14 years ago
Jean-Philippe Lang 7b547d4487 Saves an extra SQL query on each request. 14 years ago
Jean-Philippe Lang 29ce58b493 Adds links to reset filters on users and projects list. 14 years ago
Jean-Philippe Lang 4f8e8df6e0 Adds a Group filter on the admin users list (#7893). 14 years ago
Jean-Philippe Lang 3c19cacf97 Replaces TimeEntry.visible_by with a visible scope. 14 years ago
Toshi MARUYAMA 51faa24b37 scm: use blank? for "root @ branch" in repository tree viewing. 14 years ago
Toshi MARUYAMA 232729d93f scm: mercurial: increase limit of branch directory latest changesets. 14 years ago
Toshi MARUYAMA ca2c2a2add scm: switch showing link all revisions and directory revisions if scm supports these feature or not. 14 years ago
Toshi MARUYAMA e311b26c41 scm: set supporting directory revisions or not at scm level. 14 years ago
Toshi MARUYAMA 8412b4f104 scm: set supporting all revisions or not at scm level. 14 years ago
Jean-Philippe Lang 27177defdd Adds a visible scope to the Journal model. 14 years ago
Jean-Philippe Lang 7c2a3dc57d Adds Issue#visible_condition to build issue visibility statement. 14 years ago
Jean-Philippe Lang a1ffabb490 Changed the way the visibility SQL statement is built. 14 years ago
Toshi MARUYAMA 1c0e7790be scm: recovery showing "root @ branch" in repository tree viewing. 14 years ago
Toshi MARUYAMA cb7426d86f scm: code clean up repositories/show.rhtml. 14 years ago
Toshi MARUYAMA 0ddc7bd1ec scm: code clean up repositories/show.rhtml. 14 years ago
Jean-Philippe Lang 08b40a67ca Use names instead of ids for wiki anchors (#6905). 14 years ago
Jean-Philippe Lang b38b871c7f Send the CSRF token with Ajax requests (#7843). 14 years ago
Toshi MARUYAMA 80223c3523 scm: mercurial: branches and tags are enable in model (#1981, #7246). 14 years ago
Toshi MARUYAMA 4362623282 scm: mercurial: latest changesets support named branch (#7246). 14 years ago
Toshi MARUYAMA ec6e2d1789 scm: mercurial: latest changesets improvement and supporting tag (#1981). 14 years ago
Jean-Philippe Lang 1bf4f52de5 Check for a valid time entry if comments have been entered when updating an issue (#7581). 14 years ago
Jean-Philippe Lang 2c996725f0 Add "mystery man" gravatar to options (#7640). 14 years ago
Jean-Philippe Lang 3612441fed Removed useless javascript. 14 years ago
Jean-Philippe Lang 696aef231f Adds an autoscroll div around permissions report table. 14 years ago
Jean-Philippe Lang 91fa3f8ce2 Fixed: mail handler keywords are not removed when updating issues (#7785). 14 years ago
Jean-Philippe Lang 93a4f621f0 Prevent SystemStackError on Issue#all_dependent_issues with mutiple circular dependencies (#7320). 14 years ago
Jean-Philippe Lang 1b05ca5a6e Adds an option to #render_page_hierarchy to add timestamp titles. 14 years ago
Jean-Philippe Lang fec6eb782c Moved wiki page updated_on eager load to a scope and fixed timestamp titles on wiki page index (#7818). 14 years ago
Jean-Philippe Lang 690ce46904 Fixed: wiki page with backslash in title can not be found (#7589). 14 years ago
Jean-Philippe Lang c18520d02f Highlight changes inside diff lines (#7139). 14 years ago
Toshi MARUYAMA ac3e6ba15b scm: cvs: fix missing author, revision and comment in tree view (#4270). 14 years ago
Toshi MARUYAMA b687ba7968 scm: mercurial: add :order => 'id DESC' explicitly for MySQL test fails. 14 years ago