Commit Graph

1329 Commits (451feb02961128733f75a2d7b8f9711bd6b91aad)

Author SHA1 Message Date
Jens Ulferts f82de2e7ed uses will_paginate for issue#index 12 years ago
Michael Frister 089db98541 Improve password complexity requirements 12 years ago
Martin Czuchra c285e1ebd8 Changes Color to PlanningElementTypeColor 12 years ago
Martin Czuchra 5cba510b1f Updates copyright notice in timelines sources. 12 years ago
Martin Czuchra 46ffcfc195 Refactors current timelines API into api/v2. 12 years ago
Martin Czuchra 2d37503c47 Adds validation concerning circular structures. 12 years ago
Jens Ulferts d6858fb7ef sorts enumerations for destruction 12 years ago
Martin Czuchra 7963fe3521 Updates copyright notice in timelines sources. 12 years ago
Nils Kenneweg 531b2494e5 Final merge with the original timelines plugin. 12 years ago
Martin Czuchra c1bfd5202a Open-sources timelines. 12 years ago
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Christian Ratz db198b61a3 fixed typo in comment of system_user.rb 12 years ago
Christian Ratz 7ee079fa65 added SystemUser 12 years ago
Christian Ratz 54a78a37f7 changed user#random_password 12 years ago
Philipp Tessenow 5c8c522e06 fix a bug in Query#add_custom_fields_filters\n\nIt forgot to create the usual available_filters 12 years ago
Philipp Tessenow 49a413a912 Fix bug in Version#start_date. On an unsaved version, it returned a start_date even when none was set 12 years ago
Philipp Tessenow 7909d1250a refactor MailHandler to cope with new translations styles 12 years ago
Philipp Tessenow 443f558f6d New translation styles for Project-model/views 12 years ago
Philipp Tessenow 033a08dbaa use new translation style for various query-related things 12 years ago
Philipp Tessenow 6390bb56f7 use new translation style for various document-related things 12 years ago
Philipp Tessenow 62d92ef05a use new translation style for various wiki/wiki_page/wiki_content things 12 years ago
Jens Ulferts 65ca202692 Introduces strong_parameters whithout making use of it yet 12 years ago
Christian Rijke 993c3f29ee Add version validation and spec that requires effective_date > start_date. 12 years ago
jwollert ce0574119b fixes estimated_hours validation on issues by explicitly making it fail on invalid input strings 12 years ago
Christian Ratz 045ae8c9dc fix user create with empty pwd 12 years ago
Philipp Tessenow 28ab23ea7f remove attr_protected for :locked and :sticky. They are safed by safe_attributes depending on the user permissions 12 years ago
Philipp Tessenow 15df2ecdcc be careful with nested namespace'd controllers in our models 12 years ago
Philipp Tessenow ddc7cf70b4 fix bug: User#allowed_to? couldn't handle Symbols in action[:controller] 12 years ago
Philipp Tessenow 7e5cc3816f enables menus when beeing inside a namespaced controller 12 years ago
Martin Linkhorst 8d797ca08a the serialization doesn't work as expected. #names should be an array but is instead a one-element array containing a comma separated list, no matter what i do. this commit fixes it by expanding the comma separated list, so it will work with either version in case somebody fixes it in the future. 12 years ago
Sebastian Schuster 9e3fcb3125 Removed the after_initialize callback in old syntax 12 years ago
Martin Linkhorst c442ecb7d9 remove gantt from core (take the commit as a guide on how to bring it back as a plugin) 12 years ago
jwollert 487802dee7 migrate longer logins plugin to core 12 years ago
Philipp Tessenow 88934d9b2b user are allowed to watch things when <thing>.visible?(user) == true 12 years ago
Philipp Tessenow d0a849c9d2 CustomField#possible_values now takes locale options as :locale => :de instead of just :de 12 years ago
Philipp Tessenow 8fa15af8d8 lazy load project scopes 12 years ago
Philipp Tessenow d9e9536bfd let migrations run again 12 years ago
Christian Rijke 9be08a767e Add a method to ensure the correct load order of core model classes with a circular dependency. 12 years ago
Philipp Tessenow ef9ae5ffa3 use scope instead of named_scope 12 years ago
Philipp Tessenow 1f4f73c1d3 merge upstream changes (1f45cd3 - pull request #5). 12 years ago
Jens Ulferts c9780734d8 lets AR handle casting of db condition for assignable_members 12 years ago
Philipp Tessenow 479086af1a fix class load order 12 years ago
Philipp Tessenow 3affd94490 Revert "wrap scope in lambdas to let the migrations run again" 12 years ago
Philipp Tessenow 7a405355f4 wrap scope in lambdas to let the migrations run again 12 years ago
Jens Ulferts 0d3be2f958 no longer serializes changes as they will be anyway 12 years ago
Jens Ulferts 2c22694e98 eager loads objects associated to the issue's relations 12 years ago
Martin Linkhorst a188dfd713 Project.all_public can also be written as Project.public.all or just Project.public 12 years ago
Jens Ulferts e28a52e05a removes explicit casting of changes to yaml 12 years ago
Jens Ulferts 74e21f7770 refactors querying for assignable users 12 years ago
Philipp Tessenow ddc6cdec54 force message to update its watchers and watcher_users when creating a new watcher in its after_create hook 12 years ago