Commit 4fb74ce
authored
Migrate archival storage search to Vue
* Migrate archival storage search to Vue
* Rewrite localizeTimestampElements as a core feature
* Replace pager jump handler with vanilla JS
* Drop jQuery from FPR form toggles
* Remove unused vendor assets
* Refresh ES status updates before redirect reads
Archival Storage now issues an immediate search after redirecting from
AIP deletion requests. Without an index refresh, update_by_query can
remain invisible to that first read, so the UI may still show "Stored"
instead of "Deletion requested". Requesting refresh=True on
update_by_query makes the status transition observable right away and
removes this timing race across UIs.
* Map rejected monitor status to cancel.png
The Vue monitor currently maps STATUS_REJECTED to control_stop_blue.png.
That icon existed historically (added in cb5f427, the 2012 import), but
was deleted in d069446 (2016-11-09, "Dashboard: remove dead code"). The
mapping then persisted in legacy Backbone monitor code and was carried
into the Vue monitor implementation in 848dd6f (2026-02-03).
Map STATUS_REJECTED to cancel.png so rejected rows use an existing asset
and avoid broken /media/images/control_stop_blue.png requests.
* Support DataTables-style quoted search tokens
* Update archivematica-acceptance-tests1 parent 9d59845 commit 4fb74ce
File tree
138 files changed
+4317
-14572
lines changed- hack/submodules
- src/archivematica
- dashboard
- components/archival_storage
- fpr/templates/fpr
- format
- fprule
- locale
- en/LC_MESSAGES
- es/LC_MESSAGES
- fr/LC_MESSAGES
- ja/LC_MESSAGES
- no/LC_MESSAGES
- pt_BR/LC_MESSAGES
- pt/LC_MESSAGES
- sv/LC_MESSAGES
- media
- css
- images
- js
- archival_storage
- vendor
- vendor
- datatables
- css
- images
- js
- font-awesome
- css
- fonts
- less
- scss
- twitter-bootstrap
- css
- templates
- administration/reports
- archival_storage
- main
- vue
- lib
- archival-storage
- components
- composables
- core/features/localize-timestamps
- fpr-tables
- monitor/components
- topbar/components
- transfer-browser/components
- search
- tests/search
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
138 files changed
+4317
-14572
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
881 | | - | |
| 881 | + | |
882 | 882 | | |
883 | 883 | | |
884 | 884 | | |
| |||
Lines changed: 22 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | | - | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
66 | 78 | | |
67 | | - | |
| 79 | + | |
68 | 80 | | |
69 | 81 | | |
70 | 82 | | |
Lines changed: 22 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | | - | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
65 | 78 | | |
66 | 79 | | |
67 | 80 | | |
0 commit comments