Commit Graph

4035 Commits (82e3df434c2645bd89594558772297564d4e44a1)

Author SHA1 Message Date
Philipp Tessenow 004d050f11 it's possible again to delete attachments 12 years ago
Philipp Tessenow c2e9403af3 forgot to be careful with nested namespace'd controllers in some places 12 years ago
Philipp Tessenow 1d331d90b1 be careful with nested namespace'd controllers with computed controller values 12 years ago
Philipp Tessenow ec3829e11b be careful with nested namespace'd controllers in our controllers 12 years ago
Philipp Tessenow 15df2ecdcc be careful with nested namespace'd controllers in our models 12 years ago
Philipp Tessenow b94a9e071c be careful with nested namespace'd controllers in all our views 12 years ago
Philipp Tessenow 8e32cfc6df be careful with nested controllers in helpers 12 years ago
Philipp Tessenow 947431a7df handle nested namespaces in application_helper 12 years ago
Philipp Tessenow 581604509c fix global search_field_url in nested controllers 12 years ago
Philipp Tessenow ddc7cf70b4 fix bug: User#allowed_to? couldn't handle Symbols in action[:controller] 12 years ago
Sebastian Schuster 765f4433dd Revert "Merge pull request #69 from opf/feature/edit_and_delete_shared_versions" 12 years ago
Philipp Tessenow 7e5cc3816f enables menus when beeing inside a namespaced controller 12 years ago
Christian Ratz 5010645823 fixes wiki#create 12 years ago
Philipp Tessenow 64d28c223e fix missing translations in settings/issue tracking 12 years ago
Martin Linkhorst c9597204aa cleanup: simplify the definition and calls to labelled_tabular_form_for. some of the :as and :url params that i left out might not be needed either. 12 years ago
Sebastian Schuster ef9feb97ed Removed obsolete html_safe statements from rendering issue tooltips 12 years ago
Sebastian Schuster a23b323928 Fixed issue link helper to return a html_safe string 12 years ago
jwollert 623c682bab removes restrictions on editing shared versions 12 years ago
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