Romain Quetiez
f85d1edf06
Fixed issue in create from mail
...
SVN:trunk[871]
2010-09-14 16:03:07 +00:00
Romain Quetiez
6d0bc6d2c7
Implemented security in import.php
...
SVN:trunk[834]
2010-09-13 09:30:56 +00:00
Romain Quetiez
2ad6c0594d
#162 Implemented the non interactive bulk load (REST, CLI not implemented)
...
SVN:trunk[818]
2010-09-11 13:36:16 +00:00
Romain Quetiez
0c4a030e2a
Improved security
...
SVN:trunk[809]
2010-09-10 11:59:04 +00:00
Romain Quetiez
e9a84e1e84
Fixed cosmetic issues (block_id) and made sure the warning would never appear again
...
SVN:trunk[804]
2010-09-09 15:14:05 +00:00
Romain Quetiez
3695475e9f
Fixed bug: CSV import (interactive or web service) reporting change "on behalf of"
...
SVN:trunk[742]
2010-09-02 05:56:14 +00:00
Denis Flaven
22aef82b83
- Display the full list of attributes (details ZList) when exporting objects in HTML format (useful for Excel Web Queries).
...
SVN:trunk[737]
2010-09-01 10:52:08 +00:00
Romain Quetiez
b28735213d
#137 #203 #204 #119 - Finalized the new (simplified) module for user rights management ; needed to review deeply the data integrity management to have the setup working again!
...
SVN:trunk[697]
2010-08-25 14:51:36 +00:00
Denis Flaven
7aacef8d7d
- Get rid of the class UserContext, since now everything is implemented directly in MetaModel
...
- Make the Accordion menu collapsible
SVN:trunk[683]
2010-08-23 12:27:21 +00:00
Denis Flaven
272387d61e
- Integrated all the authentications methods and various logon methods...
...
SVN:trunk[665]
2010-08-09 10:19:14 +00:00
Denis Flaven
9a70c6f82d
Sample for creating tickets by reading a incoming emails in a mailbox
...
SVN:trunk[662]
2010-08-05 12:33:34 +00:00
Denis Flaven
835d54b22b
Exclude createfrommail.php from the build, since it is more a sample than some production quality code.
...
SVN:trunk[653]
2010-08-04 19:27:23 +00:00
Denis Flaven
f9a271b9d3
- Sample "web service" (REST) page to create a User Request ticket by reading new messages in a POP3 mailbox
...
SVN:trunk[651]
2010-08-03 13:54:39 +00:00
Romain Quetiez
a08ae40dc9
#150 Review TTO/TTR computation (generalized to ResponseTicket)
...
SVN:trunk[649]
2010-07-30 13:19:15 +00:00
Romain Quetiez
ef91a2e0db
Finalized web services (unit tests, sample client) and dehardcoded the GetVersion() verb
...
SVN:trunk[618]
2010-07-21 13:04:23 +00:00
Romain Quetiez
eb29f4084e
#153 Finalized SOAP unit testing (local tests only)
...
SVN:trunk[617]
2010-07-21 09:31:08 +00:00
Romain Quetiez
74927428aa
#153 Warning issued by the SOAP web services
...
SVN:trunk[614]
2010-07-19 11:20:50 +00:00
Romain Quetiez
83ae3e473e
Fixed typo in the SOAP client example
...
SVN:trunk[597]
2010-07-12 14:36:27 +00:00
Romain Quetiez
1e17f8c671
Finalized the ticket check page (still some work)
...
SVN:trunk[588]
2010-07-07 09:57:05 +00:00
Romain Quetiez
3862a765be
Updated the ticket creation web service (still known bugs)
...
SVN:trunk[586]
2010-07-07 09:38:55 +00:00
Romain Quetiez
00b2dbe286
Page to check tickets states periodically
...
SVN:trunk[572]
2010-07-06 10:01:48 +00:00
Romain Quetiez
300fc8c187
Page to track sleeping tickets (requires testing)
...
SVN:trunk[550]
2010-07-05 06:20:50 +00:00
Romain Quetiez
a0e0371812
#19 - Reviewed the licensing information and started to align the comments in the code
...
SVN:trunk[422]
2010-05-24 09:24:35 +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
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
Romain Quetiez
942d77a70f
Aligned bulk load web services with recent changes (status reporting)
...
SVN:trunk[357]
2010-04-21 07:37:41 +00:00
Romain Quetiez
0f8f966217
CSV import: improved handling of external keys
...
SVN:trunk[334]
2010-04-15 13:05:09 +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
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
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
Romain Quetiez
60a5085b95
Forgot a new file at last commit (soap types)
...
SVN:trunk[231]
2010-01-08 15:54:29 +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
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
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
Romain Quetiez
193aef8a63
Trac #51 - Implemented external key feed by the mean of reconciliation on external fields
...
SVN:trunk[206]
2009-12-26 13:30:16 +00:00
Denis Flaven
460f8234f8
Fixed the HTML display in the export webservice page. (Trac #58 )
...
SVN:trunk[199]
2009-12-21 09:41:31 +00:00
Denis Flaven
4e6fa6cc37
Proper handling of the parameters to DisplaySet
...
SVN:trunk[137]
2009-09-10 15:34:07 +00:00
Denis Flaven
05a236f06a
- Fixed bug #31 : HTML display in the "export" page uses the appropriate stylesheet.
...
SVN:trunk[85]
2009-07-19 09:34:32 +00:00
Denis Flaven
b756db0992
Moved under "trunk" to be able to track releases under "tags"
...
SVN:trunk[55]
2009-04-28 09:03:12 +00:00