rebecca shoptaw
rebecca shoptaw
Dependency to `epic` https://github.com/internetarchive/openlibrary/issues/7694. Sub-task of https://github.com/internetarchive/openlibrary/issues/9205. ### Describe the problem that you'd like solved While the real-time validation fixes in https://github.com/internetarchive/openlibrary/issues/2055 will provide helpful error messages to the user...
Dependency to `epic` [#7694](https://github.com/internetarchive/openlibrary/issues/7694). Sub-task of [#9205](https://github.com/internetarchive/openlibrary/issues/9205). ### Describe the problem that you'd like solved While the new real-time validation for formatting errors added in [#2055](https://github.com/internetarchive/openlibrary/issues/2055) shows very helpful errors...
Closes #9269. Feature. Adds instructions re: basic git pull/push operations to the issue template -- should help contributors avoid merge conflicts/bizarre issues/confusion as a result of out-of-date branches. ### Technical...
### Problem The new `detect_missing_i18n` script by @pidgezero-one has given us a super helpful list of `i18n` syntaxing issues throughout the codebase and/or valid `i18n` that accidentally gets flagged by...
Sub-task of #9486. Fix. Adjusts the `i18n` `WARN` syntax to only flag text wrapped in `$(' ')` or `$(" ")`, the chosen syntax for intentionally untranslated text. This way, we...
Closes #9467. Feature. Improves registration form performance by ensuring lightweight formatting checks (i.e. username field length, email format) all take place on the frontend before the backend query runs. ###...
Dependency to `epic` #7694. Some last refactoring and fixing up of the registration form as a final step in the registration overhaul project. ## Requirements - [x] #9465 - PR:...
Dependency to `epic` https://github.com/internetarchive/openlibrary/issues/7694. ### Problem The current registration form design is a bit clunky and non-intuitive, and could use both a visual redesign and the addition of some helpful...
Closes #9605. Refactor. The time has come at last!! Following in the footsteps of the previously merged subtasks (see issue page) which replaced each use of the jQuery `validate` plugin...
### Problem As part of an overall reduction of the OL code size to improve site performance, one of the most obvious and easiest targets is jQuery validate, a form...