Commit graph

53 commits

Author SHA1 Message Date
Aditya Hase
52c7b04932 Use next(iter) instead of iter.next() 2017-09-27 01:08:07 +05:30
Rushabh Mehta
bc4d46a362 [fix] style and move setup to system settings 2017-08-08 14:29:22 +05:30
Aditya Hase
62bb03ef6e Replaced Python 2 print syntax with Python 3 syntax (#3838)
* Replaced Python 2 print syntax with Python 3 syntax

* Update utils.py
2017-08-02 17:10:40 +05:30
Rushabh Mehta
8f2b001bd0 [docs] add headings 2017-07-31 16:21:13 +05:30
Rushabh Mehta
c519122929 [docs] Build docs in an app (#3796)
* [docs] to be rendered in website

* [docs] generating-docs.md

* [fix] codacy

* [docs] minor updates

* [fix] routing
2017-07-28 11:43:16 +05:30
tundebabzy
bbde2ec4cf rewrite use of dict.iteritems (#3498)
* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility

* dict.iteritems to six.iteritems(dict) for python3 compatibility
2017-06-19 09:10:21 +05:30
Rushabh Mehta
6bac96704c [minor] better title extraction for web page 2017-01-04 12:34:44 +05:30
Rushabh Mehta
3c7c17215d [fix] fix toc for docs, url for local and other fixes #2293 (#2346) 2016-11-21 16:43:16 +05:30
Dony Sukardi
2dedc9a3de Fix for Documentation
The following issues are addressed in this commit:
- Synchronize CSS with the layout changes in Docs
- Hide 'Shopping Cart' on Docs pages
- Load Frappe context for Jinja
- Fix for 'Improve this page' link
- Get title for ToC from .md files
- Fix for non-pages child routes
2016-07-12 03:16:05 +08:00
Rushabh Mehta
349a65402f [website] fixes for generating docs 2016-06-23 18:22:03 +05:30
Rushabh Mehta
47005e9e02 [fix] parent_website_route + '/' + page_name = route 2016-06-23 15:47:47 +05:30
Anand Doshi
8df1c36a17 Merge pull request #1784 from vjFaLk/frappe-limits
[WIP] Move Frappe subscription features to Frappe App as Limits
2016-06-13 12:21:20 +05:30
shreyas
9511e14353 Move Frappe subscription features to Frappe App as Limits 2016-06-10 16:34:53 +05:30
Rushabh Mehta
9e008ce1ca [fix] add communication in comments, fixes frappe/erpnext#5450 2016-06-08 15:29:00 +05:30
Rushabh Mehta
6824df7ac9 [cleanup] rename functions in website and router for cleaner meaning 2016-05-29 14:25:49 +05:30
Rushabh Mehta
e7e7f0e218 [optimize] index tabcommunication based on modified and creation 2016-05-20 11:20:37 +05:30
Rushabh Mehta
1e235afdb5 [minor] [website] page_name set to max 140 chars 2016-02-11 12:38:27 +05:30
Anand Doshi
465318878e [enhancement] Merge Comment and Feed into Communication 💥 2016-02-04 17:46:53 +05:30
Rushabh Mehta
9e2ba37823 [minor] add hook for website user home page by function 2016-01-25 15:10:44 +05:30
Rushabh Mehta
eac452a926 [cleanup] web templates, now using standard jinja architecture and removed push-state 2016-01-01 17:49:25 +05:30
Rushabh Mehta
02f39bf71a [docs] added docs first-cut 2015-10-29 18:46:04 +05:30
Rushabh Mehta
e95b72665f [fixes] [style] for docs and fix to web form 2015-10-28 15:11:40 +05:30
Rushabh Mehta
0194fa099f [fixes] table of contents 2015-10-27 10:57:26 +05:30
Rushabh Mehta
2a7fa0f065 [fix] more style, navigation fixes, added TOC 2015-10-27 10:57:26 +05:30
Rushabh Mehta
17c270fb67 [setup-docs] generate docs and static pages 2015-10-27 10:57:25 +05:30
Anand Doshi
9b5811ea35 [fix] return title if missing in cleanup_page_name 2015-10-19 16:56:00 +05:30
Pratik Vyas
58b97794ec [fix] abs_path 2015-06-03 17:30:18 +05:30
Pratik Vyas
dccebf938a [hotfix] revert abs_url 2015-06-01 17:01:10 +05:30
Anand Doshi
78b1e72633 [fix] replace filter with_leading_slash with abs_url, ensures consistent urls by changing relative to absolute urls wherever the filter is used 2015-05-29 14:30:15 -04:00
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
Nabin Hait
b4e69f48d3 fixed conflict 2015-04-21 16:43:23 +05:30
Anand Doshi
d783fb9942 fixed noto-sans errors and scrub_relative_urls 2015-04-14 12:32:52 -04:00
Rushabh Mehta
acc314d0ab [website] add full_index and list cleanups 2015-03-23 18:40:08 +05:30
Anand Doshi
9098041417 get home page of last app 2015-03-18 18:03:43 +05:30
Anand Doshi
5b4dceb6f7 [website] 2015-03-10 14:37:02 +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
7f75e233a8 Website Listing 2015-02-23 22:30:03 +05:30
Anand Doshi
50f2d1b5cd Website Offcanvas Sidebar 2015-02-23 22:13:39 +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
cd9a34616f [style] 2014-12-26 12:51:09 +05:30
Rushabh Mehta
812a969c54 [welcome] redis, refactored cache and notification count 2014-12-26 12:50:45 +05:30
Rushabh Mehta
c69a005e2e [docs+comments] fixes and updates 2014-11-11 17:31:15 +05:30
Rushabh Mehta
471d2c533a [comments] [website] show bootstrap media style with gravatar 2014-10-17 15:24:25 +05:30
Rushabh Mehta
f6bd8bf192 remove website route, wip 2014-08-20 11:50:37 +05:30
Rushabh Mehta
6c6cec7373 website route rewrite - started frappe/frappe#600 2014-06-19 17:59:38 +05:30
Rushabh Mehta
919eb9eb80 added hook for role_home_page 2014-05-08 16:53:28 +05:30
Rushabh Mehta
f3f7a935d4 website update 2014-04-23 13:47:10 +05:30
Anand Doshi
edbadc18b2 Changed frappe.conn to frappe.db 2014-02-26 12:35:02 +05:30