Commit Graph

6564 Commits (3878e056d682ff72612be282e34b39be84a77412)
 

Author SHA1 Message Date
Martin Linkhorst 3878e056d6 save calendar's hungarian locale file as utf-8 to fix issues with the asset pipeline complaining about non-utf-8 characters 12 years ago
Martin Linkhorst 33f9342ceb remove parenthesis from js manifest entries 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
Martin Linkhorst e09def1911 rails 3.2.9, yay! 12 years ago
Martin Linkhorst f02fc7249c use the correct version of open project-themes 12 years ago
Martin Linkhorst 6cf6b177c1 use the correct asset paths for the wiki syntax help page + some indentation 12 years ago
Martin Linkhorst eb947f5d83 fix the way we pass the sort params 12 years ago
Martin Linkhorst 743b1043eb remember: no :url parameter in link_to 12 years ago
Martin Linkhorst 2120fd8359 name the project_id parameter correct 12 years ago
Martin Linkhorst d1c88595af this was moved to autocomplete_for_members partial 12 years ago
Martin Linkhorst 1295302505 remove the relative url root, since master doesn't have it 12 years ago
Martin Linkhorst 660855e3f1 do not escape 12 years ago
Martin Linkhorst 9dd36ccc20 yes, we do 12 years ago
Martin Linkhorst 3163846192 make the whole string html safe 12 years ago
Martin Linkhorst add9cc5769 simplify that helper 12 years ago
Martin Linkhorst c4f7b22670 there is no plugin directory anymore 12 years ago
Martin Linkhorst 0105135c37 adding all helpers isn't necessary anymore 12 years ago
Martin Linkhorst bd4310800f alias textilize to textilizable 12 years ago
Martin Linkhorst 658dca7f06 move current_user helper 12 years ago
Martin Linkhorst 2b30f70384 we need to precompile the default theme css and jstoolbar related javascript 12 years ago
Martin Linkhorst 3c3541d39f styles for jstoolbar are compressed, minified and merged into the main theme css file 12 years ago
Martin Linkhorst 3b7b096065 use the correct paths generated by the asset pipeline for the jstoolbar assets 12 years ago
Martin Linkhorst 77f2ee7cc9 update openproject-themes to version 0.1.0 12 years ago
Martin Linkhorst c9772cefa4 we now always have a theme, so there are no 12 years ago
Martin Linkhorst b8324d0c8e change the default theme name to 'default', still works with '' 12 years ago
Philipp Tessenow 642b5b7f4d Merge branch 'feature/rails3' of github.com:finnlabs/chiliproject into feature/rails3 12 years ago
Philipp Tessenow 1c82bd993e added some MailHandler tests from redmine. 12 years ago
Martin Linkhorst 6be50fa6b9 refactor the way how themes work. 12 years ago
Martin Linkhorst bd7102310d jquery-ui is provided by the gem jquery-ui-rails 12 years ago
Martin Linkhorst dc1f62fbf2 updated the reset.css file 12 years ago
Martin Linkhorst 481003f502 refactored menu helper 12 years ago
Martin Linkhorst a67afceb0c little refactoring of user preferences 12 years ago
Jean-Philippe Lang ff195605b3 Ignore emails with Auto-Submitted: auto-replied header #190 12 years ago
Martin Linkhorst 6fe81868e8 missing equals added 12 years ago
Martin Linkhorst b30fac4a59 refactor the welcome controller 12 years ago
Martin Linkhorst bbe460dfbc fix a html safe thing 12 years ago
Martin Linkhorst 1a9fcd69ae add mini-profiler in development 12 years ago
Martin Linkhorst 3586197ef0 fix a failing migration 12 years ago
Philipp Tessenow 1023ee1288 convert attr back to_sym if neccessary 12 years ago
Philipp Tessenow 2832f12750 Merge branch 'feature/rails3.2' into feature/rails3 12 years ago
Philipp Tessenow 4c18078391 Merge branch 'feature/rails3.2' of github.com:finnlabs/chiliproject into feature/rails3.2 12 years ago
Philipp Tessenow 46274632f5 Override watcher_user_ids= in acts_as_watchable to make user_ids uniq 12 years ago
Philipp Tessenow 64418fc8fd when offering watchers, only offer those users who are visible 12 years ago
Philipp Tessenow 80adcc2b30 use Mail::Address to get name and address from a mail address 12 years ago
Philipp Tessenow b389a36edd correctly handle multi part mails in MailHandler 12 years ago
Philipp Tessenow 558f7b7cb5 REVIEW: adding watchers on a not-yet-saved ticket does not work, as the watchers watchable property is not set by ActiveRecord 12 years ago
Philipp Tessenow 2fe02402ac fix MailHandler to correctly safe attachments from incomming mails 12 years ago
Philipp Tessenow 1285adbdf4 mail (in contrast to tmail) does not always include the < in the mail_id header 12 years ago