| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-14 | Remove 'App.byId()', which was essentially an alias of ↵ | supahgreg | |
| 'document.getElementById()'. | |||
| 2025-10-12 | Clean up unnecessary eslint-disable directives (per ESLint). | supahgreg | |
| 2025-10-12 | Address rule 'no-redeclare' for 'dojo' and 'dijit' (defined as globals in ↵ | supahgreg | |
| 'eslint.config.js'). Also take care of 2 'no-prototype-builtins' and a 'no-useless-escape'. * https://eslint.org/docs/latest/rules/no-redeclare * https://eslint.org/docs/latest/rules/no-prototype-builtins * https://eslint.org/docs/latest/rules/no-useless-escape | |||
| 2025-10-12 | Address ESLint rule 'eqeqeq'. | supahgreg | |
| https://eslint.org/docs/latest/rules/eqeqeq | |||
| 2023-10-25 | move to psr-4 autoloader | Andrew Dolgov | |
| 2021-03-05 | add a bunch of button icons | Andrew Dolgov | |
| 2021-03-03 | reduce Amount of Caps Used in Multiple Dialogs | Andrew Dolgov | |
| 2021-02-19 | use template strings in a bunch of places instead of id concatenation | Andrew Dolgov | |
| 2021-02-19 | * switch to xhr.post() almost everywhere | Andrew Dolgov | |
| * call App.handlerpcjson() automatically on json request (if possible) * show net/log indicators in prefs | |||
| 2021-02-19 | migrate a bunch of xhrPost invocations | Andrew Dolgov | |
| 2021-02-19 | migrate xhrJson invocations to the new helper | Andrew Dolgov | |
| 2021-02-18 | initial for RIP prototype/scriptaculous | Andrew Dolgov | |
| 2021-02-17 | * App: rename hidden to hidden_tag | Andrew Dolgov | |
| * search: use client dialog * add some form field helpers | |||
| 2021-02-13 | label editor: use client dialog | Andrew Dolgov | |
| 2021-02-12 | silence (or fix) a bunch of eslint warnings | Andrew Dolgov | |
| 2021-02-12 | move some dialogs to xhr loading | Andrew Dolgov | |
| 2021-02-12 | * OPML import: don't reload everything, just feed tree | Andrew Dolgov | |
| * dialogs: use auto-destroying dialog for almost all dialogs instead of destroying them manually * some general dialog-related cleanup | |||
| 2021-02-12 | * filters: remove duplicate code, overall cleanup | Andrew Dolgov | |
| * check if some tres exist before trying to reload them | |||
| 2021-02-11 | shorten pref tab names; make log-alert clickable | Andrew Dolgov | |
| 2020-06-04 | fix various minor issues reported by eslint | Andrew Dolgov | |
| 2018-12-08 | Fix two more typos | Michael Kuhn | |
| 2018-12-06 | label editor: fix changing tree color of edited item | Andrew Dolgov | |
| 2018-12-06 | update label rendering (and editor) | Andrew Dolgov | |
| 2018-12-04 | initial work for flat modern theme | Andrew Dolgov | |
| 2018-12-02 | update notify_* calls to use Notify | Andrew Dolgov | |
| 2018-12-02 | move some more stuff out of common.js | Andrew Dolgov | |
| rework client-side cookie functions a bit limit dojo cachebust based on server scripts modification time remove param_escape() | |||
| 2018-12-02 | edit phrasing of some alert()s | Andrew Dolgov | |
| 2018-12-02 | prefs: more of the same, really | Andrew Dolgov | |
| 2018-12-02 | prefs: move other tree-related functions to respective trees | Andrew Dolgov | |
| 2018-12-02 | embed some pref-feed helper functions into the tree | Andrew Dolgov | |
| 2018-12-02 | move some label helper functions to prefLabelTree | Andrew Dolgov | |
| 2018-11-29 | move to let/const syntax in custom dojo modules | Andrew Dolgov | |
| 2018-08-23 | define custom dojo modules with define() instead of require(), update ↵ | Andrew Dolgov | |
| startup module dependencies | |||
| 2017-01-21 | Replace deprecated dojo.place with domConstruct.place | Anders Kaseorg | |
| Signed-off-by: Anders Kaseorg <andersk@mit.edu> | |||
| 2016-08-10 | switch modules to new dojo definition format | Andrew Dolgov | |
| 2013-07-10 | integrate silk icons by Mark James | Andrew Dolgov | |
| 2011-12-11 | overall directory tree cleanup | Andrew Dolgov | |