dflaven
|
7a737ca55a
Bug fix: (side effect of fixing #445) paginate the lists when performing a selection.
|
14 年之前 |
dflaven
|
846ba7d9fc
- Renamed the method 'UpdateObject' into 'UpdateObjectFromPostedForm' to avoid misunderstandings.
|
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
|
17bd3b9d30
Fixed Trac #427: unable to remove all items from a linkset when editing an object.
|
14 年之前 |
dflaven
|
d10fde1a9b
Finalizing the pagination: a few bug fixes and some cleanup...
|
14 年之前 |
dflaven
|
88049b657b
New implementation for displaying long lists: pagination
|
14 年之前 |
romainq
|
8fee154865
#149 Implemented friendly names
|
14 年之前 |
dflaven
|
7874f301ad
Fixed Trac #341: broken form when an external key is part of the attrbiutes of an n-n link !
|
14 年之前 |
dflaven
|
3145ad8130
- Fixed bug #334: proper handling of the "remove objects" button (was working only for the first linkset in the object).
|
14 年之前 |
romainq
|
0b583ed73e
REVIEWED THE FILE INCLUSION POLICY
|
14 年之前 |
dflaven
|
70f29e78b2
Make sure that each input field gets its own unique ID.
|
14 年之前 |
dflaven
|
d5feebbfd3
- Fixed the search form, and also fixed the search/selection of objects to link (n:n links) that was broken on IE8.
|
14 年之前 |
dflaven
|
28be001ef5
Allow n:n links to link several times to the same remote object (if "duplicates)=> true in the linkedset definition)
|
14 年之前 |
dflaven
|
077cdbb12f
- Fixed Trac #249: loosing links when modifying a SLA !
|
14 年之前 |
dflaven
|
59251b3f1f
Bug fix: escape dialog's title since it may contain quotes (especially in localized versions).
|
14 年之前 |
dflaven
|
2e3c265cd9
Bug fix: n-n links with no attributes on the link were not managed properly.
|
15 年之前 |
dflaven
|
1dac9b5014
- Get rid of the class UserContext, since now everything is implemented directly in MetaModel
|
15 年之前 |
dflaven
|
79ea30609e
- New implementation of the n-n link edition widget... almost complete.
|
15 年之前 |
dflaven
|
ccdf7ab3da
- New implementation of the n-n link edition widget... in progress.
|
15 年之前 |
dflaven
|
721b2657c7
Properly display linksets with undefined external keys
|
15 年之前 |
dflaven
|
36eb838c26
- Creation of n-n links with no attributes no longer prompts since it's not needed !
|
15 年之前 |
dflaven
|
eeb7625bf5
- Restyling and update of the UI
|
15 年之前 |
dflaven
|
4b8addd654
Nicer display of the form's validation icon
|
15 年之前 |
dflaven
|
6a46b5fec9
- Improved (more interactive) validation of the forms.
|
15 年之前 |
romainq
|
d2b9b10725
#129 Result list to show an hyperlink with the object name (replacing the "zoom" icon)
|
15 年之前 |
dflaven
|
d94c527271
- Fix bug #116 (initial value of the linkset was lost)
|
15 年之前 |
romainq
|
5a1b372fad
#19 - Reviewed the licensing information and started to align the comments in the code
|
15 年之前 |
dflaven
|
7974d9def3
- Implementation of the localization... on going...
|
15 年之前 |
romainq
|
e8fbdec326
Enabled localized strings (not only enums, but other types... to be defined)
|
15 年之前 |
romainq
|
fbcb221a52
Localization: cleanup in the DataModel + aligned some API (e.g. GetStateLabel)
|
15 年之前 |