Commit Graph

922 Commits (5c3c69b4a5dfb8c9428b61f67347db0fc1b935de)

Author SHA1 Message Date
Martin Linkhorst e2186e2dad precompile repository_nagigation.js in order to conditionally load it 12 years ago
Martin Linkhorst b71c5768fd always include context_menu js and styles. no need to precompile and load it separately. 12 years ago
Martin Linkhorst 33d0bf894e precompile copy_issue_actions.js 12 years ago
Martin Linkhorst 4c1789f171 include all styles from scm.css in the main application.css file to avoid numerous conditional loading 12 years ago
Martin Linkhorst 8e6ae4f856 match all http verbs for login and logout 12 years ago
Martin Linkhorst 2522acc689 hmm… funny?! 12 years ago
Romano Licker 13f146cb69 replace 'Redmine' with 'OpenProject' 12 years ago
Martin Linkhorst 1295302505 remove the relative url root, since master doesn't have it 12 years ago
Martin Linkhorst 2b30f70384 we need to precompile the default theme css and jstoolbar related javascript 12 years ago
Martin Linkhorst b8324d0c8e change the default theme name to 'default', still works with '' 12 years ago
Martin Linkhorst 7809f40d29 we don't need that anymore 12 years ago
Philipp Tessenow e1d2b1b8ba Don't register Mime types if they're already registered 12 years ago
Martin Linkhorst bc28805876 update the postgresql database example 12 years ago
Martin Linkhorst 37007d8388 only use logging if there's a log folder in the current directory 12 years ago
Romano Licker 92110a7dc3 make translations more consistent 12 years ago
Romano Licker 56d6b66ce7 remove validation that at least one item exists 12 years ago
Romano Licker 9b562376c3 rename link - the link actually creates a childpage 12 years ago
Romano Licker f1296f739a correct faulty translation keys 12 years ago
Romano Licker 6110dcbc5c change route of wiki's table of content 12 years ago
Romano Licker 9cc7eafc15 integrate wiki_menu_items into wiki-module and 12 years ago
Romano Licker 2f772159a9 add default controller actions and build "create child page link" 12 years ago
Martin Linkhorst 584e592bd4 active records' #attributes=() signature changed. so let's change as well 12 years ago
Martin Linkhorst 29d5c5f173 REVIEW: disable whitelisting for now 12 years ago
Martin Linkhorst b90dc573ff re-enable the asset pipeline for rails 3.2 12 years ago
Martin Linkhorst ef1606fc57 DEPRECATION FIX: moved plugins to lib folder as suggested by the deprecation warning 12 years ago
Martin Linkhorst 5fb51daab1 applied the rails 3.2 generator 12 years ago
Martin Linkhorst dbf78a6485 add cucumber stup 12 years ago
Martin Linkhorst 52294f5a68 active records' #attributes=() signature changed. so let's change as well 12 years ago
Martin Linkhorst 4261f23fa9 REVIEW: disable whitelisting for now 12 years ago
Martin Linkhorst a998a531a2 re-enable the asset pipeline for rails 3.2 12 years ago
Martin Linkhorst ee9941e912 DEPRECATION FIX: moved plugins to lib folder as suggested by the deprecation warning 12 years ago
Martin Linkhorst 40cecc66a3 applied the rails 3.2 generator 12 years ago
Philipp Tessenow 79ab8d6d6b added wiki/list_attachments route, which returns a json array of available attachments 12 years ago
Philipp Tessenow 0ed365ef70 replace tiny_mce with tiny_mce gem 12 years ago
Philipp Tessenow 9bdb5038a8 add assets to precompile pipeline. may be evaluated later if they should be served within applications.css/.js 12 years ago
Martin Linkhorst dd4adc9f3e disable javascript alert messages for bullet. 12 years ago
Martin Linkhorst 2e7cb60974 in order to get the default configuration values, we have to completely omit the keys in the config file. otherwise they will be overridden by empty values. 12 years ago
Martin Linkhorst fb42eb8813 remove a patch that is in the gem code now 12 years ago
Martin Linkhorst 7d2f6be3b0 remove the globalize3_patch.rb hack that allowed for uniqueness validation on translations. instead use the current git master since the fix is not yet released in version 0.2.0 of globalize3 12 years ago
Martin Linkhorst d19fdaf6a1 apply the rails 3.1.8 generator on the project 12 years ago
Martin Linkhorst 8743d77ac6 finally, re-enable all deprecation warnings since there are only a few left 12 years ago
Martin Linkhorst 78c4196656 DEPRECATION FIX: use errors[:attribute] instead of errors.on(:attribute). 12 years ago
Martin Linkhorst bb4ff05d15 use the rails 3 way to define the session secrets, checking them in while we're developing 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 602d722c25 changes routes for issue reports to call issue scoped reports controller 12 years ago
Jens Ulferts 060f3e7172 move issue reports routes under issues 12 years ago
Jens Ulferts 0668c65b56 resourcifies members 12 years ago
Jens Ulferts 81f652308c removes empty namespace deleclaration in routes 12 years ago