Commit Graph

3890 Commits (5c3c69b4a5dfb8c9428b61f67347db0fc1b935de)

Author SHA1 Message Date
jwollert 3b3fabaf86 CSS: fixes .ajax-indicator image path 12 years ago
Michael Frister 5963005c45 Wiki menu items: Fix route and edit form 12 years ago
Michael Frister 94d22d696c Fix GroupsController show 12 years ago
Martin Linkhorst e977d574b1 make the issue list sums cukes pass 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
Martin Linkhorst 866d7ec14d refactor trackers to use restful routes 12 years ago
Sebastian Schuster 9e3fcb3125 Removed the after_initialize callback in old syntax 12 years ago
Jens Ulferts 0ff995f800 fixes issue watching for other users 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
Martin Linkhorst 4cde04b942 this file was missing, although it's referenced in application.css 12 years ago
Martin Linkhorst eb506a546a i have to make that change... 12 years ago
Martin Linkhorst d2644b23f5 requiring both jquery_ujs and prototype_ujs will result in ajax forms and links to be submitted twice (remote: true). remove prototype_ujs o fix that. 12 years ago
Martin Linkhorst 87ec6d19eb render_detail can sometimes return nil (when no applicable formatter was registered). therefore push html_safe call down. 12 years ago
Martin Linkhorst b165ff2487 REVIEW: these helper methods reside in the issues helper module. which we need to include before.. hmm 12 years ago
Christian Ratz e566967333 fixes Issue Hierarchy on issues#show 12 years ago
Christian Ratz 5408fb959e fixed select2 12 years ago
Christian Ratz e5c7f68dbb fixed textilizable helper method, wiki#edit 12 years ago
Christian Ratz a0e2cd44d1 re enable 'preview' in wiki#edit 12 years ago
Christian Ratz 11778a853a re enable 'preview' in wiki#edit 12 years ago
Philipp Tessenow 3928b62b74 when generating mails for issue changes, generate correct links 12 years ago
Philipp Tessenow 40f57c81b4 pretty format link_to options in application_helper 12 years ago
Philipp Tessenow 5154774549 repair the journals part in issue show.api 12 years ago
jwollert 487802dee7 migrate longer logins plugin to core 12 years ago
Martin Czuchra 44424d8e74 Speeds up level_list view of projects. 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 9a439072e8 render_detail needs an option hash now 12 years ago
Philipp Tessenow d9e9536bfd let migrations run again 12 years ago
Philipp Tessenow d46f4fc458 ensure circular dependency load order in application controller 12 years ago
Philipp Tessenow 9d09782dc4 Revert "revise: ugly hack to circumvent acitve record to explode because _two_ (yes TWO. in numbers: 2) instances of the Tracker class are loaded at the same time." 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
jwollert 061715d1dd adds has_children flag inside projects level_list 12 years ago
Philipp Tessenow 1845c2b6ba revise: ugly hack to circumvent acitve record to explode because _two_ (yes TWO. in numbers: 2) instances of the Tracker class are loaded at the same time. 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 26d37cf4f4 include calendar js files in case they are needed for edit 12 years ago
Philipp Tessenow b840634952 reorder js-includes 12 years ago
Philipp Tessenow cd461b8517 fixed typo when using ActiveSupport::Inflector.transliterate 12 years ago
Jens Ulferts 83abbf71e7 adapt ajaxAppend usage for loading issue diff to changed configuration 12 years ago
Jens Ulferts b32b88d6dc no longer loads priority and workflow as the edit form is no longer rendered directly 12 years ago
Jens Ulferts 857dd7c4d2 uses ajaxAppend for loading the issue#edit form 12 years ago
Jens Ulferts 811ff89a48 renders the action menu twice on issue#show instead of copying it with javascript 12 years ago
Jens Ulferts 8dcd74d2bd no longer sorts by lft as it already is 12 years ago
Jens Ulferts f135d4cfbe eager loads assigned to on ancestors/descendants 12 years ago