Pierre Goiffon
ecebe4ecd5
N°3416 XFrame and cache headers optimizations
...
* Remove XFrame header set in \WebPage::no_cache : not this method responsability, was confusing :/
* Remove no_cache() calls when already set in page constructor (ajax_page mainly)
* Also calls everywhere the \WebPage::no_cache method instead of setting headers manually
2020-12-02 17:19:05 +01:00
Pierre Goiffon
8bfcb14d0c
N°3416 XFrame-Options header is now set using a config parameter, defaults to SAMEORIGIN
...
Also adds an indirection (\WebPage::add_xframe_options) to set header
2020-12-02 17:17:11 +01:00
Pierre Goiffon
35d77ff642
N°3416 Fix DocumentFile preview not working anymore
...
Was caused by X-Frame-Options http header added with N°3317
2020-12-02 15:44:58 +01:00
Eric
15aa9e508c
N°3123 - Refactor Directories
2020-12-02 13:18:01 +01:00
Stephen Abello
d1b12ee04b
N°2251 Replace qtip calls by tippyjs calls
2020-12-02 10:06:24 +01:00
Pierre Goiffon
c117a23e0d
N°3227 For AttributeOQL add a new icon to pick a query from queries phrasebook
...
Add a new Query.is_template field (default value 'no') to filter queries usable as template.
Also lots of modifications in ExtKeyWidget, both JS and PHP objects :
* pass filter on dialog content generation (was using only targetClass, so search criteria weren't set - but search results were ok as they are made from another ajax query)
* fix loading still displayed after dialog close
* can now get the defined attribute value (was always returning the selected object id)
2020-12-01 09:40:55 +01:00
Eric
d2d5a90637
N°3123 - Fix popup menus for lists
2020-11-30 16:47:27 +01:00
Eric
c5942a3ddd
N°2847 - Code refactor
2020-11-25 15:24:27 +01:00
Eric
d0baf298be
N°2847 - Datatable Fix n-n links
2020-11-24 14:54:32 +01:00
Eric
d9264e5181
N°2847 - Datatable Fix external keys "undefined"
2020-11-24 11:25:26 +01:00
acognet
11b6429e3c
N°2847 - Tranform old itop datatable to jquery DataTable - Fix management of button "Add"
2020-11-23 19:59:55 +01:00
Molkobain
7d0f1f46d3
N°2847 - ActivityPanel: Rework for new UX
...
- Add MetaModel::GetCaseLogs($sClass) function
- Rename ActivityNewEntryForm to CaseLogEntryForm
- Rework ActivityPanel and CaseLogEntryForm markup / CSS
- Change for 1 CaseLogEntryForm per tab (caselogs and activity) with specific "Add entry..." choices
2020-11-23 11:11:05 +01:00
Eric
32e0c8f9bf
N°2847 - Datatable modal dialogs
2020-11-19 17:45:46 +01:00
Molkobain
675a408ab9
N°2847 - Activity panel: Pass host object display mode
2020-11-19 13:45:10 +01:00
acognet
106dfc63d5
N°2847 - Tranform old itop datatable to jquery DataTable - manage popup "Configure this list"
2020-11-18 12:31:42 +01:00
acognet
9621ff4d5e
N°2847 - Tranform old itop datatable to jquery DataTable - fix diplay
2020-11-17 11:54:52 +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
4c8a8fc510
N°2847 - Datatables Fix external keys search
2020-11-16 11:04:16 +01:00
acognet
0046834b2c
N°2847 - Tranform old itop datatable to jquery DataTable - add sort
2020-11-13 08:51:16 +01:00
Molkobain
38fbc49e51
N°2844 - Fix layout for object creation and edition pages (activity panel, title, ...)
2020-11-10 15:41:33 +01:00
Molkobain
f2ff5a4e83
N°3203 - Datamodel: Add semantic for image & state attributes Part. II
2020-11-09 15:44:45 +01:00
acognet
f718b26b7b
N°2847 - Tranform old itop datatable to jquery DataTable
2020-11-04 13:36:20 +01:00
Eric
cfbfaad154
N°2847 - Dashboards edition
2020-11-03 16:15:03 +01:00
Molkobain
b454958742
N°2847 - Refactor Button block for a better use of semantic colors, also change "primary" action color to something less flashy
2020-11-02 17:39:10 +01:00
Eric
eebc29d2bb
N°3111 - Fix Portal export
...
(cherry picked from commit d3b57c3bda )
2020-10-30 14:16:57 +01:00
Eric
8502fa7721
N°3294 - Display and refresh counters in OQL menu entries
2020-10-27 15:11:30 +01:00
Pierre Goiffon
5d1de543cc
Merge remote-tracking branch 'origin/develop' into feature/backoffice-full-moon-design
...
# Conflicts:
# core/metamodel.class.php
2020-10-19 15:46:16 +02:00
Pierre Goiffon
be9a428529
Merge remote-tracking branch 'origin/support/2.7' into develop
2020-10-19 15:38:11 +02:00
acognet
96332b7885
N°3139 - import csv : hyperlink not clickable
2020-10-16 14:15:51 +02:00
Molkobain
b15ed80732
Internal: Replace references to iTop 2.8.0 with iTop 3.0.0
2020-10-14 10:16:49 +02:00
Molkobain
00212e8127
N°2847 - Dashboard: Start rework for demo
2020-10-09 00:04:13 +02:00
Molkobain
67ab33e727
Merge branch 'feature/backoffice-full-moon-design' of https://github.com/Combodo/iTop into feature/backoffice-full-moon-design
2020-10-07 13:25:12 +02:00
Stephen Abello
e89afa163e
N°2847 Remove RichText from preferences
2020-10-07 11:36:44 +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
Stephen Abello
157e0a6915
N°2847 Add backend for new entry form for activity panel
2020-10-07 09:46:23 +02:00
Pierre Goiffon
7d26b6092e
Merge remote-tracking branch 'origin/support/2.7' into develop
...
# Conflicts:
# .idea/codeStyles/codeStyleConfig.xml
# .idea/inspectionProfiles/Combodo.xml
2020-10-06 10:42:55 +02:00
Pierre Goiffon
a765eb8725
Merge remote-tracking branch 'origin/support/2.6' into support/2.7
...
# Conflicts:
# application/ajaxwebpage.class.inc.php
# application/csvpage.class.inc.php
2020-10-05 16:12:49 +02:00
Pierre Goiffon
1551694198
N°3317 Security hardening
2020-10-05 14:42:03 +02:00
Molkobain
29f58103b0
N°2847 - Comment (temp) migrated parts of the iTopWebPage
2020-10-02 11:40:26 +02:00
Eric
0cc5dc0471
N°3317 - Add http headers
2020-09-30 10:18:44 +02:00
Stephen Abello
12bf77d9ca
N°2847 Refactor Inputs components
2020-09-30 09:42:36 +02:00
Eric
b8d71b2bfb
N°2847 - Edit/Create objects
2020-09-29 17:35:02 +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
Eric
bef1832ac7
N°3317 - Add http headers
2020-09-29 14:07:24 +02:00
Eric
bfd4ba16d9
N°2847 - Action buttons
2020-09-25 16:02:18 +02:00
odain
4e0eed6e13
N°3270 Notify on expiration not sending notification (trigger exception)
...
add boilerplate function and use it to intercept/enrich trigger exception loops
2020-09-25 07:18:14 +02:00
Eric
33f11d2a43
N°2847 - Form and Input WIP
2020-09-22 13:26:14 +02:00
Eric
1453558f3e
N°3317 - Add http headers
2020-09-22 11:39:19 +02:00
Eric
74160d2447
N°2847 - Add Title component
...
* Add id to button factory
* Rework of Configuration File Editor page
2020-09-18 18:16:09 +02:00
Eric
9cd719ab56
N°2847 - Separate inline scripts and css from html in the rendering of pages
2020-09-18 18:16:09 +02:00