aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp/javascripts
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3595 Support resizing of browser window (Timeline and Treemap)David Gageot2012-06-201-0/+11
* Fix editing widget that don't have a title.David Gageot2012-05-211-2/+2
* SONAR-2706 Add extension point to customize workflow of reviewsSimon Brandhof2012-05-211-4/+19
* Fix Global Dashboard editingDavid Gageot2012-05-211-0/+2
* SONAR-2706 / SONAR-2541 RefactoringFabrice Bellingard2012-05-141-2/+2
* SONAR-2541 Add extension point LinkReviewActionFabrice Bellingard2012-05-141-2/+3
* SONAR-3006 Remove the old TimeMachine page & all related codeFabrice Bellingard2012-03-202-1524/+0
* SONAR-3242 improve rendering of review formssimonbrandhof2012-02-241-7/+7
* SONAR-3242 replace the icon by a link "more actions" in the footer of the vio...simonbrandhof2012-02-241-96/+87
* Add ResourceDefinition#hasSourceCodeSimon Brandhof2012-02-211-2/+2
* SONAR-3009 Widgets can not be configured on IE9Simon Brandhof2012-02-201-2/+2
* SONAR-3242 Add a "Reply" action on the last commentFabrice Bellingard2012-02-201-0/+16
* Remove unused Javascript function openResource()Simon Brandhof2012-02-191-13/+1
* Improve display of drilldownsSimon Brandhof2012-02-171-1/+7
* SONAR-3059 Remove the Javascript Infovis Toolkit 1.3.x from the sonar bundleSimon Brandhof2012-02-171-2161/+0
* SONAR-3246 Provide "zoom in/zoom out" feature in the Filter Treemap componentSimon Brandhof2012-02-081-46/+105
* SONAR-2069 sanitize ruby code for treemapSimon Brandhof2012-02-071-11/+14
* SONAR-2069 refactor the filters page in order to use the new treemapSimon Brandhof2012-02-061-1/+2
* SONAR-2069 New treemap widgetSimon Brandhof2012-02-061-1/+68
* SONAR-3242 The review buttons should not hide the violation titleFabrice Bellingard2012-02-061-18/+0
* Revert SONAR-3036 : do not upgrade to latest version of protovis-msie.jsSimon Brandhof2012-01-101-14/+7
* Remove executable flag for source filesEvgeny Mandrikov2012-01-062-0/+0
* Improve the location of the icon 'loading' when using the search enginesimonbrandhof2011-12-291-2/+2
* SONAR-3086 improve usability of review formsSimon Brandhof2011-12-221-10/+2
* SONAR-983 Display resource viewers when selecting a fileSimon Brandhof2011-12-224-378/+638
* SONAR-983 Replace the existing Ajax search engineSimon Brandhof2011-12-212-1243/+1326
* SONAR-3101 fix the Collapse linksimonbrandhof2011-12-181-2/+2
* SONAR-1929 refactor the extension point to define dashboardsSimon Brandhof2011-12-151-65/+62
* Remove unused Javascript codesimonbrandhof2011-12-071-37/+0
* SONAR-3036 upgrade to the latest version of protovis-msiesimonbrandhof2011-12-072-6/+16
* SONAR-1974 add the form to create its own violationssimonbrandhof2011-12-061-56/+1
* SONAR-2816 Internationalize numbers displayed in the TimeLine widgetFabrice Bellingard2011-11-221-6/+6
* Improve rendering of duplications tab and add support for IE6Simon Brandhof2011-10-311-19/+10
* SONAR-2733 Display duplicated blocks by group in the resource viewerFabrice Bellingard2011-10-271-0/+25
* SONAR-2733 Display duplicated blocks by group in the resource viewerFabrice Bellingard2011-10-261-0/+11
* Various improvements on sorting of rows in UIsimonbrandhof2011-10-191-2/+6
* SONAR-2200 Improve algo to compute left margin widthFabrice Bellingard2011-09-131-1/+2
* SONAR-2200 Improve text positioning algorithm + left margin widthFabrice Bellingard2011-09-091-6/+13
* SONAR-2074 Improve Timeline widget styleFabrice Bellingard2011-09-091-5/+7
* SONAR-2200 Improve text positioning and colorsFabrice Bellingard2011-09-081-2/+2
* SONAR-2200 Improve stack area JS APIFabrice Bellingard2011-09-081-14/+36
* SONAR-2200 Provide a new JS API to display a stack areaFabrice Bellingard2011-09-071-9/+185
* SONAR-2074 Remove the "Date" label.Fabrice Bellingard2011-09-071-10/+1
* SONAR-2200 Add documentation to the Timeline chart JS APIFabrice Bellingard2011-09-071-0/+46
* SONAR-2074 Use Prototype #getWidth() method to access DIV widthFabrice Bellingard2011-09-051-2/+2
* SONAR-2074 Fix bug on IE6/7Fabrice Bellingard2011-09-051-1/+1
* SONAR-2074 Update the JS script + JS data generation to fix bug on IEFabrice Bellingard2011-09-011-7/+7
* SONAR-2074 Fix display bug caused by Protovis limitationFabrice Bellingard2011-08-311-6/+6
* SONAR-2074 Fix bug if event date slightly differs from snapshot dateFabrice Bellingard2011-08-311-3/+3
* SONAR-2074 Pull the caption insert on top of the chart Fabrice Bellingard2011-08-291-9/+11