Commit graph

49 commits

Author SHA1 Message Date
Anand Doshi
755c7be7fa [fix] missing hash cache clearing and breadcrumbs fix 2015-08-11 16:19:42 +05:30
Anand Doshi
1200d19618 [fix] Use user's language in website if logged in. Fixes print preview in user's language. 2015-07-13 14:59:03 +05:30
Rushabh Mehta
95164c4c9e [fix] set default lang for web pages 2015-07-02 11:35:46 +05:30
Rushabh Mehta
bf4e0681c4 [fix] command clear-website-cache 2015-05-12 11:45:14 +05:30
Rushabh Mehta
ad100e3054 [cache] fix for website, default, meta, etc 2015-05-08 18:04:13 +05:30
Anand Doshi
95abc4753d removed scrub_relative_urls—now we can have relative urls! 2015-04-24 13:15:47 -04:00
Anand Doshi
7e03b22d98 fixed render_403 and handle too many logins in email receive 2015-04-08 12:27:28 +05:30
Rushabh Mehta
36f9719701 [website] get_parents fix 2015-04-01 12:54:48 +05:30
Nabin Hait
15ab5c19fd fixes in scrubbing url 2015-03-24 16:55:40 +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
3155aff58b [cache] website cache by language 2015-03-10 18:35:20 +05:30
Anand Doshi
e814d54cf9 Fixed Test Cases 2015-03-06 11:51:03 +05:30
Anand Doshi
2995f02f3b Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
Anand Doshi
bfdfcac1ed Fixed test cases and allow dict to be passed to frappe.ui.form.on(doctype, {}) 2015-02-25 14:05:39 +05:30
Anand Doshi
7f75e233a8 Website Listing 2015-02-23 22:30:03 +05:30
Anand Doshi
a0910eabc7 [fix] fixed content type for render.py 2015-01-22 10:17:06 +05:30
Anand Doshi
5b30bc4a20 [minor] strip '/ ' in render.py 2015-01-19 12:51:26 +05:30
Rushabh Mehta
94b9f819fb [cleanup] remove website group 2014-12-26 12:50:44 +05:30
Rushabh Mehta
aee366f1e0 [docs] update 2014-11-20 14:15:56 +05:30
Rushabh Mehta
ced8e5f7db [website] [redirect] 2014-10-29 16:20:03 +05:30
Rushabh Mehta
99d3966cd6 [merge] conflicts 2014-10-21 12:34:57 +05:30
Rushabh Mehta
8917d41f89 web-form-fixes 2014-10-17 15:24:25 +05:30
Rushabh Mehta
b20f987904 [communication] covert-wip 2014-09-29 12:21:57 +05:30
Anand Doshi
be93bbc76a [minor] clear _website_pages in clear_web 2014-09-16 15:08:27 +05:30
Rushabh Mehta
358c65b715 added test cases #807 2014-09-03 17:39:27 +05:30
Rushabh Mehta
07fa6d1971 [route] redesigned 2014-08-20 11:50:37 +05:30
Rushabh Mehta
f6bd8bf192 remove website route, wip 2014-08-20 11:50:37 +05:30
Anand Doshi
7087be6559 Fixes to print 2014-07-25 13:01:52 +05:30
Rushabh Mehta
b9de14ecbf many fixes to print 2014-07-25 13:01:51 +05:30
Rushabh Mehta
a2aaba7d9e closes frappe/frappe#600 2014-06-19 18:00:13 +05:30
Anand Doshi
f2a6984ce3 Fixed website cache clearing 2014-06-04 17:53:24 +05:30
Rushabh Mehta
561386c387 force deletion of old routes 2014-05-12 15:25:21 +05:30
Rushabh Mehta
7373daae55 bugfix rename_doc 2014-05-09 15:30:29 +05:30
Anand Doshi
75e2345cea strip slash (/) from pathname in render.py 2014-05-09 11:32:08 +05:30
Rushabh Mehta
8ab1345d9a started standard lists and views [wip] for portal 2014-05-08 16:53:27 +05:30
Anand Doshi
56ff3cd04d Encoded headers in response 2014-04-15 17:25:57 +05:30
Anand Doshi
8bb11e01be frappe/frappe#478 2014-04-02 16:38:16 +05:30
Anand Doshi
1f0c1c8e43 Refactored get_url, verified command and other minor fixes 2014-03-19 16:34:25 +05:30
Anand Doshi
b6b9f0ab13 Fixes to Respond as Page, Error Page when not ajax, strip script and style tags from script and style blocks, hide sidebar and breadcrumbs if no content in them 2014-03-17 22:22:15 +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
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
3444dd4a38 Refactored handler, catch exceptions, response codes and build response from app.py 2014-03-12 19:04:22 +05:30
Rushabh Mehta
bcc98188da fixes to frappe/erpnext#1456, frappe/erpnext#1440 2014-03-06 12:30:19 +05:30
Anand Doshi
9f61571c0c Commonified OAuth v2 based login using Facebook, Google and GitHub 2014-02-27 20:40:06 +05:30
Anand Doshi
edbadc18b2 Changed frappe.conn to frappe.db 2014-02-26 12:35:02 +05:30
Rushabh Mehta
730717e93e started google oauth integration 2014-02-25 13:55:48 +05:30
Rushabh Mehta
8377acb148 renamed Website Sitemap > Website Route, Website Sitemap Config > Website TeWebsite Template 2014-02-24 15:29:10 +05:30
Rushabh Mehta
024ddfcc5b -webnotes +frappe 💥 2014-02-14 14:55:11 +05:30
Renamed from webnotes/website/render.py (Browse further)