Commit graph

102 commits

Author SHA1 Message Date
Mangesh-Khairnar
751d38436e chore: remove whitespaces from docstrings 2020-03-30 16:18:47 +05:30
Mangesh-Khairnar
d61a2ad429 fix: check if website is published 2020-03-20 22:32:39 +05:30
Mangesh-Khairnar
6dff5d3831 fix: validate google settings 2020-02-11 09:58:43 +05:30
Mangesh-Khairnar
6684c0cd3c fix: add indexing configuration to website settings 2020-02-05 17:47:13 +05:30
Mangesh-Khairnar
d8de63b341 fix: enqueue publish on update and trash 2020-01-31 17:31:05 +05:30
Rushabh Mehta
65d2167551 feat: various fixes to Web Form and content type selection for Web Page and Blog Post 2019-02-06 15:50:57 +05:30
Saif
7610d6fb05 WebsiteGenerator call super class clear_cache (#6542) 2018-12-03 09:35:03 +05:30
Rushabh Mehta
f9bcb11d35 [minor] website-fix 2018-06-06 11:07:54 +05:30
Rushabh Mehta
974559cef1 [minor] start file watcher only in developer mode 2017-05-09 18:04:12 +05:30
Rushabh Mehta
6dff729d88 [enhance] Web View settings in DocType (#2798)
* [enhance] add web view settings doctype

* [enhance] add web view settings doctype

* [fix] default for checks (?)

* [fix] framework json

* [fix] missing return

* [fix] hooks for website_generators
2017-03-05 11:12:32 +05:30
Kanchan Chauhan
8f58649905 [Fix] Webpage title fix 2017-03-02 12:35:56 +05:30
Rushabh Mehta
8ac3a9a7ca [web-forms] added text-editor and using div in summernote instead of p 2017-02-28 12:13:36 +05:30
Rushabh Mehta
b005662d0d [fix] tests and show in website 2017-02-24 16:19:38 +05:30
Rushabh Mehta
c0ef741ce8 [hot] fix socket js 2017-02-24 16:01:30 +05:30
Rushabh Mehta
d989a95472 [feature] document versioning #2469 (#2523)
* [feature] document versioning #2469

* [minor] remove on_update from WebsiteGenerator

* [fix] delete shares when deleting user

* [test] don't run delete in background if test

* [fix] test_db

* [added] Deleted Document

* [fix] added track_changes in all documents

* [fix] add to deleted only if exists

* [fix] in_install flag in deleted documents

* [minor] name will always be reset
2016-12-29 18:01:42 +05:30
Rushabh Mehta
83eee92692 [fix] route too long 2016-07-28 11:13:13 +05:30
Rushabh Mehta
a9e3df6e82 [minor] fixes for custom field and website route length 2016-07-26 08:23:04 +05:30
latyas(懒)
58901e644b Forgot add self 2016-07-04 18:42:11 +08:00
latyas(懒)
9634688d17 self.route does not initiate
Or exception raises in `validate` method.
2016-07-04 18:32:20 +08:00
Rushabh Mehta
5e3bcbe01f [tests] added basic tests for page and generator 2016-06-27 11:50:04 +05:30
Rushabh Mehta
21edc27a2c [minor] make route only if published 2016-06-25 18:08:27 +05:30
Rushabh Mehta
3ef7d5ba78 [minor] make route only if published 2016-06-25 18:00:38 +05:30
Rushabh Mehta
c262e7e3ef [fix] tests 2016-06-24 15:29:39 +05:30
Rushabh Mehta
47005e9e02 [fix] parent_website_route + '/' + page_name = route 2016-06-23 15:47:47 +05:30
Rushabh Mehta
0cb31006e5 [redesign] website route is evaluated on request, no cold start 2016-06-23 12:23:37 +05:30
Rushabh Mehta
6824df7ac9 [cleanup] rename functions in website and router for cleaner meaning 2016-05-29 14:25:49 +05:30
Anand Doshi
7fba47b75d [fix] web.html and breadcrumbs 2016-01-04 17:51:38 +05:30
Rushabh Mehta
8228cf183c [docs] [fixes] 2015-12-09 12:03:20 +05:30
Rushabh Mehta
d9d478cd7d [docs] fixes to links, added some style etc 2015-10-27 10:57:26 +05:30
Rushabh Mehta
56a50de421 [docs] many fixes, options to add extensions, relative links in index in web pages 2015-10-27 10:57:25 +05:30
Anand Doshi
2a783f2504 [website] if no sibling is found for current route, use parent for get_next() 2015-05-04 17:47:30 -07:00
Nabin Hait
b4e69f48d3 fixed conflict 2015-04-21 16:43:23 +05:30
Anand Doshi
bb67242a6e [fix] update_routes_of_descendants 2015-04-06 17:27:14 +05:30
Anand Doshi
05fe53c404 Merge remote-tracking branch 'frappe/v4.x.x' into develop
Conflicts:
	frappe/__version__.py
	frappe/core/doctype/comment/comment.py
	frappe/hooks.py
	frappe/model/db_query.py
	frappe/print/doctype/print_format/print_format.py
	frappe/utils/__init__.py
	requirements.txt
	setup.py
2015-04-06 12:05:50 +05:30
Rushabh Mehta
cb6b806b9e [fixes] website & delete_doc 2015-04-01 15:42:27 +05:30
Rushabh Mehta
36f9719701 [website] get_parents fix 2015-04-01 12:54:48 +05:30
Anand Doshi
17b4fe7a8b [website] set parent website route, only if parent is published 2015-03-25 12:01:28 +05:30
Anand Doshi
f7f2372929 fixed boilerplate, freeze, attach, frappeclient 2015-03-17 19:44:53 +05:30
Rushabh Mehta
9f7791bca5 [website] route caching, bye bye sidebar, navbar search, blog cleanup 2015-03-12 16:31:14 +05:30
Rushabh Mehta
5034e7e660 [api] add frappe.model.get_value in js (gets value from serverside) 2015-03-05 11:58:40 +05:30
Anand Doshi
2995f02f3b Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
Rushabh Mehta
f6e02227c3 [fixes] [minor] 2015-02-24 16:48:28 +05:30
Anand Doshi
7f75e233a8 Website Listing 2015-02-23 22:30:03 +05:30
Anand Doshi
a1290bbdab Website Theme 2015-02-23 22:13:38 +05:30
Rushabh Mehta
2448157e3d [blog] rewrite blog page 2015-02-11 17:54:42 +05:30
Rushabh Mehta
3f605787f5 [style] [website] 2015-02-10 18:14:18 +05:30
Nabin Hait
508c4fc64b Fixed Conflict while merging v4 to v5 2015-02-10 17:20:39 +05:30
Rushabh Mehta
576dd146ba [fix] [desktop] 2015-02-10 15:20:59 +05:30
Rushabh Mehta
ae78f98d56 [website] style fixes 2015-02-10 14:30:48 +05:30
Anand Doshi
0ffe430710 [fix] Web Form does not have parent_website_route, ignore email permission when sending Error Report 2015-01-23 15:02:28 +05:30