Denis Flaven
573e7f4e31
- Fixed Trac #177 : Icons for everything ! For Incidents, User Requests and Changes the icon depends on the state of the object.
...
SVN:trunk[762]
2010-09-05 09:13:28 +00:00
Romain Quetiez
b49373b959
#153 SOAP Web service broken due to violated integrity rule
...
SVN:trunk[761]
2010-09-05 07:29:33 +00:00
Romain Quetiez
8926e64bc2
#223 Trim spaces on CSV import was not handling well the last line
...
SVN:trunk[760]
2010-09-05 07:02:13 +00:00
Romain Quetiez
81cd840604
#234 Removed the error_reporting directive and implemented a workaround to reduce the potential warnings issued by PHP
...
SVN:trunk[759]
2010-09-03 22:20:16 +00:00
Romain Quetiez
d1a84bfbc1
#247 Missing query argument (CSV export failing, or Emailed URL not working for lists)
...
SVN:trunk[758]
2010-09-03 21:42:37 +00:00
Romain Quetiez
1432f1ffe5
Updated the benchmark page to the last change in data model
...
SVN:trunk[757]
2010-09-03 21:29:27 +00:00
Romain Quetiez
a9c0ba63df
Optimizations: DBObjectSet::Count does it without loading all the data + possibility to specify LIMIT + restored the query cache (was inoperant) + improved the debug reports + added two settings (query_cache_enabled and debug_queries)
...
SVN:trunk[756]
2010-09-03 21:23:37 +00:00
Denis Flaven
65b669f27f
- Simplified Notifications page (Trac #163 )
...
SVN:trunk[755]
2010-09-03 13:16:12 +00:00
Denis Flaven
66ea947bc3
- Prevent menu itemshyperlinks to get highlighted
...
SVN:trunk[754]
2010-09-03 11:49:48 +00:00
Denis Flaven
d4be10528b
- Added an icon for Network Devices
...
- Added more reconciliation keys (ext key of ext key!)
- Added an "organization" field to the Documents objects
SVN:trunk[753]
2010-09-03 11:31:17 +00:00
Denis Flaven
22b096de28
- Fixed bug#236: current value is now properly displayed in autcomplete fields, and the validation works properly too.
...
SVN:trunk[752]
2010-09-03 10:36:57 +00:00
Denis Flaven
6b728bbb50
From field is now mandatory
...
SVN:trunk[751]
2010-09-03 09:57:26 +00:00
Romain Quetiez
8c82b098c0
- Fixed bug #232 : changing password was not working without the Javascript debugger !!!
...
SVN:trunk[750]
2010-09-02 17:09:10 +00:00
Denis Flaven
368b863aa3
- When sending email the "From" field is mandatory otherwise the mails are not sent.
...
SVN:trunk[749]
2010-09-02 16:53:12 +00:00
Romain Quetiez
15b805fed6
#242 loosing linked objects when modifying name attribute
...
SVN:trunk[748]
2010-09-02 16:51:41 +00:00
Denis Flaven
b1f877f845
Fixed bug #231 : distinguish between external key (id) and external key (name) for loading fields that are external keys pointing to externla keys! Example: Connected To->Device is to be mapped to the Connected Interface's device NAME whereas Connected To->Device->id is to be mapped to the connected interface's device id
...
SVN:trunk[747]
2010-09-02 15:57:08 +00:00
Romain Quetiez
66c7d99c46
#239 Issue with character set (impacting searches with accents)
...
SVN:trunk[746]
2010-09-02 15:25:57 +00:00
Denis Flaven
400e2916d0
- Fixed the (cosmetic) bug #237 : hyperlinks color.
...
SVN:trunk[745]
2010-09-02 11:24:31 +00:00
Denis Flaven
16baa35ad4
- Fixed a regression introduced by revision [737]
...
SVN:trunk[744]
2010-09-02 11:21:38 +00:00
Romain Quetiez
d813a7b10d
Usability: reviewed navigation into the data model
...
SVN:trunk[743]
2010-09-02 06:26:11 +00:00
Romain Quetiez
3695475e9f
Fixed bug: CSV import (interactive or web service) reporting change "on behalf of"
...
SVN:trunk[742]
2010-09-02 05:56:14 +00:00
Romain Quetiez
a36f50d490
Cosmetic: changed the name of views (removed the underscore prefix)
...
SVN:trunk[741]
2010-09-02 05:54:38 +00:00
Romain Quetiez
2a3bddf454
Usability: trim spaces in search forms
...
SVN:trunk[740]
2010-09-02 05:52:14 +00:00
Romain Quetiez
e31e23df7a
Could not search on Contacts while being allowed to search on persons/teams
...
SVN:trunk[739]
2010-09-02 05:50:40 +00:00
Denis Flaven
b0d89dece3
- Sepcial corner case when loading objects with external keys and these externla keys themsleves have reconciliation keys that are also externla keys.
...
Example: On a person the field location_id
Can be specified by Location->Name and Location->Owner Organization (The 2 reconciliation keys for the class Location). The latter is also an external key, and therefore only an Id can be supplied for this field. Note that Location->Owner Organization->Name is not yet supported.
SVN:trunk[738]
2010-09-01 17:27:18 +00:00
Denis Flaven
22aef82b83
- Display the full list of attributes (details ZList) when exporting objects in HTML format (useful for Excel Web Queries).
...
SVN:trunk[737]
2010-09-01 10:52:08 +00:00
Denis Flaven
79ab5d6b75
- Add the field 'to' to a list of EmailNotificationEvents.
...
SVN:trunk[736]
2010-09-01 10:48:38 +00:00
Romain Quetiez
4894dd2b4c
New placeholders in templates: this->html(attcode) and this->label(attcode)
...
SVN:trunk[735]
2010-09-01 09:07:01 +00:00
Romain Quetiez
77159e8766
Notification were not working well with class hierarchy (not in Trac at that time)
...
SVN:trunk[734]
2010-08-31 21:11:11 +00:00
Denis Flaven
1f6473947c
- Fix: the menu "Helpdesk / Requests assigned to me" no longer shows the resolved or closed requests assigned to me.
...
SVN:trunk[733]
2010-08-31 16:43:31 +00:00
Denis Flaven
b9d168bb04
- Display the actual code of each state next to its label. This is useful for writing OQL queries and also triggers.
...
SVN:trunk[732]
2010-08-31 16:42:22 +00:00
Denis Flaven
7b82f17eed
- Cosmetics: aligned screen titles with the "Next" label mentioned in the previous screen.
...
- All hyperlinks (in the setup) now point to a new tab/window so that you can continue to run the setup in the original window after reading what was displayed.
SVN:trunk[731]
2010-08-31 16:39:40 +00:00
Denis Flaven
8cd804c2ec
- Bug fix: the "global search" can be launched from any page...
...
SVN:trunk[730]
2010-08-31 16:05:00 +00:00
Romain Quetiez
8fe9d25341
Improved benchmark tools
...
SVN:trunk[729]
2010-08-31 13:35:16 +00:00
Denis Flaven
3c7af6d37f
-Fixed menu loading order bug.
...
SVN:trunk[728]
2010-08-31 09:34:08 +00:00
Romain Quetiez
ac0b302e75
#213 Reset external keys upon object deletion
...
SVN:trunk[727]
2010-08-31 08:19:26 +00:00
Denis Flaven
ce02a39157
- Fixed Trac #215 : support several characters encoding for the interactive CSV import.
...
SVN:trunk[726]
2010-08-31 08:15:35 +00:00
Erwan Taloc
a17c123f08
Update KEDB and Problem Mgmt Modules
...
Review other modules
SVN:trunk[725]
2010-08-31 07:51:26 +00:00
Romain Quetiez
e75b6f8dbb
Added KPI for send mail
...
SVN:trunk[724]
2010-08-31 07:34:53 +00:00
Romain Quetiez
b726430ba1
Cosmetic on trigger action link (in lists)
...
SVN:trunk[723]
2010-08-31 07:25:43 +00:00
Romain Quetiez
b7131ba4db
Improved the internal KPI reporting tools
...
SVN:trunk[722]
2010-08-30 22:14:04 +00:00
Romain Quetiez
8a788acb9a
#139 Improved string size verification, the rule is guaranteed by the core
...
SVN:trunk[721]
2010-08-30 16:11:46 +00:00
Denis Flaven
0d499ef03a
- Fixed issue #157 : Data Admin menu allowed only to admins and configuration managers
...
SVN:trunk[720]
2010-08-30 15:27:29 +00:00
Romain Quetiez
ab808ebf93
#223 Trim spaces in CSV parsing
...
SVN:trunk[719]
2010-08-30 15:18:14 +00:00
Romain Quetiez
8fc34a9fd5
#229 History data was limited (administrators could not see any attribute!)
...
SVN:trunk[718]
2010-08-30 14:26:40 +00:00
Romain Quetiez
97f26c05e4
Fixed isssue with final class recall, discovered when reintroducing the field Ticket::related_change_id
...
SVN:trunk[717]
2010-08-30 14:04:16 +00:00
Romain Quetiez
ed1abec39d
Reordered class declaration (not supported on some systems)
...
SVN:trunk[716]
2010-08-30 13:32:21 +00:00
Denis Flaven
1d0f0231a4
- Fixed bug #225 : improve friendliness of auto-complete
...
SVN:trunk[715]
2010-08-30 12:02:36 +00:00
Denis Flaven
d2bad7d0fd
- Fixed regression #230 : Mandatory fields no longer shown as mandatory.
...
- Fixed bug #139 : input of strings is now limited to 255 characters in the user interface
SVN:trunk[714]
2010-08-30 11:23:02 +00:00
Denis Flaven
89be9163e4
- Removed some debug output
...
SVN:trunk[713]
2010-08-30 11:03:15 +00:00