Commit Graph

1701 Commits (f488cccf1240f4acbd47a9310cfec3c3bbec9dda)

Author SHA1 Message Date
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
Martin Linkhorst 584e592bd4 active records' #attributes=() signature changed. so let's change as well 12 years ago
Martin Linkhorst 89a8e75f55 DEPRECATION_FIX: use self.table_name = :name instead of set_table_name :name 12 years ago
Martin Linkhorst 5fb51daab1 applied the rails 3.2 generator 12 years ago
Martin Linkhorst 6d1354dbd0 ActiveSupport::SecureRandom was deprecated in favor of SecureRandom from the standard lib 12 years ago
Martin Linkhorst b445387e7a do not register plugin settings at load time. this commit registers plugin settings, when they are registered. 12 years ago
Martin Linkhorst 52294f5a68 active records' #attributes=() signature changed. so let's change as well 12 years ago
Martin Linkhorst cba3439189 DEPRECATION_FIX: use self.table_name = :name instead of set_table_name :name 12 years ago
Martin Linkhorst 40cecc66a3 applied the rails 3.2 generator 12 years ago
Holger Just f6622b4e76 Allow to set default values for custom fields when receiving mails 12 years ago
Philipp Tessenow 8ba74a6d50 implement inline diff 12 years ago