forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…ia#5991) * Fix hola's multiple choice question. * add config_property for showing the issues tab * fix indentation * shorter description * fetch issue_tab_exposed from backend * make isIssuesTabExposed a function * redirect away from issues if it is not exposed * remove unused import * fix copyright date * better naming for config variable * explicit function definition * stop showing feedback count * stop showing unrelated data * make helper function * better handler name * better name * better name for service * fix line-too-long error * sort imports * rename backend url * commit the new service * connect issues_tab to its controller * add message for issues tab * reorganize redirect routes * fix fileoverview * use bug_report material icon * add dependency to routerservice * fix line-too-long error * save line-too-long error fix for different PR * accept an exploration id for the features backend api call * s/EXPLORATION_FEATURES_URL/EXPLORATION_EDITOR_FEATURES_URL/ * use better acl * prettier issues tab template * Simplify html structure * Fix indentation * add programmatic data * use length of open issues * remove i18n from TODO * revert to dev mode * remove unused scope variable * s/exposed/enabled * s/allData/combinedData * delete extraneous space * give players access to exploration features * s/Exploration\w*Features/ExplorationFeatures * sort imports * rename actual file * add conditional to existing expression * use different constant to keep strings together * explain constants * sort imports * remove useless parenthesis * fix headers * use propere name * sort imports * sort imports * sort imports * use new name * fix quote-props error * stop using excessive format for comment headers. * s/TAGS/TABS * add missing constant access * s/EXPLORATION_EDITOR_FEATURES_URL/EXPLORATION_FEATURES_URL * sort imports * simplify function assignment * simplify function assignment * remove unneeded prefix * condense object definition * s/_tabs/tabStatus * render nothing if issue type does not exist * s/exploration_editor/explorehandler for URL * store active tab directly * use i18n strings * fix line-too-long * Update core/templates/dev/head/pages/exploration_editor/settings_tab/SettingsTab.js Better wording. Co-Authored-By: brianrodri <brian@brianrodri.com> * add human readable issues name * reorder words * s/issues/improvements * fix wrong function call * s/issues/improvements * fix i18n * finishing touches * fix line-too-long * fix line-too-long * fix line-too-long * fix remaining line-too-long errors * fix line-too-long * fix spacing * sort i18n definitions * fix wrong import * fix line-too-long * move improvements next to stats * only use 3 cards * only use 2 cards * remove extra newline * remove todos * Make ImprovementsTab a directive * suffix with directive * s/activeTab/activeTabName * improve JSDoc * require logged in to show improvements tab * Update improvements_tab_directive.html s/improvements/issues * improve docstrings * remove directive suffix * prefer ng-if
- Loading branch information
1 parent
59260be
commit faf68df
Showing
38 changed files
with
511 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.