Commit graph

145 commits

Author SHA1 Message Date
Rushabh Mehta
83eee92692 [fix] route too long 2016-07-28 11:13:13 +05:30
Rushabh Mehta
7c870d6ba4 [fix] dont update modified timestamp if called from post save methods 2016-07-20 12:55:19 +05:30
Rushabh Mehta
22c3f7966d [enhance] run actions in background doc.queue_action("submit") 2016-07-19 17:12:37 +05:30
Nabin Hait
bbb3391300 removed print statement 2016-07-04 11:40:32 +05:30
Anand Doshi
aaabd81329 [enhancement] auto-link URLs in Text Editor using bleach.linkify 2016-06-29 12:49:20 +05:30
Anand Doshi
26f379e08b [fix] doc.get_password 2016-06-15 17:39:03 +05:30
Anand Doshi
526e9ea2d7 [security] encrypt passwords that need to be retrievable, except User password which should be hashed 2016-06-13 17:18:59 +05:30
Anand Doshi
8d8b58d5ee [fix] doc.flags.ignore_validate_constants 2016-06-09 16:08:51 +05:30
Rushabh Mehta
fe8a3b2b0c [minor] added doc.update_modified() 2016-04-13 18:21:28 +05:30
Rushabh Mehta
acff9c6288 [fix] run_method 2016-04-11 12:43:20 +05:30
Rushabh Mehta
addda4a30c [fix] open filtered list when clicked on notifications circle 2016-04-11 12:42:12 +05:30
Anand Doshi
7132935fef Merge branch 'master' into develop 2016-04-07 17:39:51 +05:30
Rushabh Mehta
78607beeee [cleanup] print format css and default print view 2016-04-06 15:29:55 +05:30
Anand Doshi
398235f5c7 [fix] don't update name during db_update 2016-04-05 18:26:47 +05:30
Rushabh Mehta
61218f7a80 Merge pull request #1661 from rmehta/link-count
[enhancement] count number of times a link is used and show most popular links on thei top
2016-03-30 13:16:04 +05:30
Rushabh Mehta
78262a2a04 [cleanup] grid, multiple items 2016-03-21 13:04:16 +05:30
Rushabh Mehta
8b20788579 [enhancement] count number of times a link is used and show most popular links on thei top 2016-03-11 14:32:25 +05:30
Anand Doshi
e2ee48150e [fix] check field values should be either 0 or 1 2016-03-10 15:30:16 +05:30
Anand Doshi
e9bd127c9a [fix] like for a single doctype
Fixes #1607
2016-03-09 13:24:26 +05:30
Rushabh Mehta
db128e6c3a [minor] add translated get_formatted 2016-03-03 10:44:30 +05:30
Rushabh Mehta
4113888e60 [fix] [tests] 2016-03-02 16:24:23 +05:30
Anand Doshi
acc5c7ef09 [fix] apply xss filter only if docstatus is draft or submit with update after submit enabled for the field 2016-03-01 17:14:31 +05:30
Anand Doshi
353e8a9d1f [fix] Sanitize form_dict and doc values to prevent XSS 2016-02-23 12:11:28 +05:30
Nabin Hait
d429af9a7e [fix] No need of sanitization while creating new_doc 2016-01-19 16:51:20 +05:30
Rushabh Mehta
831e71db32 [fix] print hide in print format builder should take preceedence 2016-01-12 12:02:32 +05:30
Anand Doshi
106e281608 [fix] don't allow import for child tables 2016-01-06 12:22:03 +05:30
Anand Doshi
3241a0969f [feature] Ability to like a document, comment or communication, see notifications about it and view it on activity feed 2016-01-01 12:50:14 +05:30
Anand Doshi
bbc66be54c [fix] update modified in db_set 2015-12-10 17:16:57 +05:30
Anand Doshi
e5a2524820 [fix] Ability to hide a field in print if its value is 0 2015-11-25 16:33:37 +05:30
Anand Doshi
5621ba30c0 [enhancement] Int, Currency, Float, Percent as not null and default to 0 2015-11-19 13:09:44 +05:30
Nabin Hait
0ae9f2dd3c minor fix 2015-10-28 18:23:15 +05:30
Nabin Hait
af4ec63788 [fix] Trigger link fields after ajax 2015-10-28 15:39:17 +05:30
Anand Doshi
3c4f31a23c Limit varchar length to 140 instead of 255 to mitigate Row Size Too Large error 2015-10-14 16:00:14 +05:30
Anand Doshi
8191df579a [fix] allow a table to be 'allow on submit' 2015-09-23 19:28:53 +05:30
Rushabh Mehta
eb2839a0b8 [style] [wip] various portal fixes 2015-09-21 11:50:22 +05:30
Anand Doshi
34037345b3 [minor] added comment in show_unique_validation_message 2015-08-26 12:36:04 +05:30
Rushabh Mehta
c2ae663e3f [minor] fix message for unique (via support) 2015-08-26 10:28:35 +05:30
Rushabh Mehta
a7bd640b24 [merge] 5.3.1 2015-08-11 10:38:03 +05:30
Rushabh Mehta
e41bfe3003 [minor] [ux] refresh button primary in reportview 2015-08-03 17:25:06 +05:30
Nabin Hait
a272c1b25d [fix] Unique constraint check in db_insert and bypassed for blank values (not null) 2015-08-03 17:21:51 +05:30
Anand Doshi
7e1f08d64c [hotfix] docstatus should be 0 if None 2015-08-03 16:04:19 +05:30
Anand Doshi
d85cc02b03 [minor] moved docstatus=0 to init child 2015-07-30 16:36:30 +05:30
Anand Doshi
815252153f [hotfix] set docstatus=0 in append 2015-07-30 16:36:30 +05:30
Anand Doshi
baec4f855f Change Check fields to have default as 0 (if not specified) and not null 2015-07-30 11:54:27 +05:30
Nabin Hait
eeb4d2b7f0 Get formatted absolute value 2015-07-24 11:14:26 +05:30
Anand Doshi
6aae191158 [fix] Use frappe.DuplicateEntryError in base_document and email_account 2015-07-17 12:17:14 +05:30
Nabin Hait
3313acf58c minor fix 2015-06-18 15:38:02 +05:30
Pratik Vyas
97149bdc88 [fix] Extract images from HTML fields for print format 2015-05-21 17:39:26 +05:30
Anand Doshi
9cc9f5ab15 [fix] cast time string to timedelta 2015-05-15 18:20:50 -07:00
Anand Doshi
1845c08676 [fix] save images attached in text editor fields of children 2015-05-07 12:35:37 -07:00