Commit graph

625 commits

Author SHA1 Message Date
Rushabh Mehta
863aebcc78 [fixes] for translation and save full url for 404 2016-07-25 11:01:28 +05:30
Rushabh Mehta
64cc0fe57d [hot] fix accidental rename 2016-07-20 13: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
8d915701ad Allow non-admin users to delete custom doctypes 2016-07-11 15:02:22 +05:30
Rushabh Mehta
90673954c7 [cleanup] dashboard automation 2016-07-07 14:02:07 +05:30
Anand Doshi
234e21feee [fix] touch locks/installing.lock during new-site, fixes in db_query and get_app_path 2016-07-06 18:06:50 +05:30
Rushabh Mehta
2babe422d7 [minor] __onload is frappe._dict 2016-07-05 15:19:49 +05:30
Rushabh Mehta
9744c71399 [fix] ifnull in db_query 2016-07-04 17:07:38 +05:30
Nabin Hait
bbb3391300 removed print statement 2016-07-04 11:40:32 +05:30
Kanchan Chauhan
e590e37f3d ignore child table parameter added to mapper.py 2016-07-02 18:43:21 +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
26eafaec13 [fix] Prompt naming and add-system-manager --send-welcome-email 2016-06-27 17:09:41 +05:30
Rushabh Mehta
3dd929c81e [fix] sync web_form 2016-06-27 16:17:04 +05:30
Nabin Hait
60a49db741 Merge pull request #1817 from KanchanChauhan/permitted-document-permissions
Permissions for if_owner fixed Permitted Document for User
2016-06-25 13:51:06 +05:30
Rushabh Mehta
d4af441c6f [fix] [test] naming in tests 2016-06-25 11:16:32 +05:30
Kanchan Chauhan
fd8d2dd476 Permissions for if_owner fixed Permitted Document for User 2016-06-24 17:21:48 +05:30
Rushabh Mehta
c262e7e3ef [fix] tests 2016-06-24 15:29:39 +05:30
Rushabh Mehta
349a65402f [website] fixes for generating docs 2016-06-23 18:22:03 +05:30
Anand Doshi
26f379e08b [fix] doc.get_password 2016-06-15 17:39:03 +05:30
Anand Doshi
a47580b3bc [fix] rename password field 2016-06-15 16:48:47 +05:30
Rushabh Mehta
ab3d1849bf [minor] 2016-06-14 18:09:07 +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
Anand Doshi
c8e0384ce1 [cleanup] document flow 2016-06-07 18:55:15 +05:30
Rushabh Mehta
1210dda852 Merge pull request #1779 from wenzhixue/patch-1
fix bug for "duplicate key name" when db init
2016-06-07 10:55:21 +05:30
Rushabh Mehta
ce884882a2 [minor] fixes #1780 2016-06-06 09:18:49 +05:30
Rushabh Mehta
b22106b513 [fix] fixes #5437 2016-06-03 15:00:28 +05:30
Nick
e1bded65a2 fix bug for "duplicate key name" when db init
During the first init process for creating tables, if one field marked True for both "unique" and "search_index" , table creation will be failed. 

for example :

create table `tabItem Barcode` (
            name varchar(140) not null primary key,
            creation datetime(6),
            modified datetime(6),
            modified_by varchar(140),
            owner varchar(140),
            docstatus int(1) not null default '0',
            parent varchar(140),
            parentfield varchar(140),
            parenttype varchar(140),
            idx int(8) not null default '0',
            `item_barcode` varchar(140) unique,
`sku_id` varchar(140),
`unit_qty` varchar(140),
`_comments` text,
`_assign` text,
`_liked_by` text,
`store` varchar(140),
`retail_price` varchar(140),
`_user_tags` text,
`uom` varchar(140),
index `item_barcode`(`item_barcode`),
index parent(parent))
            ENGINE=InnoDB
            ROW_FORMAT=COMPRESSED
            CHARACTER SET=utf8mb4
            COLLATE=utf8mb4_unicode_ci
2016-06-03 16:34:28 +08:00
Nabin Hait
19dd64eb25 [fix] Naming of docs 2016-06-01 12:53:53 +05:30
Rushabh Mehta
b33ab3ac75 Merge pull request #1770 from saurabh6790/ignore_ifnull_in_database_query
[fixes] AttributeError: 'DatabaseQuery' object has no attribute 'ignore_ifnull'
2016-06-01 06:56:37 +05:30
Rushabh Mehta
fd07b73a67 [fix] list_settings 2016-06-01 06:41:34 +05:30
Rushabh Mehta
a5899a0d0c [list-settings] save in redis, db, save filters while switching views and patch 2016-05-31 18:30:25 +05:30
Rushabh Mehta
74919b99a0 [enhancement] remember list settings - sort, filters, paging 2016-05-30 18:19:47 +05:30
Rushabh Mehta
d235f159bb [minor] ignore_csrf in site_config and to check for autoname in hooks even if not autoname is present 2016-05-29 23:06:51 +05:30
Saurabh
562dbc97dc [fixes] AttributeError: 'DatabaseQuery' object has no attribute 'ignore_ifnull' 2016-05-27 17:30:24 +05:30
Rushabh Mehta
5c57cc9afe [optimize] communictation notificaitons 2016-05-25 21:44:18 +05:30
Rushabh Mehta
d9cabbcf2b [optimize] ignore ifnull for notification counts 2016-05-25 21:38:06 +05:30
Rushabh Mehta
9796285371 [optimize] ignore ifnull for notification counts 2016-05-25 21:25:18 +05:30
Rushabh Mehta
34ff9b9525 [optimize] ignore ifnull for notification counts 2016-05-25 21:20:11 +05:30
Rushabh Mehta
f8709e79ef [fix] [bulk] optimize query 2016-05-25 11:43:24 +05:30
Rushabh Mehta
11f2e4293b [fix] ignore ifnull for filter queries 2016-05-25 11:17:02 +05:30
Rushabh Mehta
4808df2a1f [am] set __unedited only if added via grid 2016-05-23 11:28:55 +05:30
Nabin Hait
2e6b4278e1 minor 2016-05-12 14:24:48 +05:30
Rushabh Mehta
faf45e4811 [fix] double child table bug and added beta in doctype 2016-05-02 18:43:32 +05:30
Rushabh Mehta
29aa6a8338 [fixes] minor email alert naming, check quick entry for double insert in Safari 2016-05-02 16:22:23 +05:30
Rushabh Mehta
7938ecb7d7 Merge pull request #1719 from ShashaQin/patch-6
Problem on ‘Created On’/'Last Updated On' filter
2016-05-02 13:33:09 +05:30
Rushabh Mehta
a4e43631f6 [test] [fix] delete_doc 2016-04-28 15:20:41 +05:30
Rushabh Mehta
d069e1603c [fix] do not count comments on for listview 2016-04-28 15:15:40 +05:30
Rushabh Mehta
9d141e11e4 [fix] [performance] add communication in _comments in doc for listviews 2016-04-28 14:50:23 +05:30