Eric Davis
|
981e74f822
|
[#668] Remove duplicate module fields when copying projects
|
2011-10-25 18:23:37 -07:00 |
Eric Davis
|
5603103295
|
[#240] Add link to all News on the Project list page
|
2011-10-25 15:49:32 -07:00 |
Eric Davis
|
b9d186e676
|
[#277] Show avatars on the News list
|
2011-10-25 15:49:31 -07:00 |
Eric Davis
|
a8e997dbf6
|
Fully qualify column names
|
2011-10-14 17:09:46 -07:00 |
Holger Just
|
d467f79214
|
Merge remote-tracking branch 'refs/remotes/thegcat/feature/566-more_watchers_to_filter_by'
|
2011-10-04 10:28:39 +02:00 |
Felix Schäfer
|
0d306a8bfc
|
Merge pull request #93 from peelman/form-attribute-changes
Adding Check All / Uncheck All on New Project form. #644
|
2011-10-03 01:18:59 -07:00 |
Felix Schäfer
|
b47a90b424
|
Allow to filter watchers by more than just "me". #566
|
2011-10-03 09:52:00 +02:00 |
Felix Schäfer
|
aac42afdaa
|
Add setting to set today as the start date for new issues. #355
Patch contributed by Bruno Medeiros on http://www.redmine.org/issues/2277
|
2011-10-02 22:02:29 +02:00 |
Felix Schäfer
|
225a1587a6
|
Show the correct authors in wiki diff view.
#author doesn't show the author of the journal but of the journaled object.
|
2011-09-10 09:21:45 +02:00 |
Holger Just
|
c57c598204
|
Fix trailing whitespace
|
2011-08-27 18:26:12 +02:00 |
Felix Schäfer
|
a24a24eb19
|
Add deferred loading for plugins which's requirements aren't all met yet #256
|
2011-08-25 18:46:53 +02:00 |
Felix Schäfer
|
3d03a3eda5
|
Merge pull request #96 from finnlabs/pulls/573/fix_aas_in_wiki_content
[#573] acts_as_searchable definition in WikiPage may be insufficient and cause SQL errors
|
2011-08-21 08:56:21 -07:00 |
Gregor Schmidt
|
962b35e11a
|
[#573] Being more explicit about search fields to make sure, that AR joins all tables properly
|
2011-08-11 10:05:34 +02:00 |
Nick Peelman
|
2bb19b3e31
|
Adding check all links to new project form.
Makes bulk changes that much faster...
|
2011-08-08 19:53:33 -04:00 |
Nick Peelman
|
b8d0aa0b85
|
Adding id attribute to modules field set on project form.
|
2011-08-08 19:53:22 -04:00 |
Eric Davis
|
a7ab39dd31
|
[#557] Fix link_to_month to not escape the HTML arrow characters
|
2011-08-05 08:49:22 -07:00 |
Eric Davis
|
4d48a6b675
|
Merge remote-tracking branch 'tomzx/b552_hardcoded_english_string'
Conflicts:
app/helpers/repositories_helper.rb
|
2011-08-05 08:30:21 -07:00 |
Eric Davis
|
30e81bed5c
|
Merge remote-tracking branch 'tomzx/b551_hardcoded_french_string'
Conflicts:
app/views/wiki/annotate.rhtml
app/views/wiki/diff.rhtml
app/views/wiki/show.rhtml
|
2011-08-05 08:27:49 -07:00 |
Eric Davis
|
2c46411678
|
[#547] Security audit
|
2011-08-01 16:00:23 -07:00 |
Tom Rochette
|
552cd8dc57
|
Replace hardcoded string "diff" in Wiki#show and Repositories_Helper.
|
2011-07-31 09:27:13 -04:00 |
Tom Rochette
|
aa6bf25b39
|
Replaced french word "anonyme" with label_user_anonymous.
|
2011-07-31 08:57:58 -04:00 |
Eric Davis
|
70c3e1c8f9
|
[#544] html_escape issue fields
|
2011-07-29 09:25:13 -07:00 |
Eric Davis
|
25b7b42c55
|
Fix for encoding errors on 1.9.2 with the mysql gem
|
2011-07-29 09:09:02 -07:00 |
Holger Just
|
d7a9adf880
|
move protect_from_forgery to the beginning of the before_filter chain as per the recommended rails practices
|
2011-07-29 17:23:13 +02:00 |
Felix Schäfer
|
531653596d
|
Touch journaled objects on journal creation only. #543
|
2011-07-29 15:12:06 +02:00 |
Felix Schäfer
|
894911f5dc
|
Correct deflation of gzipped wiki text. #523
|
2011-07-29 10:19:43 +02:00 |
Holger Just
|
76490fcda5
|
Merge remote-tracking branch 'finnlabs/pulls/539/cleanup-issue_helper-show_detail'
|
2011-07-27 16:03:14 +02:00 |
Gregor Schmidt
|
8c9034f41e
|
[#539] removing dead code - this went into JournalFormatter
|
2011-07-26 23:00:47 +02:00 |
Holger Just
|
d62a4f1d28
|
Consider user's timezone for default issue start date
Contributed by Jan Schulz-Hofen
|
2011-07-25 19:16:15 +02:00 |
Gregor Schmidt
|
bf14f35223
|
[#537] version of new WikiContents should be 0
|
2011-07-25 19:07:05 +02:00 |
Eric Davis
|
4b3bd797b0
|
Fix errors when trying to check for binary SCM strings in 1.9.2
1.9.2 removed String#is_binary_data?
|
2011-07-22 14:35:01 -07:00 |
Eric Davis
|
2d98a486d6
|
Fix failing test due to invalid HTML and missing initial journal
|
2011-07-22 11:52:55 -07:00 |
Eric Davis
|
bbb4f63ae4
|
Brute force fix for Change#path #from_path on Ruby 1.9.2
Some database adapters are returning strings unencoded correctly (sqlite3-ruby)
|
2011-07-22 10:41:34 -07:00 |
Eric Davis
|
d2724ef89c
|
Brute force fix for Changeset#committer encoding on 1.9.2
|
2011-07-22 10:10:23 -07:00 |
Eric Davis
|
477a5f3702
|
Refactor: replace comment with extracted utility method
|
2011-07-19 12:14:16 -07:00 |
Eric Davis
|
c62e16b6cc
|
Refactor: replace comment with utility method
|
2011-07-19 12:14:08 -07:00 |
Eric Davis
|
a2eeb4ae20
|
Refactor: extract setup to before_filter
|
2011-07-19 12:14:02 -07:00 |
Eric Davis
|
9771e20462
|
Refactor: use the new utility method to load ivars for settings
|
2011-07-19 12:13:53 -07:00 |
Eric Davis
|
1d3d7ff10c
|
Refactor: extract method to prepare to reuse
|
2011-07-19 12:13:46 -07:00 |
Eric Davis
|
db7bc2bb82
|
Refactor: extract method with before_filter
|
2011-07-19 12:13:39 -07:00 |
Eric Davis
|
075f4e49df
|
Refactor: remove unused instance variable
|
2011-07-19 12:13:33 -07:00 |
Eric Davis
|
e04928c5b1
|
Refactor: change large :except before_filter to :only
|
2011-07-19 12:13:15 -07:00 |
Eric Davis
|
2918437f34
|
Refactor: audit and remove unknown actions
|
2011-07-19 12:13:08 -07:00 |
Eric Davis
|
38b7ec5726
|
[#191] Add pagination links above the search results
|
2011-07-08 15:11:53 -07:00 |
Eric Davis
|
839654fc85
|
[#191] Refactor: extract search pagination to partial
|
2011-07-08 15:09:57 -07:00 |
Eric Davis
|
0b042903ca
|
[#191] Refactor HTML style to CSS
|
2011-07-08 15:04:11 -07:00 |
Eric Davis
|
97dd339bbb
|
[#191] Refactor: extract methods to helper
|
2011-07-08 14:59:23 -07:00 |
Eric Davis
|
4a3e32b0f4
|
[#514] Fix forum notifications, only one email per created Message
|
2011-07-08 14:49:39 -07:00 |
Felix Schäfer
|
1bfe6715c6
|
Put empty start_dates in the future too. #499
|
2011-07-08 23:20:17 +02:00 |
Felix Schäfer
|
7222345ba8
|
Put issues with an empty due date in the future. #499
|
2011-07-08 23:09:11 +02:00 |