[Vtigercrm-developers] updates on roadmap

Uma S uma.s at vtiger.com
Thu Jul 23 10:30:56 GMT 2020


HI Nilay,

Thanks! for your valuable time on validation, I started reviewing all the
reported issues.

We will soon be upgrading the shared instance.

On Thu, Jul 23, 2020 at 2:59 PM nilay khatri <nilay.spartan at gmail.com>
wrote:

> Plenty of other issues with Documents, have spent 1 hr going through
> various tits and bits on top of my mind and cross checking on 7.3.
>
> Have reported findings of today on git.
>
> On Thu, Jul 23, 2020 at 2:46 PM Uma S <uma.s at vtiger.com> wrote:
>
>> Hi Alan,
>>
>> I debugged through the issue you have reported on Documents file preview.
>> Where I noticed that it was not reproducible locally.
>>
>> Root cause for this is Server configuration, Where on the demo server
>> short_open_tag is turned 'On'. Due to which Image validation was broken and
>> failed to upload a few files. Whereas standard vtiger setup configuration
>> expects the short_open_tag to be turned 'Off'.
>>
>> Now i have addressed this issue, Please do re-check now image uploads and
>> Download should work fine.
>>
>> We are re-checking the server configurations on the demo server, I will
>> update soon on the upgraded beta setup with standard configuration.
>>
>> On Thu, Jul 23, 2020 at 2:45 AM Garry Brighton <garryatbrighton at gmail.com>
>> wrote:
>>
>>> Go through the mess right before publishing 7.3? Are you guys doing the
>>> same with the cloud version?
>>> Disrespect sticks here
>>>
>>> G
>>>
>>> On Wed, Jul 22, 2020 at 9:57 PM Uma S <uma.s at vtiger.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> Thanks! for the input.
>>>>
>>>> As I tagged this as a beta instance, do expect the bugs around.
>>>> Internal validation is also going on simultaneously and will go through
>>>> them.
>>>>
>>>> Please do keep reporting the issues as you found them, Anyone got a
>>>> chance to validate web service?
>>>>
>>>> On Wed, Jul 22, 2020 at 8:21 PM Uma S <uma.s at vtiger.com> wrote:
>>>>
>>>>> Hi Ruben,
>>>>>
>>>>> Sorry! Maybe not as there are too many things piled for validation and
>>>>> release related tasks, will make this for next release.
>>>>>
>>>>> On Tue, Jul 21, 2020 at 11:13 PM Rubén A. Estrada Orozco <
>>>>> rulotec1 at gmail.com> wrote:
>>>>>
>>>>>> I suspect mass edition delete won't be available in 7.3 Uma?
>>>>>> Saludos
>>>>>>
>>>>>> Rubén
>>>>>>
>>>>>>
>>>>>> On Tue, Jul 21, 2020 at 10:47 AM nilay khatri <
>>>>>> nilay.spartan at gmail.com> wrote:
>>>>>>
>>>>>>> Says powered by 7.2.1 ?
>>>>>>>
>>>>>>> On Tue, Jul 21, 2020 at 1:27 PM Uma S <uma.s at vtiger.com> wrote:
>>>>>>>
>>>>>>>> Dear Developer,
>>>>>>>>
>>>>>>>> We have set up a beta instance for 7.3 source validation, Please do
>>>>>>>> access the instance <https://demo.vtiger.com/beta_os/> here and
>>>>>>>> report the issues on code.vtiger.com with label
>>>>>>>> "*7.3 Validation"*
>>>>>>>>
>>>>>>>> *Instance credentials:*
>>>>>>>> username : admin
>>>>>>>> Password : admin
>>>>>>>>
>>>>>>>> On Wed, Jul 15, 2020 at 11:13 PM Uma S <uma.s at vtiger.com> wrote:
>>>>>>>>
>>>>>>>>> That's a cool idea Tony. Thank you!
>>>>>>>>>
>>>>>>>>> Will set up the instance and share the details soon.
>>>>>>>>>
>>>>>>>>> On Tue, Jul 14, 2020 at 12:24 PM Tony Sandman <
>>>>>>>>> tonysandman999 at gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Uma, wouldn't it be easier to set  RCA instance so volunteers can
>>>>>>>>>> sniff online and link issues to the optimised environment on which you
>>>>>>>>>> develop the code?
>>>>>>>>>>
>>>>>>>>>> T.
>>>>>>>>>>
>>>>>>>>>> On Mon, Jul 13, 2020 at 4:44 PM Uma S <uma.s at vtiger.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Dear Developer,
>>>>>>>>>>>
>>>>>>>>>>> Sorry! for the late reply.
>>>>>>>>>>>
>>>>>>>>>>> As I am away for a few days on personal work, I am not able to
>>>>>>>>>>> catch up with the community.
>>>>>>>>>>>
>>>>>>>>>>> Yes! has been discussed in the previous thread. We have many
>>>>>>>>>>> things listed for validation and few important security bugs to address
>>>>>>>>>>> pre-release which has delayed the process.
>>>>>>>>>>>
>>>>>>>>>>> We are now into the Validation process for the RCA build.
>>>>>>>>>>> Planning for release by this month ends.
>>>>>>>>>>>
>>>>>>>>>>> Alan! Thanks, for your reference to Linter. We will surely try
>>>>>>>>>>> to include this in our process.
>>>>>>>>>>>
>>>>>>>>>>> I would like to request the help from the community in the
>>>>>>>>>>> validation process. We have created a new label as "*7.3
>>>>>>>>>>> Validation"* please do mark any validation issue with this
>>>>>>>>>>> label under 7.3 milestone.
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Jul 8, 2020 at 1:57 AM Rubén A. Estrada Orozco <
>>>>>>>>>>> rulotec1 at gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I see. That would be great.
>>>>>>>>>>>>
>>>>>>>>>>>> I've noticed that many vtiger files have a combination of tabs
>>>>>>>>>>>> and 4x white_space. The problem is when you look at the files in GitLab,
>>>>>>>>>>>> because it renders them with a different length. So the indentation looks
>>>>>>>>>>>> ugly.
>>>>>>>>>>>> I've also seen instances of dead code (including functions).
>>>>>>>>>>>>
>>>>>>>>>>>> I hope vtiger pays attention to this.
>>>>>>>>>>>>
>>>>>>>>>>>> Saludos
>>>>>>>>>>>>
>>>>>>>>>>>> Rubén
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Jul 7, 2020 at 12:24 PM Alan Lord <alanslists at gmail.com>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> On 07/07/2020 16:45, Rubén A. Estrada Orozco wrote:
>>>>>>>>>>>>> > sounds good.
>>>>>>>>>>>>> >   I wonder what they mean by the feture: "Prevent broken
>>>>>>>>>>>>> code from being
>>>>>>>>>>>>> > uploaded to master branches". I guess it's just syntax
>>>>>>>>>>>>> errors.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Nope - you can set up all sorts of parameters depending on the
>>>>>>>>>>>>> linter.
>>>>>>>>>>>>>
>>>>>>>>>>>>> For example it can look for things like:
>>>>>>>>>>>>>
>>>>>>>>>>>>> * whitespace (tab, spaces etc...),
>>>>>>>>>>>>> * line endings (/r vs /r/n),
>>>>>>>>>>>>> * where "{" should be placed.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Plus syntax of course. And also variables not being declared
>>>>>>>>>>>>> or not
>>>>>>>>>>>>> used, object method signatures, methods not being used,
>>>>>>>>>>>>> methods declared
>>>>>>>>>>>>> more than once... They can be very comprehensive.
>>>>>>>>>>>>>
>>>>>>>>>>>>> It's not just about catching some bugs but also about
>>>>>>>>>>>>> consistency too.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Cheers
>>>>>>>>>>>>>
>>>>>>>>>>>>> Al
>>>>>>>>>>>>>
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> http://www.vtiger.com/
>>>>>>>>>>>>
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> http://www.vtiger.com/
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> With
>>>>>>>>>>> Best Regards
>>>>>>>>>>> Uma.S
>>>>>>>>>>> Vtiger Team
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> http://www.vtiger.com/
>>>>>>>>>>
>>>>>>>>>> _______________________________________________
>>>>>>>>>> http://www.vtiger.com/
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> With
>>>>>>>>> Best Regards
>>>>>>>>> Uma.S
>>>>>>>>> Vtiger Team
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> With
>>>>>>>> Best Regards
>>>>>>>> Uma.S
>>>>>>>> Vtiger Team
>>>>>>>> _______________________________________________
>>>>>>>> http://www.vtiger.com/
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> http://www.vtiger.com/
>>>>>>
>>>>>> _______________________________________________
>>>>>> http://www.vtiger.com/
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> With
>>>>> Best Regards
>>>>> Uma.S
>>>>> Vtiger Team
>>>>>
>>>>
>>>>
>>>> --
>>>> With
>>>> Best Regards
>>>> Uma.S
>>>> Vtiger Team
>>>> _______________________________________________
>>>> http://www.vtiger.com/
>>>
>>> _______________________________________________
>>> http://www.vtiger.com/
>>
>>
>>
>> --
>> With
>> Best Regards
>> Uma.S
>> Vtiger Team
>> _______________________________________________
>> http://www.vtiger.com/
>
> _______________________________________________
> http://www.vtiger.com/



-- 
With
Best Regards
Uma.S
Vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20200723/788eae54/attachment-0001.html>


More information about the vtigercrm-developers mailing list