Commit Graph

552 Commits (7b8e148b30d12b1bf28a5f34036ead778ab9f99f)

Author SHA1 Message Date
Sebastian Schuster 00e33ba462 Patched the comparison in the version base class so versions and sprints can be compared correctly 12 years ago
jwollert f0ff8637a9 fixes task version inheritance 12 years ago
Christian Rijke 08892f44f0 Remove unused variable. 12 years ago
Christian Rijke 24d699ddd2 Require non-negative numbers in validation. 12 years ago
Christian Rijke f9290b8efd Add numericality validator for 'remaining hours'. 12 years ago
Christian Ratz bd6019f646 update sha1 in version number 12 years ago
Sebastian Schuster 4242d030f2 Added before filter for version_controller patch to only allow setting of column in backlogs 12 years ago
Christian Rijke e7c48596f5 Fix context name to match new module namespace. 12 years ago
Christian Ratz 770cbb004a added latest sha1 to version number 12 years ago
Sebastian Schuster 3687cf82dd Appended slashes to all controller names to allow correct routing in nested pages 12 years ago
Sebastian Schuster c3796cbff2 Added overrided loading of current project for versions edit and update actions 12 years ago
Christian Rijke fcf4a9baa3 Move redmine plugin initialization to config.to_prepare. 12 years ago
Christian Ratz e8cacfa9d8 add plugin factories to factory girls load path 12 years ago
Sebastian Schuster 0d6c785e5e Removed own checking and loading of jquery as jquery is always available in the core 12 years ago
jwollert 9539ac7ca8 require nissue so we don't have to worry about gem load order 12 years ago
Christian Rijke 3584b738f7 change "changed" to "changed_data" 12 years ago
Christian Ratz 34af35e85d removed require redcloth3 it is already required in the core 12 years ago
Christian Ratz 05bf993613 test 12 years ago
Sebastian Schuster 0f1e607ea7 Updated custom SQL to use updated column name journals.changed_data instead of journals.changes 12 years ago
Sebastian Schuster cd0160e2f5 Updated permissions for using index instead of show action to show the 12 years ago
Sebastian Schuster 722d367fe0 Updated routes.rb and changed route usage accordingly 12 years ago
Christian Rijke 1870ce89a7 fix module namespace 12 years ago
Christian Rijke 65c24a9dd7 require redcloth3 from core 12 years ago
Christian Rijke bd4f9c8dcf fix html escaping for issue form dropdowns 12 years ago
Christian Rijke a2628e2e65 fix module namespace 12 years ago
Christian Rijke 759cf2629b use SecureRandom from 1.9 stdlib 12 years ago
Christian Rijke 1b6f627980 fix html escaping 12 years ago
Christian Rijke 17f92e9fc9 fix module namespace 12 years ago
Christian Rijke 6a3813ac01 change load paths 12 years ago
Christian Rijke 09e9447480 change load paths 12 years ago
Christian Rijke b98afbb71d fix module namespaces 12 years ago
Christian Rijke b136022e3b uncomment all the code! 12 years ago
Christian Rijke 9ac2134ca2 Add missing OpenProject::Backlogs module namespaces 12 years ago
Christian Rijke 3c0125f98d change all 'ChiliProject' module name references to 'OpenProject' 12 years ago
Christian Rijke 0b4fd51396 use new module names 12 years ago
Christian Rijke cd908d2c2a migrate module names 12 years ago
Christian Rijke 67dc228a5a require acts_as_silent_list at engine initialization time to ensure correct load order 12 years ago
Christian Rijke 47fb75257f register test paths to run tests from openproject core 12 years ago
Christian Rijke 97116ec063 use require instead of require_dependency to avoid double loading of view listeners 12 years ago
Sebastian Schuster 714fd9081f Required acts_as_silent_list in engine.rb so it gets loaded 12 years ago
Sebastian Schuster e1f7993456 Renamed the plugin settings name into openproject_backlogs 12 years ago
Jens Ulferts a74491bc2c brings acts_as_silent_list back in the game 12 years ago
Jens Ulferts fc27d8574c fixes overwriting versions/_form.html.erb 12 years ago
Jens Ulferts b2e9d06a22 moved lib/openproject to lib/open_project to use autoloading 12 years ago
Jens Ulferts edb6a03003 moves setting reloading up to avoid missing settings in patches 12 years ago
Jens Ulferts 4074de0a9d adds file required for redirect to engine loading 12 years ago
Jens Ulferts e8ab7e267d moves lib to openproject/backlogs subdirectory and renames accordingly 12 years ago
Jens Ulferts 4af95147f0 optimizes performance and restructures for clarification 12 years ago
Jens Ulferts c7a8baf1b8 now correctly excludes stories from burndown if it's tracker is not a backlog tracker 12 years ago
Jens Ulferts e4b1ceaa38 no longer supports non acts_as_journalized 12 years ago