Commit graph

462 commits

Author SHA1 Message Date
Rushabh Mehta
5d4e39bef6 frappe/frappe#478, more changes, removed bean 2014-04-03 14:30:49 +05:30
Anand Doshi
1dc8111beb frappe/frappe#478 2014-04-03 11:39:14 +05:30
Rushabh Mehta
0efb2e4da2 frappe/frappe#478 erpnext install works 2014-04-02 18:09:37 +05:30
Rushabh Mehta
ae4a7904d7 Merge branch 'model-cleanup' of github.com:frappe/frappe into model-cleanup 2014-04-02 16:00:50 +05:30
Rushabh Mehta
ba8bfbe37a frappe/frappe#478 fixed data import tool: 2014-04-02 15:59:58 +05:30
Anand Doshi
f795f4ba99 frappe/frappe#478 2014-04-02 15:03:37 +05:30
Rushabh Mehta
081739b10a frappe/frappe#478, removed instances of .fields 2014-03-31 23:37:45 +05:30
Rushabh Mehta
4f304cfc6a frappe/frappe#478, frappe tests pass, .txt renamed to .json 2014-03-31 17:27:12 +05:30
Rushabh Mehta
7bef30b270 frappe/frappe#478 2014-03-28 16:52:23 +05:30
Anand Doshi
f1eb0dd005 Replaced doc, doc.fields frappe/frappe#478 2014-03-28 13:54:53 +05:30
Rushabh Mehta
1e364ba1c7 #478 2014-03-28 11:34:59 +05:30
Rushabh Mehta
3437d36985 #478 2014-03-28 11:34:41 +05:30
Rushabh Mehta
d5d9c8c563 FormMeta, Form Load, refactored client side Model and Meta - #478 2014-03-28 11:34:40 +05:30
Pratik Vyas
36cc16f6a8 add maintainance mode 2014-03-28 00:03:44 +05:30
Pratik Vyas
c08e9cb888 fix backups (broke due to lazy db connect) 2014-03-27 03:19:09 +05:30
Anand Doshi
5b9331ccc2 Fixed Permissions Meta issues and DateTime 2014-03-25 19:58:39 +05:30
Rushabh Mehta
893588a0ce #478 2014-03-25 17:33:24 +05:30
Nabin Hait
cd63c2c119 fix in nestedset 2014-03-21 11:16:17 +05:30
Nabin Hait
d03bb6e21a sql injection fixes 2014-03-21 11:16:15 +05:30
Anand Doshi
1f0c1c8e43 Refactored get_url, verified command and other minor fixes 2014-03-19 16:34:25 +05:30
Rushabh Mehta
f83404a6b5 more caching for frequent queries 2014-03-19 15:38:02 +05:30
Rushabh Mehta
caed23686c minor fixes 2014-03-18 19:21:18 +05:30
Anand Doshi
cec016be2a Fixed Website Response, Startup JS loading,
Conditions involving STANDARD_USERS, removed Validate Max Users,
Cast Floats and Ints for Single DocTypes, Ability to Disable Scheduler
2014-03-13 20:43:17 +05:30
Rushabh Mehta
0a43add3d3 few minor fixes 2014-03-13 18:41:13 +05:30
Anand Doshi
8dcb89ccfc Fixed mime type of json to application/json 2014-03-13 14:48:34 +05:30
Anand Doshi
d2f6905815 Handler response: each type of handler will create its own response 2014-03-13 13:04:25 +05:30
Anand Doshi
9eb55aa102 Fixed naming in response.py, build_response only if response.data does not exist 2014-03-12 19:27:05 +05:30
Anand Doshi
3444dd4a38 Refactored handler, catch exceptions, response codes and build response from app.py 2014-03-12 19:04:22 +05:30
Rushabh Mehta
f3810ae532 rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
Anand Doshi
77cf148a08 hook: doctype_js:DOCTYPE, fixes in scheduler 2014-03-10 18:56:28 +05:30
Anand Doshi
7abc5b5e41 Fixes in Celery and Scheduler Hooks 2014-03-10 17:04:53 +05:30
Rushabh Mehta
b18ab9c7df renamed app to desk 2014-03-10 15:38:50 +05:30
Pratik Vyas
329763a2e8 fix scheduler running even after lock 2014-03-10 15:25:17 +05:30
Pratik Vyas
96b0677d69 Update verified_command with new api url 2014-03-10 09:56:31 +05:30
Anand Doshi
1b496fa712 Raise Forbidden if backup download is not allowed, verbose is default in cli.py 2014-03-07 14:01:34 +05:30
Pratik Vyas
be715d277b move download_backup to frappe.utils.response 2014-03-07 00:56:50 +05:30
Pratik Vyas
7668316916 only system manager can download backups 2014-03-07 00:11:20 +05:30
Pratik Vyas
32c54e31dc get celery working again 2014-03-06 17:55:10 +05:30
Anand Doshi
656a583c1f Cleanup in Celery 2014-03-06 14:54:39 +05:30
Pratik Vyas
950a621cab celery 2014-03-06 14:54:39 +05:30
Pratik Vyas
fa4d495230 move locks to locks directory 2014-03-06 14:54:39 +05:30
Pratik Vyas
f923a77524 add locking to scheduler 2014-03-06 14:54:39 +05:30
Pratik Vyas
2cee8905f2 use celery from scheduler events 2014-03-06 14:54:38 +05:30
Anand Doshi
e34b1f687e Fixes in DB Query, Number Appending to Name 2014-03-05 18:15:02 +05:30
Anand Doshi
55d2ea9d73 oAuth: Redirect System User to /app 2014-03-03 23:09:07 +05:30
Anand Doshi
cd18ce21ef Fixes in outgoing mail 2014-03-03 20:41:41 +05:30
Anand Doshi
ebd825e0c7 Outgoing Email Settings as part of Frappe, fix in copy doc 2014-03-03 20:30:50 +05:30
Rushabh Mehta
735b1d76ef fixtures: fix - overwrite 2014-02-28 12:32:31 +05:30
Rushabh Mehta
3b23187e86 added export fixture and sync_statics on latest 2014-02-28 11:10:03 +05:30
Rushabh Mehta
1c42cf90fe import csv fixtures too 2014-02-26 19:30:04 +05:30