* develop:
fixade positionering av toppflikarna igen
flyttade resources och communications mer till höger
fixade bakgrund på flikarna och rundade kanter
tog bort border från multitabmenu
fixade så alla flikar använder multitabmenucssklass
fixade bort bakgrunder och lite borders på multitab
fixade tillbaka, gjorde fel
fixade så att både toppflikarna och underflikarna är samma css klasser
flyttade in resource o messagesfliken lite till höger
tog bort hänvisning till css klass som inte finns (abstract-menu)
flyttade ner toppflikarna
* peer_improvements:
removed icons from buttons in peer portal.
removed show more from latestreviewerspanel and some style corrections on peer button icons.
* develop:
Added fix for auto-initialization of project-classes, not optimal.
Semi-quick hack to support failing workerthreads.
Removed unneeded imports
testar commita demopage och två csser
Modified tests to accomodate refactoring changes.
Refactoring of the lookup/json-mess, this is slightly experimental and the code base is so messy it will likely end up needing a total re-write at some point. Note: this currently fails many unit-tests due to some weird stuff in the development branch, needs to be fixed.
Small fix to user switching, roles should be correctly reset now.
Removed old unused data initializers, and rewrote the one in-use.
Remote request-queries now again uses the live server, this is to ensure proper deployment configuration.
More refactoring and a workaround to support the iPhone/android way of authenticating.
1: Permanently Removed deprecated "getUserByUsername" methods. 2: Lookups and Json response handlers now use Autowiring instead of xml-boilerplate 3: Some minor refactoring in the response handlers, lots more to come
Lots of restructuring, we'll need to dive deeper into this to make the import jobs actually work
* 'develop' of ssh://git.dsv.su.se/git/scipro/scipro:
Added fix for auto-initialization of project-classes, not optimal.
Semi-quick hack to support failing workerthreads.
Removed unneeded imports
testar commita demopage och två csser
Modified tests to accomodate refactoring changes.
Re-added a file required by the unit test-suite
Refactoring of the lookup/json-mess, this is slightly experimental and the code base is so messy
Activation of public peer review links in the Latest reviewers panel is not available through peer portal settings. + removal of unused file.
more code cleanup in ControllerImpl.
Minor changes in SciProApplication.properties and code cleanup in ControllerImpl.
Rewrite of .properties file that handles notification messages. Properties now take parameters for easier modification and localization.
Small fix to user switching, roles should be correctly reset now.
Removed old unused data initializers, and rewrote the one in-use.
Remote request-queries now again uses the live server, this is to ensure proper deployment configuration.
More refactoring and a workaround to support the iPhone/android way of authenticating.
1: Permanently Removed deprecated "getUserByUsername" methods.
Lots of restructuring, we'll need to dive deeper into this to make the import jobs actually work
Replaced all getRootLogger() with getLogger(this.getClass())
it will likely end up needing a total re-write at some point.
Note: this currently fails many unit-tests due to some weird stuff in the development branch, needs to be fixed.
* review_access:
Activation of public peer review links in the Latest reviewers panel is not available through peer portal settings. + removal of unused file.
* notification_properties:
more code cleanup in ControllerImpl.
Minor changes in SciProApplication.properties and code cleanup in ControllerImpl.
Rewrite of .properties file that handles notification messages. Properties now take parameters for easier modification and localization.
2: Lookups and Json response handlers now use Autowiring instead of xml-boilerplate
3: Some minor refactoring in the response handlers, lots more to come