summaryrefslogtreecommitdiffstats
path: root/lib/plugins
Commit message (Expand)AuthorAgeFilesLines
* Evaluate acts_as_activity_provider's scope lazily (#33664).Go MAEDA2020-10-171-1/+8
* Locked users in a group receive notifications when the group is added as a wa...Go MAEDA2020-09-011-1/+1
* Use scope assignable_watchers (#4511).Go MAEDA2020-04-251-1/+1
* Use principals in acts_as_watchable (#4511).Go MAEDA2020-04-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-035-5/+5
* Updating custom fields does not trigger update to "updated_on" field in the c...Go MAEDA2020-02-291-0/+1
* Reverts r19510 that breaks IssueTest#test_closed_on_should_be_set_when_closin...Go MAEDA2020-02-111-2/+0
* Updating custom fields does not trigger update to "updated_on" field in the c...Go MAEDA2020-02-111-0/+2
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-061-3/+5
* Fix ruby 2.7 warning: The last argument is used as the keyword parameter (#32...Go MAEDA2020-01-231-1/+1
* Remove code for unsupported versions of Rails from open_id_authentication (#3...Go MAEDA2019-10-221-4/+0
* Update copyright year.Go MAEDA2019-05-255-5/+5
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-191-1/+1
* Remove the :ssl option which is not used anymore (#31022).Go MAEDA2019-05-081-3/+0
* Add avatar_server_url configuration option in order to support Libravatar (#9...Go MAEDA2019-05-041-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-1/+1
* Remove frozen_string_literal magic comment from files which are not used when...Go MAEDA2019-03-2112-24/+0
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-1717-17/+17
* Enable frozen_string_literal for files which don't contain string literals (#...Go MAEDA2019-03-174-4/+4
* Always use HTTPS when accessing gravatar.com (#31022).Go MAEDA2019-03-151-2/+2
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-1537-2/+76
* Remove trailing whitespaces from lib/plugins/gravatar/lib/gravatar.rbGo MAEDA2019-03-141-11/+11
* Deadlock when assigning custom values (#30465).Jean-Philippe Lang2019-01-191-1/+1
* Fixed that issue details page shows default values for custom fields that are...Jean-Philippe Lang2018-09-231-0/+6
* Replace Hash#keys.each with faster Hash#each_key (#29305).Go MAEDA2018-08-011-1/+1
* Remove RDoc tags (#28943).Go MAEDA2018-06-081-2/+2
* Use reverse_each instead of reverse.each (#27671).Go MAEDA2017-12-311-1/+1
* Get rid of acts_as_versioned.Jean-Philippe Lang2017-07-2623-1579/+0
* fix search engine returns 500 error by Go MAEDA (#26526)Toshi MARUYAMA2017-07-251-0/+2
* remove trailing white spaces from lib/plugins/acts_as_searchable/lib/acts_as_...Toshi MARUYAMA2017-07-251-3/+0
* Removes acts_as_list plugin.Jean-Philippe Lang2017-07-234-639/+0
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-232-2/+5
* Update copyright.Jean-Philippe Lang2017-06-255-5/+5
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-1/+1
* Removes invalid attributes from gravatar img tag.Jean-Philippe Lang2017-03-051-1/+1
* Fixes uploading of empty files (#25115).Jean-Philippe Lang2017-02-281-1/+0
* Hires (2x DPR) image support for Gravatars (#24927).Jean-Philippe Lang2017-01-301-0/+4
* Set inverse on custom_values association.Jean-Philippe Lang2017-01-181-0/+1
* acts_as_versioned use old style (Rails 2.x) of method call for #all (#24348).Jean-Philippe Lang2016-11-181-3/+4
* Adds file custom field format (#6719).Jean-Philippe Lang2016-10-232-13/+13
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-141-1/+1
* Removes a call to alias_method_chain.Jean-Philippe Lang2016-07-141-3/+2
* Removes a call to alias_method_chain.Jean-Philippe Lang2016-07-141-3/+2
* When creating issues by receiving an email, watchers created via CC in the ma...Jean-Philippe Lang2016-07-091-0/+4
* Notify the user of missing attachments (#22401).Jean-Philippe Lang2016-05-071-1/+12
* Deprecates unused stuff (#12909).Jean-Philippe Lang2016-04-181-0/+1
* Fixed that subtasks lose their custom fields when copying an issue to a diffe...Jean-Philippe Lang2016-04-111-0/+8
* Use protocol-relative URL for gravatars (#21855).Jean-Philippe Lang2016-03-151-10/+4
* Updates copyright for 2016.Jean-Philippe Lang2016-03-135-5/+5
* New custom fields of existing issues are not initialized with their default v...Jean-Philippe Lang2015-10-311-2/+2