| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved build_query_from_params helper to Query#build_from_params. | Jean-Philippe Lang | 2012-12-09 | 1 | -14/+1 |
* | Adds STI to Query model. Issue queries are now IssueQuery instances. | Jean-Philippe Lang | 2012-12-09 | 2 | -7/+7 |
* | Group events in the activity view (#12542). | Jean-Philippe Lang | 2012-12-08 | 1 | -0/+33 |
* | Adds an option for displaying the issue description on the issue list (#3447). | Jean-Philippe Lang | 2012-12-06 | 2 | -5/+18 |
* | Replaces find(:first) calls. | Jean-Philippe Lang | 2012-12-03 | 1 | -2/+2 |
* | Adds helpers for retrieving my page data. | Jean-Philippe Lang | 2012-12-02 | 1 | -0/+50 |
* | Replaces find(:all) calls. | Jean-Philippe Lang | 2012-12-02 | 2 | -2/+2 |
* | Moved duplicate #options_for_membership_project_select to ApplicationHelper. | Jean-Philippe Lang | 2012-12-01 | 3 | -18/+9 |
* | Cache languages names to avoid loading all translations files. | Jean-Philippe Lang | 2012-11-18 | 1 | -2/+1 |
* | Issues by Category should show tasks without category (#8106). | Jean-Philippe Lang | 2012-10-30 | 1 | -1/+2 |
* | Ability to sort issues by grouped column (#3511). | Jean-Philippe Lang | 2012-10-29 | 1 | -0/+8 |
* | Ignore non-working days when rescheduling an issue (#2161). | Jean-Philippe Lang | 2012-10-29 | 1 | -1/+1 |
* | Don't show confirmation message when disabled delete link in the context menu... | Jean-Philippe Lang | 2012-10-24 | 1 | -2/+2 |
* | Ability to delete a version from a wiki page history (#10852). | Jean-Philippe Lang | 2012-10-23 | 1 | -0/+4 |
* | Wiki page versions routes cleanup. | Jean-Philippe Lang | 2012-10-21 | 2 | -3/+3 |
* | Reverts r10676 that broke a test. | Jean-Philippe Lang | 2012-10-18 | 1 | -1/+2 |
* | Code cleanup. | Jean-Philippe Lang | 2012-10-18 | 1 | -2/+1 |
* | Use named route. | Jean-Philippe Lang | 2012-10-18 | 1 | -3/+1 |
* | Use named route. | Jean-Philippe Lang | 2012-10-18 | 1 | -1/+1 |
* | Adds links to locked users when current user is admin. | Jean-Philippe Lang | 2012-10-18 | 1 | -2/+2 |
* | Use named route (#12113). | Jean-Philippe Lang | 2012-10-17 | 1 | -1/+1 |
* | Use parent tracker as the default tracker when adding a subtask (#12113). | Jean-Philippe Lang | 2012-10-17 | 1 | -1/+5 |
* | Adds a helper for displaying a link to add a subtask (#12113). | Jean-Philippe Lang | 2012-10-17 | 1 | -0/+5 |
* | Use a local variable. | Jean-Philippe Lang | 2012-10-17 | 1 | -1/+3 |
* | Adds a setting to allow subtasks to belong to other projects (#5487). | Jean-Philippe Lang | 2012-10-10 | 2 | -2/+14 |
* | Add "last 2 weeks" preset to time entries reporting (#11862). | Jean-Philippe Lang | 2012-10-09 | 1 | -0/+1 |
* | Fixed that export: links are broken (#12050). | Jean-Philippe Lang | 2012-10-09 | 1 | -3/+2 |
* | sort custom field issue filter by type and position (#12018) | Toshi MARUYAMA | 2012-10-04 | 1 | -1/+22 |
* | move CustomFieldsHelper tabs variable to model constant for common use (#12018) | Toshi MARUYAMA | 2012-10-04 | 1 | -10/+1 |
* | split QueriesHelper filters_options_for_select method and add new unit test (... | Toshi MARUYAMA | 2012-10-04 | 1 | -1/+4 |
* | Makes related issues available for display and filtering on the issue list (#... | Jean-Philippe Lang | 2012-09-29 | 2 | -2/+9 |
* | Fixed JSON escaping of filters (#11929). | Jean-Philippe Lang | 2012-09-25 | 1 | -0/+5 |
* | remove unused "require 'redmine/codeset_util'" from RepositoriesHelper | Toshi MARUYAMA | 2012-09-15 | 1 | -2/+0 |
* | remove redundant empty lines from RepositoriesHelper | Toshi MARUYAMA | 2012-09-15 | 1 | -13/+0 |
* | remove unused "require 'iconv'" from RepositoriesHelper | Toshi MARUYAMA | 2012-09-15 | 1 | -1/+0 |
* | Code cleanup (#11814). | Jean-Philippe Lang | 2012-09-11 | 1 | -3/+5 |
* | Set the first day of week in the date picker according to settings (#11814). | Jean-Philippe Lang | 2012-09-11 | 1 | -1/+5 |
* | Parse any heading level (#11789). | Jean-Philippe Lang | 2012-09-06 | 1 | -1/+3 |
* | show JQuery datepicker today button | Toshi MARUYAMA | 2012-09-05 | 1 | -1/+5 |
* | fix typo "MACROS_SUB_RE" (#11736) | Toshi MARUYAMA | 2012-09-02 | 1 | -1/+1 |
* | Fixed: New multi-line macros regexp is too eager (#11736). | Jean-Philippe Lang | 2012-09-02 | 1 | -1/+1 |
* | Upgrade to Rails 3.2.8 (#11758). | Jean-Philippe Lang | 2012-09-02 | 1 | -1/+1 |
* | Do not use escaped back_url param (#11691). | Jean-Philippe Lang | 2012-08-26 | 1 | -3/+10 |
* | Let macros optionally accept a block of text (#3061). | Jean-Philippe Lang | 2012-08-18 | 1 | -4/+5 |
* | Macros processing overhaul (#3061, #11633). | Jean-Philippe Lang | 2012-08-17 | 1 | -14/+45 |
* | fix unit test fails on JRuby 1.6.7.2 (#11577) | Toshi MARUYAMA | 2012-08-14 | 1 | -1/+1 |
* | Fixed: Can't use non-latin anchor in wiki (#11577). | Jean-Philippe Lang | 2012-08-13 | 1 | -1/+6 |
* | Fixed that roadmap anchor links can be ambigous (#11540). | Jean-Philippe Lang | 2012-08-13 | 1 | -0/+8 |
* | Removed duplicated helper (#11539). | Jean-Philippe Lang | 2012-08-10 | 1 | -25/+1 |
* | Extract code to render nested listed of projects in an helper (#11539). | Jean-Philippe Lang | 2012-08-10 | 2 | -29/+39 |