Romain Quetiez
a728dfcf48
All the overloads of DisplayBareProperties must return an array (otherwise a warning is issued and field validation will not work as expected)
...
SVN:trunk[2752]
2013-05-21 10:44:13 +00:00
Denis Flaven
9afe28be20
Support non scalar posted parameters...
...
SVN:trunk[2749]
2013-05-16 15:45:57 +00:00
Denis Flaven
2e442dbaa0
#704 : preserve the content of a "linkedset" when changing the initial state of the object being created !
...
SVN:trunk[2737]
2013-05-15 15:56:42 +00:00
Romain Quetiez
efc3b4df07
Silently discard unknown attributes in object templates (in case some modules have not been installed)
...
SVN:trunk[2733]
2013-05-15 10:18:55 +00:00
Romain Quetiez
2376a63d18
#711 Audit error drill-down not working when zero error (requires to bookmark the link when there are some errors, then use it later when there is no error anymore)
...
SVN:trunk[2729]
2013-05-14 10:41:44 +00:00
Romain Quetiez
744b821d03
#710 Query phrase book "fields list" is too small
...
SVN:trunk[2728]
2013-05-14 10:19:33 +00:00
Denis Flaven
a6c9bcf780
#717 : prevent flicker of unstyled content: make the pane visible only when their content is ready... + watchdog in case of error.
...
SVN:trunk[2725]
2013-05-14 10:03:23 +00:00
Denis Flaven
69179f5d25
#707 : oops, prevent a warning when no dict entry...
...
SVN:trunk[2721]
2013-05-13 14:50:26 +00:00
Denis Flaven
d28891eaf4
#707 : Make sure that DOCTYPE is the first statement of the page
...
- Enhancement: support for "target" in PopupMenuItems.. which was ignored before
SVN:trunk[2719]
2013-05-13 14:43:16 +00:00
Romain Quetiez
d69236cb25
#701 Portal customization : enabled the calendar widget for input of a date+time type of attribute (it was only available for pure DATE attributes)
...
SVN:trunk[2704]
2013-04-26 10:07:13 +00:00
Romain Quetiez
422aa5b407
#715 Finalized the fix (added the year for group by day, but it is not displayed)
...
SVN:trunk[2703]
2013-04-26 09:54:39 +00:00
Romain Quetiez
f97f51b895
#715 Group by day -> month+day, group by month -> year+month, months are shown as a localized label
...
SVN:trunk[2702]
2013-04-26 09:46:31 +00:00
Denis Flaven
956ecda77e
Fix for the "Notifications" tab: use the polymorphism to let each trigger determine which object is "In Scope" and thus can potentially have notifications related to it
...
SVN:trunk[2688]
2013-04-16 12:52:43 +00:00
Romain Quetiez
c95b8cf939
#702 Ignoring the class when looking up for a polymorphic ext key
...
SVN:trunk[2681]
2013-04-16 11:24:34 +00:00
Denis Flaven
b83d42efee
Bug fix: allow printing lists fully expanded without the "pager" navigation.
...
Also try to completely hide the main menu on the left when printing.
SVN:trunk[2675]
2013-04-08 11:57:07 +00:00
Denis Flaven
51d9c30315
#696 : the message "Please fill all mandatory fields" is now localized (done in English, French and German)
...
SVN:trunk[2671]
2013-04-02 13:51:05 +00:00
Romain Quetiez
3d79e3fe8f
#472 REST API: finalized the implementation of core/get_related + added the support for AttributeBlob (to manage documents and attachments)
...
SVN:trunk[2669]
2013-04-02 13:31:52 +00:00
Denis Flaven
fc29424600
#698 SeparatorPopupMenuItem was not working.
...
SVN:trunk[2664]
2013-03-29 13:53:51 +00:00
Denis Flaven
c4942dd747
#697 : properly export NULL dates in "spreadsheet" format.
...
SVN:trunk[2662]
2013-03-29 13:32:47 +00:00
Denis Flaven
30b9afe165
REST API bug fix: properly handle key->finalclass
...
SVN:trunk[2661]
2013-03-29 10:54:23 +00:00
Denis Flaven
667f258ec2
Preserve POSted parameters on the login web page (useful when the session expires)
...
SVN:trunk[2659]
2013-03-28 09:59:49 +00:00
Denis Flaven
badff05995
More readable edition for AttributeDuration (number are right justified)
...
SVN:trunk[2658]
2013-03-28 09:58:28 +00:00
Romain Quetiez
2cc89ad167
#690 XML export broken
...
SVN:trunk[2651]
2013-03-20 17:26:40 +00:00
Romain Quetiez
5de85c9d97
#688 ... regression in the search forms when the autocomplete is active
...
SVN:trunk[2648]
2013-03-20 15:10:18 +00:00
Romain Quetiez
d7fa2ca5b9
#688 When the autocomplete is activated, and the allowed values depend on another value, then it is possible to set a wrong value
...
SVN:trunk[2646]
2013-03-20 14:47:52 +00:00
Romain Quetiez
cc70570e65
#657 JavaScript error when modifying UserLDAP object with Sync
...
SVN:trunk[2626]
2013-03-14 14:46:51 +00:00
Romain Quetiez
d620516055
#675 Error when drilling down on graph/pie/table with group by on a field that can be null (this case has been excluded)
...
SVN:trunk[2624]
2013-03-14 13:00:28 +00:00
Romain Quetiez
b38dea4bba
#634 Detection of HTTPS not working with nginx (iTop always considering the current connection as being secure)
...
SVN:trunk[2617]
2013-03-13 13:57:51 +00:00
Romain Quetiez
3cf398618e
#472 REST Services: added core/delete (to bulk delete, full-featured), and validated the operation core/apply_stimulus
...
SVN:trunk[2616]
2013-03-13 11:01:16 +00:00
Romain Quetiez
80a8b63498
Modified the mechanism to display object dedicated messages (allows the plugin to add their message or replace standard ones)
...
Factorized the code to bulk update / bulk delete objects in an interactive way.
SVN:trunk[2610]
2013-03-08 13:36:31 +00:00
Denis Flaven
4988d6eb04
Allow retrieving of the Filter used by a DisplayBlock (useful for extending search forms)
...
SVN:trunk[2603]
2013-02-27 14:31:27 +00:00
Denis Flaven
5ff86a40d9
Fix for making iUIPageExtension usable !
...
SVN:trunk[2600]
2013-02-27 13:37:12 +00:00
Romain Quetiez
7b2789479d
REST services: alpha2. It is now extensible (implement iRestServiceProvider). Still lacks two verbs: apply_stimulus and delete.
...
SVN:trunk[2592]
2013-01-30 09:46:55 +00:00
Romain Quetiez
96530a5bdf
Auto-documentation: first step => the extension APIs
...
SVN:trunk[2585]
2013-01-04 13:43:52 +00:00
Denis Flaven
344932c063
Hide menu pane automatically if requested. Useful for automation.
...
SVN:trunk[2576]
2012-12-14 09:02:30 +00:00
Romain Quetiez
cb4735ba6b
When iTop is in read only mode, then the portal displays a banner and prevent the user from accessing the modification forms
...
SVN:trunk[2540]
2012-12-06 11:42:13 +00:00
Romain Quetiez
074551c506
#647 : itop says "ticket updated" but nothing has been changed.
...
+ Do not send a notification if nothing has been changed from the portal web page
Related to #398 which seems to be fixed
SVN:trunk[2536]
2012-12-06 10:52:27 +00:00
Denis Flaven
4804a2994e
Make auto_reload work on OQL menus
...
Fix for table configuration for tables resutling from an OQL menu
SVN:trunk[2531]
2012-12-06 09:47:53 +00:00
Denis Flaven
5ffc5ff50a
Fixed Trac #628 : sort order and configurable tables
...
SVN:trunk[2523]
2012-12-05 14:59:51 +00:00
Denis Flaven
ed6bbe6d07
New extension API: iPageUIExtension to alter the display of *each* iTopWebPage.
...
SVN:trunk[2507]
2012-12-05 09:49:24 +00:00
Romain Quetiez
24435401a5
Fixed issue in CSV export: null enums rendered as 'undefined' whereas '' is the value expected in the import (See an export of Organization/status)
...
SVN:trunk[2501]
2012-12-04 15:17:22 +00:00
Romain Quetiez
46005c19ce
Allow the deletion of a shortcut while preserving it from being edited through UI.php
...
SVN:trunk[2499]
2012-12-04 14:46:18 +00:00
Romain Quetiez
1e155ffc13
Fixed stopper issue (found with an audit) due to copies of DBObjectSearch not cloned (or not cloned well)
...
There is still one place where this should be fixed, but it reveals another bug so we've decided to leave it as is for the moment (see comment in DBObjectSearch::AddCondition_PointingTo)
SVN:trunk[2497]
2012-12-04 13:26:48 +00:00
Denis Flaven
a0d267ed2f
Bug fix: "Configure this list" was not working on some ,lists (with a ID containing a colon (:) from a Menu)
...
SVN:trunk[2488]
2012-11-30 16:57:37 +00:00
Romain Quetiez
941d056db4
Improved the query logging + replay mechanism
...
SVN:trunk[2484]
2012-11-30 13:27:07 +00:00
Denis Flaven
d69163199b
Fix for Trac #569 : Mandatory date (and time) fields are prefilled with the current date (and time).
...
SVN:trunk[2483]
2012-11-30 10:51:15 +00:00
Denis Flaven
b87abb7603
Make sure that we don't call OnFormCancel during a true submit.
...
SVN:trunk[2480]
2012-11-28 17:51:46 +00:00
Denis Flaven
0313f54d3e
Fix for "undefined property" as reported in Trac#629
...
SVN:trunk[2479]
2012-11-28 17:50:24 +00:00
Denis Flaven
b3b19bcaf6
Prevent a undefined varialbe when logging directly to a details page (bookmarked page)
...
SVN:trunk[2475]
2012-11-28 09:04:28 +00:00
Denis Flaven
e0800944a8
Make sure that CSV files end with a proper carriage return
...
SVN:trunk[2474]
2012-11-28 09:03:30 +00:00