Commit Graph

195 Commits

Author SHA1 Message Date
Romain Quetiez
63b27235e2 Release 0.8.1
SVN:0.8.1[195]
0.8.1
2009-10-19 16:48:29 +00:00
Romain Quetiez
be158b4673 Fixed typo on the default value of the server status (class: bizServer)
SVN:code[194]
0.8.1@194
2009-10-19 14:51:01 +00:00
Romain Quetiez
1a0ca15c1f Released 0.8 the 1st of october
SVN:code[193]
2009-10-19 14:48:20 +00:00
Romain Quetiez
280c1dde58 Added info in the log (see previous changes in the setup)
SVN:code[192]
2009-10-09 14:09:27 +00:00
Romain Quetiez
44d3e0c665 Fixed several issues in the setup (load of data) :
- stopper bug in case of reinstallation/upgrade: the file keyscache.tmp could be left in case of issue in the previous execution of the setup ; the file is now deleted prior to running a new session
- if a fatal error (e.g. call to undefined function) occured during the load of a file (ajax), then we had no clue that this happened ; a log has been added after the load so that we can get faster to the issue
- reordered data files (not the same order in MS-Explorer) to maximize ext key resolution on the first pass
- resolving external keys afterwards should work again (though the file order is avoiding this currently), as the objects are declared "dirty" and no automatic reload will be attempted during further manipulations
- added a log when an external key cannot be resolved during the final round

SVN:code[191]
2009-10-09 14:00:48 +00:00
Romain Quetiez
a1f3ac9534 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:code[190]
2009-10-02 15:07:28 +00:00
Romain Quetiez
f885fae267 Finalizing sample data: removed the unused profile
SVN:code[189]
0.8@189
2009-10-01 16:40:06 +00:00
Romain Quetiez
0ff9788ccb Added sample data: service calls, known errors, infra grouping, and some links (e.g. contact/team)
SVN:code[188]
2009-10-01 14:27:51 +00:00
Romain Quetiez
7461cb3fd5 Welcome menu updated with Erwan's text (quickly reviewed)
SVN:code[187]
2009-09-30 13:30:13 +00:00
Romain Quetiez
2e3bcef593 Added new sample data (forgotten from last commit)
SVN:code[186]
2009-09-30 13:00:30 +00:00
Romain Quetiez
3210573143 Integrated the latest data model and sample data
SVN:code[185]
2009-09-29 16:12:40 +00:00
Romain Quetiez
0f0113e578 Temporarily removed the TAB "OQL query", until it gets finalized with the link management
SVN:code[184]
2009-09-28 08:45:01 +00:00
Romain Quetiez
dc9707ec4b 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:code[183]
2009-09-22 14:13:07 +00:00
Romain Quetiez
7e7072b1ec 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:code[182]
2009-09-22 13:36:29 +00:00
Romain Quetiez
2e9f13c4c5 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:code[181]
2009-09-18 16:12:38 +00:00
Romain Quetiez
637993e7eb 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:code[180]
2009-09-18 09:35:21 +00:00
Romain Quetiez
e176e2090c CSV import now based on the "bulk modify" user access rights
SVN:code[179]
2009-09-17 15:57:27 +00:00
Romain Quetiez
c641161e17 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:code[178]
2009-09-17 15:50:28 +00:00
Romain Quetiez
d299fd451a Fixed regression on access control for the stimuli (also ipmlemented a workaround to a bug with the mantatory link attributes)
SVN:code[177]
2009-09-17 13:38:25 +00:00
Romain Quetiez
5e757db532 Cosmetic: Now that we request a confirmation on Delete, show the option as 'Delete...'
SVN:code[176]
2009-09-17 12:51:34 +00:00
Romain Quetiez
abbc21b0cb Fixed bug when creating a login (flush privileges = reset the data cache)
SVN:code[175]
2009-09-17 12:50:33 +00:00
Romain Quetiez
723341d94a 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:code[174]
2009-09-17 08:56:07 +00:00
Romain Quetiez
aea6f2e86f Forgotten from commit Nr 169
SVN:code[173]
2009-09-17 08:02:59 +00:00
Denis Flaven
d809170a51 Correct "script" tag... just in case...
SVN:code[172]
2009-09-16 16:09:46 +00:00
Denis Flaven
96e2732015 - Allowed values is now implemented, so I removed the comment !
SVN:code[171]
2009-09-16 16:08:52 +00:00
Denis Flaven
0bbe615664 - Fix for Internet Explorer: Arrays must be properly closed!
SVN:code[170]
2009-09-16 16:07:28 +00:00
Romain Quetiez
103f5e4568 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:code[169]
2009-09-16 16:01:12 +00:00
Romain Quetiez
152b97a24a Fixed a regression: autocomplete not working due to a change in the execution of the script rendered in Ajax
SVN:code[168]
2009-09-16 15:00:40 +00:00
Denis Flaven
427a8eb596 - removed debug trace
SVN:code[167]
2009-09-16 14:14:15 +00:00
Romain Quetiez
cc8e80240f Fixed wrong file path for the graphs (lifecyle), could not work but on a Windows platform
SVN:code[166]
2009-09-16 08:48:54 +00:00
Romain Quetiez
91717f3f3b New menus (source: Erwan)
SVN:code[165]
2009-09-16 08:39:02 +00:00
Romain Quetiez
27965cc922 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:code[164]
2009-09-16 08:03:42 +00:00
Romain Quetiez
199a4865a4 Disabled the features not finalized (cloning, bookmarking, bulk operations)
SVN:code[163]
2009-09-16 07:59:11 +00:00
Romain Quetiez
7e93b35215 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:code[162]
2009-09-16 07:56:14 +00:00
Romain Quetiez
4517c61049 Fixed regression: server status was reset
SVN:code[161]
2009-09-16 07:53:12 +00:00
Denis Flaven
56c70ee33b - New cache management for the lifecycle graphs
SVN:code[160]
2009-09-14 16:50:51 +00:00
Romain Quetiez
76af2bb997 Cosmetics on the bulk load (followed new test plan)
SVN:code[159]
2009-09-14 16:06:04 +00:00
Romain Quetiez
56060ccb80 New business model (Erwan)
SVN:code[158]
2009-09-14 16:04:12 +00:00
Romain Quetiez
4496dad999 Cosmetic: display the stimulus label in the profile grants sumary
SVN:code[157]
2009-09-14 08:55:41 +00:00
Romain Quetiez
3fa3bfc260 Fixed bug: could not empty a field
SVN:code[156]
2009-09-14 08:40:28 +00:00
Romain Quetiez
f618678044 Hyperlinks in the history logs presentation
SVN:code[155]
2009-09-14 08:38:52 +00:00
Romain Quetiez
aa7e93e80c Revised the CSV import: fixed issues with the external keys, added hyperlinks to the found objects, obsoleted the word 'pkey', replaced by 'id'
SVN:code[154]
2009-09-14 08:37:10 +00:00
Denis Flaven
07af5501c5 Disabled automatic population of Zlists which was buggy. Not all ZLists are made of AttCode !
SVN:code[153]
2009-09-12 19:58:20 +00:00
Denis Flaven
07b4040c9e - Removed debug output into the console thats breaks when Firebug is not installed (or on IE)
SVN:code[152]
2009-09-12 10:08:13 +00:00
Denis Flaven
8d76f47303 - '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:code[151]
2009-09-11 21:23:24 +00:00
Denis Flaven
d922b4c7f3 Field validation now preserves background images
SVN:code[150]
2009-09-11 21:20:45 +00:00
Denis Flaven
be825be157 - Automatic adjustment of the width and height of the ModalDlg to fit the document's size
SVN:code[149]
2009-09-11 20:36:34 +00:00
Denis Flaven
7e57ea5365 Implementation of AllowedValues for fields that depend on other fields
SVN:code[148]
2009-09-11 20:35:16 +00:00
Romain Quetiez
40489c0821 New class: bizSubnet, implementing a dedicated view for IP management
SVN:code[147]
2009-09-11 16:38:12 +00:00
Romain Quetiez
ea59cf0fa8 Improve the UI on object deletion: added a confirmation form and do check the dependencies so as to preserve the DB integrity
SVN:code[146]
2009-09-11 15:44:24 +00:00