Molkobain
97aa758123
✨ FAF: Mention people in caselogs
2019-12-17 09:03:32 +01:00
Molkobain
7af35c2d09
Internal: Improve how CSS and JS files are loaded in the DOM to optimize rendering and avoid glitches
2019-12-16 17:53:43 +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
Eric
ccb3a21c68
N°2595 - Reorganize/rename admin. console menus (hide empty sub-menus)
2019-12-12 10:20:29 +01:00
Molkobain
52d3d8cfe7
Internal: PHPDoc, warnings suppression and typos
2019-12-11 20:54:45 +01:00
Molkobain
081ba68af4
N°2634 - Fix non editable dashlets in dashboards
2019-12-11 20:54:45 +01:00
Eric
7c1a8c90da
N°2595 - Reorganize/rename admin. console menus
2019-12-11 13:59:31 +01:00
Pierre Goiffon
46d6779562
🎨 utils : some code formatting + 1 @var
2019-12-10 17:57:55 +01:00
bruno DA SILVA
ea708e1e05
995 - Searching in OQL, URs with a particular request template field value
...
added AllowDelete in order to bypass the user's rights
2019-12-10 16:59:44 +01:00
Eric
374946505a
N°2381 - Not possible to create a ticket in "resolved" with lnk objects
2019-12-10 15:30:53 +01:00
Pierre Goiffon
9e652ef214
Update iPortalUIExtension param (not using Silex anymore but Symfony)
2019-12-09 16:11:29 +01:00
Eric
c6759220b9
🎨 clean warnings and add KPI in ajax.render.php
2019-12-06 15:42:03 +01:00
Molkobain
4db114f64d
N°2313 - Markup extensibility: Add meta information and hooks
...
Admin. console:
- Class and id on object form
- Class current and target state on object transition form
- Object form mode (view/edit/create/stimulus)
- Object attributes: Attribute code, attribute definition class and raw value
- Navigation menu: Their IDs on group and items
- Actions menu: Their IDs on items
Portal:
- Object attributes: Attribute code, attribute definition class and raw value
2019-12-05 12:27:02 +01:00
bruno DA SILVA
490eda4f4a
n°524 - password policy
...
bugfix : Enter Password phrase no more lack the userName and is properly displayed
2019-12-05 09:55:44 +01:00
Molkobain
daf79f2324
N°2272 Fix calls to DBObjectSet::OptimizeColumnLoad()
2019-12-03 11:39:14 +01:00
Eric
df5a7440a4
🎨 Fix bad parameter init
2019-12-03 08:38:57 +01:00
Eric
a59a8c0ec5
🎨 Fix bad parameter init
2019-12-03 08:38:57 +01:00
Molkobain
81ea2b1fe4
Internal: Add comment on suspected dead code
2019-11-28 17:05:05 +01:00
Molkobain
9cdfe0ecb4
Internal: PHPDoc and warning suppression
2019-11-28 17:05:05 +01:00
bruno DA SILVA
267cdd2aee
n°524 - password policy
...
- "password reset" workflow now handle gracefully the policy enforcement.
2019-11-28 08:52:02 +01:00
Molkobain
9fa510d2a8
Internal: PHPDoc and warning suppression
2019-11-27 20:40:39 +01:00
Molkobain
fd29986354
N°2000 - Fix blank page when displaying a synchronized object
2019-11-27 20:07:17 +01:00
Eric
f1d0418e48
🐛 Fix error when no cache is configured
2019-11-27 16:02:46 +01:00
bruno DA SILVA
70dfbbc15e
n°524 - password policy
...
- The code now uses the standard extension method (using interfaces)
- the metamodel can now filter on iModuleExtension in order to leverage extensions modularity (see MetaModel::EnumPlugins second param)
- during the setup, there is no pawsord policy control
- there is now a default policy
- new (more precie) translation reflecting the default policy
- fix CI?
2019-11-25 16:25:38 +01:00
Pierre Goiffon
0ee77d8c88
N°2163 DB*Tracked methods : modifications after review with Romain
...
Previous commit : 24eb82d1
Use \CMDBObject::SetTrackInfo
Move \CMDBObject::SetCurrentChange calls at the top most level of the stacks
Restore old behaviors that were removed in previous commit
2019-11-25 14:58:59 +01:00
Molkobain
ff884533f9
Internal: Add utils::ToCamelCase($sInput) function
2019-11-22 18:44:27 +01:00
Pierre Goiffon
c203e6c7be
Fix utils::StartsWith when needle bigger that value
2019-11-22 14:43:33 +01:00
bruno DA SILVA
23fc4bb4f7
n°524 - password policy
2019-11-22 12:23:00 +01:00
Pierre Goiffon
06791b06c4
Fix utils::EndsWith when needle bigger that value
2019-11-21 11:57:24 +01:00
Pierre Goiffon
24eb82d140
N°2361 Deprecate DB*Tracked methods
...
* update methods PHPDoc
* DBInsertTracked update callers
* DBInsertTrackedNoReload update callers
* DBUpdateTracked update callers
* DBDeleteTracked update callers
2019-11-15 17:56:04 +01:00
Eric
4816b2b0fe
N°2311 - Authentication extensibility in iTop (login on specific pages and traces)
2019-11-13 15:08:34 +01:00
bruno DA SILVA
08c1f4f072
autoload rework
...
- bootstrap.inc.php is now included by approot.inc.php
- remove all unescessaries includes of bootstrap.inc.php
- in bootstrap.inc.php autoload can be bypassed using a feature flag because "why not"
2019-11-08 16:51:57 +01:00
Eric
a30345c96c
N°2249 - Supportability - Updater module
2019-11-07 10:00:05 +01:00
bruno DA SILVA
45536cf957
🐛 fix regression introduced by the PR n°98
...
the realpath removed the trailing / wich is required
2019-11-06 10:00:55 +01:00
jbostoen
7c773991e7
Version 20191104-1550
...
* fix setup crashing due to realpath() returning lowercase path on Windows
2019-11-05 08:55:41 +01:00
Eric
9054dcb9ff
N°2517 - Supportability : system report (user name)
2019-11-04 12:06:49 +01:00
Pierre Goiffon
6793fb2a35
N°2293 update PHPDoc on callbacks
2019-10-30 16:26:30 +01:00
Eric
bec4dbafd2
N°2315 - Login screen extensibility API refactor
2019-10-25 14:35:24 +02:00
Eric
ee037acd34
N°2315 - Login screen extensibility API refactor
2019-10-25 08:32:29 +02:00
bruno DA SILVA
e98683ae1c
fix regression introduced in the carbon branch
2019-10-24 16:19:07 +02:00
Eric
c552e73d20
N°2315 - Login screen extensibility API refactor
2019-10-24 14:56:01 +02:00
Eric
047983cb91
🎨 Login screen extensibility
2019-10-23 17:27:04 +02:00
Eric
8455abdfe9
N°2315 - Markup extensibility: interface refactor
2019-10-23 16:49:00 +02:00
Pierre Goiffon
c8b791efd3
Merge remote-tracking branch 'origin/itop-carbon' into develop
...
# Conflicts:
# application/utils.inc.php
# setup/ajax.dataloader.php
2019-10-22 18:27:13 +02:00
Eric
0d8dd0dc17
N°2517 - Supportability - file System integrity
2019-10-17 16:00:14 +02:00
Eric
ec986e0fbc
N°2517 - Supportability - file System integrity
2019-10-17 15:55:33 +02:00
Eric
f0e0c73e9b
N°2517 - Supportability - file System integrity
2019-10-17 15:51:41 +02:00
Pierre Goiffon
385b4f8d4a
🎨 \utils::RealPath Move var init next to its use
2019-10-16 17:33:49 +02:00
Pierre Goiffon
f65f22f333
N°2538 check path validity little improvements
...
* ajax-backup : change code to be more readable
* does a realpath() call on basepath to avoid troubles when havin '/' on Windows
2019-10-16 11:37:50 +02:00