seitime-frappe/frappe/public/js/lib
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
..
awesomplete fix(css): Commonify awesomplete styles (#6029) 2018-08-29 16:12:32 +05:30
frappe-gantt Update frappe-gantt to 0.1.0 (#5113) 2018-03-08 10:50:38 +05:30
fullcalendar Update lib fullcalendar.js and moment.js (#4000) 2017-08-28 11:20:07 +05:30
jquery [ui-tests] python is back! (#3565) 2017-07-03 11:53:00 +05:30
jscolor added fixture sync 2014-02-26 12:28:26 +05:30
leaflet Geolocation control (#4327) 2017-10-25 18:30:25 +05:30
photoswipe ListView refactor (#2715) 2017-03-06 11:32:27 +05:30
summernote [fix] hide popovers on blur frappe/erpnext#8721 (#3330) 2017-05-18 12:19:52 +05:30
beautify-html.js -webnotes +frappe 💥 2014-02-14 14:55:11 +05:30
bootstrap-paginator.min.js Email inbox (#2485) 2017-01-13 14:45:11 +05:30
bootstrap.min.js [ui] listviews 2015-01-08 14:28:24 +05:30
clusterize.min.js New ListView 💥 + DataTable (#4577) 2017-12-27 11:24:25 +05:30
fluxify.min.js Added files in .eslintignore, updated globals 2017-06-02 15:00:15 +05:30
frappe-datatable.js Frappe Datatable in Query Reports (#5054) 2018-02-27 16:08:32 +05:30
fuse.min.js 🎉 NEW Frappe Chat (#4612) 2017-12-28 18:58:43 +05:30
highlight.pack.js Added Bench Documentation 2016-04-27 02:48:03 -07:00
hyper.min.js New Chat RoomView Layout 2018-01-22 18:35:25 +05:30
jSignature.min.js Signature field - stop the line width from expanding with each stroke (#5408) 2018-04-09 18:20:46 +05:30
json2.js -webnotes +frappe 💥 2014-02-14 14:55:11 +05:30
markdown.js revert 2018-01-23 14:13:26 +05:30
md5.min.js added md5 lib and style fix 2014-03-14 19:10:17 +05:30
prettydate.js -webnotes +frappe 💥 2014-02-14 14:55:11 +05:30
README.md -webnotes +frappe 💥 2014-02-14 14:55:11 +05:30
snap.svg-min.js Gantt #1932 (#2073) 2016-09-26 18:15:09 +05:30
socket.io.min.js Render Frappe Chat to Website 2018-03-13 17:03:25 +05:30
Sortable.min.js feat(grid): Move row to a particular id 2019-04-21 21:06:06 +05:30

3rd party libraries

Import / Upgrade Guide

JQuery UI

Download modules

  • core
  • interactions
  • autocomplete
  • datepicker

JQuery UI Bootstrap theme

Changes images urls

  • from: url(images
  • to: url(../lib/js/lib/jquery/bootstrap_theme/images

JQuery Gantt

Not a very mature project. Please check css / js after updating