Commit Graph

2321 Commits (95dc518a7829156d8e98a2750197fa125c39af04)

Author SHA1 Message Date
Romano Licker 2f772159a9 add default controller actions and build "create child page link" 12 years ago
Martin Linkhorst 5fb51daab1 applied the rails 3.2 generator 12 years ago
Martin Linkhorst 40cecc66a3 applied the rails 3.2 generator 12 years ago
Jens Ulferts 44ae671912 fixes issue index pagination within a project 12 years ago
Philipp Tessenow 79ab8d6d6b added wiki/list_attachments route, which returns a json array of available attachments 12 years ago
Philipp Tessenow 35e9590375 include tinymce files only when an editor is displayed 12 years ago
Jens Ulferts b0217115bb renames ChiliProject reference in test email 12 years ago
Philipp Tessenow 8ba74a6d50 implement inline diff 12 years ago
Dennis Schmidt 2fab660b33 extracted base.rhtml footer into ApplicationHelper method call 12 years ago
Martin Linkhorst e67359016a first try on the asset pipeline 12 years ago
jwollert 4511a4e83d adds i18n-js gem providing us with easier access to translations in js 12 years ago
Philipp Tessenow 318dee9398 convert wiki diff view back to inline view 12 years ago
Philipp Tessenow 1d82db3a8d display html-diffs in side-by-side diff view 12 years ago
Philipp Tessenow d80d32f54a show side-by-side html view of wiki content 12 years ago
Martin Linkhorst d19fdaf6a1 apply the rails 3.1.8 generator on the project 12 years ago
Martin Linkhorst 57abae4b06 call #labelled_tabular_form_for correctly (changed in 36a400b7) 12 years ago
Martin Linkhorst 030242ab7b DEPRECATION FIX: use #descendants instead of #subclasses 12 years ago
Martin Linkhorst f60a29e9e0 DEPRECATION FIX: and the mother of all block helpers #content_tag 12 years ago
Martin Linkhorst 464473c9d7 DEPRECATION FIX: and #javascript_tag 12 years ago
Martin Linkhorst 61d8449764 DEPRECATION FIX: now #syntax_highlight 12 years ago
Martin Linkhorst a37b574d98 DEPRECATION FIX: the notorious #other_formats_links want treatment, too 12 years ago
Martin Linkhorst 2ab039164f DEPRECATION FIX: don't forget #remote_form_for 12 years ago
Martin Linkhorst cec9c06a61 DEPRECATION FIX: and of course #form_for 12 years ago
Martin Linkhorst 9ee4ebde1a DEPRECATION FIX: continuing with #labelled_tabular_form_for 12 years ago
Martin Linkhorst d81ce2a530 DEPRECATION FIX: the saga begins: adding equal signs to form helpers in view. we start with form_tag 12 years ago
Philipp Tessenow 5689934b54 reenable wiki preview. preview link was broken as a _method='put' parameter was sent with the form. this let rails think we want a put request instead of a post request. so before sending the form we change the _method param back to 'post' 12 years ago
Jens Ulferts 885a6e1a3c defines routes for files 12 years ago
Jens Ulferts b04147a11a defines routes for projects and cleans up project route usage 12 years ago
Jens Ulferts 3471b107bc rewrites routes for news, moves comments and previews controller into news namespace 12 years ago
Jens Ulferts 8c6973dcee resourcifies messages aka. topics 12 years ago
Jens Ulferts f611d5bcc9 refactores issue_reports_controller to be a reports_controller scoped in issues 12 years ago
Jens Ulferts 0668c65b56 resourcifies members 12 years ago
Jens Ulferts 9e2f020cf9 moves issue preview into resource routes 12 years ago
Jens Ulferts d088bbd3ae resourcifies issue_relations 12 years ago
Jens Ulferts a3fbae41be resourcified issue_categories 12 years ago
Jens Ulferts a3eaaa22ad allows exporting issues from global issue index 12 years ago
Jens Ulferts c02b3b9fd8 refactors responses from members_controller#new to have less view in the controller 12 years ago
Jens Ulferts b2556210db removes hidden new form in documents#index 12 years ago
Jens Ulferts 9b28e61838 resourcifies documents 12 years ago
Jens Ulferts 158997bb19 defines routes for groups, removes rjs from groups 12 years ago
Jens Ulferts a934415fb0 fixes enumeration sorting by using correct http method 12 years ago
Jens Ulferts b2e553daea uses named_routes for paths inside time_entries 12 years ago
Jens Ulferts 216b016677 move time_entries_reports into time_entries namespace, just called reports within 12 years ago
Martin Linkhorst cfbc9dabc5 validations say: news can have no project 12 years ago
Jens Ulferts 0ba6ebfef0 removes superfluous id in atom links 12 years ago
Jens Ulferts 5d1a72f399 resourcifies roles 12 years ago
Philipp Tessenow a63269ea80 sync wysiwyg editor content with text_area before starting a preview request 12 years ago
Jens Ulferts dd8dda61ca defines resourceful versions 12 years ago
Jens Ulferts 21de2c7f28 adds explicit routes for enumerations, resourcifies them 12 years ago
Jens Ulferts 0d597b5363 rewrites routes for issues and associated resources 12 years ago