Commit Graph

96 Commits

Author SHA1 Message Date
Denis Flaven
124867f7fa - Implementation of the localization... on going...
SVN:trunk[406]
2010-05-15 07:54:59 +00:00
Romain Quetiez
d527b56340 #74 Added the configuration of logging (errors, web service usage, etc.), and improved a little the error logging (both in a file and into the database + new format for additional information such as the callstack)
SVN:trunk[403]
2010-05-13 20:40:52 +00:00
Denis Flaven
a28823141d - Implementation of the localization... on going...
SVN:trunk[400]
2010-05-04 17:14:44 +00:00
Denis Flaven
cfc69316d1 - Implementation of the localization... on going...
SVN:trunk[399]
2010-05-04 15:14:22 +00:00
Denis Flaven
89dffd2845 - Implementation of the localization... on going...
SVN:trunk[398]
2010-05-04 14:42:36 +00:00
Denis Flaven
df98e25743 Preparing the integration of the Flash navigator
SVN:trunk[397]
2010-05-04 14:39:43 +00:00
Denis Flaven
bd3e09a9b8 Remove unused/obsolete pages
SVN:trunk[396]
2010-05-04 14:23:06 +00:00
Denis Flaven
ac1fa17727 - Typo
SVN:trunk[395]
2010-05-04 14:19:38 +00:00
Denis Flaven
65d6adde1c - Enhancement to UniversalSearch:
1) Localization
2) Fixed two medium issues, see Trac #35

SVN:trunk[394]
2010-05-04 13:57:14 +00:00
Denis Flaven
9ffb085658 - Creation and CSV import de-activated for abstract classes
SVN:trunk[390]
2010-05-02 18:42:49 +00:00
Denis Flaven
fe44e447ce - Search forms now display the subclasses of the specified class...
SVN:trunk[389]
2010-05-02 18:28:18 +00:00
Denis Flaven
12dab4a12a - CSV import enhancements: automatic setting of search criterias and masking of the "id" columns expect in advanced mode. (Trac #21 and 106)
- Added the support of localization to the CSV import wizard

SVN:trunk[384]
2010-05-02 13:59:38 +00:00
Denis Flaven
ffd22acff5 - Cleanup of 'finalclass'... (Trac #54)
SVN:trunk[383]
2010-05-02 13:56:28 +00:00
Romain Quetiez
5a7e59e02f Clarified the meaning of the attribute 'finalclass'
SVN:trunk[380]
2010-05-01 16:16:43 +00:00
Romain Quetiez
e651c84331 Finalized the concept of abstract classes (#35) in the core. Still to be used within the UI.
SVN:trunk[378]
2010-04-30 16:42:08 +00:00
Denis Flaven
bc1292c54b - First implementation of the bulk delete
SVN:trunk[374]
2010-04-30 08:12:12 +00:00
Romain Quetiez
69a8d27b54 Obsoleted the SibusQL and the keyword pkey (still allowed as a placeholder in the templates)
SVN:trunk[372]
2010-04-29 16:51:56 +00:00
Denis Flaven
eed38bedbf - CSV import enhancements: support of non-ascii characters and "head line" set by default (Trac #107)
SVN:trunk[369]
2010-04-29 12:16:17 +00:00
Denis Flaven
14ba5de67f Bug fix Trac#106 (part 1): data from the last field of each row does not appear in the mapping/preview.
SVN:trunk[367]
2010-04-28 16:47:13 +00:00
Romain Quetiez
7220052134 Enabled localized strings (not only enums, but other types... to be defined)
SVN:trunk[359]
2010-04-27 12:38:56 +00:00
Denis Flaven
b0ff4a409a - Keep the values when coming back to the "options" step
SVN:trunk[354]
2010-04-20 15:51:29 +00:00
Romain Quetiez
cab47b5044 Localization: tools to report missing entries, and build the dictionary out of a data model made with the previous format
SVN:trunk[352]
2010-04-20 15:26:37 +00:00
Denis Flaven
1150df3e06 - bug fix: history log was not saved when doing a bulk import.
SVN:trunk[351]
2010-04-20 12:59:23 +00:00
Romain Quetiez
a84aa1799d Fixed a bug related to the CSV templates
SVN:trunk[349]
2010-04-20 09:30:21 +00:00
Romain Quetiez
1bdfbbb284 Localization: cleanup in the DataModel + aligned some API (e.g. GetStateLabel)
SVN:trunk[348]
2010-04-20 09:21:46 +00:00
Denis Flaven
3f9a9424e9 - New version of the CSV import wizard. First implementation...
SVN:trunk[347]
2010-04-20 09:16:54 +00:00
Romain Quetiez
dd02ce60b5 Localization: first step (class Dict and handling of Metamodel)
SVN:trunk[338]
2010-04-19 13:32:30 +00:00
Romain Quetiez
5d46a94ddf Select multiple objects in OQL (beta, for integration within the UI)
SVN:trunk[327]
2010-04-13 09:42:22 +00:00
Denis Flaven
c4a51c31c9 Bug fix: the audit page was not working for object with no "org_id" filter criteria.
SVN:trunk[323]
2010-04-12 12:13:14 +00:00
Denis Flaven
12d0c865c2 - Fixed bug #85: MySQL password was displayed (along with the call stack) in case the connection to the database failed.
- Additional fix to #87: strings consisting only of digits (like 001231) were treated as numbers (i.e 1231)

SVN:trunk[319]
2010-03-23 08:17:50 +00:00
Romain Quetiez
5a09dc6e2b Trac #86 - CSV format aligned with standard specifications
Trac #93 - Fixed issue within the setup data load (related to memory_limit)
Fixed issues with the consultant toolkit: upgrade an existing DB (add new class/attribute)
Developed core services to allow for demonstrating impact computation capability
Deprecated option operation=direct on page UI.php

SVN:trunk[313]
2010-03-08 09:10:16 +00:00
Denis Flaven
9952b9608d - Removed the limit to the number of elements displayed in an autocomplete input. The maximum number of elements in the autocomplete is now 150 (scrolling enabled). (Trac #83)
SVN:trunk[296]
2010-02-17 09:10:24 +00:00
Romain Quetiez
e55a11df4b Fixed #69 Accentuated chars now in utf-8 for real in the unit test page! BE CARREFUL WITH PSPAD!!!
SVN:trunk[292]
2010-01-29 17:52:47 +00:00
Romain Quetiez
f61ac3f4a0 Fixed two bugs:
- Trac#80 Misleading messages when using the back button during the setup (added back button in any error case)
 - Trac#72 Revised the setup to consider any installation scenario regarding Database and user privileges (user rights tracked into the log file)

SVN:trunk[291]
2010-01-28 17:10:39 +00:00
Denis Flaven
f6b572ebcd - Fixed the display of audit errors
SVN:trunk[287]
2010-01-19 15:32:09 +00:00
Romain Quetiez
defe8fff82 Removed status declaration for the class bizServer
SVN:trunk[277]
2010-01-18 17:54:53 +00:00
Romain Quetiez
aa6d6029d9 Finalized the email error management:
- errors in OQL
- no recipient
- smtp server response (windows only)
- test option (status)
- test page

SVN:trunk[270]
2010-01-18 16:42:00 +00:00
Denis Flaven
cc357910ea Completed the implementation of 1:n links. The default value should now works for all external keys (whether they are displayed as an autocomplete or or a simple select)
SVN:trunk[253]
2010-01-17 09:42:17 +00:00
Denis Flaven
955b7fd24f - Renaming of the WebPage class (and its derived classes) to stick to the same naming convention as other classes.
- Properly select the class to search for

SVN:trunk[252]
2010-01-17 09:10:39 +00:00
Denis Flaven
0a413a32f6 Renaming of the WebPage class (and its derived classes) to stick to the same naming convention as other classes.
SVN:trunk[250]
2010-01-17 09:07:10 +00:00
Romain Quetiez
8964b13a2e - Fixed bug with change tracking of TEXT attributes
- Log any email notification (successful or not)
- Class selection always made through a Combo box
- Automatic creation of indexes for external keys
- New trigger: on object creation
- Application log: added a status string
- Added documentation to the WSDL (+ anyType replaced by string)
- SOAP: improved handling of enumeration attributes
- SOAP: returned logs to mention the name of the parameter as advertised in the WSDL file (different than the name of the attribute in Itop)
- Finalized SOAP tests
- Added a SOAP client example

SVN:trunk[246]
2010-01-13 13:30:08 +00:00
Denis Flaven
423216e4ae The label of the active menu is now used as the title of the web page.
SVN:trunk[239]
2010-01-12 10:18:18 +00:00
Romain Quetiez
0f71144a25 Trac#56 Improvements to the SOAP web services and to the first operation CreateIncidentTicket
SVN:trunk[230]
2010-01-08 15:24:57 +00:00
Romain Quetiez
5a15dcb849 Trac #57 - Implemented beta version of email notifications (triggers and actions)
SVN:trunk[225]
2010-01-06 08:51:08 +00:00
Denis Flaven
905b32eac4 - First (partial) implementation of context and default values.
SVN:trunk[223]
2010-01-03 19:14:10 +00:00
Denis Flaven
95b1ce9030 - Fix the dialog to manage n-n links: don't display again objects that are already linked.
- Now use OQL instead of SibusQL

SVN:trunk[222]
2010-01-03 13:39:56 +00:00
Denis Flaven
966d4820ca - First implementation of documents
- small cleanup to remove a global Config variable (and removed some deprecated utils:: functions)
- removed the 'DocumentVersion' object since previous versions are now tracked as normal change objects.

SVN:trunk[220]
2009-12-31 09:08:09 +00:00
Denis Flaven
cc4219714a - completed the fix of the user object history (Trac #48)
- completed the implementation of truncated lists (Trac #61)
- Fixed the handling of the search form in the details page (Trac #29)

SVN:trunk[214]
2009-12-29 14:02:18 +00:00
Romain Quetiez
9e47505447 Fixed regression on the bug fix [207]
SVN:trunk[210]
2009-12-28 16:51:58 +00:00
Romain Quetiez
d8269cc11b Trac #56 - Implemented and usable but still not a complete and dynamically generated WSDL file. Unit tests are in place (through client/server SOAP protocol, or directly onto the internal API)
SVN:trunk[209]
2009-12-28 11:22:54 +00:00