Romain Quetiez
8a913a18cf
Cosmetics. Simplified the warning about editing the configuration file. No need to mention which sections can be edited, since ALL other sections have been moved out from the configuration file (includes and dictionnaries).
...
SVN:trunk[4475]
2016-11-08 16:36:53 +00:00
Romain Quetiez
44e329c38d
Cleanup of unused and possibly confusing XML markup (parent node under class/presentation/details). Thanks to D. Gumble for reporting this.
...
SVN:trunk[4463]
2016-10-21 14:14:20 +00:00
Guillaume Lajarige
f62f087bcc
#475 Portal : Could not upload attachments on IE9.
...
SVN:trunk[4457]
2016-10-14 09:56:45 +00:00
Guillaume Lajarige
2b4b0fed83
Portal : Final touch to AllowedOrganizations by settings ignore_silos to true for ServiceFamily/Service/ServiceSubcategory on the default portal configuration
...
SVN:trunk[4449]
2016-10-07 09:39:34 +00:00
Romain Quetiez
fe6ae6f2eb
N.434 Optimized the DB queries. As an example, the query that shows the service catalog in the enhanced customer portal is now made of 5 nodes (at the class level) whereas it used to be made of 11 nodes... for the exact same results. This optimization impacts almost each queries built by iTop. The expected benefit can insignificant or not, depending on the cardinality of the data, the datamodel and the original OQL queries. We found one case where the query execution would apparently never end and it takes now less than a second. The risk with such a change is that is affects most of the queries built by iTop -requires testing!
...
SVN:trunk[4448]
2016-10-07 08:45:24 +00:00
Guillaume Lajarige
2fa68a3abc
Portal : Deadline attributes not displayed properly in ManageBrick
...
SVN:trunk[4431]
2016-09-30 12:50:32 +00:00
Guillaume Lajarige
f3053c39c2
Portal : Allowed Organizations part for action rules.
...
SVN:trunk[4428]
2016-09-30 08:47:43 +00:00
Guillaume Lajarige
c7ac39b86a
Portal : ManageBrick crashing when displaying an abstract class with child classes attributes
...
SVN:trunk[4426]
2016-09-30 07:12:16 +00:00
Guillaume Lajarige
56ade2b44c
Removed debug traces for AllowAllData
...
SVN:trunk[4422]
2016-09-27 13:04:16 +00:00
Guillaume Lajarige
954ba60611
Portal : Caching TWIG templates to improve performances
...
SVN:trunk[4420]
2016-09-27 12:29:25 +00:00
Guillaume Lajarige
f9a984f3e4
#1334 Portal : Sorting objects on BrowseBrick regarding the all classes' default order and not the first class' order only. (For example the services catalog might appear as sorted on the first column but not the second one)
...
SVN:trunk[4418]
2016-09-27 08:18:14 +00:00
Guillaume Lajarige
a34747f893
Portal : Missing AllDataAllowed
...
SVN:trunk[4412]
2016-09-23 13:58:08 +00:00
Guillaume Lajarige
4dd6c813b1
Portal : Typo
...
SVN:trunk[4411]
2016-09-23 13:37:45 +00:00
Guillaume Lajarige
8e96094977
Portal : Allowed Organizations Part II. Made sur that the AllowAllData flag was passed everywhere it was necessary, only when it was necessary. This has been tested but needs MORE testing !
...
SVN:trunk[4409]
2016-09-22 09:30:12 +00:00
Guillaume Lajarige
dd41ebf861
Portal : Preserve debug parameter through urls
...
SVN:trunk[4408]
2016-09-22 09:24:07 +00:00
Guillaume Lajarige
f732df751c
Portal : Renamed <ignore_allowed_organizations> to <ignore_silos> for a more generic aproch
...
SVN:trunk[4406]
2016-09-20 14:41:56 +00:00
Guillaume Lajarige
acfab8fb63
Portal : Allowed Organizations can now be applied on the portal scopes. Just set the <ignore_allowed_organizations> to true under the concerned <scope> tag.
...
SVN:trunk[4405]
2016-09-20 14:22:04 +00:00
Guillaume Lajarige
05f97dd75f
Portal : Optimized column load in ManageBrick and BrowseBrick to improve performances
...
SVN:trunk[4396]
2016-09-13 08:47:24 +00:00
Guillaume Lajarige
d48f76e965
Portal : Added Location scope to standard portal configuration because of the implementation of r4380
...
SVN:trunk[4382]
2016-09-06 09:30:10 +00:00
Guillaume Lajarige
a025c95054
Portal : External keys OQL now intersect with scopes in forms!
...
SVN:trunk[4380]
2016-09-06 07:04:24 +00:00
Guillaume Lajarige
b2fa9c468f
Portal : Added a new mode "apply_stimulus" for forms. This allows to add flags to attributes that are prompt during transitions.
...
SVN:trunk[4378]
2016-09-05 14:29:05 +00:00
Guillaume Lajarige
88e7bd225c
Portal : Updated inline documentation of UserProfile brick's <fields /> tag for easiest comprehension.
...
SVN:trunk[4370]
2016-09-02 12:16:57 +00:00
Guillaume Lajarige
32dc1225ca
Portal : Fixed search on enum & finalclass as well as display value of enum and html images in lists. Also Fixed display of friendlyname in lists, which was not behaving well on abstract class when the it was composed of several fields in the child classes.
...
SVN:trunk[4364]
2016-09-01 10:29:04 +00:00
Guillaume Lajarige
2b35cf5047
Portal : IE9 fixes
...
- Remaining console.log() inthe field_set.js file
- Missing zoom-in / zoom-out mouse cursors on a object images (They are actually not available on IE9, so I put a pointing hand instead)
- Missing pointer cursors on CaseLog field collapsers
SVN:trunk[4362]
2016-08-31 15:59:09 +00:00
Guillaume Lajarige
c5957f1146
Portal : Fixed a regression introduced by r4324 causing HTML entities on the browse brick.
...
SVN:trunk[4353]
2016-08-29 07:27:29 +00:00
Guillaume Lajarige
b357e7d7d6
Portal : Enhanced and refactored error feedback on ExternalKey / LinkedSet / CustomFields fields
...
SVN:trunk[4352]
2016-08-25 15:21:33 +00:00
Guillaume Lajarige
e7342b0eb8
Portal : Request template list fields now have the autocomplete option.
...
SVN:trunk[4351]
2016-08-25 13:52:41 +00:00
Guillaume Lajarige
f33f4e3406
Portal : Request template list fields now have the lookup/search option. (Autocomplete is still to be implemented!)
...
SVN:trunk[4350]
2016-08-25 13:11:34 +00:00
Guillaume Lajarige
df1d10f1cb
#1299 Portal : "Oops, could not load data" when creating request in Full ITIL instance when running PHP7. Cause was that PHP7 isn't able to understand the factory method invocation synthax, had to make it more simple with intermediate steps.
...
SVN:trunk[4336]
2016-08-23 11:23:12 +00:00
Guillaume Lajarige
d1dd60f928
#1281 Portal : Fixed a few hardcoded strings to dictionnaries
...
SVN:trunk[4335]
2016-08-23 09:25:13 +00:00
Guillaume Lajarige
17703ce572
Portal : Fixed a bug on the default configuration that was displaying only UserRequest in the Closed requests brick instead of both UserRequest and Incident objects.
...
SVN:trunk[4333]
2016-08-22 14:55:57 +00:00
Guillaume Lajarige
6d556249aa
#1284 : Fixed portal issue when trying to re-open a ticket as a portal user. Cause was that the destination state had "must prompt" attributes that were all "read only" for the current user, making the entire form "read only" and therefore removing "submit" button. The user was the not able to complete the transition. Fix consists of skipping the form when all attributes are "read only" for the user.
...
Also :
- Refactored a portion of TWIG (Loader is now in an helper TWIG)
- Placed transition buttons to the right with the submit one as it was confusing
SVN:trunk[4332]
2016-08-22 14:51:10 +00:00
Guillaume Lajarige
16b5db448b
#1281 : Service catalog brick had 2 hardcoded headers ("Service" and "Sous-Service")
...
SVN:trunk[4330]
2016-08-11 10:00:49 +00:00
Denis Flaven
22c647e3f8
Cleanup a Notice message: align the prototype of DBDeleteSingleObject to the current one.
...
SVN:trunk[4326]
2016-08-11 09:38:14 +00:00
Denis Flaven
bf94dfa894
Bug fix: support the display of HTML fields in the lists in the new portal.
...
SVN:trunk[4324]
2016-08-11 09:28:23 +00:00
Guillaume Lajarige
43d3cfefb5
Portal : Removed console.log to prevent crashes on IE9
...
SVN:trunk[4323]
2016-08-11 08:55:38 +00:00
Denis Flaven
12b27778f5
Bug fix: properly disable the configuration editor in demo mode! (Regression)
...
SVN:trunk[4310]
2016-07-27 09:50:40 +00:00
Denis Flaven
babcd6a92a
Increased version number of the module to 1.0.1 to reflect the change related to revision 4300 (support of custom controller in a brick).
...
SVN:trunk[4308]
2016-07-26 08:15:42 +00:00
Guillaume Lajarige
359c188089
Customer portal : Added possibility to give a controller action for a brick tile. This allows to use some logic in order to make a specific render relying for example on DB dataobjects
...
SVN:trunk[4300]
2016-07-08 09:32:43 +00:00
Denis Flaven
6682eafb4d
Oops, missing on Czech translation file.
...
SVN:trunk[4297]
2016-07-07 09:48:13 +00:00
Guillaume Lajarige
1013cbc22f
Customers portal : Added generated css files to the SVN
...
SVN:trunk[4290]
2016-07-05 14:47:45 +00:00
Romain Quetiez
12c64bd6e5
Internal: enable/disable data localization
...
SVN:trunk[4289]
2016-07-05 14:44:08 +00:00
Denis Flaven
e7adf6559f
Updated Czech translation, thanks to Lukáš Dvořák !
...
SVN:trunk[4281]
2016-07-05 10:10:23 +00:00
Guillaume Lajarige
7330154dd0
Customers portal : Fixed css glitch on portal instances menu
...
SVN:trunk[4274]
2016-07-01 10:48:02 +00:00
Guillaume Lajarige
41bee2b9b2
Customers portal : Home page template could not be override since template refactoring
...
SVN:trunk[4270]
2016-07-01 06:43:14 +00:00
Guillaume Lajarige
41556ba00b
Customers portal : Final touches on portal configuration
...
SVN:trunk[4269]
2016-06-30 12:07:17 +00:00
Guillaume Lajarige
c44284dc3c
Customers portal : Fixed a bug in UserRequest edition form that prevented user to submit. Validation method was returning false on reoslution_code. Fix was to not check validators on empty && none mandatory fields (on both client and server sides).
...
SVN:trunk[4265]
2016-06-29 08:58:19 +00:00
Guillaume Lajarige
0ac9e21e5e
Customers portal : Fixed dynamic tiles on home page APIs
...
SVN:trunk[4264]
2016-06-28 11:05:29 +00:00
Guillaume Lajarige
17abb729e1
Customers portal : Fixed a bug in BrowseBrick APIs. Calls to static functions were made as $this->
...
SVN:trunk[4263]
2016-06-28 09:10:10 +00:00
Guillaume Lajarige
71f3313070
Customers portal : Comment for context tag
...
SVN:trunk[4260]
2016-06-23 15:03:18 +00:00