aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-l10n-en-plugin
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2124 Show difference when rules in derived profiles are changedFabrice Bellingard2012-01-261-0/+1
| | | => show when the severity has changed
* SONAR-2124 Show difference when rules in derived profiles are changedFabrice Bellingard2012-01-251-0/+3
| | | | | + link to the rules that has been overriden + UI improvements
* SONAR-3081 Add cleared violations count on the "Rules" widgetFabrice Bellingard2012-01-251-0/+1
|
* SONAR-1492 Improve rule & active rule edition pageFabrice Bellingard2012-01-241-12/+6
| | | | | + use markdown instead of HTML + improve rule doc page
* SONAR-3200 Display the date of closure on the closed action plan listFabrice Bellingard2012-01-241-0/+1
|
* SONAR-1492 Allow notes per quality ruleFabrice Bellingard2012-01-241-2/+2
| | | Fix some issues
* SONAR-1492 Allow notes per quality ruleFabrice Bellingard2012-01-231-0/+10
| | | | => Improve the display of rules with notes and parameters
* SONAR-1492 Allow notes per quality ruleFabrice Bellingard2012-01-231-1/+13
| | | | Admin page implemented
* SONAR-3081 "Violations" widget shows the number of "new violations"Fabrice Bellingard2012-01-201-0/+1
| | | | And links it to the drilldown service using the correct metric to easily find new violations.
* SONAR-3179 Use naming convention for localization of qualifiersEvgeny Mandrikov2012-01-201-2/+2
| | | | Change localization for "qualifier.BRK" from "Module" to "Sub-project".
* SONAR-3012 Use the "Active" word in all widgets to be consistentFabrice Bellingard2012-01-181-3/+3
|
* SONAR-3012 Add filters for reviews on the violations viewerFabrice Bellingard2012-01-181-1/+15
| | | | | And make sure that when someone comes from the drilldown with a review metric, then the filter is set to the correct value
* SONAR-3012 Shows the new unreviewed violations count in the widgetFabrice Bellingard2012-01-171-6/+7
| | | | | | | | | - Links this count to the drilldown service - Open the right tab (Violations) + renaming of the metrics to be consistent with names To be done: adding a filter in the "Violations" Tab
* SONAR-2994 Add missing localization for 'Sign Up' and 'Log In' pagesEvgeny Mandrikov2012-01-171-0/+4
|
* SONAR-3012 Add new_unreviewed_violations metricFabrice Bellingard2012-01-171-1/+4
| | | | In order to more easily track incoming violations without a review
* SONAR-3155 Change the info message displayed by the Timeline widget when ↵Simon Brandhof2012-01-161-1/+1
| | | | only one snapshot is available
* SONAR-3166 Provide by default a new "Reviews" pageFabrice Bellingard2012-01-131-0/+1
|
* SONAR-3012 Improvements on Review ActivityFabrice Bellingard2012-01-131-2/+2
| | | | | - Computes metrics even on folders/packages - Fixes a bug in computation of unreviewed violations - Improves widget rendering
* SONAR-3012 New widget to monitor the review activityFabrice Bellingard2012-01-121-0/+29
| | | | | | - 5 new metrics added - Decorator implemented to compute those metrics - Widget implemented to report those metrics
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* Upgrade to 2.14-SNAPSHOTEric Hartmann2012-01-031-1/+1
|
* SONAR-2662 Display error message inline when no action plan availableFabrice Bellingard2011-12-231-0/+1
| | | | | | When planning a review, if no action exists for the project, it is best to write the message inline rather than opening a popup. => this also makes the code simpler.
* SONAR-2662 Minor improvementsFabrice Bellingard2011-12-231-4/+1
| | | | | | | | - Show closed action plans by default on the admin page - Sort them by descending dead-line - Remove "Show closed action plans" from action plan widget - Remove "More" links on the widgets - Fix bug for review search on Derby
* SONAR-3098 do not l10n dashboard descriptions to avoid conflicts between ↵Simon Brandhof2011-12-231-3/+0
| | | | standard and user dashboards.
* SONAR-2662 Show filters on the review listing pageFabrice Bellingard2011-12-231-1/+12
|
* Improvements of management of dashboardsSimon Brandhof2011-12-221-1/+5
| | | | | | * SONAR-1929 do not create a dashboard if another one with the same name exists * SONAR-3103 unfollow default dashboard
* SONAR-2662 Insert feedback from FreddyFabrice Bellingard2011-12-221-1/+3
| | | | | | | | | | - Smaller font-size for dates in the action plan widget - "Back" does not work on Chrome - A user shouldn't have to be authenticated to list reviews - In the "Plan" form, button "Plan" replaced by "Link" - Remove background color for the table in the action plan widget - Do not show closed action plans by default on the admin page so that the greatest "due for" date is displayed first
* SONAR-3063 Make consistent look when widgets are emptyFabrice Bellingard2011-12-221-1/+2
|
* SONAR-2662 Add the "Planned reviews" widgetFabrice Bellingard2011-12-221-0/+1
|
* SONAR-983 i18n, better purge, fix NPE when deleted resourcesimonbrandhof2011-12-211-0/+7
|
* SONAR-983 Replace the existing Ajax search engineSimon Brandhof2011-12-211-0/+26
|
* SONAR-2662 Improve the action plan widgetFabrice Bellingard2011-12-201-0/+2
|
* SONAR-2662 Improve action plansFabrice Bellingard2011-12-201-2/+7
| | | | | | | | | | | | | | | | - The create/update form is now on the same page as the listing of the action plans (and on an orange background) - Must be possible to create action plans with the same name in different projects - Do not put links on '0' in the progress bar - Improve rendering of progress bar on Chrome - Display an alert message if one wants to plan a review whereas no action plan has been defined on the project - If only one action is available, select it automatically when planning a review - Add a "Unlink" button and remove the "none" entry in the select box - Add "Back" button on the review listing page - Fix bug on Derby with dead_line date
* SONAR-2662 Add action plan widgetFabrice Bellingard2011-12-201-0/+12
|
* SONAR-3054 Change some Findbugs rule titlesEvgeny Mandrikov2011-12-201-6/+6
|
* SONAR-2662 Various improvements on action plansFabrice Bellingard2011-12-191-0/+1
| | | | | | | - Should not be possible to link a review to a closed action plan - Display a message when about to close an action plan that has open reviews - Display the date in red if the dead-line is in the past
* SONAR-2662 Make it possible to assign a review to an action planFabrice Bellingard2011-12-191-0/+7
| | | | | - From the resource viewer - From the review detail/permalink page
* SONAR-2662 Allow to close & reopen an action planFabrice Bellingard2011-12-191-0/+2
|
* SONAR-2662 Create action plans which are a set of manual reviewsFabrice Bellingard2011-12-191-0/+2
| | | | | | - Improve progress bar - Display the list of reviews in a separate page which is still in the context of the project
* SONAR-2662 Create action plans which are a set of manual reviewsFabrice Bellingard2011-12-191-0/+26
| | | | - Create the service to manage action plans
* SONAR-1929 do not register dashboards which name already exitsSimon Brandhof2011-12-161-6/+7
| | | | + remove the useless column DASHBOARDS.KEE
* SONAR-1929 refactor the extension point to define dashboardsSimon Brandhof2011-12-151-6/+5
|
* SONAR-2795 Add pagination over 20, with "First" and "Last" links.Fabrice Bellingard2011-12-141-0/+2
|
* SONAR-3086 do not strikethrough rule name when review is resolvedSimon Brandhof2011-12-141-5/+11
|
* SONAR-3086 improve the detail of a reviewSimon Brandhof2011-12-141-2/+2
|
* SONAR-3086 Improve usability of review formsSimon Brandhof2011-12-141-5/+8
|
* SONAR-3086 Improve usability of review formsSimon Brandhof2011-12-141-4/+3
|
* SONAR-2973 improve the form that changes severitysimonbrandhof2011-12-141-1/+3
|
* SONAR-2939 Rename "Functions distribution /complexity" metricFabrice Bellingard2011-12-131-2/+2
| | | | | Original request: "On the complexity widget, rename "Functions distribution /complexity" in "Methods distribution /complexity"
* SONAR-1929 Modify the new DashboardTemplate APIFabrice Bellingard2011-12-131-4/+4
| | | | | - Replace the annotation-based one with a POJO one - Fix some issues based on Simon's feedback