Commits on Source (51)
-
Prasad authored060d5325
-
Prasad authored18b2a3a4
-
Prasad authored89d188da
-
Prasad authored3e896e2f
-
Prasad authoreda91a7586
-
Prasad authored6f43fead
-
Prasad authored93af9867
-
Prasad authored6434fc6b
-
Christian Cruz authoredc10e5e72
-
Christian Cruz authoredd649272e
-
Prasad authored
Fix date comparison bug to get reminders See merge request vtiger/vtigercrm!890
e830c9a1 -
Prasad authored
#1772 Fix height modal (Convert lead) See merge request vtiger/vtigercrm!891
57a467af -
Prasad authored
Fire event when lead conversion modal has been displayed See merge request vtiger/vtigercrm!892
295137ca -
Prasad authoredbff36081
-
Prasad authored2d4494b0
-
Prasad authored7e109d76
-
Prasad authored3e3be6db
-
Prasad authored
Fixes #408: PHP composer support. See merge request vtiger/vtigercrm!896
cae995d8 -
Prasad authored272c4962
-
Prasad authored1dcfb172
-
amit r authored6d5c906f
-
Prasad authored03019468
-
Prasad authoredefe434e6
-
Prasad authored5c9d918f
-
Prasad authored67770d18
-
Prasad authoredc5e616d4
-
Prasad authored749cc9db
-
Prasad authored11a6365b
-
Prasad authored9b1dc4f1
-
amit r authored29c714c9
-
Prasad authored6018064d
-
Prasad authored3edabed4
-
Ruben Estrada authored
#1777 fixes bug that generated empty reference fields for records created via workflow when target and source module are the same
c3861257 -
Ruben Estrada authored
#1777 fixes bug that copied empty field contents for non-reference fields when target and source module are the same.
720a2c1c -
Ruben Estrada authored
#1579 fix bug that prevented adding the *Organization Name* (reference to account) when creating a ticket from a workflow
95750d25 -
Prasad authored97e24dab
-
Prasad authored
fix for issue #1579 See merge request vtiger/vtigercrm!899
bb03eb5e -
Prasad authored
fixes issue #1777 Closes #1777 See merge request vtiger/vtigercrm!898
3bf0fa61 -
Prasad authored
V-156500377::Amit::Reports Permission check in selected_fields See merge request vtiger/vtigercrm!897
f41446eb -
Prasad authored303d8a6c
-
Prasad authored317f9ca8
-
Prasad authoredbfde781d
-
Prasad authoredb5e62e3b
-
Prasad authored232a442a
-
Prasad authorede744ee69
-
Prasad authoreda636669f
-
Prasad authored02e53c51
-
Prasad authored24373102
-
Prasad authoredb95ec5f3
-
Prasad authoredb1ad0de4
-
Prasad authoreddeb9c2c5
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- README.md 4 additions, 4 deletionsREADME.md
- composer.json 26 additions, 0 deletionscomposer.json
- composer.lock 269 additions, 0 deletionscomposer.lock
- config.php 5 additions, 0 deletionsconfig.php
- data/CRMEntity.php 3 additions, 3 deletionsdata/CRMEntity.php
- include/QueryGenerator/QueryGenerator.php 1 addition, 1 deletioninclude/QueryGenerator/QueryGenerator.php
- include/Webservices/Create.php 1 addition, 1 deletioninclude/Webservices/Create.php
- include/Webservices/Revise.php 1 addition, 1 deletioninclude/Webservices/Revise.php
- include/Webservices/Update.php 1 addition, 1 deletioninclude/Webservices/Update.php
- include/Webservices/VTQL_Lexer.php 1 addition, 1 deletioninclude/Webservices/VTQL_Lexer.php
- include/Webservices/VTQL_Parser.php 11 additions, 11 deletionsinclude/Webservices/VTQL_Parser.php
- include/Webservices/WebserviceField.php 1 addition, 1 deletioninclude/Webservices/WebserviceField.php
- include/Zend/Crypt.php 0 additions, 168 deletionsinclude/Zend/Crypt.php
- include/Zend/Crypt/DiffieHellman.php 0 additions, 380 deletionsinclude/Zend/Crypt/DiffieHellman.php
- include/Zend/Crypt/DiffieHellman/Exception.php 0 additions, 36 deletionsinclude/Zend/Crypt/DiffieHellman/Exception.php
- include/Zend/Crypt/Exception.php 0 additions, 35 deletionsinclude/Zend/Crypt/Exception.php
- include/Zend/Crypt/Hmac.php 0 additions, 181 deletionsinclude/Zend/Crypt/Hmac.php
- include/Zend/Crypt/Hmac/Exception.php 0 additions, 36 deletionsinclude/Zend/Crypt/Hmac/Exception.php
- include/Zend/Crypt/Math.php 0 additions, 102 deletionsinclude/Zend/Crypt/Math.php
Some changes are not shown.
For a faster browsing experience, only 20 of 1000+ files are shown. Download one of the files below to see all changes.
.gitignore
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "vtiger/vtigercrm", | ||
"description": "Vtiger CRM", | ||
"type": "project", | ||
"license": "VPL", | ||
"authors": [ | ||
{ | ||
"name": "Vtiger", | ||
"email": "info@vtiger.com" | ||
} | ||
], | ||
"autoload": { | ||
"files": ["includes/Loader.php"] | ||
}, | ||
"minimum-stability": "stable", | ||
"require": { | ||
"php": ">=7.2.0", | ||
"ext-mysqli": "*", | ||
"ext-imap": "*", | ||
"ext-curl": "*", | ||
"smarty/smarty": "^4.3", | ||
"dg/rss-php": "^1.5", | ||
"ezyang/htmlpurifier": "^4.16", | ||
"tecnickcom/tcpdf": "^6.6" | ||
} | ||
} |
composer.lock
0 → 100644
include/Zend/Crypt.php
deleted
100755 → 0
include/Zend/Crypt/DiffieHellman.php
deleted
100755 → 0
include/Zend/Crypt/Exception.php
deleted
100755 → 0
include/Zend/Crypt/Hmac.php
deleted
100755 → 0
include/Zend/Crypt/Math.php
deleted
100755 → 0