Bernhard Sirlinger
a5bf88247c
chore(deps-dev): bump less from 3.9.0 to 3.11.1 ( #9576 )
...
Bumps [less](https://github.com/less/less.js ) from 3.9.0 to 3.11.1.
- [Release notes](https://github.com/less/less.js/releases )
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/less/less.js/compare/v3.9.0...v3.11.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 14:48:10 +05:30
Bernhard Sirlinger
c66c945398
chore(deps): [security] bump mixin-deep from 1.3.1 to 1.3.2 ( #9566 )
...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep ) from 1.3.1 to 1.3.2. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases )
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2 )
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:44:42 +05:30
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
Gavin D'souza
244c511a88
chore: updated yarn.lock with snyk addition
...
in https://github.com/frappe/frappe/pull/9382 snyk was added in
package.json yet yarn.lock wasnt updated. this makes changes in
yarn.lock file after a run of `bench setup requirements` which would
possibly cause `bench update` to break on the next run too.
2020-02-20 14:07:59 +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
dependabot-preview[bot]
e86aff147a
chore(deps): [security] bump tar from 2.2.1 to 2.2.2
...
Bumps [tar](https://github.com/npm/node-tar ) from 2.2.1 to 2.2.2. **This update includes a security fix.**
- [Release notes](https://github.com/npm/node-tar/releases )
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-13 06:46:56 +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
Frappe PR Bot
cbc4865e27
feat: Updated translation ( #8100 )
2019-08-12 10:23:44 +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
dependabot[bot]
eb3a9b2685
build(deps): bump fstream from 1.0.11 to 1.0.12
...
Bumps [fstream](https://github.com/npm/fstream ) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases )
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12 )
2019-06-05 07:39:42 +00:00
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
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
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
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
6fd3451ad5
refactor(recorder): Update yarn.lock
2019-02-19 21:58:57 +05:30
Aditya Hase
5e565dc92e
refactor(recorder): Use vue-router
2019-02-19 21:58:56 +05:30