Commit Graph

96 Commits

Author SHA1 Message Date
Chris Hart 171b05a4f7 update dialog box button appearance to conform with styleguide
fixes #10236

test plan:

check each updated form to ensure it looks correct and works

Change-Id: I073c3bff5860bab0b892fecbf61a41a8e9c5ec76
Reviewed-on: https://gerrit.instructure.com/13904
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Ryan Shaw <ryan@instructure.com>
2012-11-13 13:00:36 -07:00
Simon Williams dd62ef5805 new dashboard design
the new dashboard design categorizes recent activity into buckets that can be
expanded/collapsed, and inidividual messages can be dismissed.  the categories
are announcements, conversations, discussions and assignments.  this redesign
applies to the homepage dashboard, the group home page, and the course homepage
when "recent activity dashboard" is selected as the course home page type.o

the motiviation is that the dashboard should capture and present in one place
important information happening in all the user's courses or groups, and allow
for jumping into this information to see more details:

- announcements/discussions should show on the dashboard when they are created,
  or when there are root replies to recent announcements
- conversations should show on the dashboard when there is new activity
- assignments should show on the dashboard when they are created, or when
  changes are made at least a couple hours after being created

the presence of a dashboard item means there is activity for that item that may
be of interest to the user.  additionally, the dashboard items will show
read/unread state (excluding assignments) for items which the user has not yet
viewed.

additionally, global messages such as course inivitations, account level
announcements, and new user messages have been restyled, but will keep their
place above the recent activity widget on the dashboard.

test plan:
- visit many exising user's dashboards and make sure they are functional in the
  new style.
- visit canvas as a brand new user (no enrollments), a new user enrolled in
  a new course and make sure the dashboard is restyled and the messaging makes
  sense.
- make an account level announcement and make sure it shows up on user's
  dashboards.
- create all different types of conversations: single, group, bulk private,
  from submission comment, add user to convo, etc. and make sure the
  appropriate dashboard items appear and make sense
- create discussions and announcements, reply to them at the root level and at
  the sub entry level (sub entries will not make new dashboard items), test
  from both a read and unread user's perspective, making sure dashboard items are
  correct. (note that read/unread state will not be correct for existing items
  before this code is applied, but should be correct for future items moving
  forward)
- dismiss dashboard items and account announcements, make sure they stay
  dismissed.
- test creating assignments, waiting > 2 hours, and updating due dates or other
  assignment details. make sure items appear. note that unread state will not
  exist for assignment notifications.

closes #10783
refs #11038
refs #11039

Change-Id: I276a8cb1fae4c8a46425d0a368455e15a0c470c5
Reviewed-on: https://gerrit.instructure.com/14540
Reviewed-by: Jon Jensen <jon@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
2012-11-11 21:56:16 -07:00
Jake Sorce 5e743edd48 don't show Make a New Set of Groups button if no students are in the course
fixes #11120

test plan:
  1. login as a teacher
  2. create a new course
  3. click on the People link in the left nav
  4. Click View User Groups on the right side
  5. Make sure the Make a New Set of Groups button
     isn't displayed
  6. Add a student to the course
  7. go back to that page and make sure the
     Make a New Set of Groups button is displayed

Change-Id: Id4c439bc3500fd233d541eab19c3d0dd964579a2
Reviewed-on: https://gerrit.instructure.com/14191
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Ryan Shaw <ryan@instructure.com>
Reviewed-by: Shawn Meredith <shawn@instructure.com>
2012-10-11 09:46:44 -06:00
Jake Sorce 40cef453e6 fix multiple data validation bugs, fixes #7020
added migration to oauth requests to allow longer
return urls

test plan user settings:
  1. login as a user
  2. click on the user name in the top right
  3. click Edit Settings button
  4. try to enter a string larger than 255 characters
     in full name, display name, and sortable name
  5. should stop text entry at 255 characters

test plan user groups:
  1. login as a teacher
  2. go into a course
  3. click 'People' on left nav
  4. click 'View User Groups' on right nav
  5. click 'Make a New Set of Groups' on right nav
  6. try to enter a group name longer than 255 characters
  7. should stop text at 255 characters

Change-Id: I9be845a611357eed6512aba73a491a3d16af0e03
Reviewed-on: https://gerrit.instructure.com/13772
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
Reviewed-by: Joe Tanner <joe@instructure.com>
2012-09-21 10:57:37 -06:00
Simon Williams f898562246 api: fix bugs in group invite and membership api
fixes #10268

group invite wasn't searching in the correct account when trying to match user
emails passed in to users.  group membership creation was broken for
non-community account level groups to to a missing permission.

test plan:
- create an account level group
- invite someone who belongs to that account to the group with the api
- they should be added (it should not create a temporary user)
- now add someone else directly with the api be creating a membership for them
- it should work

Change-Id: I7bb7a22b83e13ed6e9575aa059e3e3463e0541f9
Reviewed-on: https://gerrit.instructure.com/13337
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
2012-09-05 09:17:10 -06:00
Simon Williams c5a189d80d make 'new groups' form consistent
the 'require group members to be in the same section' checkbox is only allowed
if 'allow self signup' is checked.  this is taken care of in javascript once
the user starts interacting with the form, but by default it should be disabled
because the requirement isn't met.

test plan:
- go to the groups page, click on new set of groupse
- allow self signup should be unchecked, and require same section should be
  disabled.
- checking allow self signup should enable require same section.

Change-Id: Ibb3def09756c75619933bb80d240583c51d97b3f
Reviewed-on: https://gerrit.instructure.com/13185
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jon Jensen <jon@instructure.com>
2012-08-28 09:50:43 -06:00
Ryan Shaw 81dc9b769e don't call jquery UI methods an elements with no widget initialized
aka: no more .dialog('close').dialog({}).dialog('open')
(does not actually change any behavior visible to end user)

test plan:

as far as manual testing goes, try to go to a bunch of pages that have dialogs
and open and close them.

For engineers, if you can think of other places where we might try to set options
on a UI widget before we initialize one (like sortables or something), check that too.

Change-Id: I7415c00d8c15b562ac12eeef83fa041aff1dfb35
Reviewed-on: https://gerrit.instructure.com/12810
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jon Jensen <jon@instructure.com>
2012-08-13 10:16:54 -06:00
Ryan Shaw c6a0c817e0 get rid of double '+' icon on button, fixes: #9498
test plan:
go to /courses/654304/groups and make sure there
are not 2 '+' icons on the "Start a New Group" button

Change-Id: I9ec83be92bedd9a1c0300490764655f33efd1d33
Reviewed-on: https://gerrit.instructure.com/12300
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Jake Sorce <jake@instructure.com>
2012-07-17 20:34:56 -06:00
Ryan Shaw 05dd27b7d2 fix user and group profile styles that got ruined
Change-Id: Ieaee3f77c197e6875ba23c8cb0c31d7098fcbc00
2012-06-22 12:06:57 -06:00
Jon Jensen b7d48e45ae fix dashboard toggle and a couple style regressions
Change-Id: I47ab5610df59ec192c7296875ec1df74691ac789
2012-06-13 16:45:55 -06:00
Cameron Matheson b16798669f start a group link functionality
Change-Id: I1674244f060b317e968eb54be99f7b4e0131610d
2012-06-12 10:18:17 -06:00
Cameron Matheson ed5b7c0044 ui for inviting people to groups
depends on g/11229

Change-Id: I9134a808dcb7a04561df88f4b237f826703f0442
2012-06-08 15:53:07 -06:00
Cameron Matheson 6fd1e62fb2 use button class on buttons
Change-Id: I5206c3a37c8e32882f23d72c84dbecb3a4a0c8ff
2012-06-07 02:07:28 -06:00
Cameron Matheson ec816c3dac group profile page
closes #8827

Change-Id: Ifd02bfe30828b4f3d5e6da1d1c00976fa65be6ac
2012-06-07 02:00:06 -06:00
Jon Jensen 84bec0bea9 dashboard phasing, closes #8802
adds button (and underlying pref/endpoint) so users can opt in to (or out
of) the new dashboard. button appears on old and new dashboard and group
pages.

test plan:
1. opt in to the new dashboard
2. you should see the new dashboard (and new group page)
3. opt out
4. you should see the old dashboard (and old group page)

Change-Id: I151f3a3979ddc3e18e7e0dbf97d271ace91b3235
2012-06-05 23:19:08 -06:00
Cameron Matheson 7427406c56 group settings page
Change-Id: I86cc94a030d12d25e9efebf718faa4fccfd9bddb
2012-06-05 17:26:12 -06:00
Cameron Matheson 50f1b1b68d WIP: groups dashboard
Change-Id: I290e253242b8829ce26f98701b74613bf682325f
2012-05-25 15:30:40 -06:00
Brian Palmer 3a570ddfbe paginate the activity stream apis
These were hard coded to always return 21 items, same as the dashboard
screens in the web UI. They're now fully pagniated, though the per_page
default in this case is 21, to match the old behavior.

test plan: make an api call to users/self/activity_stream and
courses/X/activity_stream, and verify the pagniation. this touches the
code for the activity stream in the ui in a refactor, but shouldn't have
any visible changes.

Change-Id: I8da63eb4e03bb616d66d0af27efa30ef786dd3dd
Reviewed-on: https://gerrit.instructure.com/10678
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Zach Pendleton <zachp@instructure.com>
2012-05-17 10:57:39 -06:00
Jake Sorce 0c620c57f5 don't open links in a new tab fixes #8001
test plan:

  1. as a teacher make some student groups
  2. click on the group name on the right side
  3. notice how a new tab doesn't open
  4. click on the group name on the left side
  5. notice how a new tab doesn't open

Change-Id: I10eddd822242ef94584ca42b6b528c5a3b12d7ff
Reviewed-on: https://gerrit.instructure.com/10401
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Bryan Madsen <bryan@instructure.com>
2012-05-02 17:13:57 -06:00
Ryan Shaw 605231a418 upgrade jquery to 1.7.2
when you require ['jquery'] you are now getting the
version of jquery that has our patches applied to it
you should not need to think about the patching as
you write code.

this also applies to jqueryui/dialog, that will return
the patched version of it.

test plan:
make sure javascript still works on our site ;)

Change-Id: I237fa8da5f93167140c4d42b80eb3ef17d95c1e6
Reviewed-on: https://gerrit.instructure.com/9878
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Zach Pendleton <zachp@instructure.com>
Reviewed-by: Ryan Florence <ryanf@instructure.com>
2012-04-24 10:57:38 -06:00
Simon Williams 874b5489c1 student view; closes #6995
allows course admins to view the course from a student perspective. this is
accessible from a button on the course/settings page. They should be able to
interact with the course as a student would, including submitting homework and
quizzes. Right now there is one student view student per course, so if the
course has multiple administrators, they will all share the same student view
student.

There are a few things that won't work in student view the way the
would for a normal student, most notably access to conversations is disabled.
Additionally, any publicly visible action that the teacher takes while in
student view will still be publicly visible -- for example if the teacher posts
a discussion topic/reply as the student view student, it will be visible to the
whole class.

test-plan:
- (the following should be tried both as a full teacher and as
  a section-limited course admin)
- set up a few assignments, quizzes, discussions, and module progressions in
  a course.
- enter student view from the coures settings page.
- work through the things you set up above.
- leave student view from the upper right corner of the page.
- as a teacher you should be able to grade the fake student so that they can
  continue to progress.
- the student should not show up in the course users list
- the student should not show up at the account level at all:
  * total user list
  * statistics

Change-Id: I886a4663777f3ef2bdae594349ff6da6981e14ed
Reviewed-on: https://gerrit.instructure.com/9484
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
2012-04-03 14:11:07 -06:00
Jake Sorce 38b761ca4d fix self signup help dialog account level fixes #7778
test plan:

  1. navigate to account level as admin
  2. click users on left side nav
  3. click view student groups
  4. edit group
  5. click blue ? button

Change-Id: I4920ddc6b3bc9fb9d007d8bb61d4cc4a3a5fbd23
Reviewed-on: https://gerrit.instructure.com/9503
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
2012-03-22 14:58:37 -06:00
Zach Wily e26b2e4a6e add a hidden_dialog helper to handle dialogs that we only want one of on a page
There are several places where we want to add a hidden <div> that will later
be used as a dialog. Normally that div would have an id, and would be
displayed using the id. Where to place the div is a problem in cases where the
dialog might be invoked from several different places - we only want one and
only want copy of the div on the page.

This helper will let you specify content for a hidden div and an id, and will
only place one instance on the page. That means you can specify the div close
to a help button that might invoke it, and you don't have to worry about if
it's added twice.

The helper will raise a warning if you try to add a div with an id matching an
existing one, but with different content.

The other change is fixing some bad indentation in _full_assignment.html.erb
which led to somebody adding an extra </div> while trying to add another
instance of a dialog div.

Change-Id: If91428db89f92f890ea5917028331040d12741a6
Reviewed-on: https://gerrit.instructure.com/9138
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
2012-03-05 15:28:41 -07:00
Ryan Shaw 0ce7e4b827 don't hide student names while editing groups, fixes: #6283
was because the .name selector was getting both the group's
name and each person's name.

test plan:
* go to /courses/x/groups
* click pencil to edit group name
* make sure the group name title disappears but
  the student names inside of it don't

Change-Id: Ifc6a9b41eb6eab244adadab7c4e8d5e4eca02571
Reviewed-on: https://gerrit.instructure.com/8937
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Jake Sorce <jake@instructure.com>
2012-02-27 15:47:48 -07:00
Simon Williams fba4a32328 improve student group membership state flow; fixes #6948
student group memberships support requested and invited states, but there isn't
currently frontend support for accepting these memberships. students in these
states had an inconsistent group experience. this fix retroactively accepts
these memberships, and causes new memberships in these states to be
auto-accepted. it also tries to be more consistent about showing group
membership counts/members based on accepted memberships.

test plan:
- create a student organized group, inviting some people
- make sure the counts are right.
- refresh the page and make sure the counts match the group members
- make sure the people you are invited are "accepted" in the db

Change-Id: Id0e3f183a99bd4962497388ead6884243938e6fc
Reviewed-on: https://gerrit.instructure.com/8736
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
2012-02-22 13:54:12 -07:00
Simon Williams 6e0bf1954d show mult. enroll. in groups; fixes #6998
We want to show all sections that a user belongs to when building groups, and
make sure that section-restricted groups take into account multiple sections.
The data model already (mostly) supported this, but the UI did not.

Test plan:
- create a course with > 2 sections, > 2 users, at least one in multiple
  sections.
- Go to the groups page, make sure that both sections show up under the user.
- Make the group category section-restricted, make sure things work as you
  expect.

Change-Id: Ic13bc81cf62811a0e5dcb9572240fae685056989
Reviewed-on: https://gerrit.instructure.com/8435
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Jacob Fugal <jacob@instructure.com>
2012-02-09 11:14:02 -07:00
Ryan Florence a1e31c8c9a AMD Conversion
"Trivial" JavaScript / CoffeeScript changes
--------------------------------------------------

For the most part, all javascript was simply
wrapped in `require` or `define`. The dependencies
were found with a script that matched regexes in
the files, it errs on the side of listing too many
dependencies, so its worth double checking each
file's dependencies (over time, anyway).

i18n API changes
--------------------------------------------------

No longer have to do I18n.scoped calls, just
list i18n as a dependency with the scope and it's
imported already scoped

  require ['i18n!some_scope'], (I18n) ->
    I18n.t 'im_scoped', 'I'm scoped!'

JS bundling now done with r.js, not Jammit
--------------------------------------------------

We don't use jammit to bundle JS anymore. Simply
list dependencies for your JS modules in the file
and RequireJS handles the rest.

To optimize the JavaScript, first make sure you
have node.js 0.4.12+ installed and then run:

  $ rake js:build

The app defaults to the optimized build in
production. You can use non-optimized in
production by putting ?debug_assets=true in the
url just like before.

You can also test the optimized JavaScript in
development with ?optimized_js=true.

Significant changes
--------------------------------------------------

These files have "real" changes to them (unlike
the JavaScript that is simply wrapped in require
and define).  Worth taking a really close look at:

- app/helpers/application_helper.rb
- app/views/layouts/application.html.erb
- config/assets.yml
- config/build.js
- lib/handlebars/handlebars.rb
- lib/i18n_extraction/js_extractor.rb
- lib/tasks/canvas.rake
- lib/tasks/i18n.rake
- lib/tasks/js.rake

Change-Id: I4bc5ecb1231f331aaded0fef2bcc1f3a9fe482a7
Reviewed-on: https://gerrit.instructure.com/6986
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Ryan Florence <ryanf@instructure.com>
2012-02-06 16:41:40 -07:00
Jacob Fugal 9e9040146a disable 'randomly assign students' for restricted self-signup groups
also, make the random assignment happen on the server via an ajax call.
before, it would make one ajax call per student assigned, which is
rather inefficient when there are many students to assign.

fixes #6099

Change-Id: I89e5059fa1bd42b1a25e5cb88d552841c426530a
Reviewed-on: https://gerrit.instructure.com/6576
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
2011-11-04 12:25:44 -06:00
Jacob Fugal 847175bf32 enable showing group rosters on student groups view
when a student is viewing the list of groups they are in and that they
may join, enable viewing the roster of each group. :read_roster
permission is given to students that are eligible to join the group or
request an invitation to the group. fix pageless so that if the
container is hidden when a load completes, the loader is still properly
hidden. fixes #5931

Change-Id: I50aee8c19e927ce25afa17d9b1533df0aa7239e9
Reviewed-on: https://gerrit.instructure.com/6184
Reviewed-by: Brian Whitmer <brian@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
2011-11-01 13:34:42 -06:00
Jacob Fugal 21be362b0d tweak group category creation UI
fold "I'll create groups myself" into "create 0 groups now" for self
sign-up categories

Change-Id: I562f5f303da52fa6e7bcbdc2ce1fb7b071bb8342
Reviewed-on: https://gerrit.instructure.com/6143
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
2011-10-27 13:06:18 -06:00
Jacob Fugal e07e64b9ef self signup group categories
group categories can be flagged as self sign-up, and optionally
restricted to be section-homogenous. like normal groups and unlike
student-organized groups, a student may be in at most one self sign-up
group. but like student-organized groups and unlike normal groups,
students can assign themselves to the group of their choice. if the
section restriction is enabled, students can only be assigned (whether
by themselves or their teacher) to a group which is either empty, or
whose existing members are in the same section as the student.

also added an edit UI to group categories allowing renaming and
management of the self sign-up options. polished the existing UI for
creating categories.

fixes #4624

Change-Id: Ib623f4c6afd20e9700984f8294cd42950107252c
Reviewed-on: https://gerrit.instructure.com/6052
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Brian Whitmer <brian@instructure.com>
2011-10-11 17:22:46 -06:00
Jacob Fugal 13b83cdbe5 use model ids instead of names to identify group categories
clean up some group category UI stuff along the way

Change-Id: I82aa086bd6d392af007d2e5f9def5618cf4dc143
Reviewed-on: https://gerrit.instructure.com/6054
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
2011-10-10 09:36:23 -06:00
Jacob Fugal 5c8406bd35 GroupCategory model
Group#group_category_name (groups.category) and
Assignment#group_category_name (assignments.group_category) are now
deprecated.

refs #4624

Change-Id: I8fc5d03a75e962c3f649305986f77ad242d3a694
Reviewed-on: https://gerrit.instructure.com/5765
Reviewed-by: Brian Palmer <brianp@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
2011-10-10 09:36:06 -06:00
Jacob Fugal e749446e90 Group#student_organized?
Change-Id: Iccccefa00d7460327e9c96537ca3f187f345d773
Reviewed-on: https://gerrit.instructure.com/5764
Reviewed-by: Jacob Fugal <jacob@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
2011-09-27 12:59:49 -06:00
Jacob Fugal 3563529ddd remove special group name from manage_groups.js
Change-Id: I3a8e554a4148831550450109bafcc1df674aad70
Reviewed-on: https://gerrit.instructure.com/5763
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
2011-09-27 12:59:33 -06:00
Jacob Fugal 530c5e1bdc group_category_name
wrap Assignment#group_category and Group#category accessors as
Assignment#group_category_name and Group#group_category_name accessors,
respectively, in order to make naming consistent and free up the field
"group_category" for a new association.

Change-Id: Ieb926088d96ebb8b46f70768a77b82fa1dcc8817
Reviewed-on: https://gerrit.instructure.com/5761
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
2011-09-27 12:58:50 -06:00
Cody Cutrer 0cc29f7737 remove a bunch of links from the UI for stuff you don't have permission do to
fixes #5580

Change-Id: Iaa92189ff49ee95a7a8cc83afc61145f79ab848f
Reviewed-on: https://gerrit.instructure.com/5595
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Jacob Fugal <jacob@instructure.com>
2011-09-13 16:30:44 -06:00
Zach Wily 448ece70df fix link to creating announcements within groups; fixes #5430
This also enables the Announcements tab for groups, since they appear to be
useful.

Change-Id: I54a41119ad0174692f778f16a69c152c47f01130
Reviewed-on: https://gerrit.instructure.com/5510
Reviewed-by: Cody Cutrer <cody@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
2011-09-08 16:46:02 -06:00
Jon Jensen cb864c6ae0 misc view i18n
Change-Id: I9cd27dd9d6d3daa8c1fe70cb0de21b82d1980de7
Reviewed-on: https://gerrit.instructure.com/4586
Reviewed-by: Brian Palmer <brianp@instructure.com>
Reviewed-by: Jacob Fugal <jacob@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
2011-07-07 10:37:38 -06:00
Jon Jensen 35705ee7bc various i18n fixes/deduplication
added checks to extractor for some common typos/oversights (and more line numbers)

Change-Id: I7a2b080cf2a26cb6711539220fe2486a1a4f04b5
Reviewed-on: https://gerrit.instructure.com/4581
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
2011-07-06 17:29:33 -06:00
Jon Jensen 7928b695a2 fix a few i18n issues
Change-Id: If5fd5dd4ffb848ba2a09b29d36c2a08b9859f83f
Reviewed-on: https://gerrit.instructure.com/4409
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Jacob Fugal <jacob@instructure.com>
2011-07-06 10:49:20 -06:00
Jon Jensen 46f093f171 update js extractor (and views) for new js_block scoping usage
Change-Id: Ic614e156b90175eced2bb28102c219bd66c08f7b
Reviewed-on: https://gerrit.instructure.com/4341
Reviewed-by: Jacob Fugal <jacob@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
2011-06-23 17:08:27 -06:00
Jon Jensen d9b1f09325 fix various typos and i18n issues
Change-Id: I13abb4d1ff5fa81414ba6c35d0d6d3bf0beb1490
Reviewed-on: https://gerrit.instructure.com/4219
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
2011-06-15 15:39:08 -06:00
Jon Jensen d5b7d8af32 fix a couple i18n typos
Change-Id: Ic3cc1027ea318c5110abc2f242b23b0e9e39c6c9
Reviewed-on: https://gerrit.instructure.com/4206
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
2011-06-15 09:29:13 -06:00
Jon Jensen 405321e08b i18n groups and grading_standards, plus i18n.js count fu
Change-Id: Id8a420ef1cc25d93c34fcc1351e909b3bc60f5bc
Reviewed-on: https://gerrit.instructure.com/4181
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
2011-06-14 12:22:31 -06:00
Brian Whitmer 8b8173dcc9 Initial commit.
closes #6988138
2011-01-31 18:57:29 -07:00