Denis Flaven
ab6cfb56b4
Fixed a regression: don't put some JS script in every ajax_page (even though they claim to contain some HTML)
...
SVN:trunk[2300]
2012-10-19 14:11:57 +00:00
Denis Flaven
53aefa895b
Implemented a new (optional) UI for managing 1:n linksets.
...
SVN:trunk[2290]
2012-10-18 12:03:33 +00:00
Romain Quetiez
ce77c65e6e
#565 Fixed security issues (XSS)
...
SVN:trunk[2282]
2012-10-17 15:38:09 +00:00
Romain Quetiez
b304307ad7
Spurious chars corrupting CSV download:
...
- factorized in WebPage as TrashUnexpectedOutput()
- added early tracking and reporting into MetaModel::IncludeModule, use the new config flag 'debug_track_spurious_chars' to blame the harmful module/file.
- protected export.php
- removed a space at the beginning of page 'createfrommail.php'
SVN:trunk[2260]
2012-10-16 13:06:50 +00:00
Denis Flaven
ef59badf5b
Implementation of a new extension "iPopupMenuExtension" to allow a module to add menu items almost anywhere inside iTop.
...
SVN:trunk[2220]
2012-09-29 16:03:16 +00:00
Denis Flaven
088fcf9449
Protect the download of documents against spurious blank lines coming from nowhere !!
...
SVN:trunk[2217]
2012-09-26 09:19:43 +00:00
Romain Quetiez
2eddb57cbd
Dashboards - Fixed issues + added 3 confirmation (on exit, save or cancel)
...
SVN:trunk[2199]
2012-09-21 15:15:05 +00:00
Romain Quetiez
dac73c1669
Dashboards - Finalized the implementation (inc. translation in french) - still some known issues
...
SVN:trunk[2195]
2012-09-20 15:56:15 +00:00
Denis Flaven
d38b79de76
Various fixes for the selection of columns / sort order in the lists.
...
SVN:trunk[2192]
2012-09-20 07:55:25 +00:00
Denis Flaven
c612732037
In the 'context', pass menus by ID and no longer by index.
...
SVN:trunk[2143]
2012-07-31 14:06:38 +00:00
Denis Flaven
5430f52145
Customizable tables implementation...
...
SVN:trunk[2129]
2012-07-24 15:13:02 +00:00
Denis Flaven
4a3321dd0a
Customizable tables implementation...
...
SVN:trunk[2126]
2012-07-24 13:51:22 +00:00
Denis Flaven
814ff60c07
Allow editing the "Welcome" dashboard
...
SVN:trunk[2075]
2012-05-30 14:57:57 +00:00
Denis Flaven
ad1b2901be
Protect dashboard/dashlets against exceptions, with a graceful degradation for non-existing classes
...
SVN:trunk[2073]
2012-05-30 14:21:48 +00:00
Denis Flaven
a40e902808
User editable dashboards... implementation in progress
...
SVN:trunk[2039]
2012-05-25 15:58:59 +00:00
Denis Flaven
11ac749c24
User editable dashboards... implementation in progress
...
SVN:trunk[2031]
2012-05-25 09:21:50 +00:00
Denis Flaven
7de5315a01
User editable dashboards... implementation in progress
...
SVN:trunk[2025]
2012-05-24 14:22:01 +00:00
Denis Flaven
ae22563177
User editable dashboards... implementation in progress
...
SVN:trunk[2018]
2012-05-24 08:36:50 +00:00
Romain Quetiez
28a7930a13
Dashboard: transformed a few overviews into customizable dashboards
...
SVN:trunk[2014]
2012-05-23 10:35:53 +00:00
Denis Flaven
f44a701d12
User editable dashboards... implementation in progress
...
SVN:trunk[2012]
2012-05-23 10:15:59 +00:00
Denis Flaven
25ff0e064c
User editable dashboards... implementation in progress
...
SVN:trunk[2010]
2012-05-23 08:06:20 +00:00
Romain Quetiez
b5576df143
Dashboard: alpha version of dashlets
...
SVN:trunk[2005]
2012-05-22 11:51:22 +00:00
Denis Flaven
a6e5b0b087
User editable dashboards... implementation in progress
...
SVN:trunk[2002]
2012-05-22 09:22:43 +00:00
Denis Flaven
c68fbf6cd9
User editable dashboards... implementation in progress
...
SVN:trunk[1994]
2012-05-21 11:43:25 +00:00
Romain Quetiez
18a28df55f
#520 Capability to define a default sort order (PHP/XML)
...
SVN:trunk[1900]
2012-03-20 10:52:11 +00:00
Denis Flaven
4a16a76e37
- Current block Id not passed to the chart ?
...
SVN:trunk[1880]
2012-03-07 18:48:15 +00:00
Romain Quetiez
b3dadcba77
Reintegrated from branch 1.2: capability to develop a module to share objects between organizations (beta)
...
SVN:trunk[1859]
2012-02-17 15:11:00 +00:00
Denis Flaven
20b7944118
Fixed Trac#518: properly pass the context (i.e. org_id) to the auto-refresh lists
...
SVN:trunk[1811]
2012-01-25 10:31:03 +00:00
Denis Flaven
123f5c4cf5
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:trunk[1723]
2011-12-19 16:28:09 +00:00
Denis Flaven
ec19ef982e
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:trunk[1714]
2011-12-13 14:37:31 +00:00
Denis Flaven
7658f5dba5
Properly handle restrictions (e.g. AllowedValues) on objects that are used as n:n relationships managed via LinksWidget.
...
SVN:trunk[1682]
2011-11-21 10:40:00 +00:00
Denis Flaven
428f1a26cc
Typo ! Impact: Unknown ?
...
SVN:trunk[1593]
2011-09-22 11:08:34 +00:00
Romain Quetiez
da2b8ab4c0
Fixed security issue: the attachments were visible by anybody (by forming URLs manually), whatever the allowed organizations. The change requires the execution of the setup/migration procedure.
...
SVN:trunk[1591]
2011-09-22 09:04:12 +00:00
Romain Quetiez
038fe30fbe
#363 Charts not displaying with IE8 + IIS + HTTPS
...
SVN:trunk[1540]
2011-08-30 10:13:58 +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
9836797da9
Regression due to XSS fix ( #446 ): auto-refresh block was showing an assertion failed message. Fixed.
...
SVN:trunk[1488]
2011-08-22 08:37:08 +00:00
Denis Flaven
a941c2d14e
Allow updating/recomputing of read-only attributes on the fly in the edit form.
...
SVN:trunk[1458]
2011-08-16 16:16:26 +00:00
Denis Flaven
cb55a75bcf
Allow updating/recomputing of read-only attributes on the fly in the edit form.
...
Also fixed a regerssion due to #446
SVN:trunk[1457]
2011-08-16 15:58:09 +00:00
Denis Flaven
51bd6cdf97
#446 continuing: sanitizing parameters...
...
SVN:trunk[1451]
2011-08-15 13:55:59 +00:00
Denis Flaven
f68680ada1
Still working on #446 : oops, one parameter missing...
...
SVN:trunk[1444]
2011-08-11 10:53:37 +00:00
Denis Flaven
6859326646
Fixed Trac#446: XSS vulnerabilities... to be tested !
...
Also fixed the display/download links on documents that were both doing exactly the same thing !
SVN:trunk[1443]
2011-08-11 10:17:03 +00:00
Denis Flaven
ca9f17d6e1
Fixed a bug when using a hierarchy of locations, since locatins genreally depends on the object's organization
...
SVN:trunk[1385]
2011-07-29 10:09:14 +00:00
Denis Flaven
189b802452
- Always display the number of elements (and the number of elements selected) when displaying a list.
...
- Nicer display of paginated lists
SVN:trunk[1357]
2011-07-25 12:25:50 +00:00
Denis Flaven
d62d6e14c8
Added support of hierarchy in the manipulation of external keys:
...
- widget
SVN:trunk[1352]
2011-07-22 12:15:49 +00:00
Denis Flaven
8b6a8f02a4
- Bug fix: n:n wizard, context was lost when searching for objects of a derived class to be added.
...
- Bug fix: 'Apply stimulus multiple" was saying: "Please select at least one object"
SVN:trunk[1334]
2011-07-06 16:23:54 +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
Romain Quetiez
54d5497f0a
Fixed issues with pagination + core limitations in the use of Object Sets (wrong filter when adding objects to a set)
...
SVN:trunk[1300]
2011-06-24 09:53:45 +00:00
Denis Flaven
dc3713f0ea
New implementation for displaying long lists: pagination
...
SVN:trunk[1295]
2011-06-23 10:46:10 +00:00
Romain Quetiez
c42fa13b92
Templates: new type of block = sqlblock, allows for displaying tables/charts based in SQL queries (much quicker for Group By operations)
...
SVN:trunk[1289]
2011-06-21 13:12:02 +00:00
Denis Flaven
ddfc84db6a
- 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[1285]
2011-06-15 17:06:46 +00:00