Compare commits

..

144 Commits
0.7.1 ... 0.8.1

Author SHA1 Message Date
Romain Quetiez
63b27235e2 Release 0.8.1
SVN:0.8.1[195]
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]
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]
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
Romain Quetiez
e81dd420a1 Bug fix - object creation
SVN:code[145]
2009-09-11 15:34:40 +00:00
Romain Quetiez
6115797eb0 Work in progress for integration of "allowed values"
SVN:code[144]
2009-09-11 15:33:06 +00:00
Romain Quetiez
2bbcf30e2d Added INET_ATON and INET_NTOA verbs to the OQL, and allowed carrier returns chars (\r) in the OQL (same as a whitespace)
SVN:code[143]
2009-09-11 12:38:46 +00:00
Romain Quetiez
4c33a6eb81 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:code[142]
2009-09-11 12:03:34 +00:00
Romain Quetiez
455c703468 Fixed a stopper bug in the display of N-N links from the default object display procedure (not using templates)
SVN:code[141]
2009-09-11 08:42:57 +00:00
Denis Flaven
7618c38a05 Added the validation of mandatory form fields before submitting the creation / modification / clone forms.
SVN:code[140]
2009-09-11 06:01:32 +00:00
Romain Quetiez
c5cc6f34f8 Fixed bug on Update / WriteLinks
SVN:code[139]
2009-09-10 16:20:35 +00:00
Romain Quetiez
874019c32a fixed interface of DisplaySet function
SVN:code[138]
2009-09-10 16:01:28 +00:00
Denis Flaven
76787fd9fb Proper handling of the parameters to DisplaySet
SVN:code[137]
2009-09-10 15:34:07 +00:00
Denis Flaven
8f2ea080d9 - Fixed the "modify" screen to have the "wizard look (thin green border)
SVN:code[136]
2009-09-10 15:33:31 +00:00
Denis Flaven
8094e3083e Proper handling of the parameters to DisplaySet
SVN:code[135]
2009-09-10 15:32:29 +00:00
Romain Quetiez
a5a1ae756f Fixed issue with Date fields being mandatory (DB column created with attribute ON UPDATE CURRENT_TIMESTAMP)
SVN:code[134]
2009-09-10 14:29:29 +00:00
Romain Quetiez
e5d9ede18a Integrated data model changes to the data load (incidents/contracts and persons were not correctly loaded
SVN:code[133]
2009-09-10 14:28:08 +00:00
Denis Flaven
2a6de0bd28 Added an automatic naming for the change tickets based on their Id (Same as for Incident tickets but starting with C-).
SVN:code[132]
2009-09-10 14:08:22 +00:00
Denis Flaven
858e32065c Fixed the icon of date input fields
SVN:code[131]
2009-09-10 14:04:14 +00:00
Denis Flaven
c4a6f869ea - Fix the style of the loaded table
SVN:code[130]
2009-09-10 13:20:53 +00:00
Romain Quetiez
3c8cbeb170 Fixed cosmetic issue on the user management pages (wrong styles in the templates)
SVN:code[129]
2009-09-10 11:14:10 +00:00
Romain Quetiez
bfc2df25d7 Fixed issue: user always considered as being an admin (regression due to changes in the setup), user profile setup is finally done at 100% in the setup code.
SVN:code[128]
2009-09-10 10:58:45 +00:00
Denis Flaven
e7c7bda520 Use the latest version (unmodified) of autocomplete instead of an old - and customized - version.
SVN:code[127]
2009-09-10 09:03:16 +00:00
Denis Flaven
3025a01e88 Use the latest version (unmodified) of autocomplete instead of an old - and customized - version.
SVN:code[126]
2009-09-10 08:58:07 +00:00
Denis Flaven
dff00d7a7a Use the latest version (unmodified) of autocomplete instead of an old - and customized - version.
SVN:code[125]
2009-09-10 08:56:20 +00:00
Romain Quetiez
242ccc37d3 Added a logoff button
SVN:code[124]
2009-09-09 15:06:14 +00:00
Romain Quetiez
801a108e6b Cosmetics on the run query page
SVN:code[123]
2009-09-09 12:44:06 +00:00
Romain Quetiez
e0c7620560 Improved the run query page: added meaningfull examples, including "ticket of the user currently logged in", and did some cosmetics on the page (examples shown in a drawer) ; needed to add some options to the OQL (date intervals)
SVN:code[122]
2009-09-08 15:10:31 +00:00
Romain Quetiez
b11bfff1f5 Reworked the "run query" page: renamed, improved the examples
SVN:code[121]
2009-09-08 09:25:57 +00:00
Romain Quetiez
93cad0ef6c Finalized attribute labels in the business data model (each word in uppercase, same conventions on external keys)
SVN:code[120]
2009-09-08 08:29:57 +00:00
Romain Quetiez
ab801850dd Latest data model (Erwan) and few cosmetic changes (safer display of object hyperlinks)
SVN:code[119]
2009-09-07 14:29:49 +00:00
Romain Quetiez
3d4b45de26 Audit rules loaded as part of the structure of the application
SVN:code[118]
2009-09-07 14:25:04 +00:00
Denis Flaven
37cad7579e - Proper display on the n-n links
SVN:code[117]
2009-09-07 14:00:25 +00:00
Denis Flaven
4d1a5209db - Adjusted size of the CSV export
- nicer display for the modification of objects

SVN:code[116]
2009-09-07 13:58:53 +00:00
Denis Flaven
565891ce1c - Workaround for noit taking search parameters into account when displaying linked items.
SVN:code[115]
2009-09-07 13:57:12 +00:00
Denis Flaven
0b91c4724b - Style for auto-complete fields
SVN:code[114]
2009-09-07 13:54:45 +00:00
Denis Flaven
3849da02ac Limit the size of the table to fit the screen.
SVN:code[113]
2009-09-07 13:35:09 +00:00
Denis Flaven
657987f365 - Style for auto-complete fields
SVN:code[112]
2009-09-07 12:19:33 +00:00
Denis Flaven
18c875a326 Background image for auto-complete fields
SVN:code[111]
2009-09-07 12:18:09 +00:00
Romain Quetiez
6c286bf952 Finalization of the user management by profile (UI to manage the accounts), and some unrelated changes:
- Using class labels in the UI
- Data model: you may specify a set of allowed values from a query (see caller_id in bizIncident class), still not 100% used in the UI but does not generate any error
- Data model: you may specify a password field (AttributePassword replacing AttributeString)
- Setup: calling UserRight::Setup() right after calling UserRight::CreateAdministrator()
- Setup: administrator account created with "my organization" and a dedicated contact
- Menus: optimized the load of std menus (queries written in OQL to get the benefit of the query cache)
- Menus: admin tools, seen only by people having the "admin" profile
- Object edition: fixed bug with the display of N-N links in the form

SVN:code[110]
2009-09-04 15:22:40 +00:00
Romain Quetiez
a096d46a59 Improved the behavior when a link class to not have any other attributes than the external keys. Still, it requires some work to have this configuration working.
SVN:code[109]
2009-09-02 13:39:20 +00:00
Romain Quetiez
5cfcc1f516 In the UI, the class names have been replaced by the class labels
SVN:code[108]
2009-09-02 13:18:59 +00:00
Romain Quetiez
5ee94f9d3d Changed images paths into relative path (../images where it was still /images)
SVN:code[107]
2009-08-27 13:56:57 +00:00
Romain Quetiez
6cc4ab7e9d Fixed bug provoking a warning unseen so far but it was causing a fatal error during the installation, with IIS as web server
SVN:code[106]
2009-08-27 13:52:31 +00:00
Denis Flaven
dffab33080 Workaround for the missing REQUEST_URI on IIS
SVN:code[105]
2009-08-27 12:37:21 +00:00
Denis Flaven
31415e2482 - New user interface to manage n-n links
SVN:code[104]
2009-08-26 21:52:34 +00:00
Denis Flaven
cba7b556bd Fixed a missing display template
SVN:code[103]
2009-08-26 21:32:32 +00:00
Denis Flaven
d2a6a116b1 Fixed the disappearance of tabs when doing a 'reload'
SVN:code[102]
2009-08-25 19:48:37 +00:00
Denis Flaven
9130e5bcd0 New helper function IsModified
SVN:code[101]
2009-08-25 13:52:13 +00:00
Romain Quetiez
bc5ab17525 Improved the data load during the setup:
- Sample data are clearly separated from the structure data (inc. menus and user profiles)
- Both categories of data are enumerated from specific folders

SVN:code[100]
2009-08-24 16:40:11 +00:00
Denis Flaven
1a47af8c7b - Do NOT rely on PHP short open tags, for a better compatibility
- In case of exception, display the whole error string even if it contains HTML tags, sometimes ugly but sometimes VERY useful

SVN:code[99]
2009-08-22 09:52:12 +00:00
Denis Flaven
b4dbcbe9d8 Do NOT use PHP short open tags for a better compatibility
SVN:code[98]
2009-08-22 09:49:44 +00:00
Denis Flaven
1a3d8558c1 Do NOT use PHP short open tags for a better compatibility
SVN:code[97]
2009-08-22 09:49:13 +00:00
Denis Flaven
3cd364ab4b Make sure that we catch exceptions that may occur during the setup.
SVN:code[96]
2009-08-22 09:48:03 +00:00
Romain Quetiez
6c70bc4f03 Fixed issue #28, objects not created by the CSV import because mandatory external keys are not in the column set.
SVN:code[95]
2009-08-21 15:20:35 +00:00
Denis Flaven
852c063868 session_is_register is deprecated since PHP 5.3.0
SVN:code[94]
2009-08-21 13:57:38 +00:00
Romain Quetiez
2221709cc3 Finalized the module "user rights by profile". It is fully integrated with the application setup (inc. sample data). and it it now ready for developing the user management GUI
SVN:code[93]
2009-08-20 13:09:41 +00:00
Denis Flaven
0dc67869b5 - New search form allowing to perform OQL queries for any class of object
SVN:code[92]
2009-08-18 18:51:17 +00:00
Denis Flaven
8cf0103a0a - Improvements to the history log for large text fields
SVN:code[91]
2009-08-17 18:24:26 +00:00
Romain Quetiez
80a0d27cb0 User management by profile ready for integration with the UI
and some caching has been implemented for the building of queries (both from an OQL or from a programmatic query)

SVN:code[90]
2009-07-31 13:18:44 +00:00
Denis Flaven
59db699684 - Better display of the archives/change log on each object (Trac ticket #9)
SVN:code[89]
2009-07-24 15:44:51 +00:00
Romain Quetiez
367e678ff9 User management by profile moving forward: pages to check the projection of objects/users in user defined dimensions
Introduced parameters in OQL (:myvar)
Added the verb MetaModel::IsValidObject($oMyObj)

SVN:code[88]
2009-07-24 13:14:51 +00:00
Romain Quetiez
6659728058 Initialized dev of the user rights managed by profiles, it is still not usable by the application, but its data model is likely to be stable.
SVN:code[87]
2009-07-21 08:48:30 +00:00
Denis Flaven
a8d04b8a2e - new test case for JOINs
SVN:code[86]
2009-07-20 13:41:21 +00:00
Denis Flaven
650e5fcbd8 - Fixed bug #31: HTML display in the "export" page uses the appropriate stylesheet.
SVN:code[85]
2009-07-19 09:34:32 +00:00
Denis Flaven
039edd245d - enhancement: trap exceptions to keep a nice display in case of error
SVN:code[84]
2009-07-19 09:32:44 +00:00
Denis Flaven
4eb723b073 - reintegrated the changes (mostly bug fixes) from the 0.7.2 branch
SVN:code[83]
2009-07-18 17:24:25 +00:00
Denis Flaven
62fa1bfbf6 - Bug fix: emailed URL was still wrong for lists of objects
SVN:code[82]
2009-07-18 13:27:05 +00:00
Denis Flaven
85222612a9 - Bug fix: added the missing display template
SVN:code[81]
2009-07-16 06:49:33 +00:00
Denis Flaven
c4687e5899 - Fixed audit menu
- Removed backup/restore menu that is not working...
- Moved 'export' to the 'webservices' directory

SVN:code[80]
2009-07-08 16:13:10 +00:00
Denis Flaven
560345247e - The page was broken because there was no user login !
SVN:code[79]
2009-07-08 16:10:17 +00:00
Denis Flaven
48b63973a3 - The page was broken because there was no user login !
SVN:code[78]
2009-07-08 16:09:01 +00:00
Denis Flaven
fc15934dd0 - Fixed location of the "audit" page in the menu. Was broken if iTop was not installed at the root of the web server.
SVN:code[77]
2009-07-08 16:07:51 +00:00
Denis Flaven
6ef3961567 Fixed bug #24: choice of organizations was limited to organization in "implementation".
SVN:code[76]
2009-07-08 15:05:54 +00:00
Denis Flaven
0841f8f2d9 Fixed bug #24: choice of organizations was limited to organization in "implementation".
SVN:code[75]
2009-07-08 14:53:53 +00:00
Denis Flaven
9577fb5dd9 Incremented version number to 0.7.2
SVN:code[74]
2009-06-27 08:33:47 +00:00
Denis Flaven
427ccbe14c - bug fix: Ticket #1 (Life Cycle Schema not displayed)
SVN:code[73]
2009-06-27 08:32:46 +00:00
Denis Flaven
6520653306 - Bug fix: Ticket #2 (User rights not applied properly)
SVN:code[72]
2009-06-27 08:31:31 +00:00
Denis Flaven
c8b9954eef - Bug fix: Ticket #2 (User rights not applied properly)
SVN:code[71]
2009-06-27 08:30:13 +00:00
Denis Flaven
35a4611959 - Enhancement: display the current user's name in the top part of the window
SVN:code[70]
2009-06-27 08:28:58 +00:00
Denis Flaven
94904537ad - Bug fix: Ticket #3 (email hyperlink was wrong)
SVN:code[69]
2009-06-27 08:27:44 +00:00
Denis Flaven
5c55ffabf9 Fix for Ticket #22 (impossible to create change or incident tickets)
SVN:code[68]
2009-06-26 14:33:48 +00:00
Denis Flaven
46b8606b63 Fix for Ticket #22 (impossible to create change or incident tickets)
SVN:code[67]
2009-06-26 14:32:13 +00:00
Denis Flaven
b41421737e - Fixed sample data
SVN:code[66]
2009-06-26 12:56:04 +00:00
Denis Flaven
08cf5a8600 Preparing release 0.7.2
SVN:code[65]
2009-06-26 12:42:51 +00:00
Romain Quetiez
e8ec2968b3 CSVImport: Removed calls to deprecated method GetHyperLink
SVN:code[64]
2009-04-30 16:05:20 +00:00
Denis Flaven
74626cfe73 Removed CSVParser since the "old" version is already present in the CSV import page...
SVN:code[63]
2009-04-30 06:04:38 +00:00
Denis Flaven
8521f36fa2 Preparing to release 0.7.1
SVN:code[62]
2009-04-29 20:49:08 +00:00
Denis Flaven
dd95a1fcac Use non realistic persons...
SVN:code[61]
2009-04-29 20:38:51 +00:00
Denis Flaven
f126590165 Fixed bugs:
2783651 - New object - finalclass field is editable
2783643 - Number of objects displayed on result lists takes too much space
2783638 - PHP internal class name displayed in templates instead of class label
2783631 - Page "Admin tools/Backup-Restore" not working, removed !
2783629 - Menu "Admin Tools/Export" not working
2783625 - Cosmetics on new object wizard title

SVN:code[60]
2009-04-29 20:34:00 +00:00
Denis Flaven
b08ac55d93 New intermediate version
SVN:code[59]
2009-04-29 19:39:17 +00:00
Denis Flaven
0126c1322e Fixed bugs linked to the bookmark creation:
- There must be a user specific menu entry in the list of menuNodes
- The asynchronous ajax page must use the authentication stored in the session
- The query must be stored in OQL instead of sibusQL

SVN:code[58]
2009-04-28 13:24:12 +00:00
Denis Flaven
5ca45d7a82 Fixed bugs linked to the bookmark creation:
- There must be a user specific menu entry in the list of menuNodes
- The asynchronous ajax page must use the authentication stored in the session
- The query must be stored in OQL instead of sibusQL

SVN:code[57]
2009-04-28 11:52:38 +00:00
Denis Flaven
4c1156df76 SVN:code[56] 2009-04-28 11:30:40 +00:00
Denis Flaven
6545595f19 Moved under "trunk" to be able to track releases under "tags"
SVN:code[55]
2009-04-28 09:03:12 +00:00
Denis Flaven
27c05b460b Well identified releases of itop
SVN:code[54]
2009-04-28 08:53:56 +00:00
Denis Flaven
6e519e592f Main trunk (i.e. latest development version) of itop
SVN:code[53]
2009-04-28 08:52:21 +00:00
Romain Quetiez
a4663ebed1 Optimized the setup (not only), shortened to 37s (used to be 120s)
- DBObject::DBInsert(Tracked)NoReload() must be used when it is not required to use the object
- MetaModel::GetObject() has a cache, the operation is 5 times faster
- Changes tracking do not store the initial value, but only value changes
Reworked the CSV import to have it rely on the bulk change API
Bulk change to check the external keys (DB integrity)
Replaced trigger_error (Core only!) by the use of Exceptions (still, some new Exception classes should be defined)
Unit tests do display the call stack in a user friendly format

SVN:code[52]
2009-04-27 07:27:54 +00:00
3440 changed files with 451685 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 559 B

After

Width:  |  Height:  |  Size: 559 B

View File

Before

Width:  |  Height:  |  Size: 764 B

After

Width:  |  Height:  |  Size: 764 B

Some files were not shown because too many files have changed in this diff Show More