Commit Graph

1300 Commits (151c40f72075a294401e5e37197fbf2c26a2a8c9)

Author SHA1 Message Date
Jens Ulferts 98ddfe1b98 moves OpenProject formatters into JournalFormatter::Base subclasses 12 years ago
Gregor Schmidt c94c0789bb Async loading of project list in project jump box 12 years ago
Philipp Tessenow 578590693c revert performance optimization for Rails2 12 years ago
Martin Linkhorst 02e58ee814 put possible values for available settings into a lambda block because available_settings class variable can change at runtime (was different before) 12 years ago
Philipp Tessenow edc058cc90 document Project.allowed_to_condition. with doc-string from redmine 12 years ago
Philipp Tessenow a20c3068e0 fix typo in name of TimeEntry#earliest_date_for_project 12 years ago
Philipp Tessenow 33fd40decf composed multiple redmine commits (thanks goes to jpl) to let MailHandler tests pass. 12 years ago
Martin Linkhorst ef6680636e fix two order clauses which create unambiguous sql queries 12 years ago
Martin Linkhorst f6746c5327 bug: watcher uses redmine's safe_attributes so we need to include it 12 years ago
Gregor Schmidt d95a75ec23 Perf opt - touching journaled w/o callbacks 12 years ago
Gregor Schmidt 9755b931dd Extending API of recalculate_attributes_for 12 years ago
Gregor Schmidt ccc97fcbfa Optimization: Avoiding save if nothing changed 12 years ago
Gregor Schmidt ab968a52fc Micro-optimization - no initialization when admin 12 years ago
Gregor Schmidt 9b3a33ebd0 Using already loaded information if available 12 years ago
Jens Ulferts 4644f44087 eager loads child wiki_menu_items 12 years ago
Martin Linkhorst 9dd36ccc20 yes, we do 12 years ago
Martin Linkhorst a67afceb0c little refactoring of user preferences 12 years ago
Jean-Philippe Lang ff195605b3 Ignore emails with Auto-Submitted: auto-replied header #190 12 years ago
Martin Linkhorst b30fac4a59 refactor the welcome controller 12 years ago
Philipp Tessenow 1023ee1288 convert attr back to_sym if neccessary 12 years ago
Philipp Tessenow 80adcc2b30 use Mail::Address to get name and address from a mail address 12 years ago
Philipp Tessenow b389a36edd correctly handle multi part mails in MailHandler 12 years ago
Philipp Tessenow 558f7b7cb5 REVIEW: adding watchers on a not-yet-saved ticket does not work, as the watchers watchable property is not set by ActiveRecord 12 years ago
Philipp Tessenow 2fe02402ac fix MailHandler to correctly safe attachments from incomming mails 12 years ago
Philipp Tessenow 1285adbdf4 mail (in contrast to tmail) does not always include the < in the mail_id header 12 years ago
Philipp Tessenow d5029a0307 force encoding of mails to circumvent unknown encoding errors 12 years ago
Philipp Tessenow c31c9af5c3 attachments now can handle decoded strings as new files. this is a requirement for MailHandler 12 years ago
Martin Linkhorst c7c07730cd do not cache start_date in order to fix a test 12 years ago
Martin Linkhorst 6f94efaa6c active record defines the association proxy differently 12 years ago
Martin Linkhorst 05efc55174 mark user's login attribute as unsafe (like the test likes it) 12 years ago
Martin Linkhorst 94c6527976 there's no attribute called role 12 years ago
Martin Linkhorst 232fa7d7b0 use a hash for yaml stuff 12 years ago
Gregor Schmidt 1ef2a08888 Being more defensive when trying to delete membership after last role was removed 12 years ago
Martin Linkhorst 3d1c9ca05f we need a hash. to_yaml returns a string 12 years ago
Philipp Tessenow 84e2729b98 REVIEW: another batch of the renaming effort from Journals#changes to changed_data 12 years ago
Philipp Tessenow 70a63a65c4 rename journal#changes attribute to changed_data 12 years ago
Romano Licker 65e5ae5dd1 objects should be loaded in ascending order 12 years ago
Romano Licker f7b67bcd87 destroy wiki menu item when corresponding page is destroyed 12 years ago
Romano Licker 065406a387 highlight nearest ancestor of current wiki page in navigation 12 years ago
Martin Linkhorst 40d099016b DEPRECATION FIX: use String#encode instead of Iconv 12 years ago
Romano Licker 69df1a789d change title on dependent wiki menu item when renaming 12 years ago
Romano Licker ed6dc90c93 show menu item name in breadcrumb + current page 12 years ago
Romano Licker 56d6b66ce7 remove validation that at least one item exists 12 years ago
Romano Licker 762834da7e validate uniqueness of title + wiki_id 12 years ago
Romano Licker 803c0451f1 highlight current wikipage when 12 years ago
Romano Licker 6801577147 automatically create a wiki menu item when the module 'wiki' 12 years ago
Romano Licker 9cc7eafc15 integrate wiki_menu_items into wiki-module and 12 years ago
Romano Licker 7c8ac464cd introduce wiki menu items 12 years ago
Martin Linkhorst 5a93169800 ActiveSupport::SecureRandom was deprecated in favor of SecureRandom from the standard lib 12 years ago
Martin Linkhorst e5e2202707 do not register plugin settings at load time. this commit registers plugin settings, when they are registered. 12 years ago