Commit Graph

164 Commits

Author SHA1 Message Date
Romain Quetiez
6df0ea704c Fixed issue with link set and enabled the dictionary for triggers/actions (english only)
SVN:trunk[599]
2010-07-12 15:51:57 +00:00
Romain Quetiez
86e34754cb Could not create a user
SVN:trunk[598]
2010-07-12 15:50:01 +00:00
Romain Quetiez
1afde06825 Could not easily attach a profile to a user (idem with notifications, etc.)
SVN:trunk[595]
2010-07-12 14:16:15 +00:00
Romain Quetiez
890565e278 #154 Application too slow - no need to check the DB format anytime!
SVN:trunk[594]
2010-07-12 12:55:32 +00:00
Denis Flaven
328edd115a Preparing for the 1.0 beta release... final adjustments
SVN:trunk[591]
2010-07-07 11:01:30 +00:00
Romain Quetiez
bd33b42197 Cleaned 80% of errors found in the datamodel validity check
SVN:trunk[578]
2010-07-06 15:21:37 +00:00
Romain Quetiez
58a5ae3af0 Fixed issue in data model (could not view SW instances)
SVN:trunk[577]
2010-07-06 14:41:33 +00:00
Romain Quetiez
c9ec146dff Automaticaly insert the "final class" into lists where an external key is pointing to a class that has child classes
SVN:trunk[573]
2010-07-06 11:16:31 +00:00
Romain Quetiez
018167a5d3 Datamodel revised
SVN:trunk[571]
2010-07-06 09:46:28 +00:00
Romain Quetiez
d1b7c880b1 Finalized the data model
SVN:trunk[569]
2010-07-06 00:08:03 +00:00
Denis Flaven
f80cbcb93b - Create the admin account with the default language selected during the setup
SVN:trunk[566]
2010-07-05 22:37:36 +00:00
Denis Flaven
fa7bfbdc5f - Enable the French dictionnary at setup
- Fixed a problem with QueryCache in MetaModel (two different queries were seen as the same!)
- Added description to tickets

SVN:trunk[564]
2010-07-05 20:39:43 +00:00
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