Kanchan Chauhan
7393ce233c
[Minor]Blog post width responsiveness
пре 9 година
Rushabh Mehta
bfb8f8eac0
Merge pull request #1764 from rish4bhn/patch-1
Update apps.md
пре 9 година
Rishabh Nambiar
96b72b48c1
Update apps.md
пре 9 година
Rushabh Mehta
a6ae7cc614
[feature] website static page generation is now hookable
пре 9 година
Anand Doshi
c09e287f1c
Merge pull request #1743 from vjFaLk/alert-validate
Added validations for Email Alerts
пре 9 година
Valmik Jangla
85d8b82b5c
Added validation for Email Alerts
пре 9 година
Anand Doshi
3724e059f7
Merge pull request #1762 from saurabh6790/hotfix
[hot-fix] check ignore_permissions flag on validate of page …
пре 9 година
Anand Doshi
d779f8cf5d
Merge branch 'saurabh6790-exclude_quotes_in_get_event_conditions' into develop
пре 9 година
Saurabh
8df1dfa29a
[fixes] exclude double quotes while creating event conditions
пре 9 година
Anand Doshi
6872c7c155
[fix] doctor
пре 9 година
Rushabh Mehta
4808df2a1f
[am] set __unedited only if added via grid
пре 9 година
Rushabh Mehta
3eb8634904
[cleanup] website / portal css
пре 9 година
Saurabh
4d5fbaf58c
[hot-fix] check ignore_permissions flag on validate of page if user is non admin user (setup-wizard)
пре 9 година
Rushabh Mehta
0d5003546c
[fix] create_new without metadata
пре 9 година
Nabin Hait
f38e201144
Merge branch 'hotfix'
пре 9 година
Nabin Hait
0130d721c1
Merge branch 'master' into develop
пре 9 година
Nabin Hait
2e88c23fd4
bumped to version 6.27.19
пре 9 година
Rushabh Mehta
e7e7f0e218
[optimize] index tabcommunication based on modified and creation
пре 9 година
Rushabh Mehta
e632947552
[cleanup] editable grid
пре 9 година
Rushabh Mehta
657fbc91de
[cleaup] direct editing on grids
пре 9 година
Anand Doshi
49de395407
[fix] split commands into multiple files
пре 9 година
Valmik Jangla
1831cd0b02
Added ready for migration command
пре 9 година
Rushabh Mehta
55b531f8a1
[enhancement] [fix] rows editable in grid
пре 9 година
Rushabh Mehta
2d8b92857d
[enhancement] rows editable in grid
пре 9 година
Rushabh Mehta
03742c1d36
Merge pull request #1756 from MaxMorais/patch-20
Fix: AttributeError: 'dict' object has no attribute 'parenttype'
пре 9 година
Rushabh Mehta
3e8b3737ab
Merge branch 'KanchanChauhan-blog-changes' into develop
пре 9 година
Rushabh Mehta
aa9e1ae0a9
[fix] blog, comments css
пре 9 година
Rushabh Mehta
48685821a8
Merge pull request #1753 from anandpdoshi/fix/data-import-nestedset-sorting
[fix] Data Import Template with Data: Sort by when nested set model
пре 9 година
Rushabh Mehta
b67ebc86c3
[minor] no quick entry for custom script
пре 9 година
Maxwell Morais
3a23409239
Fix: TypeError: unhashable type: 'dict'
```python
Traceback (innermost last):
File "/usr/frappe5/frappe-bench/apps/frappe/frappe/app.py", line 57, in application
response = frappe.handler.handle()
File "/usr/frappe5/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
execute_cmd(cmd)
File "/usr/frappe5/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File "/usr/frappe5/frappe-bench/apps/frappe/frappe/__init__.py", line 805, in call
return fn(*args, **newargs)
File "/usr/frappe5/frappe-bench/apps/frappe/frappe/client.py", line 79, in insert
parent.append(doc)
File "/usr/frappe5/frappe-bench/apps/frappe/frappe/model/base_document.py", line 130, in append
if not self.__dict__.get(key):
TypeError: unhashable type: 'dict'
```
пре 9 година
Maxwell Morais
d1c6c9f0f1
Fix: AttributeError: 'dict' object has no attribute 'parenttype'
```python
Traceback (innermost last):
File "/usr/frappe5/frappe-bench/apps/frappe/frappe/app.py", line 57, in application
response = frappe.handler.handle()
File "/usr/frappe5/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
execute_cmd(cmd)
File "/usr/frappe5/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File "/usr/frappe5/frappe-bench/apps/frappe/frappe/__init__.py", line 805, in call
return fn(*args, **newargs)
File "/usr/frappe5/frappe-bench/apps/frappe/frappe/client.py", line 78, in insert
parent = frappe.get_doc(doc.parenttype, doc.parent)
AttributeError: 'dict' object has no attribute 'parenttype'
```
пре 9 година
Anand Doshi
0913ae60ab
Merge pull request #1752 from anandpdoshi/response-mimetype
[minor] [fix] mimetype in render.py
пре 9 година
Rushabh Mehta
701732b687
[fix] block module fix and quick entry for name
пре 9 година
Rushabh Mehta
3e489d3cb6
[cleanup] website
пре 9 година
Nabin Hait
2e6b4278e1
minor
пре 9 година
Rushabh Mehta
298f013c66
[fixes] tests and enhancement to frappe.make_property_setter
пре 9 година
Rushabh Mehta
a612e6e0b5
[added] set_desktop_icons in desktop.py
пре 9 година
Anand Doshi
aec7388305
[fix] Data Import Template with Data: Sort by 'lft asc' when nested set model
пре 9 година
Anand Doshi
77639d91e2
[minor] [fix] mimetype in render.py
пре 9 година
Anand Doshi
763263d157
[fix] use response.mimetype and response.charset instead of setting 'Content-Type' directly in response.header
пре 9 година
Nabin Hait
2556fa1a56
Merge branch 'hotfix'
пре 9 година
Nabin Hait
0a20b1e27e
Merge branch 'master' into develop
пре 9 година
Nabin Hait
786d2598a0
bumped to version 6.27.18
пре 9 година
Kanchan Chauhan
b1445481f6
page-content padding fixed
пре 9 година
Anand Doshi
9ac6aee65b
[fix] decode From email
пре 9 година
Anand Doshi
3653448e25
Merge pull request #1750 from nabinhait/dropbox_fix
[fix] Exception handling while uploading backups to dropbox
пре 9 година
Nabin Hait
883e6c8ea8
[fix] Exception handling while uploading backups to dropbox
пре 9 година
Kanchan Chauhan
ae5ee30a78
Spaces and blogger name fixed
пре 9 година
Rushabh Mehta
5e8dab3dba
Merge pull request #1748 from MaxMorais/patch-19
Unset `toolbar.current_status` on `disable_save`
пре 9 година
Rushabh Mehta
5d99fcc45c
Merge pull request #1747 from rohitwaghchaure/pos
[Enhancement] Online and Offline POS
пре 9 година