Achilles Rasquinha
0e68b8b175
remove socketio logs
2017-12-29 10:38:48 +05:30
Achilles Rasquinha
882220cf4f
removed coverage
2017-12-29 10:28:04 +05:30
Achilles Rasquinha
e28d497724
delete references of deprecated chat
2017-12-29 10:08:15 +05:30
Prateeksha Singh
0c3eb1ece9
Merge pull request #4707 from pratu16x7/awesome-bar-fixes
...
[awesome-bar] handle report route via list view
2017-12-29 09:17:12 +05:30
Prateeksha Singh
52ad39c899
[awesome-bar] handle report route via list
2017-12-29 09:14:35 +05:30
Nabin Hait
87475865ed
Merge branch 'master' into develop
2017-12-28 19:41:27 +05:30
Nabin Hait
01438f0cd5
Merge branch 'hotfix'
2017-12-28 19:41:26 +05:30
Nabin Hait
ae18969f1e
bumped to version 10.0.5
2017-12-28 20:11:26 +06:00
Faris Ansari
f46865017c
More Listview fixes ( #4705 )
...
* Include std_fields always
* Include Status field if has_indicator is false
2017-12-28 19:35:10 +05:30
Manas Solanki
7c6004e981
minor fix for the data import ( #4706 )
2017-12-28 19:34:35 +05:30
Achilles Rasquinha
005cfe3dc8
🎉 NEW Frappe Chat ( #4612 )
...
* added doctypes, created frappe chat ui
* added component layout with state-like abilities, added apis
* updated user doctype, moved from state-like feature and component abstraction
* added room component
* fixed publish_realtime with after_commit = True
* created room component and searchbar
* minor fix
* functional message parsing
* update
* Added Chat Profile
* added chat message
* more changes into chat room
* fixed APIs, added client side scripting
* added chat message attachements, more doc updates
* Brand New UI with socket io room integration
* completed socketio integration. off to room subscription and publish
* realtime room update
* raw update
* initialized docs, added p2p connection for call tests
* updated docs
* added coverage, updated api for ease of use
* raw commit
* added test cases
* Chat Room updates and new room creation
* added chat group creation
* added collapsible plugin
* toggable room view
* updated
* [RAW]
* updated UI for chat
* Deleted Previous Chat Page
* moved from frappe.Chat.Widget to frappe.Chat
* modularized frappe-fab
* added more docstrings
* tried adding conversation tones
* Added conversation_tones and refurbished chat popper
* modified frappe.ui.Dialog, moved from AppBar to ActionBar, responsive for Mobile 💃
* moved RoomList item namespace
* Configurable Desktop update, moved profile updates to on_update
* added state change listeners
* removed AppBar to ActionBar customizable 💃
* added destroy method
* removed coverage, refactored group creation
* Successful Chat Rooms and Group creation
* sort rows based on last_message_timestamp or creation
* added frappe._.compare
* removed redundant less variables
* Chat Room back button with custom routing and destroy methods
* Added EmojiPicker
* fixed multiple dialog render
* setup quick access
* added chat chime, functional chat message list updates at room list
* deleted package-lock.json
* realtime date updates
* updated chat message list
* functional message render and updates
* added track seen
* added typing status
* updated typing status
* valid typing statuses and quick search
* Functional Quick Search
* reverted fix
* some more cleanup and promisifed
* fixed hints close on click
* updated fab boldness
* close popper on click panel
* close popper on click panel
* reverted octicon-lg, fixed popper heading click
* new frappe capture
* removed webcamjs
* added uploader and capture
* removed chat FAB, added as notification instead
* on message update
2017-12-28 18:58:43 +05:30
Faris Ansari
2f86cd82ff
Strip HTML for ListView columns ( #4703 )
...
* Don't show Text Editor columns in ListView
* [ListView] Strip HTML for all columns
* [DataTable] Edit Text Editor fields in dialog
* [fix] strip_html
* [fix] Dynamic title fields
2017-12-28 15:36:19 +05:30
Nabin Hait
6b15cfcfb0
Merge branch 'master' into develop
2017-12-28 13:12:23 +05:30
Nabin Hait
80004c10e4
Merge branch 'hotfix'
2017-12-28 13:12:22 +05:30
Nabin Hait
7920309056
bumped to version 10.0.4
2017-12-28 13:42:22 +06:00
rohitwaghchaure
5d6fdb8f05
Show zero rate column in the print if print_hide_if_no_value is disabled ( #4694 )
2017-12-28 13:08:54 +05:30
tundebabzy
27df2485d9
UnboundLocalError When Trying To Upload File #4692 ( #4693 )
...
* allow to attach empty files
* PEP8 compliance
2017-12-28 12:56:34 +05:30
rohitwaghchaure
cacc206f5a
Show zero rate column in the print if print_hide_if_no_value is disabled ( #4694 )
2017-12-28 12:55:21 +05:30
Manas Solanki
fa3c2a219d
[Fix] Minor fix in data importer ( #4690 )
2017-12-28 12:37:02 +05:30
Frappe PR Bot
5b8c857fc0
[Translation] Updated Translations ( #4696 )
2017-12-28 12:32:58 +05:30
Frappe PR Bot
3bf0a6d4aa
[Translation] Updated Translations ( #4696 )
2017-12-28 11:53:04 +05:30
Faris Ansari
eea0943c4c
ListView Fixes ( #4691 )
...
* List Row click fix
* Fix Date Editing
* Firefox checkbox fix
* Checkbox fix
* Add standard fields in doctype, show all valid fields in Child Doctype
* codacy
* FIx List View column layout
* Validate column name
* [FileView] Add Created On column, Toggle Grid View
2017-12-28 11:48:13 +05:30
Prateeksha Singh
833259cf77
Merge pull request #4575 from achillesrasquinha/dropzone
...
Drag and Drop on File Upload
2017-12-27 13:26:20 +05:30
Faris Ansari
7595fb75ba
New ListView 💥 + DataTable ( #4577 )
...
* first cut
* Code refactoring, styling
* Added Sorting
* Revert query_report to use slickgrid
* cleanup
* Edit cell working
* Add regrid, remove datatable
* Add clusterize
* Update lib, fix get_checked_items
* New ReportView
* wip
* Enable editing, fix styles
* update lib
* wip
* fix refresh rows and editable cells
* Refresh list_view every 3s, decouple refreshing logic
* Report editing fixes
* Cleanup loading fields, add column then refresh list
* [wip] New List View
* [working] Render results
* ListView is now BaseList, add new ListView and GanttView
* Create new page for each ListView
* GanttView working
* CalendarView working
* KanbanView working
* Cache list_view based on page_name
* Gantt view buttons on mobile
* Add ReportView
* Refresh datatable on render
* Setup like
* [start][filters] clean up FilterList
* [filters] refactor FilterList
* [filters] minor fix
* [filters] fix remove filter
* filter utils
* more utils, remove apply
* rewrite as class, remove 'me' references
* [filter] implement on_change to decouple parent functions
* Integrate new filters with new BaseList
* Setup freeze area for ListView
* Set breadcrumbs on setup_page
* Trigger list update from events
* Setup footnote area
* Fix Kanban Board filters
* Add filters to standard filters, then filter_list
* Remove old files
* Fix ImageView
* Some more fixes for BaseList.init
* Fix order_by on load
* Report View: remember columns
* Fix for hidden filters
* Fix for delete items
* InboxView
* Shift select checkboxes
* Fix ESLint errors
* More refactoring
- Move ListMenu to Listview
- New FileView
- Ability to add custom breadcrumbs
* FileManager working
* Tags, set filters from route options
* Custom Reports Working
* List Sidebar reports
* Report Name as title
* Fix ESLint errors
* Fix UI tests
* Fix Kanban test
* Format ID column
* [fix] Kanban cards title
* Checkbox fix
* Fix Activity Page
* Update rows in Report in place
* Child Table columns in Report View
2017-12-27 11:24:25 +05:30
Nabin Hait
8895e89315
Merge branch 'develop'
2017-12-26 18:33:00 +05:30
Nabin Hait
7c2782e594
bumped to version 10.0.3
2017-12-26 19:03:00 +06:00
Vishal Dhayagude
42d8ca63fb
[fix] Remove dirty call in sync.js ( #4688 )
2017-12-26 18:25:06 +05:30
Manas Solanki
98036fd018
don't throw error if there is autoname controller ( #4687 )
2017-12-26 16:11:10 +05:30
Nabin Hait
bf6d044446
Version 10 change log
2017-12-26 14:31:14 +05:30
Nabin Hait
2150d85f73
Merge branch 'master' into develop
2017-12-25 19:14:34 +05:30
Nabin Hait
4a336aa81f
Merge branch 'hotfix'
2017-12-25 19:14:33 +05:30
Nabin Hait
8a78f40f21
bumped to version 10.0.2
2017-12-25 19:44:33 +06:00
Faris Ansari
6d03ebd1c6
Hotfix login ( #4680 )
...
* FIx XSS Sanitize
* Don't sanitize password
2017-12-25 18:48:59 +05:30
Prateeksha Singh
d75f44d059
Merge pull request #4682 from frappe/hotfix
...
[hotfix] remove setup fail message
2017-12-25 18:48:27 +05:30
Prateeksha Singh
51fd6fa2b7
[hotfix] remove setup fail message
...
Else it also appears for non-cloud users, where we don't receive an email: https://discuss.erpnext.com/t/initial-setup-failed-dont-worry-its-not-you-its-us/31948/5
2017-12-25 18:47:41 +05:30
Nabin Hait
c83d40bfe7
Merge branch 'hotfix'
2017-12-25 18:26:17 +05:30
Nabin Hait
289b48fcdf
bumped to version 10.0.1
2017-12-25 18:56:17 +06:00
Faris Ansari
b5bf7ca6fe
FIx XSS Sanitize ( #4678 )
2017-12-25 18:23:54 +05:30
rohitwaghchaure
337564eea2
[Fix] Sent email not displaying in the list ( #4668 )
2017-12-25 16:26:25 +05:30
Nabin Hait
ad1d894685
Merge branch 'develop'
2017-12-25 15:24:02 +05:30
Nabin Hait
70ee7e8d32
bumped to version 10.0.0
2017-12-25 15:54:01 +06:00
Nabin Hait
28a8da6531
Added domain settings in setup page
2017-12-25 15:20:36 +05:30
Faris Ansari
2f8e68b81d
fix frappe/erpnext#12112 ( #4677 )
2017-12-25 13:43:56 +05:30
tundebabzy
1bb960664e
Add New Currency - XCD ( #4660 )
...
* adds XCD currency
* add as a new patch
* clean up
2017-12-25 13:39:48 +05:30
Manas Solanki
2385c07873
fix the User Permission for Page and Report ( #4664 )
...
* fix the User Permission for Page and Report
* make 'make_role_for' reqd
2017-12-25 13:38:38 +05:30
Zarrar
60875dfc00
splice error on console ( #4669 )
2017-12-25 13:37:56 +05:30
Faris Ansari
90c1bb1bfa
[minor] Handle empty section name ( #4676 )
2017-12-25 13:32:12 +05:30
Nabin Hait
8855f7048f
Merge branch 'hotfix'
2017-12-25 13:30:48 +05:30
Nabin Hait
8a09f915e9
Merge branch 'master' into develop
2017-12-25 13:30:48 +05:30
Nabin Hait
4ebe337e07
bumped to version 9.2.25
2017-12-25 14:00:48 +06:00