Romain Quetiez
6d14da15cf
Implemented the capability to implemented a separate module for sharing objects between the silos:
...
+ possibility for a plugin to alter the definition of a class (add an attribute)
+ fixed a bug (low exposure) in the cache for MetaModel::GetObject()
+ possibility to have computed fields on links (list of fields in the form now based on the ZList 'list')
SVN:1.2[1853]
2012-02-17 09:35:06 +00:00
Denis Flaven
95d7a24630
Keep the current value iin the search form when reloading the search form for a different (sub)class. For example Contact => Person.
...
SVN:1.2[1726]
2011-12-19 17:30:02 +00:00
Denis Flaven
cb0e1d8ef3
When searching objects to add to the current object (n:n relationship), set the default search params in order to stay in the current silo.
...
SVN:1.2[1724]
2011-12-19 16:50:39 +00:00
Denis Flaven
281adfb043
Bug fix: apply the AllowedValues constraints(as default values) when selecting elements via the "magnifier" button or creating an new element via the "plus" button.
...
SVN:1.2[1715]
2011-12-13 14:43:33 +00:00
Denis Flaven
afee7297cc
Properly handle restrictions (e.g. AllowedValues) on objects that are used as n:n relationships managed via LinksWidget.
...
SVN:1.2[1683]
2011-11-21 10:57:50 +00:00
Denis Flaven
c4db9cd84e
More fixes for Trac#446: XSS vulnerabilities with vectors containing double quotes
...
SVN:trunk[1563]
2011-09-08 13:21:32 +00:00
Denis Flaven
13f4e90ee6
Make sure that we trigger a change event whenever we pickup a different value for an external key (either via the magnifier button or via the hierarchy button)
...
SVN:trunk[1547]
2011-08-31 14:39:55 +00:00
Denis Flaven
3b42c86f46
Regression due to the interaction of the two previous fixes. (Trac #444 and Trac #448 )
...
SVN:trunk[1541]
2011-08-30 11:12:14 +00:00
Denis Flaven
aa95e51e00
Fixed Trac #444 : preserve sort order and page size when reloading a paginated list.
...
SVN:trunk[1539]
2011-08-30 09:38:06 +00:00
Denis Flaven
d547394ba2
Fixed Trac#448: paginated display broken after reloading a page containing a list where the page size is set to 'All'
...
SVN:trunk[1527]
2011-08-26 11:07:29 +00:00
Denis Flaven
a3dc8ab3d7
Added the ability to reload a selection fro a paginated list.
...
SVN:trunk[1524]
2011-08-26 10:33:37 +00:00
Denis Flaven
6df6e4a9cc
- Allow creation of an ticket in a different initial state via the new 'initial_state_path' attribute.
...
- Support update of CaseLog fields in bulk_modify mode.
SVN:trunk[1517]
2011-08-25 16:04:58 +00:00
Denis Flaven
2f1803b3b6
A mandatory case log field is now considered as 'filled' if it contains a previous entry
...
SVN:trunk[1468]
2011-08-18 10:45:41 +00:00
Denis Flaven
3fc686e403
Bug fix: do not modify the page's address (by changing the final anchor) when clicking on a page in a paginated display. Otherwise this interferes with the tabbed navigation.
...
SVN:trunk[1403]
2011-08-01 12:37:05 +00:00
Denis Flaven
fa3b7ce545
Thumbs.db has nothing to do in SVN
...
SVN:trunk[1383]
2011-07-28 15:21:33 +00:00
Denis Flaven
82c57972c6
Fixing bug #404 : context lost when doing certain actions. What was fixed:
...
- Run Query
- Display Data Model Schema
- Drill-down in charts (OQL & SQL)
- Paginated lists (actually a regression)
What remains:
- Global search...
- Drill-down in Flash "impacts / depends on"
SVN:trunk[1377]
2011-07-27 16:39:17 +00:00
Denis Flaven
3c76b90a48
Added an option to the paginated display: display all elements on one page.
...
SVN:trunk[1374]
2011-07-27 10:24:06 +00:00
Denis Flaven
a2b8813628
- Renamed the method 'UpdateObject' into 'UpdateObjectFromPostedForm' to avoid misunderstandings.
...
- Fixed (again !) Trac #427 : unable to empty a linkset when editing an object.
SVN:trunk[1370]
2011-07-26 16:18:19 +00:00
Denis Flaven
ecca1aa070
Use absolute URLs as much as possible to be independent from the page being executed...
...
SVN:trunk[1365]
2011-07-26 13:22:45 +00:00
Denis Flaven
3fde682653
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).
...
SVN:trunk[1364]
2011-07-26 12:21:53 +00:00
Denis Flaven
c11ca679d4
- Make sure that resulsts tables are always sortable.
...
SVN:trunk[1359]
2011-07-25 14:32:11 +00:00
Denis Flaven
906abd5fe6
- Always display the number of elements (and the number of elements selected) when displaying a list.
...
- Nicer display of paginated lists
SVN:trunk[1355]
2011-07-25 12:23:40 +00:00
Denis Flaven
4cd4d91225
Added support of hierarchy in the manipulation of external keys:
...
- widget
- search criteria
SVN:trunk[1351]
2011-07-22 12:15:25 +00:00
Romain Quetiez
532912984d
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
...
SVN:trunk[1340]
2011-07-07 15:45:35 +00:00
Denis Flaven
52fb63c0ee
Handle the OnBeforeUnload events to call OnFormCancel handlers when needed so that the plug-ins have a chance to perform some cleanup.
...
SVN:trunk[1328]
2011-07-05 08:46:31 +00:00
Denis Flaven
8a547bf104
Internal regressions fixes !!!
...
SVN:trunk[1327]
2011-07-04 16:36:07 +00:00
Denis Flaven
692fd91801
Finalizing the pagination: a few bug fixes and some cleanup...
...
SVN:trunk[1312]
2011-06-29 15:09:10 +00:00
Denis Flaven
f44afb8ee6
New implementation for displaying long lists: pagination
...
SVN:trunk[1309]
2011-06-29 08:57:39 +00:00
Denis Flaven
01a4a04364
New implementation for displaying long lists: pagination
...
SVN:trunk[1294]
2011-06-23 10:43:41 +00:00
Denis Flaven
b4a7d0b86c
- New implementation of the UIExtKeyWidget that is no longer limited to editing an attribute of an object
...
- When needed the drop-down list of organizations is replaced by an autocomplete
SVN:trunk[1284]
2011-06-15 17:06:26 +00:00
Denis Flaven
f84d91e482
Removed the 'bgiframe' javascript , which was designed for fixing IE6 issues only and causes troubles with IE9.
...
SVN:trunk[1229]
2011-04-22 15:45:19 +00:00
Denis Flaven
1f43ba3654
Oops: missing file in the commit.
...
SVN:trunk[1213]
2011-04-13 09:16:07 +00:00
Denis Flaven
be5bbdf26c
IE8 bug: one comma too many !
...
SVN:trunk[1206]
2011-04-11 16:17:25 +00:00
Denis Flaven
ee0fcdd42e
Fixed Trac #371 : popup dialog's dimensions (welcome screen and create or lookup dialogs) are now adjusted to fit into the screen.
...
SVN:trunk[1183]
2011-04-06 18:21:43 +00:00
Denis Flaven
7908b87881
- Make sure that the search form preserves it's "action" (i.e. target page) when reloading (when specifying a derived class). This was breaking the UniversalSearch page.
...
- Prepare for the style cleanup
- Don't display the menu to create a new 'Email Notification" when listing the notifications sent on a ticket (in the Notifications tab) !
SVN:trunk[1182]
2011-04-06 16:39:42 +00:00
Denis Flaven
bec8b57fe1
Implementation of bulk modify and bulk apply stimulus... to be tested !
...
SVN:trunk[1145]
2011-03-23 16:22:35 +00:00
Denis Flaven
cfbf77544e
Adjust the relative path to 'ajax.render.php' so that it can be called from the portal pages as well.
...
SVN:trunk[1125]
2011-03-11 11:11:56 +00:00
Denis Flaven
bca713a964
Search forms enhancement: when a search criteria is an external (foreign) key, use an autocomplete instead of of drop-down list, when the number of different values is too big, as in other forms.
...
SVN:trunk[1123]
2011-03-09 16:39:58 +00:00
Denis Flaven
3d4e76d8b0
Synchro Data Sources Implementation on going...
...
SVN:trunk[1107]
2011-03-02 17:06:56 +00:00
Denis Flaven
f3f2eb5c79
Synchro Data Sources Implementation on going...
...
SVN:trunk[1100]
2011-03-01 09:01:44 +00:00
Denis Flaven
a4883076f8
Fixed Trac #338 : when updating a 'dependent' field, don't forget to cascade the refresh in case this field has its own dependent fields.
...
SVN:trunk[1051]
2011-01-17 17:11:03 +00:00
Denis Flaven
dfe3ced440
- Provide some feedback while loading the "creation" dialog in case of a "SELECT".
...
SVN:trunk[998]
2010-11-30 14:27:11 +00:00
Denis Flaven
7531dd8b19
Align properly the 'validation_error' icon in forms.
...
SVN:trunk[990]
2010-11-29 13:04:50 +00:00
Denis Flaven
d10c3ace5d
Renamed 'autocompleteWidget' to 'extkeyWidget' since it's not always an autocomplete...
...
SVN:trunk[988]
2010-11-29 10:43:06 +00:00
Denis Flaven
4a6bc8a896
- added the ability to create objects pointed by ExtKeys even when the edit mode is a drop-down list and not an autocomplete
...
- made this behavior configurable globally or per external key, using the config-flag/option: allow_target_creation.
SVN:trunk[987]
2010-11-29 10:35:18 +00:00
Denis Flaven
9e70feb29d
- Fixed bug #334 : proper handling of the "remove objects" button (was working only for the first linkset in the object).
...
- Improved feedback while searching and reloading added objects.
SVN:trunk[978]
2010-11-26 13:19:13 +00:00
Denis Flaven
b30d6c4888
- Safer way to pass information through the WizardHelper JS object.
...
- Removed an unneeded size=100% that bothers IE.
SVN:trunk[960]
2010-11-22 13:27:41 +00:00
Denis Flaven
a1cc8deb47
Debugging of the autocomplete on IE8.
...
SVN:trunk[956]
2010-11-22 12:35:46 +00:00
Denis Flaven
0306c6691a
- Implementing the creation of objects on the fly when editing an extrernal key... still to be fully tested.
...
SVN:trunk[955]
2010-11-22 10:44:43 +00:00
Denis Flaven
dc9a52c9e0
Improved implementation of the 'autocomplete' input and fix of quite a few related issue with aysnchronous inputs. Autocompletes are now restricted to external keys only.
...
Some details:
- Autocomplete now matches on 'contains' instead of 'begins with'
- The minimum size of this match is configurable in the config file and per attribute ('min_autocomplete_chars').
- The maximum size that turns a drop-down list into an autocomplete is configurable in the config-file and per attribute ('max_combo_length').
- Better feedback when expanding/collapsing search results lists.
- 'Pointer' cursor on the link to Expand/Collapse results lists.
- The 'mandatory' state of an attribute is no longer lost when some part of a form is reloaded asynchronously
SVN:trunk[947]
2010-11-18 16:41:09 +00:00