David Adams
dd75de340c
Addition of 3 TinyMCE plugins
...
The following plugins added to toolbar in Edit of Unit:
- fontselect
- forecolor
- image
2014-01-31 14:53:19 -08:00
Julia Hansbrough
cac83948b1
Merge pull request #2156 from edx/flowerhack/feature/basic-reverify-flow
...
Follow-On Verification
2014-01-31 14:51:16 -08:00
Julia Hansbrough
17869c5eee
Midcourse reverification: i18n fixes
...
Fixed i18n in templates
2014-01-31 22:20:33 +00:00
Julia Hansbrough
e50ef39bee
Midcourse reverification: Events
2014-01-31 22:20:33 +00:00
Frances Botsford
63a22ad0e5
PR review changes for LMS reverification
2014-01-31 22:20:32 +00:00
Julia Hansbrough
69b5b033fd
Midcourse reverifications: dismissal banner
...
Added a banner that students can use to dismiss the "you have failed reverification" message. Also, removed unused code, wired up the sidebar for design
2014-01-31 22:20:32 +00:00
Jay Zoldak
c01ea9020c
Merge pull request #2400 from edx/zoldak/unicode-fixes-release
...
Make code safe for unicode course ids
2014-01-31 14:16:18 -08:00
Frances Botsford
436a1ec7f6
downstairs fixxup on lms reverification
2014-01-31 22:11:57 +00:00
Julia Hansbrough
3aa80654cb
Midcourse reverification: fixing broken tests
...
Also, refactored code representing ReverifyInfo
2014-01-31 22:08:09 +00:00
Frances Botsford
86588c492b
added notification styles for re-verification and general on LMS
2014-01-31 22:08:09 +00:00
Julia Hansbrough
3e1519c62a
Midcourse reverification: increased quality
...
Also, removed an unused template
2014-01-31 22:08:09 +00:00
Frances Botsford
5aea466093
styling complete on reverify dash
2014-01-31 22:08:08 +00:00
Julia Hansbrough
0b7594178b
Moved reverification windows into common
...
Added verification sidebar, banner for major courseware sections, quality & test improvements
2014-01-31 22:08:08 +00:00
Frances Botsford
003d82345f
adjusting style and html for re-verification on lms
2014-01-31 22:06:37 +00:00
Julia Hansbrough
bf210398e6
Tests and cleanup
...
Improved tests, fixed javascript for photocapture, removed extraneous photocapture code, added time & course numbers to templates for design
2014-01-31 21:48:36 +00:00
Frances Botsford
6c7d715e0e
re-verification dashboard styles
2014-01-31 21:48:35 +00:00
Jay Zoldak
9c4a9d8f64
Make code safe for unicode course ids
2014-01-31 16:35:56 -05:00
Julia Hansbrough
85030467ed
Skeleton for follow-on verification behavior
...
Quick-and-dirty end-to-end flow, functional for at least the case of one course in need of re-verification.
Ready for design to start taking a look; still needs tests and code cleanup
2014-01-31 21:08:24 +00:00
Ned Batchelder
65997d0f6e
Merge pull request #2288 from jazkarta/pluggable-mako-templates
...
Make mako template lookups pluggable.
2014-01-31 12:28:35 -08:00
David Baumgold
7fd63801f2
Merge pull request #2395 from edx/db/translate-tooltips
...
translate component tooltips
2014-01-31 11:58:15 -08:00
David Baumgold
aa105d7a58
translate component tooltips
2014-01-31 14:17:22 -05:00
David Baumgold
597474955b
tabs to spaces
2014-01-31 14:15:44 -05:00
Chris Rossi
0a1ed11daa
Make mako template lookups pluggable.
...
This code adds the ability to add Mako template lookup directories on
the fly, allowing third party add-ons to contribute their own Mako templates.
A new API function for registering Mako templates is introduced::
from edxmako import add_lookup
add_lookup('main', '/path/to/templates')
# Or, specify a package to lookup using pkg_resources. This will
# add the 'templates' directory inside the current package:
add_lookup('main', 'templates', package=__name__)
2014-01-31 13:55:36 -05:00
srpearce
b95d71ff46
Merge pull request #2390 from edx/markhoeber/documentation/google-hangouts
...
Markhoeber/documentation/google hangouts
2014-01-31 10:51:15 -08:00
Sylvia Pearce
5df7a62b42
Correct a few typos
2014-01-31 13:49:46 -05:00
Will Daly
73cc15fce5
Merge pull request #2389 from edx/will/stabilize-ora-ai-test
...
Increase timeout for ORA get feedback promise in bok-choy test.
2014-01-31 08:11:09 -08:00
David Baumgold
437a389d3c
Merge pull request #2378 from glowe/fix-testing-document-link
...
Fix link to testing document.
2014-01-31 08:02:41 -08:00
frances botsford
c938c0adfa
Merge pull request #2369 from tusbar/tabindex-login
...
Prevent from tabbing on lostpassword link in login page
2014-01-31 07:46:04 -08:00
Jay Zoldak
9cfd649c08
Merge pull request #2137 from abdoosh00/feature/unicode
...
Unicode changes to support R to L script
2014-01-31 06:48:01 -08:00
Mark Hoeber
48d2b20fdd
New chapter for instant hangouts
2014-01-31 09:46:12 -05:00
Will Daly
a8a96d3a44
Increase timeout for ORA get feedback promise in bok-choy test.
2014-01-31 09:11:31 -05:00
chrisndodge
7dbec60829
Merge pull request #2384 from edx/chrisndodge/wire-in-aws-settings
...
wire in env settings into aws.py for session inactivity timeouts
2014-01-31 04:00:57 -08:00
Usman Khalid
6b346a30de
Merge pull request #2275 from edx/usman/lms1494-progress-page-value-errors
...
For capa modules if weight is 0 don't try to create Progress objects.
2014-01-31 02:18:16 -08:00
Usman Khalid
ef07e1ed15
For capa if weight is 0 don't try to create Progress objects.
...
LMS-1494
2014-01-31 14:30:51 +05:00
Ned Batchelder
593e8d23db
Merge pull request #2385 from edx/ned/fix-pathological-po-growth
...
Fix pathological po growth
2014-01-30 19:45:51 -08:00
davestgermain
5122c292c7
Merge pull request #2343 from edx/dstgermain/a11y-page-titles
...
Added more descriptive page titles.
2014-01-30 14:33:48 -08:00
Dave St.Germain
636eab8b9e
Added more descriptive page titles.
2014-01-30 17:32:03 -05:00
Ned Batchelder
79e137c8bd
Fix pathological po growth
2014-01-30 16:44:04 -05:00
Chris Dodge
7cd343e031
wire in env settings into aws.py
2014-01-30 16:38:43 -05:00
Will Daly
75bd860a5a
Merge pull request #2311 from edx/will/cache-test-db-migrations
...
Cache databases to speed up acceptance tests
2014-01-30 13:32:32 -08:00
Jay Zoldak
bc30addfb9
Unicode changes to support QRF
...
fixing unit tests
fixing merge error
fixing xqueue submission issue with unicode url (trial 0.1)
fixing fotmats as commented upon
removing yaml file language selection
Unicode changes to support QRF
removed unnecessary pass in modulestore/init.py
fixing merge error
fixing fotmats as commented upon
removing yaml file language selection
fixing pep8 violations
- fixing pylint violations
pylint violation
fixing line spaces and formats
ignore pylint E1101
remove empty line
fixing pylint violations
pep8 violations
bulk mail unicode/decode
fix migration error
fix pep8 just to push again
more unicode/decode
Final changes to comments and error messages.
2014-01-30 16:20:36 -05:00
chrisndodge
5951eb8dae
Merge pull request #2379 from edx/chrisndodge/lock-accounts-after-failed-attempts
...
Add AWS.py configuration hooks to tie in login failure lockout parameters
2014-01-30 13:08:48 -08:00
chrisndodge
1ff4671b8f
Merge pull request #2312 from edx/cdodge/password-complexity-policy
...
Optional Password Policy enforcement
2014-01-30 12:59:04 -08:00
Graham Lowe
eaa98b2ef8
Add myself as contributor.
2014-01-30 15:45:51 -05:00
Chris Dodge
cdf8b7cf16
add aws.py hooks
2014-01-30 15:38:02 -05:00
Chris Dodge
0d49305c4d
add ability to have an optional password policy enforcement on account creation
2014-01-30 15:32:05 -05:00
David Baumgold
1c4d852e13
Merge pull request #2372 from edx/db/create-account-proper-status-code
...
Use status code 400 when there is a validation error in creating an account
2014-01-30 12:24:06 -08:00
David Baumgold
751669cbe7
/create_account: use proper HTTP status codes
...
Use status code 400 when there is a validation error in creating an account.
2014-01-30 15:23:57 -05:00
David Baumgold
7b4ea225da
Remove periods from error messages
2014-01-30 15:23:57 -05:00
Graham Lowe
47b333dbba
Fix link to testing document.
2014-01-30 15:19:04 -05:00