- 23 Oct, 2018 4 commits
-
-
Ben Wheeler authored
-
Ben Wheeler authored
-
Ben Wheeler authored
-
chrisgarrity authored
Integrate www-gui localization
-
- 22 Oct, 2018 3 commits
-
-
chrisgarrity authored
* Initialize `locales` in redux using methods exported by GUI. * pass GUI method to set the `scratchlanguage` cookie NOTE: It does not reload the page, so switching back to the project page will not reflect language changes made in gui until the next page reload. Reloading the page will lose project state so we don’t want to do that.
-
Paul Kaplan authored
Use parent_id and commentee_id correctly when posting comments.
-
Paul Kaplan authored
The parent_id is the top-level-parent, the commentee_id is the user to whom the comment is directed , the one that is mentioned in @ reply.
-
- 19 Oct, 2018 4 commits
-
-
Benjamin Wheeler authored
* add canSaveNew prop to pass to GUI * pass to and receive from GUI info about project lifecycle * reset project data or fetch new project data depending on updates received from gui * removed canSaveNew * projectId always a string * moved handleUpdateProjectId calls that fetch or set project metadata into componentDidUpdate * changed page history object * removed comments * two small fixes to deal with edge cases * cleaning up getExtensions
-
Paul Kaplan authored
Connect the consolidated studio data directly
-
chrisgarrity authored
Japanese Character Fix
-
Paul Kaplan authored
Add * to comments from staff on preview
-
- 18 Oct, 2018 10 commits
-
-
Paul Kaplan authored
To the modal to prevent constantly updating. Also only render the modals if they are visible
-
Paul Kaplan authored
Use top level + replies count to control "Load More" comments button
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
Show the username of the parent comment in replies
-
Paul Kaplan authored
This fixes an issue where a project with one top-level comment and one reply would should the "Load more" button at the bottom, even though there were no more to load
-
Paul Kaplan authored
-
Paul Kaplan authored
This requires the API to include the `is_staff` flag, but it will not change functionality if it is not there, everyone would be considered not staff, which is the current behavior.
-
Paul Kaplan authored
-
chrisgarrity authored
Add missing l10n files to tx config
-
- 17 Oct, 2018 6 commits
-
-
Paul Kaplan authored
Comment minor fixes
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
Add admin capabilities to preview project comments
-
Ray Schamp authored
-
- 16 Oct, 2018 13 commits
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
To prepare for server including visibility
-
sjgllghr authored
* use variables for media queries * add medium-and-intermediate media query variable
-
Paul Kaplan authored
Make share banner work on preview
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Benjamin Wheeler authored
* set explicit capabilities like “can____” for GUI and project page * set canShare to proper value instead of hardcoding it * don't tell gui canReport
-
Paul Kaplan authored
Localize all the comment related strings
-
Paul Kaplan authored
Use the proper API route for reporting projects
-