diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-10-21 14:25:12 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-10-21 14:27:10 +0200 |
commit | d46a63eaf861d16e4b8b4ef6d10a3910d930e760 (patch) | |
tree | 2193bff64b28b1dcb24665d8ad7e18ea00a9232a /plugins | |
parent | a2c39ffcb9c8ac78d2a65c1434d15f623a8a4cea (diff) | |
download | sonarqube-d46a63eaf861d16e4b8b4ef6d10a3910d930e760.tar.gz sonarqube-d46a63eaf861d16e4b8b4ef6d10a3910d930e760.zip |
SONAR-2919 Change the way to handle events in Sonar
- Removed the possibility to handle them in the widget
- Added the management in the History service
Still needs to:
- Update the WS API
- Remove useless code
- Update batch side
- Write DB migration script
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index 340171ea270..a39c365c22d 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -283,7 +283,7 @@ project_roles.page=Project Roles project_settings.page=Settings project_links.page=Links project_exclusions.page=Exclusions -project_history.page=History Deletion +project_history.page=History project_deletion.page=Project Deletion quality_profiles.page=Quality Profiles reviews.page=Reviews @@ -619,17 +619,33 @@ manual_measures.pending_message=Pending measures are marked with orange box. The # #------------------------------------------------------------------------------ -project_history.page_title=Delete quality snapshots from project history +project_history.page_title=Handle events and delete quality snapshots from project history project_history.col.year=Year project_history.col.month=Month project_history.col.time=Time project_history.col.events=Events project_history.col.action=Action +project_history.col.version=Version +project_history.col.alert=Alert +project_history.col.profile=Profile project_history.delete=Delete project_history.last_snapshot=Last snapshot project_history.delete_snapshot=Delete snapshot project_history.snapshot_deleted=The snapshot is deleted. project_history.are_you_sure_delete_snapshot_x=Are you sure you want to delete the snapshot created on "{0}"? +project_history.rename_version=Rename +project_history.create_version=Create +project_history.remove_version=Remove +project_history.do_you_want_to_remove_version=Are you sure you want to remove version "{0}" from this snapshot? +project_history.version_updated=Version was updated to "{0}" for current project and all its sub-projects. +project_history.version_created=Version "{0}" was created for current project and all its sub-projects. +project_history.version_removed=Version "{0}" was removed from current project and all its sub-projects. +project_history.edit_event=Edit +project_history.create_event=Create +project_history.remove_event=Remove +project_history.event_updated=Event was successfully updated. +project_history.event_deleted=Event "{0}" was deleted. +project_history.event_created=Event "{0}" was created. #------------------------------------------------------------------------------ |