Content
Kiffin Gish
Activity
Reported work packages: 1
03/19/2017
-
updated on 03/19/2017 09:23 PM
-
Comment added
I believe that there are actually two aspects to this problem that need to be handled.
1. Client-side. Hook into the key...
-
Comment added
-
updated on 03/19/2017 09:15 PM
-
Comment added
I see that the jquery datepicker is being used, but it is not clear to me how it is invoked.
If I can hook into this eve...
-
Comment added
-
Feature #18216: Hide header and sidebar in "Zen Mode" for work packages module (Project: OpenProject)updated on 03/19/2017 09:12 PM
-
Comment added
Could someone please help me with this?
-
Comment added
03/15/2017
-
Feature #18216: Hide header and sidebar in "Zen Mode" for work packages module (Project: OpenProject)updated on 03/15/2017 09:59 AM
-
Comment added
Where can I look to find out how to add new elements to the jst toolbar?
-
Comment added
03/13/2017
-
Feature #18216: Hide header and sidebar in "Zen Mode" for work packages module (Project: OpenProject)updated on 03/13/2017 10:26 PM
-
Comment added
The zen-mode toolbar button will be inserted after the preview button:
http://fontawesome.io/icon/window-maximize/
http...
-
Comment added
-
updated on 03/13/2017 10:20 PM
-
Comment added
The gem json 1.8.3 is not compatible with Ruby 2.4, why use gem multi_json? Rails now has json built in, so there should...
-
Comment added
03/08/2017
-
Bug #24761: An error occurred while installing json (1.8.3), and Bundler cannot continue. (Project: OpenProject)updated on 03/08/2017 10:54 PM
-
Comment added
You’re right. The following solved my problem:
$ rvm use ruby-2.2.5 —default
$ npm install npm@latest -g
$ nvm alias def...
-
Comment added
03/07/2017
-
Bug #24761: An error occurred while installing json (1.8.3), and Bundler cannot continue. (Project: OpenProject)created on 03/07/2017 11:05 AM
02/14/2017
-
Feature #18216: Hide header and sidebar in "Zen Mode" for work packages module (Project: OpenProject)updated on 02/14/2017 10:25 PM
-
Comment added
What’s the best way to only insert a new icon into the editor toolbar for work packages without causing all other editor...
-
Comment added
02/12/2017
-
Feature #18216: Hide header and sidebar in "Zen Mode" for work packages module (Project: OpenProject)updated on 02/12/2017 10:42 AM
-
Comment added
Okay.
-
Comment added
02/10/2017
-
created on 02/10/2017 11:51 AMI can verify that everything works again, thanks.
-
updated on 02/10/2017 11:51 AMTried to install latest dev branch and get the following error. Can someone please tell me what is going wrong?
$ npm in...- The changes were retracted.
02/09/2017
-
created on 02/09/2017 08:40 AMOkay thanks. I’m a bit blocked mow, so what’s the workaround until they fix it?
-
updated on 02/09/2017 08:40 AMTried to install latest dev branch and get the following error. Can someone please tell me what is going wrong?
$ npm in...- The changes were retracted.
02/07/2017
-
created on 02/07/2017 09:30 AMOkay that helps, however…
$ cd frontend && npm install
...
npm ERR! notsup Unsupported engine for karma@0.12.37... -
updated on 02/07/2017 09:30 AMTried to install latest dev branch and get the following error. Can someone please tell me what is going wrong?
$ npm in...- The changes were retracted.
02/06/2017
-
created on 02/06/2017 04:52 PMTried to install latest dev branch and get the following error. Can someone please tell me what is going wrong?
$ npm in...
02/03/2017
-
created on 02/03/2017 09:31 AMWell, that was the original problem I had which was the reason for this thread. Namely, if I try:
$(document).ready(func... -
updated on 02/03/2017 09:31 AMI would like to use jquery in a plugin that I am writing.
As things are currently setup, I need to use the more cumberso...- The changes were retracted.
02/02/2017
-
created on 02/02/2017 07:59 PMThat’s true, in fact more elegant. I was running with the jQuery.noConflict() suggestion and overlooked the more obvious...