Damien Elmes
05a0c3c40e
Merge pull request #869 from Arthur-Milchior/trip_new_field_name
...
New field name checks are more specific
2020-12-28 16:53:32 +10:00
Damien Elmes
184d5ab368
Merge pull request #858 from hgiesel/editorwhitespace
...
Remove placeholder `<br>`s in empty fields in editor
2020-12-28 16:50:23 +10:00
Arthur Milchior
ebd4938507
Reject field name with : { or }
...
More than {{ is acceptable to start a tag, which means that `{{{Foo}}` won't be interpreted as "the content of `Foo`"
and should be rejected. For the sake of clarity and parsing, I suspect that those symbol should be rejected elsewhere
too.
Similary `{{Foo}}}` won't be interpreted as "Show the content of field `Foo}`" even if this field exists, so it's better
to reject `}`. It's clearly necessary to reject "}}" inside the field name, rejecting "}" seems easier to explain and
avoid future unexpected problem if the templates change.
The ":" are used to separate filters, and rejecting it in field name would ensure that there is no ambiguity.
2020-12-28 07:33:26 +01:00
Arthur Milchior
b2e0d0b968
Rejects field names starting with #, ^ and /
2020-12-28 06:23:49 +01:00
Arthur Milchior
ae489b1278
New field are stripped
...
Otherwise, you can rename "Back" to " Front" and then get unexpected result
2020-12-28 06:18:42 +01:00
Damien Elmes
e2be0c2cbd
simplify NoteField init in test; add other bad chars
2020-12-28 13:19:37 +10:00
Damien Elmes
e14198fad7
fix comment and add basic unit test
2020-12-28 13:14:49 +10:00
Damien Elmes
ed32a66a6b
Merge pull request #870 from Arthur-Milchior/trim_start_field_name
...
Trim the start of field name if it is #, /, ^ or a whitespace
2020-12-28 13:06:57 +10:00
Arthur Milchior
98d0136921
Trim the start of field name if it is #, /, ^ or a whitespace
...
I actually need to trim whitespace again to deal with a field name of the form "# foo"
2020-12-28 03:32:05 +01:00
Damien Elmes
f33a001859
Merge pull request #868 from Arthur-Milchior/contributing_sh
...
Contributing shell code in backtick
2020-12-28 10:46:34 +10:00
Damien Elmes
7bda223999
Merge pull request #865 from hgiesel/configaction
...
Open AddonsDialog via dialog manager
2020-12-28 10:36:02 +10:00
Damien Elmes
e80674b793
Merge pull request #863 from hgiesel/statsoverscroll
...
Prevent stats screen from overscrolling
2020-12-28 10:34:06 +10:00
Damien Elmes
680ded95f6
Merge pull request #862 from hgiesel/reviewerbottombuttons
...
Hide stats buttons in reviewer bottom bar, if window width is too small
2020-12-28 10:33:14 +10:00
Damien Elmes
fa5d0bcaef
update translations
2020-12-28 10:25:00 +10:00
Damien Elmes
2074bb03b6
update prost to new 0.7 release+auto stage changes
...
Allows us to drop slow git repo.
2020-12-28 10:12:35 +10:00
Damien Elmes
992a20c05c
remove reference to 'make pull-i18n', it's no longer required
2020-12-27 18:26:14 +10:00
Arthur Milchior
154a99a15b
Contributing shell code in backtick
...
Currently, on ffd28e00e0/docs/contributing.md the
whole code is on a single line. Copying does not work, as the test is commented
2020-12-27 08:57:40 +01:00
Henrik Giesel
71149656fc
Fix typo
2020-12-27 02:04:45 +01:00
Guillem Palau-Salvà
2b5a6be3fa
Update consts.py
...
I notices that type 4 is added in the revlog when rescheduling. Reviews are logged as 0 time and type 4.
2020-12-27 01:02:32 +01:00
Henrik Giesel
20c2d55059
Fix formatting
2020-12-26 18:24:24 +01:00
Henrik Giesel
b7556281d0
Open AddonsDialog via dialog manager
2020-12-26 18:07:37 +01:00
Henrik Giesel
3db9dec76b
Hide "Edit" and "More" buttons in reviewer bottom bar, if window width is too small
2020-12-26 15:50:32 +01:00
Henrik Giesel
0afed11159
Prevent stats screen from overscrolling
2020-12-26 15:29:45 +01:00
Henrik Giesel
d8f57cecd0
Add svelte lib as bazel dependency
2020-12-26 15:17:30 +01:00
Henrik Giesel
f9229be1ff
Pass in RangeBox as an argument, decoupling it from GraphsPage
2020-12-26 14:40:55 +01:00
Damien Elmes
ffd28e00e0
bump version
2020-12-26 10:36:42 +10:00
Henrik Giesel
4309b6f7a5
Fix displaying issue with active spinner
2020-12-26 00:16:54 +01:00
Henrik Giesel
1b4fd39d70
Make Year/All display correctly
2020-12-26 00:08:24 +01:00
Henrik Giesel
4f28750dff
Move spinner back to RangeBox
2020-12-25 22:59:11 +01:00
Henrik Giesel
13acbe131c
Put RangeBox into its own component
2020-12-25 22:29:42 +01:00
Henrik Giesel
3373cf7ad0
Make spinner's position sticky in relation to graphsContainer
2020-12-25 21:49:56 +01:00
Henrik Giesel
2362ba36d8
Put a transition:fade on the spinner
2020-12-25 20:11:46 +01:00
Henrik Giesel
73c17f9abd
Remove .active class from .spin
2020-12-25 20:07:52 +01:00
Henrik Giesel
ee0bbd8fda
Turn async function into svelte statement
2020-12-23 16:45:00 +01:00
Henrik Giesel
fa5e2407f3
Making days settable does not make sense, as it will be overwritten
2020-12-23 16:20:12 +01:00
Damien Elmes
4a039bd26a
use PYTHON_SYS_EXECUTABLE for setting path to Python
2020-12-23 21:53:13 +10:00
Damien Elmes
8f89b53568
update translations; use http_archive
2020-12-23 21:28:07 +10:00
Damien Elmes
250b59410e
convert some more git repositories to HTTP archives
...
Faster to download, and can be cached. Archives are from the
same commits as before.
2020-12-23 20:43:05 +10:00
Damien Elmes
e7f82d926a
winrt 1.0.20239.1 isn't available for python 3.9
2020-12-23 20:31:13 +10:00
Damien Elmes
7e39686cd9
use protobuf binaries to reduce initial compile times
2020-12-23 19:49:44 +10:00
Damien Elmes
f0abd82e85
revert docs change; rollup issues occurred again in CI
2020-12-23 16:27:45 +10:00
Damien Elmes
1bdb1b9633
update to rules_nodejs 3.0.0
...
Seems to fix the rollup issues on Windows.
2020-12-23 16:05:15 +10:00
Damien Elmes
d222686755
update to stable pyo3 0.13 release
2020-12-23 10:08:38 +10:00
Damien Elmes
c17471f905
update Rust deps
2020-12-23 10:06:35 +10:00
Henrik Giesel
ef7f2ba2a6
Move infile to css to scss file
2020-12-22 22:39:22 +01:00
Henrik Giesel
0967308e53
Make showing of rangeBox based on parameter
2020-12-22 22:36:39 +01:00
Henrik Giesel
d5e9ce4b1d
Bubble up days and search to caller
2020-12-22 22:25:47 +01:00
Henrik Giesel
9f8a9ad540
Pass in graphs as arguments into graphs()
2020-12-22 22:09:23 +01:00
RumovZ
54964c5fa6
Don't escape isolated -
2020-12-22 11:52:17 +01:00
RumovZ
08c77107a0
Fix format and tests
2020-12-22 11:32:53 +01:00