Commit Graph

5940 Commits (107647a816d5514a8baaf261829973529e385ab8)
 

Author SHA1 Message Date
Jens Ulferts 00d50140e4 production mode returns enumerable for String#lines if no block is provided 13 years ago
Jens Ulferts 7076a33934 do not return the ancestor links for new projects 13 years ago
Romano Licker b39f27cd3b extend issue link macro functionality by ## and ### 13 years ago
Martin Linkhorst f3ae4302c6 the ie8 fix by eckardt (9e04bf8) swallows content after the textarea (the jump back to the bookmark, when the exception is thrown somehow doesn't work correctly). this sums up the movement with a helper range and then moves the original range by the sum. it doesn't fix the weird scrolling when large text is edited. 13 years ago
Martin Linkhorst e53206f517 fix 'undefined' value in ie8, related to #29973 13 years ago
Martin Linkhorst 0b852c0d5d remove shadows for my page boxes in all IE<=8 since they lead to fuzzy font. fixes #26249 13 years ago
Martin Linkhorst 409149f91d Merge remote-tracking branch 'origin/master' 13 years ago
Jens Ulferts 62b96e4694 Merge branch 'feature/2.4.0/internationalization' 13 years ago
Jens Ulferts 8ec3f24de3 patching globalize to be able to circumvent the cache 13 years ago
Felix Schäfer 2e81aee28b We don't allways want I18n fallbacks 13 years ago
Jens Ulferts d25a8351a4 patching i18n to provide a without_fallback method 13 years ago
Jens Ulferts f695ff0c33 Merge branch 'mass_assignment' 13 years ago
Romano Licker ade3fd1048 enforce date when setting commit_date 13 years ago
jwollert c7ef39f0c7 rebranding of default settings to openproject 13 years ago
jwollert fb85611816 rebrand noscript translations to openproject 13 years ago
jwollert 4ac6a6d7a2 rebranding mailer stuff to openproject 13 years ago
jwollert 5b49ce0d4c rebranding of 404 13 years ago
jwollert c3bb801a3d switch branding from chili to open in wiki syntax pages 13 years ago
Romano Licker 51be005760 remove exception which was thrown on mass assign protected attributes 13 years ago
Romano Licker 422705c5de fixes attachment partial on windows browsers 13 years ago
Jens Ulferts 47454dd7e5 making successful saving a condition for a success response on member edit 13 years ago
jwollert 068e3048c4 display summary in news#index if we got one. if not, display a short version of the news text 13 years ago
jwollert 9f73b8c734 Merge branch 'feature/2.4.0/accessibility-master' of github.com:finnlabs/chiliproject into feature/2.4.0/accessibility-master 13 years ago
jwollert 65b384db2e unify issues bulk update form. code for custom fields now looks just like standard issue fields' 13 years ago
Martin Linkhorst 3e034514f6 re-allow mass assignment of assign_to_id of issue categories. but issue category won't be valid unless assignee is also project member of the category. (mirroring what is possible to select in the view) fixes #28790 13 years ago
Romano Licker d9069356e1 display errors correctly when adding a member to a project 13 years ago
Romano Licker 01f8886a63 fixes: couldn't switch roles on a user & ensure correct 13 years ago
Martin Linkhorst 1fd10e5243 use super without explicit params, cleanup whitespace 13 years ago
Romano Licker e2d7bde493 fixing copying of members (while copying a project) 13 years ago
Jens Ulferts e4dfb3ed80 Initialize locale_fallbacks only if Settings table exists 13 years ago
Martin Linkhorst 83c9edd278 fixes missing spec 13 years ago
Jens Ulferts ce0bdc8abd add start_date to save attributes, validate it as date format 13 years ago
Jens Ulferts 3511600c0a adjust members_controller to work with the protected attributes 13 years ago
Romano Licker 5bf1c81ecc do not remove text when highlighting in IE 13 years ago
Martin Linkhorst 20f7643187 forgotten locale file from another issue. completely unrelated to mass assignment 13 years ago
Martin Linkhorst 284f689bd7 nested tab attributes are safe, one cannot fake project_id, nor wiki_id 13 years ago
Romano Licker 73c087e19c reset author to current user when copying an issue 13 years ago
Romano Licker eaba2414cf add label "Move issue" for breadcrumb 13 years ago
Martin Linkhorst fa26c9ceee remove login explicitly from attributes hash since it is protected 13 years ago
Martin Linkhorst 34dbfb2c83 don't use mass assignment for login field, somebody added it to attr_protected 13 years ago
Martin Linkhorst 235fe06944 use safe attributes rather than mass assignment directly 13 years ago
Romano Licker 44f48962bf automatically fill the parent_id field when duplicating an issue 13 years ago
Martin Linkhorst 2adf2c9c8e Merge remote-tracking branch 'origin/ma_core' into ma_core 13 years ago
jwollert 3f6cfff4ae uses #force_attributes= in watcher test for mass_assignment 13 years ago
jwollert 57c3e8ac1f uses #force_attributes= in version test for mass_assignment 13 years ago
jwollert a1476a450b uses #force_attributes= in user test for mass_assignment 13 years ago
jwollert 369d528982 uses #force_attributes= in project test for mass_assignment 13 years ago
jwollert 7aa9f1923d uses #force_attributes= in member test for mass_assignment 13 years ago
jwollert c0c3a75e48 uses #force_attributes= in issue test for mass_assignment 13 years ago
jwollert 22e55a6acc uses #force_attributes= for mass assignment in issue_nested_set_test 13 years ago