| Commit message (Expand) | Author | Age | Files | Lines |
* | Link to attachment should return latest attachment (#7510). | Jean-Philippe Lang | 2013-01-15 | 1 | -0/+9 |
* | Attachment name is added in the generated link. | Jean-Philippe Lang | 2013-01-14 | 1 | -2/+1 |
* | Use named route with attachment filename for inline images. | Jean-Philippe Lang | 2013-01-14 | 1 | -9/+9 |
* | Adds a named route for thumbnails and use route helper in #thumbnail_tag. | Jean-Philippe Lang | 2013-01-14 | 1 | -0/+6 |
* | Add named routes for attachments and use route helpers in #link_to_attachment. | Jean-Philippe Lang | 2013-01-14 | 1 | -0/+14 |
* | Use route helper in #link_to_project. | Jean-Philippe Lang | 2013-01-14 | 1 | -0/+11 |
* | Don't use Iconv with ruby1.9 (#12787). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+0 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 103 | -103/+103 |
* | Ability to uncheck "Multiple values" for existing custom fields (#12251). | Jean-Philippe Lang | 2013-01-12 | 1 | -0/+18 |
* | Fixed: Cannot edit a wiki section which title starts with a tab (#12799). | Jean-Philippe Lang | 2013-01-10 | 1 | -0/+14 |
* | Gantt perf: fixed that Project#start_date and #due_date run way too much quer... | Jean-Philippe Lang | 2013-01-06 | 1 | -0/+10 |
* | Fixed that macros with uppercase letters can not be called (#12744). | Jean-Philippe Lang | 2013-01-05 | 1 | -0/+6 |
* | Negative estimated hours should not be valid (#12735). | Jean-Philippe Lang | 2013-01-05 | 1 | -0/+9 |
* | Adds a custom validator for dates (#12736). | Jean-Philippe Lang | 2013-01-05 | 1 | -0/+2 |
* | Make sure that dates are stored as YYYY-MM-DD in journal details (#12713). | Jean-Philippe Lang | 2013-01-04 | 1 | -0/+21 |
* | Pass the order option as an array to satisfy sqlserver adapter (#12713). | Jean-Philippe Lang | 2013-01-04 | 1 | -6/+6 |
* | Deprecates Version#*_pourcent in favour of #*_percent (#12724). | Jean-Philippe Lang | 2013-01-04 | 1 | -17/+17 |
* | Make sure we don't cast an empty string to numeric (#12713). | Jean-Philippe Lang | 2013-01-03 | 1 | -2/+2 |
* | Use joins instead of sub-queries in group by/sort by when using custom fields... | Jean-Philippe Lang | 2013-01-03 | 1 | -9/+3 |
* | SQLServer: The size (60) given to the type 'decimal' exceeds the maximum allo... | Jean-Philippe Lang | 2013-01-03 | 1 | -2/+2 |
* | Auto-populate fields while creating a new user with LDAP (#10286). | Jean-Philippe Lang | 2012-12-26 | 1 | -0/+24 |
* | Changed revision regexp to make source: links accept a branch. | Jean-Philippe Lang | 2012-12-21 | 1 | -0/+4 |
* | Split #per_page_links helper and moved test to specific test case. | Jean-Philippe Lang | 2012-12-17 | 2 | -15/+34 |
* | Replaces the classic_pagination plugin with a simple pagination module. | Jean-Philippe Lang | 2012-12-17 | 1 | -0/+94 |
* | NoMethodError: private method `now' called for DateTime:Class error in tests ... | Jean-Philippe Lang | 2012-12-13 | 1 | -3/+0 |
* | Fixed that validation fails when receiving an email with list custom fields (... | Jean-Philippe Lang | 2012-12-13 | 2 | -2/+7 |
* | Store attachments in subdirectories (#5298). | Jean-Philippe Lang | 2012-12-13 | 1 | -0/+33 |
* | Adds STI to Query model. Issue queries are now IssueQuery instances. | Jean-Philippe Lang | 2012-12-09 | 3 | -125/+124 |
* | Group events in the activity view (#12542). | Jean-Philippe Lang | 2012-12-08 | 2 | -1/+136 |
* | Adds an option for displaying the issue description on the issue list (#3447). | Jean-Philippe Lang | 2012-12-06 | 1 | -1/+18 |
* | Replaces find(:first/:all) calls. | Jean-Philippe Lang | 2012-12-03 | 1 | -2/+2 |
* | Replaces find(:first) calls. | Jean-Philippe Lang | 2012-12-03 | 12 | -46/+45 |
* | Replaces find(:all) calls. | Jean-Philippe Lang | 2012-12-02 | 8 | -9/+9 |
* | Make the tests pass when config.threadsafe! is enabled (#12097). | Jean-Philippe Lang | 2012-12-02 | 2 | -0/+2 |
* | Use 8+ characters long passwords in tests. | Jean-Philippe Lang | 2012-11-27 | 1 | -7/+7 |
* | Fixed that #extract_macro_options should not be greedy (#12451). | Jean-Philippe Lang | 2012-11-27 | 1 | -0/+19 |
* | Fixed that autolinks and textile links ending with cyrilic characters are bro... | Jean-Philippe Lang | 2012-11-24 | 1 | -0/+22 |
* | Precede-Follow relation should move following issues earlier when reschedulin... | Jean-Philippe Lang | 2012-11-24 | 1 | -1/+35 |
* | Removed duplicated test. | Jean-Philippe Lang | 2012-11-23 | 1 | -17/+0 |
* | Adds a Project.rebuild_tree! method to force the rebuild of the nested set. | Jean-Philippe Lang | 2012-11-23 | 1 | -0/+9 |
* | Fixed that Project.rebuild! sorts projects by id instead of name (#12431). | Jean-Philippe Lang | 2012-11-23 | 1 | -0/+7 |
* | Do not create projects in alphabetical order in nested set tests (#12431). | Jean-Philippe Lang | 2012-11-23 | 1 | -6/+6 |
* | scm: git: change extra_report_last_commit type at unit test to string (#12409) | Toshi MARUYAMA | 2012-11-21 | 1 | -2/+2 |
* | scm: git: fix changesets aren't read after clear_changesets call (#12409) | Toshi MARUYAMA | 2012-11-21 | 1 | -0/+34 |
* | fix non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mai... | Toshi MARUYAMA | 2012-11-21 | 1 | -0/+74 |
* | Fixed that MailHandler raises an error when email has no subject header (#123... | Jean-Philippe Lang | 2012-11-18 | 1 | -0/+9 |
* | Cache languages names to avoid loading all translations files. | Jean-Philippe Lang | 2012-11-18 | 1 | -0/+11 |
* | Makes Plugin#requires_redmine accept a range of versions (#12299). | Jean-Philippe Lang | 2012-11-17 | 1 | -10/+25 |
* | Makes Plugin#requires_redmine accept only major and minor version (#12299). | Jean-Philippe Lang | 2012-11-17 | 1 | -0/+12 |
* | Rewrites requires_redmine tests. | Jean-Philippe Lang | 2012-11-17 | 1 | -17/+19 |