Guillaume Lajarige
a6af11e644
Code cleanup and PHPDoc.
...
SVN:trunk[5971]
2018-07-24 15:50:52 +00:00
Guillaume Lajarige
1809180d41
Internal: Portal: Fix router API that was never returning the right route.
...
SVN:trunk[5970]
2018-07-24 15:46:23 +00:00
Guillaume Lajarige
526d4c4d15
N°1575 Portal: Security hardening.
...
SVN:trunk[5968]
2018-07-24 14:26:51 +00:00
Stephen Abello
6630051ef3
Updated jQuery to v3.3.1
...
SVN:trunk[5961]
2018-07-23 06:58:30 +00:00
Guillaume Lajarige
076abc8ae7
N°1568 Portal: Fix async error messages catching when submitting a form was redirecting to a modal that crashed (eg. Transition on object that failed to load)
...
SVN:trunk[5958]
2018-07-19 16:54:11 +00:00
Guillaume Lajarige
8135fdb9d2
Update spanish translations (Thanks to Miguel Turrubiates!)
...
SVN:trunk[5947]
2018-07-18 07:51:17 +00:00
Guillaume Lajarige
00d0d383f8
Code cleanup: Warning suppression & PHPDoc.
...
SVN:trunk[5927]
2018-06-29 16:05:11 +00:00
Guillaume Lajarige
b2384855fd
Code cleanup: Warning suppression.
...
SVN:trunk[5925]
2018-06-28 15:33:29 +00:00
Guillaume Lajarige
602c087c29
N°1528 Portal: Add support for SCSS files through the PortalUIExtension API (only CSS were supported)
...
SVN:trunk[5924]
2018-06-28 14:51:31 +00:00
Pierre Goiffon
97fa3ac3b3
Fix portal DE translation (thanks again Lars Hippler / Itomig !)
...
SVN:trunk[5919]
2018-06-28 07:15:39 +00:00
Vincent Dumas
2dbaf4dfa1
german translation for Graphique in Portal
...
SVN:trunk[5917]
2018-06-27 15:38:45 +00:00
Pierre Goiffon
5df9f38391
German translations update (many thanks Lars Hippler / Itomig !)
...
SVN:trunk[5916]
2018-06-27 15:14:19 +00:00
Guillaume Lajarige
61366b347d
Code cleanup
...
SVN:trunk[5900]
2018-06-22 12:46:30 +00:00
Guillaume Lajarige
edab6643f6
Portal: Add default width and decoration class to FilterBrick.
...
SVN:trunk[5899]
2018-06-22 12:34:02 +00:00
Guillaume Lajarige
f132d751f5
N°1303 Portal: ManageBrick lists are now ordered regarding the datamodel definition (//class/properties/order).
...
SVN:trunk[5887]
2018-06-15 14:00:28 +00:00
Guillaume Lajarige
62da90418a
Portal: Default object forms are now more like in the administration console instead of just having their fields one after another. (BETA!)
...
SVN:trunk[5881]
2018-06-15 09:16:36 +00:00
Guillaume Lajarige
52b6d399a0
Portal: Remove copyright from page footer.
...
SVN:trunk[5878]
2018-06-15 08:10:11 +00:00
Guillaume Lajarige
f210f63ec4
Portal: Change ManageBrick XML definition for tile & page display modes.
...
SVN:trunk[5877]
2018-06-15 08:09:12 +00:00
Guillaume Lajarige
272acdd8d3
Portal: Fix OQL exception in ManageBrick when grouping tabs on an attribute (instead of sub OQLs).
...
SVN:trunk[5874]
2018-06-14 15:10:14 +00:00
Guillaume Lajarige
5b3d7e2354
Portal: Fix missing parameter in new ScopeValidatorHelper::AddScopeToQuery() method. "Read" scope was always applied!
...
SVN:trunk[5872]
2018-06-14 14:38:48 +00:00
Guillaume Lajarige
189cefac1b
Portal: Forgot to commit generated CSS file.
...
SVN:trunk[5871]
2018-06-14 13:51:58 +00:00
Guillaume Lajarige
87d36914c4
Portal: Enhancements on ManageBrick badges UI.
...
SVN:trunk[5870]
2018-06-14 12:32:58 +00:00
Guillaume Lajarige
72e14805b1
Portal: Fix HTML tooltips in ManageBrick tiles.
...
SVN:trunk[5869]
2018-06-14 10:29:34 +00:00
Guillaume Lajarige
87e2f76793
Portal: Improvements on ManageBrick badge tiles UI.
...
SVN:trunk[5868]
2018-06-14 10:28:06 +00:00
Guillaume Lajarige
586cc1f003
Portal: Fix regression introduced in r5862.
...
SVN:trunk[5863]
2018-06-14 07:12:38 +00:00
Guillaume Lajarige
a77753cfef
Portal: Rework on ManageBrick to put D3/C3 in the portal core instead of using an external API.
...
SVN:trunk[5862]
2018-06-13 16:03:59 +00:00
Guillaume Lajarige
0727c9774b
Portal: Fixes on ManageBrick routes and display modes.
...
SVN:trunk[5860]
2018-06-13 15:21:45 +00:00
Guillaume Lajarige
cb19520b6b
N°1453 Portal: Fix regression introduced by previous change.
...
SVN:trunk[5854]
2018-06-11 15:22:12 +00:00
Guillaume Lajarige
2afc6d1c62
N°1453 Portal: Fix ajax filter on ManageBrick that was looking on "standard_search" zlist attributes instead of the brick fields.
...
SVN:trunk[5849]
2018-06-11 07:55:40 +00:00
Guillaume Lajarige
708858da39
Portal: Fix regression in FilterBrick that crashes when pointing on a ManageBrick.
...
SVN:trunk[5848]
2018-06-08 16:33:55 +00:00
Guillaume Lajarige
fe24eda4b4
N°1494 Portal: Fix images size on mosaic view. They could be too height sometimes.
...
SVN:trunk[5835]
2018-06-08 08:42:38 +00:00
Pierre Goiffon
e205d85728
Portal : new helper method to add scope to a DbSearch (moved from existing one in ManageBrick)
...
SVN:trunk[5822]
2018-05-30 16:44:23 +00:00
Guillaume Lajarige
3ad64d9823
N°1472 Portal: OQL optimization in ManageBrick when several UNIONs are used.
...
SVN:trunk[5812]
2018-05-23 15:00:41 +00:00
Bruno Da Silva
02315b8aa1
N°880: fix the bugfix [r5737]
...
- previous bugfix altered the cron frequency, this is not the desired behaviour, now the conf alter the lifetime of drafts's attachments
- apply for both inline images and attachments
SVN:trunk[5795]
2018-05-16 13:03:15 +00:00
Pierre Goiffon
56e5616080
N°1370 Portal badge : improve tile on low resolutions 2 (wooops pushed to soon)
...
SVN:trunk[5759]
2018-04-27 15:59:24 +00:00
Pierre Goiffon
6f7351ecc3
@@N°1370 Portal badge : improve tile on low resolutions
...
SVN:trunk[5758]
2018-04-27 15:53:34 +00:00
Pierre Goiffon
2be0250aee
N°1370 Portal badge : wooops forgot the .css as always :/
...
SVN:trunk[5744]
2018-04-26 13:08:43 +00:00
Pierre Goiffon
b2a3b10065
N°1370 Portal badge : tooltips for descriptions
...
SVN:trunk[5743]
2018-04-26 12:57:29 +00:00
Pierre Goiffon
22b181a8f7
N°1370 Portal badge : change some aligns + handle description correctly
...
SVN:trunk[5742]
2018-04-26 12:56:54 +00:00
Pierre Goiffon
71d07be646
N°1370 portal badges : number on top of the description and wider
...
SVN:trunk[5741]
2018-04-26 09:18:12 +00:00
Guillaume Lajarige
95e56e7148
Portal: Fix regression introduced in revision 5698.
...
SVN:trunk[5739]
2018-04-25 09:07:28 +00:00
Guillaume Lajarige
d8e3966825
Portal: Small CSS enhancements on ManageBrick.
...
SVN:trunk[5735]
2018-04-24 12:25:54 +00:00
Eric Espié
019542ff10
iTop 2.5.0 beta
...
SVN:trunk[5731]
2018-04-24 11:58:50 +00:00
Guillaume Lajarige
18bd0ae096
N°1405 Add support of AttributePhoneNumber which allows launch of phone application on click.
...
SVN:trunk[5698]
2018-04-19 15:56:11 +00:00
Pierre Goiffon
5d6ec4ce56
N°1370 ManageBrick charts tile : integrate CSS in portal.scss
...
SVN:trunk[5693]
2018-04-18 15:16:04 +00:00
Pierre Goiffon
804578e38d
N°1370 fix ManageBrick details export
...
SVN:trunk[5672]
2018-04-16 07:05:34 +00:00
Pierre Goiffon
885428627f
N°1370 fix Portal ManageBrick regression : can search again in table details view
...
SVN:trunk[5670]
2018-04-13 16:02:00 +00:00
Pierre Goiffon
24e669c65b
N°1370 Portal AggregatePageBrick : integrate dashboard brick extension
...
SVN:trunk[5644]
2018-04-12 14:28:41 +00:00
Pierre Goiffon
80e6ba2d96
N°1370 Portal ManageBrick : add "display_modes" XML node to set the display modes in brick tile and details views
...
SVN:trunk[5643]
2018-04-12 14:13:28 +00:00
Pierre Goiffon
d6e7309c34
N°1370 portal : add charts capacity to the ManageBrick (restore 2018-04-10 revisions : r5646)
...
SVN:trunk[5635]
2018-04-12 08:55:16 +00:00