Romain Quetiez
899c532c6b
Made some progress on config management
...
SVN:trunk[561]
2010-07-05 16:14:20 +00:00
Denis Flaven
de0d719942
- Align the display of "State" attributes with Enums
...
SVN:trunk[555]
2010-07-05 12:47:12 +00:00
Romain Quetiez
1f3554777d
Fixed default value for date/datetime attributes
...
SVN:trunk[551]
2010-07-05 08:06:56 +00:00
Romain Quetiez
218ed7036b
Implemented the three types of changes and factorized their lifecycle
...
Created incident/request/change dictionnaries
SVN:trunk[549]
2010-07-04 16:58:00 +00:00
Romain Quetiez
b368209631
Bug: could not use mysql reserved words for table names (e.g. 'Change')
...
SVN:trunk[547]
2010-07-04 16:37:17 +00:00
Romain Quetiez
db277c8539
Created request management module as a clone of incident management (class hierarchy) and fixed an issue revealed by the computed fields of a ticket
...
SVN:trunk[546]
2010-07-04 10:33:07 +00:00
Romain Quetiez
99ba209152
Ignore external keys and external fields when the target class is undefined
...
SVN:trunk[545]
2010-07-04 08:53:44 +00:00
Denis Flaven
56a084cb7b
Continuing the integration of the new data model...
...
SVN:trunk[544]
2010-07-04 08:05:12 +00:00
Romain Quetiez
dbee38dfd1
ComputeValues optimized + fix in the algo computing the priority of an Incident
...
SVN:trunk[543]
2010-07-04 07:46:45 +00:00
Romain Quetiez
832f6f02ad
Fixed issue with null value for an Enum that would be hidden in a given state, being handled as an empty string, which is not an allowed value.
...
SVN:trunk[541]
2010-07-03 15:19:20 +00:00
Romain Quetiez
bd2f35e286
Datamodel: draft for the tickets (integration of StimulusInternal)
...
SVN:trunk[534]
2010-07-02 13:37:20 +00:00
Denis Flaven
aa3357fe78
Fixed bug #102 : allow users to change their password.
...
SVN:trunk[532]
2010-07-02 11:23:59 +00:00
Denis Flaven
9e8b5d73c1
Nicer handling of indirect linksets
...
SVN:trunk[525]
2010-07-01 15:16:21 +00:00
Denis Flaven
49a526c41b
Strange corner case, not sure if the fix is the good one, seems harmless for now...
...
SVN:trunk[523]
2010-07-01 14:50:17 +00:00
Romain Quetiez
211e1e7070
Ignore LinkedSet attribute declaration when the corresponding class is missing
...
SVN:trunk[516]
2010-07-01 07:43:30 +00:00
Denis Flaven
f5b40898a3
New data model integration: fully modular setup based on the "modules"
...
SVN:trunk[511]
2010-06-30 15:40:18 +00:00
Denis Flaven
90069f6826
New data model integration...
...
Enhanced the display of blob attributes
SVN:trunk[502]
2010-06-29 09:22:22 +00:00
Romain Quetiez
b178cc4620
Updated data model dictionary + a few adjustments in the data model + quick fix in the setup
...
SVN:trunk[498]
2010-06-28 15:22:51 +00:00
Denis Flaven
9bd8eeb0ca
New data model integration...
...
SVN:trunk[494]
2010-06-28 14:49:27 +00:00
Denis Flaven
06ead1f543
- In the "actions" menu, list only the relations that have a meaning for the selected class.
...
SVN:trunk[490]
2010-06-28 12:46:16 +00:00
Denis Flaven
3392f30e6e
- Cosmetics: aligning the style in the different pages, make the iTop logo clickable, etc...
...
- Handle persistent user preferences: for now only the menu status (open/closed) and its width. In the future the status of lists (open/closed, which columns to show...) can be considered as well.
SVN:trunk[487]
2010-06-25 16:27:44 +00:00
Romain Quetiez
7e9529cd00
Default value for Integer attributes is now casted to int
...
SVN:trunk[485]
2010-06-25 15:34:12 +00:00
Romain Quetiez
442161f7bd
New data model: alpha version
...
SVN:trunk[484]
2010-06-25 14:44:27 +00:00
Romain Quetiez
d792d77d60
Core: new feature, enumerate relations starting from a given class
...
SVN:trunk[474]
2010-06-23 15:00:33 +00:00
Romain Quetiez
d58a82c6c2
Cleanup: obsolescence of "key_label" property on persistent classes
...
SVN:trunk[473]
2010-06-23 14:32:54 +00:00
Romain Quetiez
c481830858
#143 Bug when computing related objects (impact)
...
SVN:trunk[471]
2010-06-17 14:43:11 +00:00
Romain Quetiez
cb6605a22f
Error management: truncate long messages (was generating a second error over an error report)
...
SVN:trunk[466]
2010-06-15 14:07:42 +00:00
Denis Flaven
21bea2e7c3
- Enhanced the display and modification/creation of objects in order to be able to get rid of templates... (Trac#138)
...
SVN:trunk[463]
2010-06-14 15:49:35 +00:00
Romain Quetiez
c439ff2f46
Class icon defined in the data model, use either the static method GetClassIcon, or GetIcon (this one could be overloaded for an icon depending on the object state)
...
SVN:trunk[462]
2010-06-14 14:23:51 +00:00
Romain Quetiez
f29217379e
#134 class lists not sorted (combos)
...
SVN:trunk[459]
2010-06-10 15:20:20 +00:00
Romain Quetiez
c8ea97beae
#129 Result list to show an hyperlink with the object name (replacing the "zoom" icon)
...
SVN:trunk[455]
2010-06-10 09:02:14 +00:00
Romain Quetiez
bdabd3f51a
Bulk delete: fixed a regression due to transaction management + cosmetics
...
Error management: cope with context data that are not a string
SVN:trunk[450]
2010-06-09 15:57:28 +00:00
Romain Quetiez
8e2ca8c027
New verb to display information on edited fields and fixed a few typos in the dictionary
...
SVN:trunk[447]
2010-06-09 15:20:49 +00:00
Denis Flaven
0fea8f1ea0
- Fixed a typo
...
- New type of attributes that determines automatically the available languages (i.e. loaded dictionaries) for the application
SVN:trunk[446]
2010-06-09 08:30:24 +00:00
Denis Flaven
6dae6d378b
The fix was already done by Romain in another file
...
SVN:trunk[445]
2010-06-09 08:28:37 +00:00
Romain Quetiez
d854c72243
#133 Issue on object creation with fields set to 'null'
...
SVN:trunk[444]
2010-06-09 08:26:30 +00:00
Denis Flaven
b827fbb295
Fixed the GetLanguages method to return what is documented
...
SVN:trunk[442]
2010-06-08 13:44:44 +00:00
Denis Flaven
fd8b3c835e
- Upgraded to the latest version of Open Flash Charts (Version 2 Lug Wyrm Charmer)
...
- Localization of the menus 90% done.
- Removed the old types of Flash charts, (no longer used anyway, now we rely on open-flash-charts)
SVN:trunk[441]
2010-06-08 13:12:17 +00:00
Romain Quetiez
4d3fbf1f79
Do not allow the user to modify/delete objects designed for logging (change tracking, error log, information log, etc.)
...
SVN:trunk[440]
2010-06-08 09:33:14 +00:00
Romain Quetiez
3776e09cdb
Localized strings for relations (e.g. "impacts")
...
SVN:trunk[438]
2010-06-07 16:16:07 +00:00
Romain Quetiez
d3ffa21943
Improved error handling and localization
...
SVN:trunk[437]
2010-06-07 14:28:42 +00:00
Denis Flaven
fce9cbad1b
- New implementation preventing users to submit the same form twice.
...
SVN:trunk[432]
2010-06-06 16:58:38 +00:00
Romain Quetiez
65eb567f63
#132 Finalized: do check if an attribute is missing in a view
...
SVN:trunk[430]
2010-06-04 16:23:18 +00:00
Romain Quetiez
d115022132
#132 Views on data model classes
...
SVN:trunk[429]
2010-06-04 14:02:46 +00:00
Romain Quetiez
024f67b1b8
#128 Allow a blob to be undefined (optional property)
...
SVN:trunk[427]
2010-05-31 14:51:37 +00:00
Denis Flaven
8c2d819920
- Moved the iTop version number to the Config class to be able to access it from the setup.
...
SVN:trunk[426]
2010-05-31 14:41:05 +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
08a8835fa5
Removed the indexes for the attributes of type Enum
...
SVN:trunk[420]
2010-05-21 07:43:51 +00:00
Romain Quetiez
d65693598b
New type of attribute: IP address
...
SVN:trunk[418]
2010-05-18 14:34:36 +00:00
Denis Flaven
280c8579be
- Small bug fixes after a quick test by performing a clean installation on Windows/IE 8
...
SVN:trunk[417]
2010-05-16 18:46:19 +00:00