Commit Graph

888 Commits

Author SHA1 Message Date
Vitaliy
2056c7812f update link for knowledgebase
the link to the knowledgebase has changed
2019-11-14 18:44:18 +05:30
Manish Verma
7b257a0e20 Updated Readme.md 2019-05-15 13:00:56 +02:00
Manish Verma
4addd1e9c6 composer update 2019-04-19 14:37:37 +05:30
Manish Verma
9eabcacfa7 Update .travis.yml
Fixed phpunit path to pick from vendor
2019-04-19 14:27:17 +05:30
Manish Verma
e94cc7cfce v1.10.6 updates 2019-04-19 14:27:08 +05:30
Manish Verma
b11a4f6649 v1.10.5 updates
update

Fixes testclasses

Apply fixes from StyleCI

Update .travis.yml

Revert "Update .travis.yml"

This reverts commit 462dd1cb44402f6cbcb516ff17e48d1d562e98e2.
2019-04-10 15:25:24 +05:30
Manish Verma
c4247368c8 v1.10.4 build updates 2018-11-23 10:14:52 +05:30
Manish Verma
8ba9220de4 Updated travis configuration
Encrypted slack token for build notification from travis
2018-11-23 10:02:31 +05:30
Manish Verma
228e40bc8f v1.10.3 build updates 2018-11-16 12:42:44 +05:30
Manish Verma
68abccef28 Apply fixes from StyleCI 2018-11-16 12:42:44 +05:30
Manish Verma
45b2a2e8f6 Plugin updates
Updated faveodate method to work with old configuration
2018-11-16 12:42:44 +05:30
Manish Verma
0a9da8d404 Temp updates 2018-11-16 12:42:44 +05:30
Manish Verma
aa6d74052c Apply fixes from StyleCI 2018-11-16 12:42:44 +05:30
Manish Verma
1e7a891d3a Plugin updates
* Changed plugin settings to activate and deactivate plugin by removing update process for config/app.php file.
* Changed plugin ServiceProvider registration technique by removing hard coded code in AppServiceProvider. Now We are registering all plugins's ServiceProvider classes avaliable for active plugins with status as 1 in plugins table in database. It provides more dynaamicity to developers so they need not to worry about registering their custom plugin's ServiceProvider.
2018-11-16 12:42:44 +05:30
Manish Verma
7dbeaafe16 Bug fix patch
Fixed deleting SLA results in the error. #714
2018-11-16 12:42:44 +05:30
Manish Verma
f2070a93c6 Updated isInstall() method
Updated inInstall herlper method to check value of install from config data as env(DB_INSTALL) returns null in some system
2018-11-16 12:42:44 +05:30
Manish Verma
2d90d56fcb Apply fixes from StyleCI 2018-11-16 12:42:44 +05:30
Manish Verma
6d8f391d30 Removed dd() statement
Removed dd() statement in catch block of ForgotPasswordController to fix issue #712
2018-11-16 12:42:44 +05:30
Manish Verma
83e228fa3b Added Spanish translation files 2018-11-16 12:42:44 +05:30
Manish Verma
58711e180a Updated Readme.md
Added Slack joining link for community workspace
2018-10-15 13:25:08 +05:30
Manish Verma
1cd342924c Apply fixes from StyleCI 2018-10-15 13:18:51 +05:30
Manish Verma
6a3d093b4c Fixed outgoing mails disabled issue
Fixed language

Fixed languag and email create/edit issue

v1.10.2 build updates

Fixed codacy issues
2018-10-15 13:18:51 +05:30
Manish Verma
ac4e053c2d Fixed agent department ticket visibility issue 2018-10-15 13:18:51 +05:30
Manish Verma
e5f9bb0142 Fixed grammatical errors in release notes 2018-09-19 15:44:43 +05:30
Manish Verma
134a7b2d6e Apply fixes from StyleCI 2018-09-19 15:44:43 +05:30
Manish Verma
a88c8199c9 API issue fix
Fixed ticket response data does not show correct due date(temp fix)
2018-09-19 15:44:43 +05:30
Manish Verma
00a7111421 v1.10.1 build updates
- Fixed API issues
- Updated release notes and readme files
- Updated dummy database files
- dumped composer to with --no-dev to ignore dev dependency

- ignored tests directory and phpunit.xml while downloading compressed archives of the repo
2018-09-19 15:44:43 +05:30
Manish Verma
97e45c8a9f Added error reporting in Readme.md
Added a new section for error reporting requesting developers to disable Bugsnag reporting for their development environment.
2018-09-19 15:44:43 +05:30
Manish Verma
1e76774a24 Demo database update 2018-09-19 15:44:43 +05:30
Manish Verma
2ebf32b96e Bug fix patch
- Fixed Session::set issue reported on Bugnsag

added exapmle.env again
2018-09-19 15:44:43 +05:30
Manish Verma
eba2c987a2 v1.10.1 updates 2018-09-19 15:44:43 +05:30
Manish Verma
190f6500c2 Security update
- Changes status change url method to post for preventing CSRF attacks for ticket status manipluation
- Fixed delete forever functionality
2018-09-19 15:44:43 +05:30
Manish Verma
bacb5137da Change owner issue fixed
Fixed issue with change owner when using the system with PHP7.2
2018-09-19 15:44:43 +05:30
Manish Verma
1102f356d7 Apply fixes from StyleCI 2018-09-19 15:44:43 +05:30
Manish Verma
8894a5bdb0 Bug fix ticket listing
Agents are not able to view their tickets since last release due to a call to a model which does not exist.
2018-09-19 15:44:43 +05:30
Manish Verma
dc09774235 Apply fixes from StyleCI 2018-09-19 15:44:43 +05:30
Manish Verma
e9650156bb Bug Fixes
- Fixed loging method in CommonmailController
- Fixed mail config file
- Fixed attachment variable initalization in MailController
- Fixed sendEmail() method in PhpMailController passing empty array as default value for $template_variables
- Fixed Bugsnag reported issue for sendmail() which is happening for reports
2018-09-19 15:44:43 +05:30
Manish Verma
426a285431 Travis DB setup
- Added testing setup command for configuring testing db and environment
- Updated travis.yml to use MySQL service

Apply fixes from StyleCI

added user to access db in travis.yml

updates

updates

Apply fixes from StyleCI
2018-09-19 15:44:43 +05:30
Manish Verma
6742e13d81 Composer update
* updated Laravel to v5.6.38
* Added laravel tinker in dev dependencies
2018-09-19 15:44:43 +05:30
Manish Verma
be4b1231b6 Added Art logo in CLI installer 2018-09-19 15:44:43 +05:30
Manish Verma
7ceab26988 Added phpunit.bat
Added phpunit batch file to run unit tests in windows machines
2018-09-19 15:44:43 +05:30
Manish Verma
0e2168ed96 Update ASCII art logo
Updated ASCII art logo in
- Readme.md
- Release-notes.txt
2018-09-19 15:44:43 +05:30
Manish Verma
f2f3ad330e Fixed issue in report 2018-09-19 15:44:43 +05:30
Manish Verma
d4a2529ce7 Updated travis.yml
allowed notification for successful build (just to feel good)
2018-09-19 15:44:43 +05:30
Manish Verma
4a62687b4e Apply fixes from StyleCI 2018-09-19 15:44:43 +05:30
Manish Verma
767ab8e8b7 Fixed testcases run condition
Fixed issue with running testcases
Added file permission check in Probe.php for storage and bootstrap directories.
Named route bugs fixed reported on bugsnag
2018-09-19 15:44:43 +05:30
Manish Verma
fab082a5cc Integrated Slack Channel for travis 2018-09-19 15:44:43 +05:30
Manish Verma
b288ec57a3 Bug fix patches
- Added language translation words in langusge files
- Updated bugsnage API key
- Fixed PHP7.2 issues in organization view and ticket reply reading
2018-09-19 15:44:43 +05:30
Manish Verma
334a7a8299 Installer updates 2018-09-19 15:44:43 +05:30
Manish Verma
e0436b7757 Inital commit for unit test configuration 2018-09-19 15:44:43 +05:30