acognet
5115db1b01
N°2847 - Tranform old itop datatable to jquery DataTable - add new style for MenuBlock
2020-11-17 15:18:05 +01:00
Eric
103b5bfd22
Merge remote-tracking branch 'origin/datatable' into feature/backoffice-full-moon-design
2020-11-16 15:24:07 +01:00
Eric
4c78ecab91
N°2847 - Datatables WIP
2020-11-16 15:02:02 +01:00
Pierre Goiffon
48bf954387
🔊 DisplayBlock add error message on error if user is admin
...
Previously only an IssueLog was made, which was confusing
The log is limited to admin users as it contains the exception message, which could expose sensitive info
2020-11-16 11:21:20 +01:00
Eric
89c35f0345
N°2847 - Datatables Fix external keys search
2020-11-16 11:04:16 +01:00
acognet
0a02c10287
N°2847 - Tranform old itop datatable to jquery DataTable - fix diplay
2020-11-16 10:40:35 +01:00
Eric
23452804aa
N°2847 - Datatables for static data
2020-11-10 17:30:53 +01:00
acognet
f718b26b7b
N°2847 - Tranform old itop datatable to jquery DataTable
2020-11-04 13:36:20 +01:00
Eric
f3e47a15f6
N°2847 - Dashlet fix header dynamic
2020-10-30 10:39:58 +01:00
Eric
8a1d17551b
N°2847 - Dashlet badge
2020-10-29 17:08:03 +01:00
Eric
6e584cded4
N°2847 - Dashlet group by
2020-10-29 16:15:24 +01:00
Eric
6c7efb2448
N°2847 - Dashlet header dynamic and badges
2020-10-29 15:20:44 +01:00
Molkobain
00212e8127
N°2847 - Dashboard: Start rework for demo
2020-10-09 00:04:13 +02:00
Molkobain
e48d257b00
Merge remote-tracking branch 'origin/develop' into feature/backoffice-full-moon-design
...
# Conflicts:
# application/ajaxwebpage.class.inc.php
# application/csvpage.class.inc.php
# application/displayblock.class.inc.php
# application/itopwebpage.class.inc.php
# application/utils.inc.php
# application/webpage.class.inc.php
# application/xmlpage.class.inc.php
# datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml
# datamodels/2.x/itop-knownerror-light/datamodel.itop-knownerror-light.xml
# datamodels/2.x/itop-service-mgmt/datamodel.itop-service-mgmt.xml
# datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml
# js/components/breadcrumbs.js
# pages/navigator.php
# test/core/DBSearchTest.php
2020-10-07 11:36:15 +02:00
Thomas Casteleyn
5ef6b6c5d0
Cleanup references to Flash ( #163 )
...
All remaining Flash files are removed. Dependent Combodo extensions will me modified for iTop 2.8.0 (Combodo ref N°3344, N°3345)
Old swf_navigator operation in UI.php was kept for compatibility but is deprecated
Co-authored-by: Molkobain <guillaume.lajarige@combodo.com >
Co-authored-by: Pierre Goiffon <pierre.goiffon@combodo.com >
Co-authored-by: rquetiez <romain.quetiez@combodo.com >
2020-09-29 15:56:08 +02:00
Molkobain
3dc7b66f6f
N°2847 - Code clean up
...
* Fix TWIG exceptions due non existent JS templates for ajax tab
* Fix DisplayBlock::GetRenderContent and HistoryBlock::GetRenderContent signature mismatch warning
* Add return type hinting on ButtonFactory methods
* Rename ButtonFactory::MakeAlternativeNeutralActionButton() to ButtonFactory::MakeLinkNeutral()
* Add ButtonFactory::MakeLinkNeutral() to visual test page
* Fix button spacing/padding when only icon or label
2020-09-29 10:35:16 +02:00
Eric
bfd4ba16d9
N°2847 - Action buttons
2020-09-25 16:02:18 +02:00
Eric
63f8ec594c
N°2847 - Refactor Web Pages classes - Add UIBlockManager to the WebPage
2020-09-09 18:10:06 +02:00
Molkobain
3406ebf1fd
Merge remote-tracking branch 'origin/develop' into feature/backoffice-full-moon-design
2020-07-30 15:23:06 +02:00
Pierre Goiffon
ea92973e9b
📝 PHPDoc for DisplayBlock
2020-07-29 12:23:15 +02:00
Molkobain
8efd8008fc
N°2847 - Rework of the global iTopWebPage layout (Part II)
...
- Optimize TWIG templates includes (don't pass context to autonomous components)
- Preliminary work of the top bar and breadcrumbs features
- Removal of images dedicated to the breadcrumbs feature
2020-07-27 15:09:33 +02:00
acognet
c6b16bb52e
N°2119 - Dashlet Header statistic on ExternalKey, display id instead of name
2020-03-30 16:24:12 +02:00
acognet
c0284ecc3b
N°1953 - Dashlet Title alignment not consistent : Left on List, Center on Table/Pie/Chart
2020-03-30 16:18:43 +02:00
Stephen Abello
611e828d1a
N°2314 Introduce custom themes for iTop's console
2019-12-12 15:46:03 +01:00
Molkobain
daf79f2324
N°2272 Fix calls to DBObjectSet::OptimizeColumnLoad()
2019-12-03 11:39:14 +01:00
Pierre Goiffon
a4743901a3
N°2269 Font Awesome : update iTop for new v5 icons
...
* remove useless css in light-grey (weren't used)
* change icons class names from v4 to v5
2019-07-16 12:20:59 +02:00
Pierre Goiffon
d24870e0ae
Merge remote-tracking branch 'origin/master' into develop
2019-06-04 16:23:58 +02:00
Pierre Goiffon
12c916f4e5
📝 Add @var for iApplicationUIExtension loops
2019-05-28 17:16:02 +02:00
Pierre Goiffon
b4ee5cd59c
Merge branch 'master' into develop
2019-05-13 08:54:00 +02:00
Pierre Goiffon
89d310258b
N°2198 ReloadBlock call and parameter escaping improvements
...
Use an anonymous function instead of a string to get rid of a useless level of escaping
Use json_encode instead of addslashes
(many thanks for the tips @bruno-ds !!)
2019-05-09 10:37:34 +02:00
Pierre Goiffon
a58529f46c
N°2198 Fix "invalid filter" error when refreshing "Requests assigned to me"
2019-05-07 18:39:38 +02:00
Molkobain
46e99bfb40
🐛 Fix notifications tab in objects no longer displaying items (regression introduced by a9bd5a8)
2019-02-07 14:06:06 +01:00
Eric
e44ed248ef
N°1659 - Don't use anymore the current organization in the external key search (and n-n)
2018-11-15 17:07:31 +01:00
Eric
cae0cd00c2
DBSearch: Fix serialization rework (missing internal parameters)
2018-10-23 17:23:43 +02:00
Eric
d61a8ba160
DBSearch: Fix serialization rework
2018-10-22 18:59:38 +02:00
Eric
60d2fd4f7e
N°1408 - Fix specific dashboard display without context
2018-10-22 12:26:56 +02:00
Eric
78c674a989
DBSearch serialization rework
2018-10-19 16:02:07 +02:00
Eric
f3f70d6296
N°1408 - Dashboard Printer friendly page + user edit rights
2018-10-15 16:37:18 +02:00
Eric
bf000e6a89
N°1408 - DBSearch Serialize refactor (json format)
2018-10-15 16:37:17 +02:00
Eric
709badd0f7
N°1408 - Support contextual parameters in attributes dashboard
2018-10-15 16:37:17 +02:00
Eric
4347b2c5ff
N°1408 - Support contextual parameters in attributes dashboard
2018-10-15 16:37:17 +02:00
Eric
36e32b23e2
N°1585: Fix request uri too long (search form)
2018-09-11 09:36:10 +02:00
Eric Espié
efa1f4ee43
Retrofit from trunk
...
N°1551 - Search: selected org & default criteria
Display the default search criteria also when an org is selected.
The org restriction criterion is read only.
[from revision 5939]
SVN:2.5[5943]
2018-07-17 12:22:09 +00:00
Eric Espié
c74972488d
Don't automatically launch the search results when coming from an object detail
...
SVN:trunk[5853]
2018-06-11 15:01:39 +00:00
Eric Espié
f920851420
N°1420 - Performances enhancement (enhance counts)
...
SVN:trunk[5844]
2018-06-08 13:13:33 +00:00
Eric Espié
04e41ab676
N°1431 - Sort on attribute or aggregation function
...
SVN:trunk[5814]
2018-05-25 15:38:36 +00:00
Eric Espié
bac7b50090
N°1429 - Fix regression due to "Display results wrt obsolescence display choices"
...
SVN:trunk[5801]
2018-05-18 12:20:22 +00:00
Eric Espié
911c0d2c1b
N°1429 - Display results wrt obsolescence display choices
...
SVN:trunk[5788]
2018-05-15 13:39:22 +00:00
Eric Espié
c56dc6cade
code cleanup
...
SVN:trunk[5785]
2018-05-15 12:30:52 +00:00
Eric Espié
c4f7055e1a
N°1330 - Fix broken sql requests due to the use of class instead of alias
...
SVN:trunk[5784]
2018-05-15 12:17:00 +00:00