Anand Doshi
|
fa4e9540fe
|
BugFix: Nested Set Model - on_trash and before_rename
Also, minor fix in bean
|
11年前 |
Rushabh Mehta
|
21c3eeb52a
|
added splash for frappe:
|
11年前 |
Rushabh Mehta
|
f41f219c33
|
fixes to api
|
11年前 |
Rushabh Mehta
|
7a1a4c872a
|
added /api
|
11年前 |
Anand Doshi
|
fc1b3d4c65
|
Website Sitemap using NestedSet (#421)
|
11年前 |
Rushabh Mehta
|
145943569b
|
more fixes to todo
|
11年前 |
Nabin Hait
|
da5f460fe4
|
Fixes related to appification
|
11年前 |
Rushabh Mehta
|
adc5bbd0fa
|
added new restricted permission to force explict users
|
11年前 |
Rushabh Mehta
|
504c734c0e
|
throw error if doctype not specified in bean
|
11年前 |
Nabin Hait
|
19d375a20b
|
Call validate form update_after_submit
|
11年前 |
Anand Doshi
|
97ea7f91e2
|
Added import, export, print, email and restrict permissions
|
11年前 |
Anand Doshi
|
8ad4b1972b
|
[minor] user properties
|
11年前 |
Anand Doshi
|
7913052cf3
|
[minor] check restrictions with link validations
|
11年前 |
Rushabh Mehta
|
6c2922ddf0
|
[cleanup] [minor] added webnotes.model.delete_doc (module)
|
11年前 |
Rushabh Mehta
|
5f44ed25a1
|
fixed test cases webnotes/wnframework#351
|
11年前 |
Rushabh Mehta
|
22a83f327c
|
Rewrote hooks for scheduler, notifications, boot, session, login, webpage webnotes/wnframework#351
|
11年前 |
Rushabh Mehta
|
e665ce1907
|
notifications via hooks webnotes/wnframework#351
|
11年前 |
Rushabh Mehta
|
1243b71534
|
install, web serving, session booting
|
11年前 |
Nabin Hait
|
d425a208de
|
[fix] [minor] call autoname through controller while called from bean
|
11年前 |
Rushabh Mehta
|
325def77df
|
[copyright] added Contributors
|
11年前 |
Rushabh Mehta
|
fab790fa7e
|
[website sitemap] [minor] cleanup code and trigger build
|
11年前 |
Rushabh Mehta
|
27e7158fc4
|
Added Notification Control for caching notifications probably causing the freezing problem
|
11年前 |
Anand Doshi
|
58f6dfe50a
|
[minor] expand partial links when sending email
|
11年前 |
Anand Doshi
|
c754276fc0
|
[minor] replace 'raise e' with 'raise' for correct tracebacks
|
11年前 |
Pratik Vyas
|
734f2c15b9
|
[minor] WIP install broken
|
11年前 |
Rushabh Mehta
|
fec045b6b3
|
[editor] added 'before_insert' in doc, added 'webnotes.local.rollback_observers', IMP: new name is set by bean before validate is called
|
11年前 |
Rushabh Mehta
|
3b826eb93b
|
[editor] [minor] fixed saving, dataurl, links, html editing
|
11年前 |
Rushabh Mehta
|
2e0a75a8eb
|
[wsgi] [minor] fixed flags
|
11年前 |
Anand Doshi
|
8fad8f7aa8
|
[minor] mandatory error msg fix
|
11年前 |
Anand Doshi
|
f1076d98a8
|
[fix] [minor] cint idx in prepare_for_save
|
12年前 |
Rushabh Mehta
|
e831439d8b
|
[minor] added ignore_links in data_import_tool
|
12年前 |
Rushabh Mehta
|
f8f39958d8
|
[minor] check create permission separately
|
12年前 |
Rushabh Mehta
|
467c36ef08
|
[minor] install fixes
|
12年前 |
Rushabh Mehta
|
6501239a46
|
[minor] [install] added install fixtures
|
12年前 |
Rushabh Mehta
|
c2d2ab796c
|
[stock] [minor] Added Warehouse User check in Sales Order
|
12年前 |
Nabin Hait
|
e905d79fe1
|
[minor] run_method with args
|
12年前 |
Rushabh Mehta
|
8ab7bf37b2
|
[minor] with insert, set default values
|
12年前 |
Rushabh Mehta
|
2e95247b5f
|
[minor] [license] Standardizied license string in py an js code files
|
12年前 |
Anand Doshi
|
8319080497
|
[fix] [minor] [bug] int docstatus before to_docstatus check
|
12年前 |
Anand Doshi
|
e72ee53610
|
[minor] [fix] in check_mandatory, ignore naming_series, since it is checked during doc's save
|
12年前 |
Rushabh Mehta
|
865fb49973
|
[minor] [fix] doctype recursive
|
12年前 |
Anand Doshi
|
a000ec95d7
|
[minor] converty types for single doctypes in load_from_db, moved some functions to number_format.js for use in website
|
12年前 |
Anand Doshi
|
98b0353b66
|
[minor] [fix] in import, do not validate parentfield
|
12年前 |
Rushabh Mehta
|
5ec86a5b42
|
[feature] Added 'Customize' and 'Import' fields in List view, [cleanups] #194, #113
|
12年前 |
Anand Doshi
|
42adcb85d8
|
[bean] [run_method] call set_doclist so that if doclist is modified, it makes sure that doclist is of type DocList
|
12年前 |
Anand Doshi
|
7bb7221364
|
[bean] [mandatory check]
|
12年前 |
Anand Doshi
|
46c758926a
|
[fixes] in doctype, code, controller and layout
|
12年前 |
Rushabh Mehta
|
5c86e576fb
|
[forms] cleanup, fixing usability and added form dashboard
|
12年前 |
Rushabh Mehta
|
b52c1c6631
|
[company] [setup] added on_doctype_update to add indexes, renamed make_obj to make_controller
|
12年前 |
Anand Doshi
|
990fda2b4c
|
[bean] [cleanup] removed self.docs and self.children. Use only self.doclist
|
12年前 |