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
Romain Quetiez
18f209a2f7
Trac #50 - Interactive bulk load (CSV) was not doing well when using several reconciliation keys
...
SVN:trunk[207]
2009-12-26 13:36:59 +00:00
Denis Flaven
d7b3bea8f4
- improved handling of the 'menu' parameter (Thanks to david-alves for reporting it)
...
- removed unneeded paragraph marks around the h2 title for a better HTMl formatting.
SVN:trunk[197]
2009-11-03 19:03:34 +00:00
Romain Quetiez
b2a9de9d59
New type of attribute: Blob, allowing documents in the application. Was fully developed in the core, but roughly integrated in the application... todo: file upload for edition, file download for viewing
...
SVN:trunk[196]
2009-10-22 09:12:07 +00:00
Romain Quetiez
d71df57c66
Added investigation means: DB dump from the ITopConsultant page, this feature should not rely on mySQL statements that are not allowed in the OVH hosting setup. The feature is 100% new and does not interfere with any existing code. Therefore I would advise to upgrade the official build as quickly as possible.
...
SVN:trunk[190]
2009-10-02 15:07:28 +00:00
Romain Quetiez
a8520c37ee
Fixed bug in CSV import: was not working when using private keys. Also fine tuned the field matching mechanism and now the CSV export/import are 100% symmetric
...
SVN:trunk[182]
2009-09-22 13:36:29 +00:00
Romain Quetiez
048406ab47
Deletion of objects:
...
- automatic delete of mandatory ext keys, and if the option is set in the data model (I've set the "manual" option by default, and the "auto" option for links)
- automatic reset of optional ext keys (several keys could be updated on one single object)
- takes into account the user rights
- security against the use of page arguments when the automatic deletion is not allowed
Known limitations:
- does not check that resetting an ext key could affect the lifecycle consistency (e.g. delete a workgroup referenced by a ticket)
- does not check recursively on the automatic deletion, which should not be a problem given the current data model (TBC)
SVN:trunk[181]
2009-09-18 16:12:38 +00:00
Romain Quetiez
0454e7fa78
Fixed bug on deletion: take the inheritance into account when checking for referencing objects (eg. a ticket linked to a PC was not seen)
...
SVN:trunk[180]
2009-09-18 09:35:21 +00:00
Romain Quetiez
4ce9d9779a
CSV import now based on the "bulk modify" user access rights
...
SVN:trunk[179]
2009-09-17 15:57:27 +00:00
Romain Quetiez
15a3301fa5
Plugged in the allowed values management into the modification form and the stimulus form (limitation: take care with the data model and fields that depend on each other, until we replace those forms with the wizard that is currently being used for the object creation)
...
SVN:trunk[174]
2009-09-17 08:56:07 +00:00