Jan Doe
7721f31342
fix: profile urls
2021-09-09 15:34:39 +05:30
Jan Doe
90e268ff2f
fix: conflicts
2021-09-09 11:01:59 +05:30
Anand Chitipothu
a0b77f5d08
feat: added get_profile_url function to get the profile url in templates
...
This takes care of generating the correct profile URL depending on the
`profile_url_prefix` setting.
Issue #192
2021-09-07 17:58:09 +05:30
Anand Chitipothu
77c4b53b71
feat: added redirect rule to redirect /profile_/foo to the profile url
...
Hack to allow redirecting to profile url from JS as it doesn't know
the `profile_url_prefix`.
Issue #192
2021-09-07 17:58:09 +05:30
Anand Chitipothu
035a674cff
feat: added support for making profile urls to be top-level
...
Made the profile_url_prefix customizable by adding it in the hooks.
Issue #192
2021-09-07 17:58:04 +05:30
pateljannat
b9736cc6d6
fix: conflicts
2021-09-06 19:35:32 +05:30
pateljannat
13b968e18c
fix: profile and progress on dashboard
2021-09-01 16:21:55 +05:30
pateljannat
b3403b78ee
fix: removed global discussions page
2021-08-30 12:47:15 +05:30
pateljannat
ed91801769
fix: ui issues
2021-08-26 18:32:14 +05:30
pateljannat
ff1363b437
fix: certificate, profile, quiz, and video markdown
2021-08-25 21:01:13 +05:30
pateljannat
e2072c72da
fix: talk card schedule
2021-08-24 12:12:55 +05:30
pateljannat
841819436a
fix: minor issues
2021-08-23 18:22:36 +05:30
Summayya
07f9721aeb
fix: remove speaker-registration
2021-08-20 13:45:40 +05:30
Summayya
dba956e473
fix: remove speaker-registration
2021-08-20 13:41:11 +05:30
pateljannat
e31b189045
fix: profile urls
2021-08-19 09:35:02 +05:30
pateljannat
cb60d97bb7
feat: certification
2021-08-18 18:04:47 +05:30
Summayya
7c3189e273
fix:conflict
2021-08-18 11:41:09 +05:30
Summayya
8dbdabd52c
Create web templates for event management
2021-08-17 22:31:15 +05:30
pateljannat
a3672e9d91
feat: discussions
2021-08-16 13:33:08 +05:30
pateljannat
d14b4f55a6
fix: default image, meta, reviews, lesson headers
2021-07-30 16:24:56 +05:30
pateljannat
4891be1d8c
fix: profile page fixes and course completion tick
2021-07-15 11:16:01 +05:30
pateljannat
71d0a89968
fix: made image non mandatory, remove unnecessary code
2021-07-09 15:05:46 +05:30
pateljannat
ee8273fd30
feat: new fields in user doctype and new web form
2021-06-30 16:16:22 +05:30
pateljannat
0c64d46e99
feat: reviews
2021-06-28 20:27:17 +05:30
pateljannat
5a7afb3092
fix: added livecode editor in community
2021-06-24 16:38:02 +05:30
pateljannat
0284c9305c
fix: quiz progress and youtube video integration
2021-06-24 10:25:23 +05:30
pateljannat
fed4b5568b
fix: web form, progress ui, title non unique
2021-06-16 13:04:45 +05:30
pateljannat
f5f3c808d4
Merge branch 'main' of https://github.com/frappe/community into ui-fixes
2021-06-10 13:41:31 +05:30
pateljannat
1e3152e303
fix: ui
2021-06-10 13:41:11 +05:30
Anand Chitipothu
d9185c0b6b
feat: integrated lesson markup
...
- added PageExtension plugin to inject custom styles scripts in a page
- removed the livecode integration and enabled PageExtension plugins for
learn page
- also merged the profile_tab.py with plugins.py
- added a utility to find the macros from given text
- updated the before_save of lesson to find exercises using the macros
and update the exercises as before
Issue #115
2021-06-09 23:58:21 +05:30
pateljannat
bb0aa09b4e
fix: messages and url
2021-05-31 13:39:31 +05:30
pateljannat
a8752afb3b
feat: invite based membership become a member page
2021-05-28 13:53:34 +05:30
pateljannat
c7ccefa632
fix: discussion, batch home page, new fields for batches
2021-05-26 12:13:04 +05:30
pateljannat
419a7e666f
refactor: tests, mentor request, messages
2021-05-22 20:49:47 +05:30
pateljannat
63d00a46c4
Merge branch 'main' of https://github.com/frappe/community into community-member-to-user-refactor
2021-05-21 13:27:22 +05:30
pateljannat
e991dc5c73
refactor: removed community member doctype
2021-05-21 13:27:15 +05:30
Anand Chitipothu
c77835b81f
feat: added page to see progress of a batch
2021-05-21 13:13:34 +05:30
Anand Chitipothu
e04bbb633d
refactor: moved courses/*/index pages to batch/*
2021-05-21 13:12:52 +05:30
Anand Chitipothu
f1b3ee19b6
Merge pull request #93 from fossunited/exercises
...
Added Exercise and Exercise Submission doctypes
2021-05-20 16:43:29 +05:30
Anand Chitipothu
8c889ffb92
chore: switched to new build system for css.
...
- added community.bundle.less file to create css bundle
- removed the obsolete build.json in favor of new build system
- updated the paths in the books
- removed the imported urls from css files (the new build system doesn't support that)
- removed obsolete lms.css
2021-05-20 13:15:08 +05:30
Anand Chitipothu
d9ea02667d
refactor: removed the branding and customization for mon school
...
They have been moved to a new mon_school app
2021-05-18 21:25:29 +05:30
Anand Chitipothu
49b41749e8
feat: added learn page
...
- added sections to the lesson to handle multiple sesions like examples and exercises
- added livecode integration to lesson pages
- autosave and submiting the answers is not done yet
2021-05-14 12:11:45 +05:30
Anand Chitipothu
c2be23a902
fix: fixed the pickle error on installing community
2021-05-05 15:58:28 +05:30
Anand Chitipothu
82faaed15d
feat: set app name and logo on install and disable signup
...
- set app_name and app_logo_url on install
- disabled signup
2021-05-04 23:19:50 +05:30
pateljannat
0144ab60de
fix: logout issue, liscence.txt change
2021-05-03 15:05:23 +05:30
pateljannat
565787eeb6
feat: new-sign-up-form, request invite widget, request invite tests, get_sketches with owner
2021-05-03 12:33:31 +05:30
pateljannat
52f16131af
fix: add new batch form enhancements ( #43 ) invite request doctype and flow ( #42 )
2021-05-01 14:37:57 +05:30
Anand Chitipothu
e207320721
feat: added home page
...
- Refactored the lms_course page and added find_all method to find courses
- Added CourseTeaser widget
- Added /home as a portal page
2021-04-29 10:57:29 +05:30
Anand Chitipothu
e78c6020e7
Merge pull request #37 from fossunited/batch-discussions
...
fix: Batch discussions and Community Member fixes
2021-04-29 10:53:20 +05:30
Anand Chitipothu
4874d99e44
feat: widgets interface
...
Widgets are reusable jinja templates which can be used in other
themplates. Widgets are written in widgets/ directory in every frappe
module and can be accessed as `{{ widgets.WidgetName(...) }}` from any
template.
2021-04-29 10:49:37 +05:30