dflaven
|
d29c5ea2d6
Bug fix: paginated lists were broken in the "List" tab of the Impact Analysis
|
13 年之前 |
dflaven
|
03a433324c
Prevent Javascript errors in case a name contains a quote.
|
13 年之前 |
dflaven
|
cfb2e0d711
- Reload the object after applying a stimulus, in case an action has an effect on an external field...
|
13 年之前 |
dflaven
|
7e1e8699e3
- Removed some obsolete code that was causing a warning !
|
13 年之前 |
dflaven
|
4a0e501b4d
Small fix for bulk modify: non-homogeneous fields may be mandatory...
|
13 年之前 |
dflaven
|
ec81d24017
Fix for #404: context was lost when performing a drill-down in the flash navigator.
|
13 年之前 |
dflaven
|
32a4ceba39
More fixes for Trac#446: XSS vulnerabilities with vectors containing double quotes
|
13 年之前 |
dflaven
|
c1e4a863f2
One more fix for #404: context was lost when performing a bulk delete.
|
13 年之前 |
dflaven
|
c086a0f4d7
Fix: regression for tickets with just a default initial state.
|
13 年之前 |
dflaven
|
c21460e179
- Allow creation of an ticket in a different initial state via the new 'initial_state_path' attribute.
|
13 年之前 |
dflaven
|
7a6a9781da
Fixed a side effect of Trac#446 (XSS)
|
14 年之前 |
dflaven
|
6c82e4034e
Fixed a (post 1.2-beta) regression: bulk modify and bluk apply stimulus were broken.
|
14 年之前 |
dflaven
|
6801975551
Fixed Trac# 457: crash when deleting two organizations.
|
14 年之前 |
romainq
|
7369f9c350
Security: protected bulk modify against HTTP/Post piracy
|
14 年之前 |
dflaven
|
be8991ed36
#446 continuing: sanitizing parameters...
|
14 年之前 |
dflaven
|
b0188512a1
New config parameter: buttons_position: top | bottom | both
|
14 年之前 |
dflaven
|
aa06c315db
Productivity enhancement: apply directly the 'next_action' when creating or modifying an object with a life-cycle !
|
14 年之前 |
dflaven
|
730953cdcd
New configuration parameter: display_actions_at_top: avoid scrolling to see the buttons when assigning a ticket !
|
14 年之前 |
dflaven
|
ad3739d59d
Fix: Make sure that the flash object respects the z-order otherwise the hierarchy/organization picker appears behind the Flash in Chrome and IE.
|
14 年之前 |
dflaven
|
f5709d5f96
Better initialization of objects from the "Context" values:
|
14 年之前 |
dflaven
|
ca8f9e826d
Make sure that the dependent fields are initialized in the proper order when applying a stimulus on a n object.
|
14 年之前 |
dflaven
|
846ba7d9fc
- Renamed the method 'UpdateObject' into 'UpdateObjectFromPostedForm' to avoid misunderstandings.
|
14 年之前 |
dflaven
|
ae4c9509b3
Implemented enhancement #130: keywords to narrow the scope of the global search
|
14 年之前 |
dflaven
|
ec174a7ab8
Use absolute URLs as much as possible to be independent from the page being executed...
|
14 年之前 |
dflaven
|
e9fe937391
Make sure that the AJax calls use a full/absolute path to the page they call so that they can be embedded anywhere inside the application (i.e. in plug-ins supplied pages as well as 'regular' app pages).
|
14 年之前 |
dflaven
|
feebcbd081
- Always display the number of elements (and the number of elements selected) when displaying a list.
|
14 年之前 |
dflaven
|
f820ddecaa
Manage properly default parameters for linksets
|
14 年之前 |
romainq
|
d184f8f089
Preset the object creation form with values (scalars or lists) by the mean of GET arguments. E.g. .../UI.php&operation=new&class=Team&default[org_id]=161&default[member_list][-1234][id]=&default[member_list][-1234][role]=manager
|
14 年之前 |
dflaven
|
3f9536687b
- Bug fix: n:n wizard, context was lost when searching for objects of a derived class to be added.
|
14 年之前 |
dflaven
|
f6b4b31f52
Handle the OnBeforeUnload events to call OnFormCancel handlers when needed so that the plug-ins have a chance to perform some cleanup.
|
14 年之前 |