Commit Graph

2280 Commits (79bbc1e274dae64ee5c716c84a8e175bd0c8d1c3)

Author SHA1 Message Date
Martin Linkhorst 6fe81868e8 missing equals added 12 years ago
Martin Linkhorst b30fac4a59 refactor the welcome controller 12 years ago
Martin Linkhorst d71f821a92 controller is now a method rather than an instance variable 12 years ago
Philipp Tessenow 84e2729b98 REVIEW: another batch of the renaming effort from Journals#changes to changed_data 12 years ago
Jens Ulferts fbc308d719 fixes typo in the subproject label reference within the issue_report view 12 years ago
Romano Licker eecb7d70ad fix css styling of wiki menu items edit 12 years ago
Romano Licker 936f0bbdcb refactoring wiki hierarchy breadcrumb 12 years ago
Romano Licker 1340df6343 display the parent menu item in the breadcrumb as link 12 years ago
Romano Licker ed6dc90c93 show menu item name in breadcrumb + current page 12 years ago
Romano Licker 98afc0f37a disable the submenu radio button if no main items are available 12 years ago
Romano Licker 9cc7eafc15 integrate wiki_menu_items into wiki-module and 12 years ago
Romano Licker 7c8ac464cd introduce wiki menu items 12 years ago
Romano Licker 8745659f8b add new page for wikis 12 years ago
Romano Licker e375875668 delete wiki tab in project settings since we do not need 12 years ago
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