Commit Graph

109 Commits

Author SHA1 Message Date
Romain Quetiez
ea4fa4815c Temporarily removed the TAB "OQL query", until it gets finalized with the link management
SVN:trunk[184]
2009-09-28 08:45:01 +00:00
Romain Quetiez
83a92c8c7c Fixed inconsistency in the CSV import : a bixServer objects had two fields (one was inherited) having the same label, leading to a high level of confusion when doing a bulk load (matching the fields was not possible)
SVN:trunk[183]
2009-09-22 14:13:07 +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
9e702899f2 Fixed a security hole: any user was allowed to edit users and profiles, and therefore could give himself admin rights - now, only admins are allowed to do that
Also added a debugging capability: user rights shown for any object class, on demand in URP_Users::DisplayBareRelations()

SVN:trunk[178]
2009-09-17 15:50:28 +00:00
Romain Quetiez
134e6e6092 Fixed regression on access control for the stimuli (also ipmlemented a workaround to a bug with the mantatory link attributes)
SVN:trunk[177]
2009-09-17 13:38:25 +00:00
Romain Quetiez
8df246c022 Cosmetic: Now that we request a confirmation on Delete, show the option as 'Delete...'
SVN:trunk[176]
2009-09-17 12:51:34 +00:00
Romain Quetiez
a6c5218dc6 Fixed bug when creating a login (flush privileges = reset the data cache)
SVN:trunk[175]
2009-09-17 12:50:33 +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
Romain Quetiez
640e59d280 Forgotten from commit Nr 169
SVN:trunk[173]
2009-09-17 08:02:59 +00:00
Denis Flaven
127e77858e Correct "script" tag... just in case...
SVN:trunk[172]
2009-09-16 16:09:46 +00:00
Denis Flaven
d3b76d3b23 - Allowed values is now implemented, so I removed the comment !
SVN:trunk[171]
2009-09-16 16:08:52 +00:00
Denis Flaven
7c00f42d5c - Fix for Internet Explorer: Arrays must be properly closed!
SVN:trunk[170]
2009-09-16 16:07:28 +00:00
Romain Quetiez
0232d2dadc User Management: removed limitation on the user rights that could not be established without a given object set, and added a feedback in the user details page (grant summary, based on the results returned by the std user management API, thus is reliable)
SVN:trunk[169]
2009-09-16 16:01:12 +00:00
Romain Quetiez
5efd4f10f5 Fixed a regression: autocomplete not working due to a change in the execution of the script rendered in Ajax
SVN:trunk[168]
2009-09-16 15:00:40 +00:00
Denis Flaven
6964ca3003 - removed debug trace
SVN:trunk[167]
2009-09-16 14:14:15 +00:00
Romain Quetiez
84c636fc07 Fixed wrong file path for the graphs (lifecyle), could not work but on a Windows platform
SVN:trunk[166]
2009-09-16 08:48:54 +00:00
Romain Quetiez
93e629593c New menus (source: Erwan)
SVN:trunk[165]
2009-09-16 08:39:02 +00:00
Romain Quetiez
3470216767 Fixed a regression on the management of the allowed values and attribute dependencies (symptom: Browse button not working, error when creating a ticket with no CI attached to it)
SVN:trunk[164]
2009-09-16 08:03:42 +00:00
Romain Quetiez
0669db07f3 Disabled the features not finalized (cloning, bookmarking, bulk operations)
SVN:trunk[163]
2009-09-16 07:59:11 +00:00
Romain Quetiez
66f1622554 Fixed regression: ticket "impact" was reset ; resulting from a conflict in the form fields names (impact used both in the main detail form and into hidden links forms)
SVN:trunk[162]
2009-09-16 07:56:14 +00:00
Romain Quetiez
7b6295f0a0 Fixed regression: server status was reset
SVN:trunk[161]
2009-09-16 07:53:12 +00:00
Denis Flaven
6e4da54706 - New cache management for the lifecycle graphs
SVN:trunk[160]
2009-09-14 16:50:51 +00:00
Romain Quetiez
043552536d Cosmetics on the bulk load (followed new test plan)
SVN:trunk[159]
2009-09-14 16:06:04 +00:00
Romain Quetiez
7ed603b7e9 New business model (Erwan)
SVN:trunk[158]
2009-09-14 16:04:12 +00:00
Romain Quetiez
13600893ba Cosmetic: display the stimulus label in the profile grants sumary
SVN:trunk[157]
2009-09-14 08:55:41 +00:00
Romain Quetiez
0e4e0f07a0 Fixed bug: could not empty a field
SVN:trunk[156]
2009-09-14 08:40:28 +00:00
Romain Quetiez
85ad73419e Hyperlinks in the history logs presentation
SVN:trunk[155]
2009-09-14 08:38:52 +00:00
Romain Quetiez
9ca940a41e Revised the CSV import: fixed issues with the external keys, added hyperlinks to the found objects, obsoleted the word 'pkey', replaced by 'id'
SVN:trunk[154]
2009-09-14 08:37:10 +00:00
Denis Flaven
c45352bcc5 Disabled automatic population of Zlists which was buggy. Not all ZLists are made of AttCode !
SVN:trunk[153]
2009-09-12 19:58:20 +00:00
Denis Flaven
b98b1219ee - Removed debug output into the console thats breaks when Firebug is not installed (or on IE)
SVN:trunk[152]
2009-09-12 10:08:13 +00:00
Denis Flaven
61df1d7bab - 'Add...' butotn is now grayed when there is nothing to Add
- Better handling of AllowedValues, supporting autocompletes
- Cleanup unused code in wizard.utils.js

SVN:trunk[151]
2009-09-11 21:23:24 +00:00
Denis Flaven
e4f4b66722 Field validation now preserves background images
SVN:trunk[150]
2009-09-11 21:20:45 +00:00
Denis Flaven
3c8f7cf08a - Automatic adjustment of the width and height of the ModalDlg to fit the document's size
SVN:trunk[149]
2009-09-11 20:36:34 +00:00
Denis Flaven
e2d60e7c8f Implementation of AllowedValues for fields that depend on other fields
SVN:trunk[148]
2009-09-11 20:35:16 +00:00
Romain Quetiez
cc9420f009 New class: bizSubnet, implementing a dedicated view for IP management
SVN:trunk[147]
2009-09-11 16:38:12 +00:00
Romain Quetiez
455d9b23be Improve the UI on object deletion: added a confirmation form and do check the dependencies so as to preserve the DB integrity
SVN:trunk[146]
2009-09-11 15:44:24 +00:00
Romain Quetiez
dc0947f1e7 Bug fix - object creation
SVN:trunk[145]
2009-09-11 15:34:40 +00:00
Romain Quetiez
cc7ea74159 Work in progress for integration of "allowed values"
SVN:trunk[144]
2009-09-11 15:33:06 +00:00
Romain Quetiez
9756ed026f Added INET_ATON and INET_NTOA verbs to the OQL, and allowed carrier returns chars (\r) in the OQL (same as a whitespace)
SVN:trunk[143]
2009-09-11 12:38:46 +00:00
Romain Quetiez
eec951f9ed Fixed bug in the history of tickets (incident or any other type, for which the name is based on the ticket ID, which remained undetermined until the record is created)
SVN:trunk[142]
2009-09-11 12:03:34 +00:00
Romain Quetiez
e18d2abd23 Fixed a stopper bug in the display of N-N links from the default object display procedure (not using templates)
SVN:trunk[141]
2009-09-11 08:42:57 +00:00
Denis Flaven
9dfb8940cd Added the validation of mandatory form fields before submitting the creation / modification / clone forms.
SVN:trunk[140]
2009-09-11 06:01:32 +00:00
Romain Quetiez
a2f2cb2d22 Fixed bug on Update / WriteLinks
SVN:trunk[139]
2009-09-10 16:20:35 +00:00
Romain Quetiez
5083246f92 fixed interface of DisplaySet function
SVN:trunk[138]
2009-09-10 16:01:28 +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
4f540e93e8 - Fixed the "modify" screen to have the "wizard look (thin green border)
SVN:trunk[136]
2009-09-10 15:33:31 +00:00
Denis Flaven
008ef6100f Proper handling of the parameters to DisplaySet
SVN:trunk[135]
2009-09-10 15:32:29 +00:00