- May 13, 2016
-
-
Preexo authored
# Conflicts: # include/utils/utils.php
-
- Apr 27, 2016
-
-
-
Prasad authored
-
- Apr 26, 2016
-
-
Prasad authored
Fix for converted leads. refs #133 Something like this should fix #133. See merge request !44
-
Prasad authored
byte order mark hint for spreadsheets should fix #162 giving spreadsheets a hint for the encoding of the csv file See merge request !55
-
Prasad authored
treat end dates uitype 23 like other dates should fix #166 allowing end dates to be formatted correctly on reports. See merge request !57
-
Prasad authored
allow long emails to be stored intact fix #10 this is for inbound emails with a longish body, truncating HTML emails is very messy, so lets give a bit more space to store them. See merge request !53
-
Alan Bell authored
-
Alan Bell authored
-
Alan Bell authored
-
Prasad authored
only allow logins if the app unique key matches for the session fixes #56 by checking that the user who has an active session has one valid for this vtiger instance. See merge request !54
-
Alan Bell authored
-
- Apr 25, 2016
-
-
Alan Bell authored
-
- Apr 22, 2016
-
-
Prasad authored
-
Prasad authored
fixes quickcreate field ordering and anything else that needs all the fields for… … the module in the order they appear on the screen in blocks ref #115 See merge request !36
-
Prasad authored
Localize the installer This makes it possible for the admin to choose their preferred language in the first step of the installer. That choice applies to the rest of the installation process and is set as the default system language in the config file. Notes: * only the languages with a translated Install.php file will be presented for choosing * the locale for the default admin account is still being set to en-US for some reason * this doesn't update the templates used in the installer, which aren't fully localizable at the moment. See merge request !47
-
Prasad authored
Add lead convert event we need to know when a lead is converted so we can take various custom actions, but there isn't an event triggered ref #108 See merge request !32
-
Prasad authored
change the default media type to all so that printing is improved ref #127 setting the default media type means that css files get loaded on printing, specific @media changes might be worth doing to improve the printing layout but CSS files should be loaded by default unless they are explicitly not for a particular media type. See merge request !41
-
Prasad authored
Fix #126 just a proposal, idea taken from user preference edit js See merge request !43
-
- Apr 18, 2016
-
-
Preexo authored
-
- Apr 01, 2016
-
-
Preexo authored
-
- Mar 23, 2016
-
-
-
Prasad authored
-
- Mar 22, 2016
-
-
Prasad authored
fix #135 set default values on organisations/contacts/opportunities when converting leads sets the default values for fields before doing the mapped values from the lead conversion mapping. See merge request !48
-
- Mar 21, 2016
-
-
-
Prasad authored
-
- Mar 15, 2016
-
- Mar 10, 2016
-
- Mar 09, 2016
-
-
Alan Bell authored
-
- Mar 08, 2016
-
-
Prasad authored
Added support for Windows-125* character sets in CSV import. Excel still does not export CSV as UTF-8, using the 8-bit system character set instead, so support for these charsets comes in handy. This also updates the `convertCharacterEncoding()` function to be a bit smarter when choosing its backend. See merge request !46
-
Prasad authored
-
- Mar 07, 2016
-
-
Rimas Kudelis authored
This makes it possible for the admin to choose their preferred language in the first step of the installer. That choice applies to the rest of the installation process and is set as the default system language in the config file.
-
Rimas Kudelis authored
Excel still does not export CSV as UTF-8, using the 8-bit system character set instead, so support for these charsets comes in handy. This also updates the `convertCharacterEncoding()` function to be a bit smarter when choosing its backend.
-
Rimas Kudelis authored
-
- Mar 04, 2016
-
-
Alan Lord authored
-