| Commit message (Expand) | Author | Age | Files | Lines |
* | Ask user what to do with child pages when deleting a parent wiki page (#3202). | Jean-Philippe Lang | 2009-04-21 | 1 | -2/+9 |
* | Fixed broken OpenID authentication after migration to Rails 2.2 (#2894). | Jean-Philippe Lang | 2009-03-04 | 1 | -1/+1 |
* | Trackers controller refactoring. | Jean-Philippe Lang | 2009-02-26 | 1 | -0/+14 |
* | Applies r1723 on Engines update to allow view override (#2841). | Jean-Philippe Lang | 2009-02-26 | 1 | -1/+1 |
* | Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. | Jean-Philippe Lang | 2009-02-21 | 65 | -7024/+244 |
* | Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab... | Jean-Philippe Lang | 2009-02-12 | 191 | -30018/+16 |
* | Fixed the bundled ruby-openid gem | Eric Davis | 2009-02-12 | 1 | -2/+2 |
* | Fixed a bug in open_id_authentication, where relative_url_root is defined | Eric Davis | 2009-02-11 | 1 | -1/+1 |
* | Added open_id_authentication plugin | Eric Davis | 2009-02-11 | 21 | -0/+1090 |
* | Unpacked OpenID gem. #699 | Eric Davis | 2009-02-11 | 190 | -0/+30000 |
* | Replaces the repositories management SOAP API with a simple REST API. | Jean-Philippe Lang | 2009-02-10 | 45 | -5587/+0 |
* | Merged nested projects branch. Removes limit on subproject nesting (#594). | Jean-Philippe Lang | 2009-01-24 | 19 | -0/+1726 |
* | Adds watchers selection on new issue form (#398). Permission 'add issue watch... | Jean-Philippe Lang | 2008-12-22 | 1 | -0/+2 |
* | Rails 2.1.2 deprecations (#2332). | Jean-Philippe Lang | 2008-12-14 | 3 | -4/+4 |
* | AttachmentsController now handles attachments deletion. | Jean-Philippe Lang | 2008-12-09 | 2 | -0/+59 |
* | Fixed: project activity truncated after viewing user's activity. | Jean-Philippe Lang | 2008-12-08 | 1 | -1/+1 |
* | Fixed: activity broken by r2066 with postgresql (#2266). | Jean-Philippe Lang | 2008-12-02 | 1 | -2/+5 |
* | Display latest user's activity on account/show view. | Jean-Philippe Lang | 2008-11-30 | 1 | -3/+15 |
* | Typo in gloc:update task description (#2243). | Jean-Philippe Lang | 2008-11-27 | 1 | -1/+1 |
* | Gravatar support for issue detai, user grid, and activity stream | Eric Davis | 2008-10-30 | 7 | -0/+218 |
* | Makes GLoc language global. | Jean-Philippe Lang | 2008-10-27 | 1 | -5/+11 |
* | Engines compatibility with Rails 2.1.1 (#1886). | Jean-Philippe Lang | 2008-09-13 | 1 | -3/+1 |
* | Fixes custom fields display order at several places (#1768). | Jean-Philippe Lang | 2008-08-11 | 1 | -1/+4 |
* | Slight change to engines to let plugins override views. | Jean-Philippe Lang | 2008-08-07 | 1 | -1/+1 |
* | Adds permissions for viewing the watcher list and adding new watchers on the ... | Jean-Philippe Lang | 2008-08-03 | 2 | -3/+19 |
* | Activity refactoring. | Jean-Philippe Lang | 2008-07-27 | 2 | -0/+70 |
* | Adds child_pages macro for wiki pages (#528). | Jean-Philippe Lang | 2008-07-26 | 1 | -0/+7 |
* | Fixed: 'search titles only' box ignored after one search is done on titles only. | Jean-Philippe Lang | 2008-07-21 | 1 | -1/+1 |
* | Fixed: searchable model can't be loaded if table is not yet created (#1421). | Jean-Philippe Lang | 2008-07-20 | 1 | -14/+2 |
* | Search engine: display total results count (#906) and count by result type. | Jean-Philippe Lang | 2008-07-20 | 1 | -14/+26 |
* | Small fix to gloc error messages translation. | Jean-Philippe Lang | 2008-07-19 | 1 | -1/+1 |
* | Fixes engines assets mirroring. | Jean-Philippe Lang | 2008-07-12 | 1 | -5/+0 |
* | Adds engines 2.1.0 plugin. | Jean-Philippe Lang | 2008-07-12 | 26 | -0/+2093 |
* | Fixed: no :author method error on projects atom feed (#1623). | Jean-Philippe Lang | 2008-07-12 | 1 | -7/+8 |
* | Fixed: search engine may reveal private projects (#1613). | Jean-Philippe Lang | 2008-07-10 | 1 | -1/+1 |
* | Merged Rails 2.1 compatibility branch. | Jean-Philippe Lang | 2008-07-04 | 8 | -341/+459 |
* | Custom fields refactoring: most of code moved from controllers to models (usi... | Jean-Philippe Lang | 2008-06-27 | 2 | -0/+84 |
* | Fixes Chinese pdf export when the issue description is too long (#1170). | Jean-Philippe Lang | 2008-06-07 | 1 | -473/+473 |
* | Fixed: Unable to use angular braces after include word in c code highlighting... | Jean-Philippe Lang | 2008-05-29 | 1 | -1/+1 |
* | Ability to search all projects or the projects the user belongs to (#791). | Jean-Philippe Lang | 2008-05-18 | 1 | -3/+15 |
* | Add an icon to each event on the activity view. | Jean-Philippe Lang | 2008-04-12 | 1 | -6/+13 |
* | Add a simple java scanner. | Jean-Philippe Lang | 2008-03-18 | 2 | -0/+131 |
* | Fix applied to ruby-net-ldap (#608). | Jean-Philippe Lang | 2008-02-15 | 1 | -1/+1 |
* | Fixed search with all words (broken in r994). | Jean-Philippe Lang | 2008-01-21 | 1 | -1/+1 |
* | Test environments cleanup. | Jean-Philippe Lang | 2008-01-20 | 1 | -1/+1 |
* | Fixed: locked users should not receive email notifications. | Jean-Philippe Lang | 2008-01-17 | 1 | -1/+1 |
* | Added a couple of mime types so that corresponding files can be viewed in the... | Jean-Philippe Lang | 2008-01-16 | 2 | -0/+169 |
* | Merged IssuesController change_status and add_note actions. | Jean-Philippe Lang | 2008-01-06 | 1 | -0/+21 |
* | Search engine: issue custom fields can now be searched. | Jean-Philippe Lang | 2007-12-14 | 1 | -2/+21 |
* | Merged Rails 2.0 compatibility changes. | Jean-Philippe Lang | 2007-12-10 | 81 | -0/+7832 |