odain
890a2568c8
N°8796 - Add PHP code style validation in iTop and extensions - format whole code base
2025-11-07 15:39:53 +01:00
Molkobain
ad36066126
📝 Copyright year bump
2024-05-06 18:35:31 +02:00
Pierre Goiffon
d7df249586
Merge remote-tracking branch 'origin/support/3.0' into support/3.1
...
# Conflicts:
# application/ajaxwebpage.class.inc.php
# application/capturewebpage.class.inc.php
# application/clipage.class.inc.php
# application/csvpage.class.inc.php
# application/errorpage.class.inc.php
# application/itopwebpage.class.inc.php
# application/itopwizardwebpage.class.inc.php
# application/nicewebpage.class.inc.php
# application/pdfpage.class.inc.php
# application/webpage.class.inc.php
# application/xmlpage.class.inc.php
2023-09-18 15:10:19 +02:00
Pierre Goiffon
f3c4fcb0f5
💡 Pages files : add depreciation version
2023-09-18 15:07:32 +02:00
Molkobain
c767ebe989
📝 Copyright year bump
2023-03-17 18:28:47 +01:00
Pierre Goiffon
5f575d524a
N°4621 Fix naming inconsistencies in sources/*
2021-12-31 15:44:59 +01:00
Pierre Goiffon
59678ef8c6
🔊 N°3731 Log calls to deprecated files / PHP methods
...
POC for the log API was added in #193
2021-04-13 17:56:21 +02:00
Molkobain
c3140c2db3
Copyright year bump
2021-03-12 18:48:46 +01:00
Pierre Goiffon
7fa7ebb59c
📝 Fix 2.9.0 version present in deprecated mentions
2020-10-21 19:24:24 +02:00
Eric
580e8ffa08
N°2847 - Refactor Web Pages classes - add deprecated files for extensions compatibility
2020-09-10 11:35:21 +02:00
Eric
63f8ec594c
N°2847 - Refactor Web Pages classes - Add UIBlockManager to the WebPage
2020-09-09 18:10:06 +02:00
acognet
cc6ab8a7b7
N°3184 - Upgrade JQuery UI (iTop 2.8)
2020-09-01 09:06:14 +02:00
Molkobain
3c3d744747
N°2314 - Refactor part of the compilation in dedicated helpers
2020-02-27 15:09:57 +01:00
Molkobain
d77c77c03b
PHPDoc
2020-01-21 17:20:12 +01:00
Molkobain
5967895561
N°2710 - Fix extremely slow page load for first user after setup (regression introduced in N°2314)
2020-01-21 17:19:16 +01:00
Stephen Abello
797893d317
N°2314 Regression: fix crash on setup ⌨️ 🐒
2019-12-16 14:16:29 +01:00
Stephen Abello
611e828d1a
N°2314 Introduce custom themes for iTop's console
2019-12-12 15:46:03 +01:00
Pierre Goiffon
4afed39b0e
N°2529 Fix charset sent by logout page
2019-10-09 18:07:08 +02:00
Stephen Abello
e69275c6c5
N°956 Portal: Add an icon to copy object name and url next to the form title
...
* Add a generic utility to build iTop clipboard widget
* Can be used in portal, console and extensions
2019-08-06 12:29:18 +02:00
Stephen Abello
6de6c38834
N°2268: Upgrade jQuery to v3.4.1 and jQuery migrate to v3.1.0. Remove version number from both libraries filename
2019-06-26 10:36:40 +02:00
Steffunky
9972e253d5
enable jQuery migrate warning only in dev. environment
2018-10-01 16:17:41 +02:00
Eric
2ba31244c2
N°931: TagSet search form integration
2018-09-12 15:03:35 +02:00
Pierre Goiffon
40a4e6d7b0
Fix files using CrLf, convert them to Lf to have the whole repo using Lf
...
Warn your git config (core.autocrlf = input or true)
2018-09-04 17:59:51 +02:00
Pierre Goiffon
775a5122c9
Selectable lines in tables can now be checked clicking anywhere in the line (previously this could only be done clicking on the checkbox)
...
SVN:trunk[5994]
2018-08-02 14:36:15 +00:00
Stephen Abello
6630051ef3
Updated jQuery to v3.3.1
...
SVN:trunk[5961]
2018-07-23 06:58:30 +00:00
Pierre Goiffon
efa7a4ee55
Advanced search improvements (restore 2018-04-10 revisions : r5635..r5641)
...
* Add 'search_manual_submit' config parameter to manage auto-submit
* bugfixes
** date i18n is now handled (using two new options `datepicker.dateFormat` and `datepicker.timeFormat` computed from `AttributeDateTime::GetFormat()->ToDatePicker()`
** handling of `empty` `not empty` operator titles
*** it led to tohers bugfixes and a redesign of the `_computeTitle` (from overwriting to extension using ie `_computeBetweenDaysOperatorTitle`
*** some bug still remain, because autocomplete needs to been finished before checking on them
* Promote 'friendlyname' in the 'most popular' list
* bugfixes
** filters (criterions, enum and FK without autocomplete) now ignore accent on matching with user input
** this is done by using a pre-existing tool used only by the portal, so it was moved to the core (latinize.min.js)
* Integration with manual submit parameter on client side.
* bugfixes : history/breadcrumb had several c[menu] appended (one for each refresh)
* Fix various sanity bugs
SVN:trunk[5632]
2018-04-12 08:54:05 +00:00
Bruno Da Silva
e1243532ba
search widget : SearchFormForeignKeys (modal with search for foreign keys)
...
SVN:b1162[5590]
2018-03-30 14:24:33 +00:00
Eric Espié
c56bda2f60
Advanced Search: Support of external fields (as strings)
...
SVN:b1162[5583]
2018-03-30 08:44:14 +00:00
Bruno Da Silva
3246c36984
search widget : widget search history
...
SVN:b1162[5562]
2018-03-29 08:03:47 +00:00
Guillaume Lajarige
ba04725ee3
Advanced search: UI/UX WIP.
...
SVN:b1162[5540]
2018-03-27 08:18:42 +00:00
Bruno Da Silva
956b8958fb
search widget : date and datetime widget
...
SVN:b1162[5504]
2018-03-23 09:53:49 +00:00
Bruno Da Silva
60d6bb79b3
search widget : date widget UI tests
...
SVN:b1162[5490]
2018-03-21 16:38:30 +00:00
Guillaume Lajarige
ca0232ae7b
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5468]
2018-03-20 13:44:10 +00:00
Bruno Da Silva
0c41db76e2
search widget : numeric widget
...
SVN:b1162[5466]
2018-03-20 13:02:51 +00:00
Guillaume Lajarige
a53a046351
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5461]
2018-03-20 08:19:33 +00:00
Eric Espié
d883e3e661
Advanced Search: Dictionary compatible with the setup
...
SVN:b1162[5459]
2018-03-19 15:44:23 +00:00
Eric Espié
c9526130b7
Advanced Search: Cleaner Dictionary entries
...
SVN:b1162[5458]
2018-03-19 14:32:43 +00:00
Denis Flaven
f8f6e201b9
Advanced Search WIP: new mechanism for passing the dictionary to the client side. Hopefully faster than before thanks to the browser's cache.
...
SVN:b1162[5453]
2018-03-16 17:44:55 +00:00
Guillaume Lajarige
87ed90a825
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5434]
2018-03-15 13:58:42 +00:00
Guillaume Lajarige
d378658a62
Advanced search: WIP POC, UI/UX.
...
SVN:b1162[5430]
2018-03-15 08:36:45 +00:00
Guillaume Lajarige
e2174b9ad4
Advanced search: WIP POC, integration with endpoint.
...
SVN:b1162[5412]
2018-03-13 10:47:54 +00:00
Guillaume Lajarige
0bf33ec7e9
Advanced search: WIP POC, integration with endpoint.
...
SVN:b1162[5400]
2018-03-09 11:10:03 +00:00
Guillaume Lajarige
2033c171f0
Advanced search: Integration with endpoint POC & WIP.
...
SVN:b1162[5394]
2018-03-08 16:50:10 +00:00
Eric Espié
e9bcd170c0
Advanced Search
...
SVN:b1162[5391]
2018-03-07 17:07:40 +00:00
Stephen Abello
397ec9587b
jQuery modernization : updated jquery to 1.12.4, jquery-ui to 1.11.4 and jquery-migrate to 1.4.1
...
SVN:trunk[5359]
2018-02-22 09:28:08 +00:00
Romain Quetiez
3fe2aa3b1d
Portal: Use absolute URLs for js+css embedded into iTop (login prompt not working with the usage of symlinks or rewrite rules)
...
SVN:trunk[3857]
2016-01-12 09:15:37 +00:00
Romain Quetiez
712931b728
#576 Printable view for object details. Possibility to hide/show chapters (the equivalent of tabs in the UI) or any fieldset. Requires testing and comments.
...
SVN:trunk[3679]
2015-08-17 14:12:36 +00:00
Denis Flaven
19e5130441
New look for iTop !
...
SVN:trunk[3601]
2015-06-20 15:02:24 +00:00
Romain Quetiez
73b492e892
New mechanism: a module page can be accessed by the mean of a canonical URL (utils::GetAbsoluteUrlModulePage to build the proper URL)
...
SVN:trunk[2836]
2013-08-27 14:04:59 +00:00
Denis Flaven
b32a142e14
Use the minified version of jquery-migrate, since the non-minified version (which produces debug traces) is excluded from the build.
...
SVN:trunk[2810]
2013-07-25 09:48:58 +00:00