Angular trap upgrading issue on datepicker - angular-strap

After upgrading from angular strap 2.2.4 to 2.3.1 my datepicker does not work anymore. Is there a known issue about this?
Any help in the right direction would be greatly appreciate.

It seems the problem was that after upgrading that you cannot use readonly,
once i removed that i was a for away

Related

Moodle 4.0 problems with Moove 3.11.05 theme (the site is not showing breadcrumbs)

Basically I've installed the Moove 3.11.05 theme and everything seems to work except the breadcrumbs. I've done the research and didn't find any solution. Has someone else encountered this problem and how can it be fixed?
Moove for Moodle 4.0 is already available. You can donwnload it from its page: https://moodle.org/plugins/theme_moove/versions
There are significant changes to the user interface in Moodle 4.0 - many of which will require changes to any custom / third-party theme.
If you want to use any such themes with Moodle 4.0, then the best advice would be to hold off upgrading until the maintainer of that theme has released a Moodle 4.0 version.
In the meantime, you may find some useful information at: https://docs.moodle.org/dev/Moodle_4.0_developer_update

Non-static method t3lib_extMgm::typo3_loadExtensions() should not be called statically

I'm trying to setup a local instance of my typo3 project. which was built in typo3 4.1.
For the purpose of upgrading to 6.2 I've to setup a dev instance in my machine. But it shows a lot of warning and errors. Is it due to php version ie, 5.4 in my machine?. I dont know what exactly creates this error.
Thanks in advance...
I found the answer myself. I know that it's strange. But when I've updated the TYPO3 core to 4.5 the installation/ modification of compression level value is failed.
$TYPO3_CONF_VARS['BE']['compressionLevel'] = '3'
I set this value to zero
$TYPO3_CONF_VARS['BE']['compressionLevel'] = '0';
Now the warnings and errors are gone. Any idea about this answer will be highly appreciated.

postsharp MethodInterceptionAspect can't be applied on interface method

I've updated my project from 2.x version to 3.x version of Postsharp.
Now, VS are dumping me that:
MethodInterceptionAspect can't be applied on a interface method...
Could you help me about that...?
My aspect wants to intercep Isession.Close method of NHibernate.Isession.
In postsharp 2.x all runs very fine, however, on 3.x version, postsharp warning me a error compiler.
I'll appreciate a lot your help.
Thanks for all.
This incompatibility was fixed in PostSharp versions 3.1.52 and 4.0.32 and should be now possible.
Please visit this page... [http://doc.postsharp.net/composition][1]
Thanks

Redmine and Facebook Connect

I'm looking for this for the whole day today without results. Does anyone know to to use facebook-connect as an authentication mechanism in Redmine? Is there any working plugin for that? Or other solution?
I think this plugin can help you to solve the problem
https://github.com/buoyant/redmine_tweetbook

GWT UIbinder auto complete is very slow

I am working on GWT2.3 with Eclipse Ganymede version 3.4.
While working with UIBinder, the auto complete feature (suggestions) is very slow.
I am not getting what to do in this situation. I need to add some plugins or files.
It too slow to work.
Comment out the DOCTYPE as a work around. It resolved the issue for me.
There's a discussion about this issue here:
http://code.google.com/p/google-web-toolkit/issues/detail?id=6262
And the solution posted by cave (comment #27) seems to be the easiest solution.