| Commit message (Expand) | Author | Age | Files | Lines |
* | Display 25 items. | Jean-Philippe Lang | 2012-12-17 | 2 | -2/+2 |
* | Use scoped models for pagination. | Jean-Philippe Lang | 2012-12-17 | 3 | -3/+3 |
* | Replaces the classic_pagination plugin with a simple pagination module. | Jean-Philippe Lang | 2012-12-17 | 2 | -53/+2 |
* | code cleanup gantt_helper.rb | Toshi MARUYAMA | 2012-12-17 | 1 | -4/+4 |
* | Save the selected file just in case uploading stuff fails/is not supported. | Jean-Philippe Lang | 2012-12-15 | 1 | -1/+2 |
* | Code cleanup in AuthSource controller and views. | Jean-Philippe Lang | 2012-12-13 | 6 | -64/+37 |
* | Code cleanup: implement Plugin#to_param for generating routes. | Jean-Philippe Lang | 2012-12-13 | 2 | -3/+3 |
* | Code cleanup. | Jean-Philippe Lang | 2012-12-13 | 3 | -4/+4 |
* | Fixed that validation fails when receiving an email with list custom fields (... | Jean-Philippe Lang | 2012-12-13 | 1 | -1/+7 |
* | Fixed: clicking journal edit multiple times shows multiple forms (#12568). | Jean-Philippe Lang | 2012-12-13 | 1 | -1/+7 |
* | Store attachments in subdirectories (#5298). | Jean-Philippe Lang | 2012-12-13 | 1 | -7/+38 |
* | Use browser language as default when registering. | Jean-Philippe Lang | 2012-12-12 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2012-12-11 | 2 | -2/+1 |
* | Removed unused code. | Jean-Philippe Lang | 2012-12-11 | 1 | -47/+0 |
* | Code cleanup. | Jean-Philippe Lang | 2012-12-11 | 1 | -6/+7 |
* | Use named routes in controllers. | Jean-Philippe Lang | 2012-12-11 | 19 | -84/+113 |
* | Use named routes in controllers. | Jean-Philippe Lang | 2012-12-11 | 11 | -37/+42 |
* | Moved IssueRelations to IssueRelation::Relations. | Jean-Philippe Lang | 2012-12-10 | 2 | -15/+15 |
* | Moved javascript include tag to head. | Jean-Philippe Lang | 2012-12-10 | 1 | -1/+3 |
* | Merged ajax_upload branch (#3957). | Jean-Philippe Lang | 2012-12-10 | 12 | -35/+83 |
* | Fixed notes preview in issue history broken and hidden by a broken test. | Etienne Massip | 2012-12-10 | 1 | -1/+2 |
* | Rescue Query::StatementInvalid in TimelogController. | Jean-Philippe Lang | 2012-12-09 | 1 | -0/+2 |
* | Makes time entry custom fields available for display on the time entries list... | Jean-Philippe Lang | 2012-12-09 | 4 | -49/+55 |
* | Adds filters for custom fields related to the project and user of time entrie... | Jean-Philippe Lang | 2012-12-09 | 1 | -0/+1 |
* | Adds filters for regular/custom fields to the time entries list/report (#10191). | Jean-Philippe Lang | 2012-12-09 | 4 | -4/+54 |
* | Fixed syntax for ruby1.8. | Jean-Philippe Lang | 2012-12-09 | 1 | -1/+1 |
* | Rename the Member column to User on the time entries list. | Jean-Philippe Lang | 2012-12-09 | 1 | -1/+1 |
* | Adds TimeEntryQuery for listing time entries. | Jean-Philippe Lang | 2012-12-09 | 4 | -54/+141 |
* | Moved build_query_from_params helper to Query#build_from_params. | Jean-Philippe Lang | 2012-12-09 | 3 | -17/+19 |
* | Moves issue specific code to IssueQuery. | Jean-Philippe Lang | 2012-12-09 | 2 | -112/+128 |
* | Adds STI to Query model. Issue queries are now IssueQuery instances. | Jean-Philippe Lang | 2012-12-09 | 7 | -312/+337 |
* | Use inheritable class attributes in Query model. | Jean-Philippe Lang | 2012-12-09 | 1 | -53/+46 |
* | Removed conditions on HTTP methods. | Jean-Philippe Lang | 2012-12-08 | 1 | -2/+2 |
* | Use \A and \z in validation regexps. | Jean-Philippe Lang | 2012-12-08 | 1 | -1/+1 |
* | Use \A and \z in validation regexps. | Jean-Philippe Lang | 2012-12-08 | 6 | -7/+7 |
* | Cleanup dependencies in Project model. | Jean-Philippe Lang | 2012-12-08 | 1 | -2/+2 |
* | Moved user status constants to Principal model. | Jean-Philippe Lang | 2012-12-08 | 2 | -6/+6 |
* | Group events in the activity view (#12542). | Jean-Philippe Lang | 2012-12-08 | 6 | -4/+42 |
* | Rewrites named scopes with ARel queries. | Jean-Philippe Lang | 2012-12-07 | 12 | -55/+55 |
* | Use lambda form in model scopes (#12499) | Jean-Baptiste Barth | 2012-12-07 | 12 | -19/+19 |
* | Adds an option for displaying the issue description on the issue list (#3447). | Jean-Philippe Lang | 2012-12-06 | 7 | -12/+62 |
* | remove trailing white-space from app/models/issue_category.rb | Toshi MARUYAMA | 2012-12-04 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2012-12-03 | 1 | -20/+10 |
* | Code cleanup. | Jean-Philippe Lang | 2012-12-03 | 1 | -2/+2 |
* | Removed unused helper. | Jean-Philippe Lang | 2012-12-03 | 1 | -3/+0 |
* | Replaces find(:first/:all) calls. | Jean-Philippe Lang | 2012-12-03 | 7 | -33/+42 |
* | Replaces find(:first) calls. | Jean-Philippe Lang | 2012-12-03 | 7 | -14/+20 |
* | Preserve the "from" parameter in activity links. | Jean-Philippe Lang | 2012-12-02 | 1 | -1/+1 |
* | Replaces find(:all) calls. | Jean-Philippe Lang | 2012-12-02 | 1 | -2/+2 |
* | Adds helpers for retrieving my page data. | Jean-Philippe Lang | 2012-12-02 | 8 | -31/+57 |