Salome HOME
tools/siman.git
11 years agoPop-up menus updated in accordance with the functional specification
mka [Mon, 3 Dec 2012 07:32:04 +0000 (07:32 +0000)]
Pop-up menus updated in accordance with the functional specification

11 years agoDocument name is generated now for new documents during checkin. Unit test is updated...
rkv [Mon, 3 Dec 2012 06:07:26 +0000 (06:07 +0000)]
Document name is generated now for new documents during checkin. Unit test is updated. During checkout applet calls to the server for checkout before launching an executable module. For that the new checkoutAction is created and the new checkout method is added to ScenarioService. Log messages configuration is fixed. Close study bug is fixed (in french locale the URL of the link was invalid).

11 years agoHibernate config changed to generate db in release mode also. User creation is fixed...
rkv [Fri, 30 Nov 2012 13:22:42 +0000 (13:22 +0000)]
Hibernate config changed to generate db in release mode also. User creation is fixed. Study creation is fixed.

11 years agoFix for the bug: urls to documents in the repository are cached for all users with...
rkv [Thu, 29 Nov 2012 13:12:31 +0000 (13:12 +0000)]
Fix for the bug: urls to documents in the repository are cached for all users with server name taken from the first request.

11 years agoFix for bug: exception when version a document with empty version description.
rkv [Thu, 29 Nov 2012 13:09:24 +0000 (13:09 +0000)]
Fix for bug: exception when version a document with empty version description.

11 years agoFile id is added to the checked out info.
rkv [Thu, 29 Nov 2012 12:02:54 +0000 (12:02 +0000)]
File id is added to the checked out info.

11 years agoCommint of axis2 libraries used by this project
bri [Wed, 28 Nov 2012 10:50:30 +0000 (10:50 +0000)]
Commint of axis2 libraries used by this project

11 years agoTest data are not saved now in the test database due to transactions rollbacks. User...
rkv [Wed, 28 Nov 2012 09:11:33 +0000 (09:11 +0000)]
Test data are not saved now in the test database due to transactions rollbacks. User creation is fixed and appropriate test is added.

11 years agoCode of checkin method is restructured to satisfy PMD.
rkv [Wed, 28 Nov 2012 07:40:36 +0000 (07:40 +0000)]
Code of checkin method is restructured to satisfy PMD.

11 years agoUnused commented code is removed.
rkv [Wed, 28 Nov 2012 07:39:48 +0000 (07:39 +0000)]
Unused commented code is removed.

11 years agoComments are added to satisfy checkstyle.
rkv [Wed, 28 Nov 2012 07:39:10 +0000 (07:39 +0000)]
Comments are added to satisfy checkstyle.

11 years agoDependent not checked in documents are marked as outdated during checkin. Unit test...
rkv [Tue, 27 Nov 2012 13:03:07 +0000 (13:03 +0000)]
Dependent not checked in documents are marked as outdated during checkin. Unit test is improved.

11 years agoUses relations for new documents are created during checkin. Unit test is improved...
rkv [Tue, 27 Nov 2012 10:57:20 +0000 (10:57 +0000)]
Uses relations for new documents are created during checkin. Unit test is improved to check that.

11 years agoWhite blanks between tool buttons of applet are removed by means of setting an apllet...
rkv [Tue, 27 Nov 2012 06:36:27 +0000 (06:36 +0000)]
White blanks between tool buttons of applet are removed by means of setting an apllet background.

11 years agoAnt script is improved so to sign the launcher jar automatically. Check-out icon...
rkv [Tue, 27 Nov 2012 06:11:48 +0000 (06:11 +0000)]
Ant script is improved so to sign the launcher jar automatically. Check-out icon is updated.

11 years agoApplet is working now and calls runSalome with appropriate parameters. New ant target...
rkv [Mon, 26 Nov 2012 08:48:05 +0000 (08:48 +0000)]
Applet is working now and calls runSalome with appropriate parameters. New ant target "launcher" is introduced to generate the unsigned applet jar.

11 years agoUploaded file size limit is increased.
rkv [Mon, 26 Nov 2012 08:45:57 +0000 (08:45 +0000)]
Uploaded file size limit is increased.

11 years agoDB init scripts are added for Postgres. Users.xml is added.
rkv [Mon, 26 Nov 2012 08:44:14 +0000 (08:44 +0000)]
DB init scripts are added for Postgres. Users.xml is added.

11 years agoSaveOrUpdate is introduced in DAO and is used for user creation.
rkv [Mon, 26 Nov 2012 08:42:46 +0000 (08:42 +0000)]
SaveOrUpdate is introduced in DAO and is used for user creation.

11 years agoProperties for PostgresDB are introduced.
rkv [Mon, 26 Nov 2012 08:40:44 +0000 (08:40 +0000)]
Properties for PostgresDB are introduced.

11 years agoSingleConnectionDataSource is replaced by DriverManagedDataSource
rkv [Mon, 26 Nov 2012 08:39:18 +0000 (08:39 +0000)]
SingleConnectionDataSource is replaced by DriverManagedDataSource

11 years agoFixes for checkin and user creation.
rkv [Fri, 23 Nov 2012 13:27:38 +0000 (13:27 +0000)]
Fixes for checkin and user creation.

11 years agoCheck of results of scenario checkin is added to the unit test.
rkv [Fri, 23 Nov 2012 11:44:26 +0000 (11:44 +0000)]
Check of results of scenario checkin is added to the unit test.

11 years agoCheck for duplication is added when creating context types and knowledge types. INFO...
rkv [Fri, 23 Nov 2012 09:25:22 +0000 (09:25 +0000)]
Check for duplication is added when creating context types and knowledge types. INFO LOG messages are printed if types already exist.

11 years agoThe checkin from SALOME operation is updated (ScenarioService.checkin()). Versioning...
rkv [Fri, 23 Nov 2012 06:27:17 +0000 (06:27 +0000)]
The checkin from SALOME operation is updated (ScenarioService.checkin()). Versioning operation is fixed. Unit tests for checkin and project settings loading are updated. Project settings loading is fixed for the case of empty initial database - loading of default document types is fixed. Document type name is checked now for duplication when a document type is created.

11 years agoDefault document types mappings are moved from application settings (my.xml) to proje...
rkv [Wed, 21 Nov 2012 13:30:32 +0000 (13:30 +0000)]
Default document types mappings are moved from application settings (my.xml) to project settings (som.xml). The first implementation and unit test for ScenarioService.checkin after SALOME is created.

11 years agolog-messages_en.properties is added
mka [Tue, 20 Nov 2012 13:30:36 +0000 (13:30 +0000)]
log-messages_en.properties is added

11 years agocheckIn method of the WebService is added
mka [Tue, 20 Nov 2012 13:25:22 +0000 (13:25 +0000)]
checkIn method of the WebService is added

11 years agoupload operation from client to server is improved
mka [Mon, 19 Nov 2012 11:08:33 +0000 (11:08 +0000)]
upload operation from client to server is improved

11 years agocheckin method is added to ScenarioService.
rkv [Mon, 19 Nov 2012 08:15:42 +0000 (08:15 +0000)]
checkin method is added to ScenarioService.

11 years agoMethod is added to get download directory by user id.
rkv [Mon, 19 Nov 2012 08:10:10 +0000 (08:10 +0000)]
Method is added to get download directory by user id.

11 years agoProcessing instruction is defined now in getScenarioInfo using document types mappings.
rkv [Mon, 19 Nov 2012 06:46:44 +0000 (06:46 +0000)]
Processing instruction is defined now in getScenarioInfo using document types mappings.

11 years agoIgnore unit tests results
rkv [Mon, 19 Nov 2012 04:38:32 +0000 (04:38 +0000)]
Ignore unit tests results

11 years agoLoading of mappings of document types to lists of file formats is implemented. Projec...
rkv [Sun, 18 Nov 2012 15:29:35 +0000 (15:29 +0000)]
Loading of mappings of document types to lists of file formats is implemented. ProjectSetting.doImport method is added.

11 years agoImport users action is working now.
rkv [Sun, 18 Nov 2012 14:59:37 +0000 (14:59 +0000)]
Import users action is working now.

11 years agoMenuAction mapping is fixed for the case if no item is selected. The default selectio...
rkv [Sun, 18 Nov 2012 11:35:46 +0000 (11:35 +0000)]
MenuAction mapping is fixed for the case if no item is selected. The default selection is introduced in the Menu. If "none" is returned? i.e. the menu is empty, then home page is displayed. The sysadmin menu is working now.
The static menu is removed from Action class. The left menu is retrieved from the action context now.

11 years agoDownload and upload operations from server to client (from client to server) are...
mka [Sat, 17 Nov 2012 15:00:25 +0000 (15:00 +0000)]
Download and upload operations from server to client (from client to server) are improved

11 years agoDownload and upload operations from server to client (from client to server) are...
mka [Sat, 17 Nov 2012 11:53:19 +0000 (11:53 +0000)]
Download and upload operations from server to client (from client to server) are implemented

11 years agoUse class loader to get som.xml.
rkv [Fri, 16 Nov 2012 13:14:42 +0000 (13:14 +0000)]
Use class loader to get som.xml.

11 years agoUnit test is created for ScenarioService.getScenarioInfo method.
rkv [Fri, 16 Nov 2012 09:52:14 +0000 (09:52 +0000)]
Unit test is created for ScenarioService.getScenarioInfo method.

11 years agoSimanSalomeService.createConfigFile(...) method and it's test are improved.
mka [Thu, 15 Nov 2012 15:03:56 +0000 (15:03 +0000)]
SimanSalomeService.createConfigFile(...) method and it's test are improved.

11 years agotoString method is redefined.
rkv [Thu, 15 Nov 2012 13:42:46 +0000 (13:42 +0000)]
toString method is redefined.

11 years agocreateConfigFile method is implemented
mka [Wed, 14 Nov 2012 15:25:22 +0000 (15:25 +0000)]
createConfigFile method is implemented

11 years agosiman-ws.war is removed
mka [Wed, 14 Nov 2012 13:57:46 +0000 (13:57 +0000)]
siman-ws.war is removed

11 years agoSiman-WS eclipse project is added
bri [Wed, 14 Nov 2012 13:45:04 +0000 (13:45 +0000)]
Siman-WS eclipse project is added

11 years agoSiman-Stub eclipse project is added
bri [Wed, 14 Nov 2012 13:39:12 +0000 (13:39 +0000)]
Siman-Stub eclipse project is added

11 years agoScenarioService.getScenarioInfo method is added.
rkv [Wed, 14 Nov 2012 12:37:31 +0000 (12:37 +0000)]
ScenarioService.getScenarioInfo method is added.

11 years agoPMD violations are fixed
mka [Wed, 14 Nov 2012 09:18:29 +0000 (09:18 +0000)]
PMD violations are fixed

11 years agoBusinessException is added as base class for ...Exception.
mka [Wed, 14 Nov 2012 08:56:29 +0000 (08:56 +0000)]
BusinessException is added as base class for ...Exception.

11 years agoCode cleaning and PMD rules respecting.
rkv [Wed, 14 Nov 2012 06:52:46 +0000 (06:52 +0000)]
Code cleaning and PMD rules respecting.

11 years agoCheck is added to avoid NullPointerException.
rkv [Wed, 14 Nov 2012 06:52:27 +0000 (06:52 +0000)]
Check is added to avoid NullPointerException.

11 years agoPreprocessing step is removed and step's module name is added.
rkv [Wed, 14 Nov 2012 06:51:42 +0000 (06:51 +0000)]
Preprocessing step is removed and step's module name is added.

11 years agoCode cleaning.
rkv [Wed, 14 Nov 2012 06:50:14 +0000 (06:50 +0000)]
Code cleaning.

11 years agoComments added.
rkv [Wed, 14 Nov 2012 06:49:36 +0000 (06:49 +0000)]
Comments added.

11 years agoScreens style are improved
mka [Tue, 13 Nov 2012 13:54:40 +0000 (13:54 +0000)]
Screens style are improved

11 years agoScreens style are corrected
mka [Tue, 13 Nov 2012 12:50:26 +0000 (12:50 +0000)]
Screens style are corrected

11 years agocanManageDatabase() method is improved
mka [Fri, 9 Nov 2012 11:10:33 +0000 (11:10 +0000)]
canManageDatabase() method is improved

11 years ago"Remove document" operation is fixed.
rkv [Fri, 9 Nov 2012 10:32:31 +0000 (10:32 +0000)]
"Remove document" operation is fixed.

11 years agoComment for toString is generated.
rkv [Fri, 9 Nov 2012 05:30:39 +0000 (05:30 +0000)]
Comment for toString is generated.

11 years agoTiles is added
mka [Thu, 8 Nov 2012 14:28:53 +0000 (14:28 +0000)]
Tiles is added

11 years agoModifications to respect PMD rules.
rkv [Thu, 8 Nov 2012 13:02:32 +0000 (13:02 +0000)]
Modifications to respect PMD rules.

11 years agoModifications to respect PMD rules.
rkv [Thu, 8 Nov 2012 06:24:29 +0000 (06:24 +0000)]
Modifications to respect PMD rules.

11 years agoModifications to respect PMD rules.
rkv [Wed, 7 Nov 2012 15:27:17 +0000 (15:27 +0000)]
Modifications to respect PMD rules.

11 years agoModifications to respect PMD rules.
rkv [Wed, 7 Nov 2012 14:32:44 +0000 (14:32 +0000)]
Modifications to respect PMD rules.

11 years agoModifications to respect PMD rules.
rkv [Wed, 7 Nov 2012 13:51:39 +0000 (13:51 +0000)]
Modifications to respect PMD rules.

11 years agoModifications done to respect PMD rules. Versioning a document is fixed. Validation...
rkv [Wed, 7 Nov 2012 08:01:13 +0000 (08:01 +0000)]
Modifications done to respect PMD rules. Versioning a document is fixed. Validation cycle adding in study configuration is fixed.

11 years agoIgnore temp subfolder.
rkv [Wed, 7 Nov 2012 07:59:17 +0000 (07:59 +0000)]
Ignore temp subfolder.

11 years agoModifications done to respect PMD rules.
rkv [Wed, 7 Nov 2012 07:58:45 +0000 (07:58 +0000)]
Modifications done to respect PMD rules.

11 years agoKnowledgeElementDTO is now used in KnowledgeElementFacade. Edit and rename knowledge...
rkv [Fri, 2 Nov 2012 15:07:53 +0000 (15:07 +0000)]
KnowledgeElementDTO is now used in KnowledgeElementFacade. Edit and rename knowledge action is modified so that now DTO is used. Ant build procedure is modified. Note: Add tools.jar from JDK to Ant classpath in Eclipse preferences.

11 years agoComment were added
mka [Fri, 2 Nov 2012 14:43:15 +0000 (14:43 +0000)]
Comment were added

11 years agoPMD plugin is refreshed. Some code is modified to respect PMD rules. Ant build proced...
rkv [Fri, 2 Nov 2012 09:12:25 +0000 (09:12 +0000)]
PMD plugin is refreshed. Some code is modified to respect PMD rules. Ant build procedure is improved - java compiler errors are taken into account now.

11 years agoProjectSettingsService is now well documented and has no static methods.
rkv [Thu, 1 Nov 2012 11:58:08 +0000 (11:58 +0000)]
ProjectSettingsService is now well documented and has no static methods.

11 years agoDTO is introduced for knowledge elements. BeanHelper is modified so that setters...
rkv [Thu, 1 Nov 2012 07:15:20 +0000 (07:15 +0000)]
DTO is introduced for knowledge elements. BeanHelper is modified so that setters and getters are not checked for same property types to be able to copy DTO to BO and vice versa.

11 years agoapp.root is no more used.
rkv [Thu, 1 Nov 2012 07:12:00 +0000 (07:12 +0000)]
app.root is no more used.

11 years agoMenus adjust in accordance with specification.
mka [Wed, 31 Oct 2012 13:35:36 +0000 (13:35 +0000)]
Menus adjust in accordance with specification.

11 years agoLeft menu is improved
mka [Wed, 31 Oct 2012 12:09:30 +0000 (12:09 +0000)]
Left menu is improved

11 years agoPromote and demote knowledge element actions are added.
rkv [Wed, 31 Oct 2012 08:00:13 +0000 (08:00 +0000)]
Promote and demote knowledge element actions are added.

11 years agoJavacode is removed from menubar.jsp.
rkv [Wed, 31 Oct 2012 06:40:35 +0000 (06:40 +0000)]
Javacode is removed from menubar.jsp.

11 years agoRename and edit operations for a knowledge element are fixed.
rkv [Tue, 30 Oct 2012 10:38:06 +0000 (10:38 +0000)]
Rename and edit operations for a knowledge element are fixed.

11 years agoStruts tags are used for buttons on upload form. Comment is added to the publication...
rkv [Tue, 30 Oct 2012 09:27:25 +0000 (09:27 +0000)]
Struts tags are used for buttons on upload form. Comment is added to the publication service method.

11 years agoTool bar is improved.
mka [Tue, 30 Oct 2012 08:04:55 +0000 (08:04 +0000)]
Tool bar is improved.

11 years agoapp.root property is removed.
rkv [Tue, 30 Oct 2012 07:21:30 +0000 (07:21 +0000)]
app.root property is removed.

11 years agoUnused files are removed.
rkv [Tue, 30 Oct 2012 07:20:28 +0000 (07:20 +0000)]
Unused files are removed.

11 years agoDocument operations (promote, validate, approve, remove) are fixed.
rkv [Mon, 29 Oct 2012 12:50:12 +0000 (12:50 +0000)]
Document operations (promote, validate, approve, remove) are fixed.

11 years agoMapping is fixed. Relation in the mapping is inherited from Persistent now. Versionin...
rkv [Mon, 29 Oct 2012 11:37:36 +0000 (11:37 +0000)]
Mapping is fixed. Relation in the mapping is inherited from Persistent now. Versioning a document is working.

11 years agoSome tables are no more exist.
rkv [Mon, 29 Oct 2012 11:30:49 +0000 (11:30 +0000)]
Some tables are no more exist.

11 years agoSQL scripts for populating and cleaning the database.
rkv [Mon, 29 Oct 2012 11:29:39 +0000 (11:29 +0000)]
SQL scripts for populating and cleaning the database.

11 years agojava import is removed from jsp page.
mka [Fri, 26 Oct 2012 14:26:43 +0000 (14:26 +0000)]
java import is removed from jsp page.

11 years ago<jsp:param ... > parameters are removed from the title bar
mka [Fri, 26 Oct 2012 14:23:43 +0000 (14:23 +0000)]
<jsp:param ... > parameters are removed from the title bar

11 years agoStudyService is no more used in the NewStudyAction.
rkv [Thu, 25 Oct 2012 11:03:27 +0000 (11:03 +0000)]
StudyService is no more used in the NewStudyAction.

11 years agoNewStudyAction is improved. Specific business method for creation of a new study...
rkv [Thu, 25 Oct 2012 10:55:45 +0000 (10:55 +0000)]
NewStudyAction is improved. Specific business method for creation of a new study is added to the ScenarioService.

11 years agoUnused java imports are excluded.
mka [Thu, 25 Oct 2012 07:42:32 +0000 (07:42 +0000)]
Unused java imports are excluded.

11 years agoNullPointerException situations are excluded
mka [Thu, 25 Oct 2012 07:34:57 +0000 (07:34 +0000)]
NullPointerException situations are excluded

11 years agoMenus are improved
mka [Thu, 25 Oct 2012 07:33:44 +0000 (07:33 +0000)]
Menus are improved

11 years agosearchForm.jsp is not used.
rkv [Thu, 25 Oct 2012 06:57:24 +0000 (06:57 +0000)]
searchForm.jsp is not used.

11 years agoAdding a knowledge is fixed.
rkv [Thu, 25 Oct 2012 06:39:01 +0000 (06:39 +0000)]
Adding a knowledge is fixed.

11 years agoClass comment is added.
rkv [Thu, 25 Oct 2012 06:38:13 +0000 (06:38 +0000)]
Class comment is added.

11 years agoMinor fix of input tag.
rkv [Thu, 25 Oct 2012 06:36:56 +0000 (06:36 +0000)]
Minor fix of input tag.

11 years agoUnused imports are removed.
rkv [Thu, 25 Oct 2012 06:23:01 +0000 (06:23 +0000)]
Unused imports are removed.

11 years agoMinor fix of the rich text editor for Firefox v12.
rkv [Thu, 25 Oct 2012 06:21:55 +0000 (06:21 +0000)]
Minor fix of the rich text editor for Firefox v12.