Commit graph

319 commits

Author SHA1 Message Date
Bernhard Sirlinger
b8e0c11974
chore(deps): bump awesomplete from 1.1.4 to 1.1.5 (#9574)
Bumps [awesomplete](https://github.com/LeaVerou/awesomplete) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/LeaVerou/awesomplete/releases)
- [Changelog](https://github.com/LeaVerou/awesomplete/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/LeaVerou/awesomplete/compare/v1.1.4...v1.1.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-02-28 14:34:34 +05:30
Bernhard Sirlinger
da82949ee5
chore(deps): bump frappe-datatable from 1.14.0 to 1.15.1 (#9569)
Bumps [frappe-datatable](https://github.com/frappe/datatable) from 1.14.0 to 1.15.1.
- [Release notes](https://github.com/frappe/datatable/releases)
- [Commits](https://github.com/frappe/datatable/compare/v1.14.0...v1.15.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-02-28 12:33:49 +05:30
Bernhard Sirlinger
f5189119f4
chore(deps): bump vue and vue-template-compiler (#9568)
Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.6.8 to 2.6.11
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.11)

Updates `vue-template-compiler` from 2.6.8 to 2.6.11
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-02-28 12:20:07 +05:30
snyk-bot
42660d084b fix: .snyk & package.json to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-450202
2020-02-21 02:41:09 +00:00
Snyk bot
214a494a9d
fix: .snyk & package.json to reduce vulnerabilities (#9382)
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-450202
2020-01-31 10:29:31 +05:30
Andrew McLeod
07cedc581d feat: Optionally remove seconds from datetime (#8531)
* fix: Add updated datepicker; fixed seconds formatting bug.
Seconds between 0 and 9 were not zero-padded.

* feat: Add framework for time format

* feat: datetime server-side formatters.

* tests: Added server-side datetime formatter tests

* feat: Update client-side datetime formatters

* tests: Add Cypress client-side formatting tests.

* fix: JSON errors

* fix: Update to not hard-code admin password

* fix: Change to using bulk_update rather than the REST API

* tests: Use Custom doctype for testing, not Standard

* fix: Codacy style fixes

* fix: Commonify update_datetime_picker in date.js, datetime.js, time.js
Fix order of time_format in System Settings
Restore get_user_fmt in utils/datetime.js

* feat: Drastically reduce scale of Cypress testing (to make tests faster)
Full testing is possible by setting 'fast_mode' to false in the spec file.

* fix: Fix issues with datepicker/timepicker expansion

* fix: typo

* style: Various style fixes as requested by DeppSource: Python

* fix: Timepicker not hiding on 'now' button. Force hiding on click.

* style: Codacy style fixes.

* fix: Use datepicker from node_modules

* test: Refactor Datetime UI tests

- cy.get_field
- cy.set_value
- cy.insert_doc with ignore_duplicate
- Nominal datetime tests to cover most formats
- Formatting with prettier

* test: Datetime UI tests; wait for cur_frm.doc.datetime to update

* tests: Add whitespace to typed input

- Clear input only for Time field

* test: Wait timeout 200

* test: Fix form test

Co-authored-by: Faris Ansari <netchampfaris@users.noreply.github.com>
2019-12-25 14:54:28 +05:30
snyk-bot
194be49333 fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SHOWDOWN-469487
2019-11-04 23:06:38 +00:00
Faris Ansari
addc20cde4 fix: Update datatable 2019-09-29 22:42:05 +05:30
Shivam Mishra
935858ad29 feat: updated frappe charts to 1.3.0 2019-09-26 13:08:47 +05:30
Faris Ansari
f26c8895bd
feat: API to scan and get barcode from camera (#8415)
* feat: API to scan and get barcode from camera

- frappe.barcode.scan_barcode

* fix: Use cordova barcodeScanner in mobile app

* style: Undefined variable and no console
2019-09-14 15:14:03 +05:30
Shivam Mishra
e116895523 chore: updated frappe charts 2019-07-30 12:55:11 +05:30
deepeshgarg007
63b713bf09 fix: Upgrade datatable 2019-07-07 14:10:45 +05:30
Shivam Mishra
c27ecfd1de chore: updated frappe-charts 2019-07-03 19:30:37 +05:30
Faris Ansari
a4e86bce15
fix: Update datatable to 1.13.4 (#7762)
- Number compare
- Submit cell always
- Dropdown button background
2019-06-26 15:08:06 +05:30
Faris Ansari
4a66d5284e
Merge pull request #7408 from scmmishra/web-form-refactor
Web Form Refactor
2019-06-25 18:52:09 +05:30
Rushabh Mehta
5cf73c4390 fix(charts): bump frappe charts to 1.2.2 2019-06-17 17:33:18 +05:30
Shivam Mishra
bf24011cc4 Merge branch 'develop' of https://github.com/frappe/frappe into web-form-refactor 2019-06-13 10:46:08 +05:30
Shivam Mishra
8621c3776b update branch 2019-06-12 11:13:23 +05:30
deepeshgarg007
426fced81f fix: Upgrade frappe datatable 2019-06-11 16:17:28 +05:30
Shivam Mishra
7045942e8d refactor: use es6 imports for charts 2019-06-11 15:41:44 +05:30
Deepesh Garg
2ae48532be fix: Update frappe-datatable (#7580) 2019-05-29 10:07:23 +05:30
Shivam Mishra
c85b76aeaa Merge branch 'develop' of https://github.com/frappe/frappe into web-form-refactor 2019-05-23 19:42:39 +05:30
deepeshgarg007
7d49df12ce fix: Update frappe datatable 2019-05-23 15:16:29 +05:30
Shivam Mishra
d5b48b2330 chore: moved webform list class to a separate file 2019-05-22 13:29:27 +05:30
Faris Ansari
c07944c2c4 fix(rollup): Use terser instead of uglify 2019-04-26 15:52:58 +05:30
Faris Ansari
25316da863 fix(ReportView): Remember column widths 2019-04-24 12:53:59 +05:30
Faris Ansari
51d0607977
fix: Re-enable cypress test recording (#7319) 2019-04-20 11:45:55 +05:30
Rushabh Mehta
7817b4e03b
Merge pull request #7088 from karthikeyan5/raw-printing
feat(Raw Printing): Adding Support for qz-tray
2019-04-19 11:43:47 +05:30
Suraj Shetty
40978eed7c
Merge pull request #7296 from netchampfaris/report-filter-numeric-d
fix: Allow numeric filter without using =
2019-04-18 11:11:44 +05:30
Faris Ansari
106c35cd34
Merge branch 'develop' into new-upload 2019-04-16 23:57:45 +05:30
Faris Ansari
b1c0f663ba
Merge branch 'develop' into report-filter-numeric-d 2019-04-16 23:57:36 +05:30
Faris Ansari
7a7ac3b85f fix: Remove --record flag 2019-04-16 18:39:22 +05:30
karthikeyan5
70c256f81b feat(Raw Printing): Adding Support for qz-tray 2019-04-16 15:40:56 +05:30
Faris Ansari
012137d0eb fix: Allow numeric filter without using = 2019-04-16 13:49:39 +05:30
Faris Ansari
a5c6dbf3ed test: Add UI test for FileUploader 2019-04-13 15:29:32 +05:30
Frappe Bot
ba682c5f14 Merge branch 'master' into develop 2019-04-08 09:16:59 +00:00
Frappe Bot
629a5e502a Merge branch 'master' into develop 2019-04-07 09:03:27 +00:00
Faris Ansari
c054961c3b fix(QueryReport): Expand/Collapse all for tree 2019-04-05 17:23:55 +05:30
Faris Ansari
55ba40a71e feat(DataTable): Add not equals (!=) filter 2019-04-03 23:19:59 +05:30
Faris Ansari
3415335423 fix: Add fast-deep-equal as a dependency 2019-04-01 10:42:40 +05:30
Faris Ansari
406c829c51 fix: Add fast-deep-equal as a dependency 2019-04-01 10:37:53 +05:30
Faris Ansari
fd43685695 fix: Datatable fixes
- Remove minWidth limit
- Double click to resize to perfect width
2019-03-30 23:21:43 +05:30
Faris Ansari
da9ae10946 fix: Datatable fixes
- Remove minWidth limit
- Double click to resize to perfect width
2019-03-30 18:37:50 +05:30
Rushabh Mehta
18f1e4a5ca fix(node-sass): upgrade node-sass 2019-03-04 21:54:51 +05:30
Faris Ansari
d84ed2e115
fix: Update vue and regenerate yarn.lock file (#7015) 2019-03-04 16:36:49 +05:30
Prateeksha Singh
39ad843b3b feat(desk): DeskModuleBox, get some links if not set 2019-03-04 12:39:45 +05:30
Faris Ansari
12d6ef89d3 fix(snyk): Upgrade bootstrap and generate .snyk file 2019-03-02 15:40:28 +05:30
Faris Ansari
28d350adf3 fix: Update rollup-plugin-node-resolve 2019-02-26 23:02:42 +05:30
Faris Ansari
5a96fc70de Merge branch 'develop' of https://github.com/frappe/frappe into website-bootstrap-4 2019-02-20 19:25:25 +05:30
Aditya Hase
5e565dc92e refactor(recorder): Use vue-router 2019-02-19 21:58:56 +05:30