Commit graph

366 commits

Author SHA1 Message Date
Pratik Vyas
3e07c1937e fix print format test case 2014-11-19 16:54:34 +05:30
Pratik Vyas
79ce25d44a Validate jinja2 syntax before saving print format 2014-11-19 15:29:28 +05:30
Pratik Vyas
9051e56d94 remove test for custom field 2014-11-19 14:26:40 +05:30
Rushabh Mehta
766d4540b9 [fixes] [minor] based on error reports 2014-11-18 15:24:31 +05:30
Rushabh Mehta
9de77b59de [fix] [hot] birthdays 2014-11-17 12:45:25 +05:30
Nabin Hait
66f42121a5 hotfix in event 2014-11-14 15:59:45 +05:30
Nabin Hait
1aca5e49e0 Merge pull request #911 from pdvyas/fix-filemanager
[minor] encode filename to utf-8 and filepath before saving
2014-11-14 14:58:09 +05:30
Nabin Hait
62c2660332 Merge pull request #910 from jorxzpagta/patch-1
Update event.py
2014-11-14 14:56:34 +05:30
Pratik Vyas
edc8ed43a5 fix event test case 2014-11-14 10:35:01 +05:30
Nabin Hait
71a3cf1dfc link for website view in email 2014-11-12 17:11:01 +05:30
jorxzpagta
1ba7837e97 Update event.py
Calendar Bug: When you create an event and repeat it to a certain date, it repeats the event from the start date to the last day of the calendar on the page.

Fix: it gets the repeat_till data from the database and limits the event to the proposed date.
2014-11-12 16:42:26 +08:00
Nabin Hait
91679155a1 Don't validate fields for doctype for custom fields when called from customize form 2014-11-08 14:52:37 +05:30
Nabin Hait
dea587bcad check property setter and custom field only called after install 2014-11-08 10:25:17 +05:30
Nabin Hait
c3406b8d5a Allowed precision upto 9 for Float, Currency, Percent fieldtype 2014-11-07 17:03:56 +05:30
Nabin Hait
0987bdd849 Don't validate fields for doctype for custom fields when called from customize form 2014-11-07 17:03:56 +05:30
Nabin Hait
a7448bf1c1 Allowed precision upto 9 for Float, Currency, Percent fieldtype 2014-11-07 17:03:56 +05:30
Nabin Hait
812515f312 Allowed precision upto 9 for Float, Currency, Percent fieldtype 2014-11-07 17:03:55 +05:30
Rushabh Mehta
1e8f063651 Merge pull request #872 from saguas/develop
Extends export fixtures
2014-11-07 16:12:49 +05:30
Rushabh Mehta
440da82e30 Merge pull request #844 from 81552433qqcom/d1
Translation for exporter.py
2014-10-16 16:11:43 +05:30
Rushabh Mehta
f699c2d135 [fixes] minor: email_alert, listview, doctype validation 2014-10-07 10:40:57 +05:30
Luís Fernandes
704d7043c8 Extends export fixtures - added test file with ToDo as doctype 2014-10-06 13:17:57 +01:00
Luís Fernandes
e74b50cdb7 Extends export fixtures no test file 2014-10-06 12:30:09 +01:00
Luís Fernandes
9a682a68b9 Extends export fixtures 2014-10-06 11:38:04 +01:00
Luís Fernandes
5b8af5c64e Extends exports fixtures 2014-10-06 11:31:44 +01:00
Anand Doshi
ca004acbb0 [minor] Page: write permission for System Manager 2014-09-21 19:43:25 +05:30
81552433qqcom
baa16d53b3 fixes according to review:
1. use {{ }} if in html
2. export.py and import.py, move import from at top line
2014-09-16 18:11:22 +08:00
81552433qqcom
3a6bb609d8 added translation for:
1. user
2. module setup
3. user creation notification
4. 404
5. toolbar update
2014-09-16 16:41:19 +08:00
81552433qqcom
33ee1a2134 translations:
1. customize form
2. comment
3. editor
4. message
5. assign to
2014-09-16 09:40:42 +08:00
81552433qqcom
1ff0dba153 fixed exporters according to suggestion. 2014-09-15 16:21:43 +08:00
81552433qqcom
f7bf7224e4 bug fix for permission manager, missed filedname which lead translated get_input failed.
in addition to that, vaiours __() added.
2014-09-15 14:54:47 +08:00
81552433qqcom
4ae9424e50 translation added __() 2014-09-13 13:52:54 +08:00
Anand Doshi
80fd2a5b32 [fix] ToDo list assigned to avatar 2014-09-12 14:18:32 +05:30
Anand Doshi
2849da71ad [fix] notification count deletion deadlock 2014-09-11 16:11:53 +05:30
Anand Doshi
e09fc93001 [fix] File Manager 2014-09-10 15:36:02 +05:30
Anand Doshi
11801cfbd2 Don't allow to set 'Allow on Submit' for standard fields. Fixes frappe/erpnext#956 2014-09-09 15:25:32 +05:30
Anand Doshi
fac8578b8b [minor] User in_list_view for rendering Grid Row static display 2014-09-08 17:42:06 +05:30
Anand Doshi
85e6a68c0e Validate search fields 2014-09-08 15:48:24 +05:30
Anand Doshi
bcbc63d277 [minor] System Manager has Delete permission for User 2014-09-08 15:37:39 +05:30
Anand Doshi
32e9241409 Ability to set precision per field. Format 1.0000 as 1, if fieldtype is Float. 2014-09-05 17:13:52 +05:30
Anand Doshi
ea8b7c9934 [fixes] Permission 2014-09-05 15:14:07 +05:30
Anand Doshi
425a221947 [hotfix] reload website form, check illegal default for a docfield 2014-09-04 23:59:55 +05:30
Anand Doshi
023b5cbcdf Show Assigned To in list view
Paired between Anand and Rushabh
2014-09-04 12:57:07 +05:30
Anand Doshi
28423fe698 Merge pull request #806 from 81552433qqcom/d1
Added miss translation part in 6 files., use __()
2014-09-01 15:38:37 +05:30
81552433qqcom
eedcbbfa10 translation adjustment based on feedback from official. 2014-09-01 16:23:09 +08:00
Anand Doshi
72eb38a03c [fix] Email Alert: "nowdate" in eval's context 2014-09-01 12:53:30 +05:30
Rushabh Mehta
69a51284f5 [fix] [ux] [minor] data import 2014-09-01 11:56:07 +05:30
Rushabh Mehta
f3ec724421 [fix] [ux] [minor] data import 2014-09-01 11:53:54 +05:30
81552433qqcom
1c0dc8a0d7 Added miss translation part, use __()
1. data import page
2. desktop, dialog show all applications
3. message module
4. search box
5. list view
6. core module, description
2014-09-01 09:03:52 +08:00
Anand Doshi
f233760081 User Permission DocTypes: Apply OR logic when multiple applicable roles have different sets of User Permission DocTypes 2014-08-29 11:45:20 +05:30
Anand Doshi
d4891aa7c1 Merge pull request #795 from anandpdoshi/user-permission-doctypes
Select Document Types for applying User Permissions
2014-08-28 11:07:27 +05:30