Commit Graph

1336 Commits (c75820a3e123b60f757574aa8a00618f11acae50)

Author SHA1 Message Date
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
jwollert 42a044575a syntax change in version model to ensure ruby 1.8 compat 12 years ago
Martin Linkhorst 21fa39c25a fix the user tests by storing user and his preferences in two steps 12 years ago
Martin Linkhorst f57184ecda fix copying of a wiki. self.wiki = Wiki.new immediately tries to save to the database. unfortunately, a Wiki.new is not valid? it misses the :start_page 12 years ago
Martin Linkhorst 09e496f54b REVIEW: get the changes by joining with the changesets in order to have access to the #committer of the changesets as required in the tests which group changes by the committer 12 years ago
Martin Linkhorst a89e22e2dc remove attachments before destroying the issue to avoid getting a Activerecord::StaleObjectError 12 years ago
Martin Linkhorst c17ffccfe2 REVIEW: update to the new AR api. hint: we need to update all :include => to fix all bugs since only a few of them are testiest 12 years ago
Martin Linkhorst 337239044c REVIEW: make :category_id accessible in order to use it with forms 12 years ago
Martin Linkhorst 95c9595c71 rails 3 throws an exception when you try to do the following: 12 years ago
Martin Linkhorst b231930f69 why use an instance variable here? this makes more sense and fixes the tests 12 years ago
Martin Linkhorst d563d3387f fix active record queries by correctly using the new api 12 years ago
Martin Linkhorst d9f422e6b0 use #joins instead of #includes since includes does seem to have a bug when combining with #maximum, #sum etc. 12 years ago
Martin Linkhorst 74866ae596 omit default scope by using reorder 12 years ago
Martin Linkhorst e6e421297e yay, and active record bug, woohoo :) TODO: fix me on rails 3.2 12 years ago
Martin Linkhorst 7de159fbca refactor comment class and fixed the tests. give news a clearer api to create a comment for a news object. this couples news to the comment class atm but can easily be extracted into a module or so. 12 years ago