Nabin Hait
07dc6caacf
Printing issue fixed in grid reports ( #3244 )
2017-05-08 16:30:23 +05:30
Ashwini Save
1823fdc02d
Add horizontal border in writable fields for mobile view #2693 ( #3241 )
2017-05-08 16:30:01 +05:30
Makarand Bauskar
a542e01cc0
check report permission for creating desktop icon ( #3243 )
...
* [minor] added _report field to desktop icon
* [patch] updated the _report field in desktop icon
2017-05-08 16:29:39 +05:30
Ashwini Save
1519813b2b
Calendar Event filters not functioning #3042 ( #3242 )
2017-05-08 16:28:29 +05:30
Faris Ansari
98e23dbb2a
[List view] Avoid loading invalid views ( #3239 )
2017-05-08 16:28:00 +05:30
Faris Ansari
53430dcd5b
Kanban fixes ( #3240 )
...
* Fix kanban card creation with quick entry
* Update kanban when form is saved
- frappe/erpnext#8626
2017-05-08 16:27:39 +05:30
Mohammed R Abukhamseen
74fed289c2
Add persian right to left ( #3236 )
2017-05-08 16:25:49 +05:30
Rushabh Mehta
3d4a05490f
[minor] rename_doc.py
2017-05-08 16:19:41 +05:30
schilgod
7ccbbce572
Password Strength Policy Enhancement ( #3194 )
...
* Add or_filters filter for export_fixtures, to filter by doctype or fieldnames
Eg:
fixtures = [
{
"doctype": "Custom Field",
"or_filters": {
"dt": ["in", [
"Process Payroll",
"Journal Entry Account"
]],
"name": ["in", [
"Print Settings-compact_item_print",
"Account-account_id",
"Account-some_bank_name"
]]
}
}
]
* Passsword Policy Enhancement
In Security Settings, the Password Plociy can be enabled and the passcord strength score can be set.
User will see helpful password validation messages when they change password.
* Enhance Update Password to handle Password Policy
* remove function argument
* update test cases to use strong password
* Add test cases, add default value for minimum password score, make error messages translatable
* make message translatable
* Update update-password.html
2017-05-08 16:10:12 +05:30
tundebabzy
be7be766be
Issue 3171 ( #3178 )
...
* adds new exception to be raised when any improper database configuration is detected
* changes behavior of `check_if_ready_for_barracuda` to raise ImproperDBConfigurationError instead of sys.exit`
* refactors `drop_site` to use a new exactly identical `_drop_site` function.
The reason for this is because the original `drop_site` function is decorated
and cannot be undecorated without nasty hacks. Breaking the function this way
allows me to make use of the `drop-site` logic easily.
* catches the ImproperDBConfigurationError raised from `check_if_ready_for_barracuda` function to drop all the artifacts of the failed new `Site`
2017-05-08 16:06:33 +05:30
sbkolate
045d335aea
enable tooltip in full calander ( #3166 )
...
We need to pass this event data in field map to show tooltip
field_map: {
"start": "date",
"end": "date",
"id": "name",
"tooltip": "doctor",
"title": "doctor",
"allDay": "allDay",
"child_name": "name"
},
2017-05-08 16:05:44 +05:30
Sagar Vora
a397a9e719
[minor] Revert dist to trusty in travis ( #3233 )
2017-05-06 16:19:50 +05:30
Nabin Hait
36abbb6659
Merge branch 'develop'
2017-05-06 13:39:29 +05:30
Nabin Hait
b2fc873649
bumped to version 8.0.36
2017-05-06 14:09:29 +06:00
Nabin Hait
47ad0203ea
Patch order changed for print module renaming
2017-05-06 13:38:26 +05:30
Rushabh Mehta
262f361021
[minor] ignore permissions option for filters in db_query ( #3234 )
2017-05-06 12:43:47 +05:30
Saurabh
823b3c1fa5
[minor][fix] do not return instead check for submited doctype ( #3235 )
2017-05-06 12:43:37 +05:30
Sagar Vora
da1ade6a97
[fix] change file watcher port only in dev environment ( #3232 )
...
Fixes error https://discuss.erpnext.com/t/frappe-v8-0-20-later-socketio-error/22973
2017-05-05 11:48:40 +05:30
Nabin Hait
8959be9b1c
Merge branch 'develop'
2017-05-04 15:48:30 +05:30
Nabin Hait
54e404a4f9
bumped to version 8.0.35
2017-05-04 16:18:30 +06:00
Nabin Hait
c1c7e32559
printing fix
2017-05-04 15:41:29 +05:30
Saurabh
f72cc8d275
Merge branch 'develop'
2017-05-04 12:56:06 +05:30
Saurabh
444ea64997
bumped to version 8.0.34
2017-05-04 13:26:06 +06:00
Saurabh
d5fdcc3dcb
Merge pull request #3226 from saurabh6790/print_module_rename
...
[fix] update print to printing in Print Format records
2017-05-04 12:55:26 +05:30
Saurabh
e01935cef5
[fix] update print to printing in Print Format records
2017-05-04 12:54:11 +05:30
Nabin Hait
502816407d
Merge branch 'develop'
2017-05-04 12:19:23 +05:30
Nabin Hait
f7b247035c
bumped to version 8.0.33
2017-05-04 12:49:23 +06:00
Faris Ansari
753177c3c5
Render Linked docs like list view ( #3215 )
2017-05-04 12:17:14 +05:30
JC
343d773bb0
[documentation] fix url to generators.png ( #3220 )
...
* Update index.txt
* [documentation] fix path to png, add {next} link to next page
* [documentation] fix url to generators.png
2017-05-04 12:16:47 +05:30
Makarand Bauskar
0a5187a93e
[fixed] draggable grid view for row template ( #3223 )
2017-05-04 12:15:23 +05:30
Makarand Bauskar
97caa1a525
[minor] create and attach file if the file url is passed in data import tool ( #3224 )
2017-05-04 12:14:50 +05:30
Nabin Hait
e6af71ef44
Merge pull request #3225 from frappe/beta-version-naming
...
Change beta_version to 8.x.x-beta
2017-05-04 12:12:43 +05:30
Nabin Hait
901e8eaf92
minor fix global search
2017-05-04 12:01:57 +05:30
Faris Ansari
c03268c44f
Change beta_version to 8.x.x-beta
2017-05-04 10:10:24 +05:30
Nabin Hait
029f920864
Merge pull request #3218 from rohitwaghchaure/safe_eval_issue
...
[fix] Added round function in the safe_eval method
2017-05-03 16:01:06 +05:30
Nabin Hait
b238a8c022
Merge pull request #3217 from nabinhait/perm_fix5
...
Recursive issue on checking permission for communication when it is linked to self
2017-05-03 16:00:24 +05:30
Rushabh Mehta
11d575af46
[rename] Print module to Printing
2017-05-03 15:59:24 +05:30
Rushabh Mehta
62f0480117
[rename] frappe.www.print to frappe.www.printview
2017-05-03 15:59:24 +05:30
Rohit Waghchaure
6d7808c550
[fix] Added round function in the safe_eval method
2017-05-03 12:35:54 +05:30
Nabin Hait
11237be4f5
Recursive issue on checking permission for communication when it is linked to self
2017-05-03 11:48:19 +05:30
Nabin Hait
bc4a1fa238
In global search property not allowed for no_value_fields
2017-05-02 14:08:08 +05:30
mbauskar
3319257d0f
[fixed] error while exporting the report in excel format
2017-05-02 14:05:39 +05:30
Nabin Hait
5b6e64f228
Merge branch 'develop'
2017-05-02 09:57:34 +05:30
Nabin Hait
33ecaa52e6
bumped to version 8.0.32
2017-05-02 10:27:34 +06:00
mbauskar
d510071e5c
[minor] added a title and error message in Email Alert
2017-05-02 09:56:29 +05:30
mbauskar
dce3aed62e
[fixes] check if print for Draft and Cancelled document is allowed or not before sending email alert
2017-05-02 09:56:29 +05:30
Frappe
e5862c1aaa
Show new button for Event list #3051
2017-05-02 09:55:03 +05:30
Faris Ansari
65909ca530
Fix Slickgrid invalid assignment
2017-05-02 09:53:52 +05:30
mbauskar
c8f24e42fe
[minor] added int, float, long in eval globals
2017-05-02 09:52:35 +05:30
pratu16x7
943bb2dfd5
[minor] don't override subject in std reply
2017-05-02 09:50:30 +05:30