Gabriel Horner
791bd90d88
Fix frontend code breaking a deps library again
...
Please run `yarn test` in a dep to ensure it still works /cc
@tiensonqin. See 84b80e8b76 for previous
examples
2023-08-01 11:18:10 -04:00
Andelf
486edc31c0
chore(release): release 0.9.12
2023-08-01 21:52:12 +08:00
Tienson Qin
8e9a189ba1
handle whiteboard built-in properties
2023-08-01 21:48:36 +08:00
Tienson Qin
db5e0a6571
handle pdf annotation properties
2023-08-01 21:23:00 +08:00
atxulo
97fad3e349
Enhance: Improvements in Spanish translation ( #9896 )
...
* Improvements in Spanish translation
* Update es.edn, merged #9732
---------
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com >
2023-08-01 09:20:19 -04:00
charlie
401078ab18
fix(pdf): incorrect highlights state when update hlighlight. related #9900
2023-08-01 21:14:51 +08:00
Tienson Qin
73ce46483b
handle more properties including title, icon, public and filters
2023-08-01 20:50:13 +08:00
Tienson Qin
84f09e01dc
fix: heading level
2023-08-01 20:39:01 +08:00
Tienson Qin
2913af2d96
fix: order list
2023-08-01 20:14:49 +08:00
Tienson Qin
3cc7977d93
fix: heading
2023-08-01 19:16:44 +08:00
Tienson Qin
dbcd082f08
wip: handle built-in properties
2023-08-01 19:03:16 +08:00
Tienson Qin
3333f890ea
fix: entity fn calls
2023-08-01 14:46:48 +08:00
Tienson Qin
8ed57c04c9
fix: page add-property! for db based graphs
2023-08-01 14:18:36 +08:00
Tienson Qin
3ec4c6bedd
remove handler.editor.property
2023-08-01 13:59:06 +08:00
Gabriel Horner
81ae67cdbe
Add timestamp support to sort-by for db graphs
2023-07-31 16:34:33 -04:00
Gabriel Horner
8e360405d6
Fix sort-by for user properties with db graphs
...
sort-by-queries test passes except for timestamps.
Had to introduce another query to resolve property uuids.
Made it as efficient as possible with datoms and pull.
Refactored load-test-files to support journal files and
allow page and block properties from one file
2023-07-31 16:07:23 -04:00
Konstantinos Kaloutas
cf6333d5e4
fix persist when updating existing elements #8706
2023-07-31 10:19:57 -04:00
einmeterhecht
ac1e0982b5
Link to german tutorial in de.edn
...
And not to the english one
2023-07-31 09:52:18 -04:00
einmeterhecht
4d2bab8471
Translate the tutorial to german
2023-07-31 09:52:18 -04:00
einmeterhecht
51658c16c0
Update de.edn
...
Removed or translated german texts identical to the english ones
2023-07-31 09:52:18 -04:00
einmeterhecht
f2d1de9e99
Translate all missing entries to german
2023-07-31 09:52:18 -04:00
Konstantinos Kaloutas
6276e182b2
fix: setting default sidebar pages on config #9950
2023-07-31 09:50:39 -04:00
Gabriel Horner
316759eab3
chore: use data- prefix for more intention revealing names
...
data- is a common prefix for indicating an attribute's content is used
to store data for the html app
2023-07-28 16:04:41 -04:00
Gabriel Horner
1d8c1716bf
Allow pages to add/edit/delete their own properties
2023-07-28 16:04:12 -04:00
Gabriel Horner
84b80e8b76
Fix electron code breaking db deps again
...
Introduced by last commit /cc @rcmerci. This has happened previously at
0c533a9032 and
8a1c54173b . Please run `yarn test` in
deps/db to catch this
2023-07-28 10:27:24 -04:00
rcmerci
be7cb85e35
update some rtc related ns
2023-07-28 18:52:51 +08:00
Andelf
90db107e4d
fix(fs): editing global config on windows
2023-07-28 15:23:33 +08:00
Andelf
3406795066
fix(sync): page history on mobile platforms
2023-07-28 15:23:00 +08:00
Gabriel Horner
28692201f0
Render more property val types in query table
...
Add support for ref (single/many) and many non-ref
2023-07-27 17:39:57 -04:00
Gabriel Horner
dca3b3198d
Fix query table not rendering for db graphs
...
Also cleanup result-table component, shui specific setup shouldn't be run
by v1 tables and vice versa
2023-07-27 16:34:20 -04:00
Gabriel Horner
cd4059c890
Add support for page property queries
...
page-property-queries test passes
2023-07-27 11:57:10 -04:00
Gabriel Horner
6cd3b18ed9
Add missing ns docstrings
2023-07-27 10:51:46 -04:00
Gabriel Horner
7bca841afe
Fix lints again to try to keep branch as green as possible
2023-07-27 10:15:27 -04:00
Tienson Qin
1671f540fb
Move property-edit to file-based.property
...
Also, util.property -> file-based.property.util
2023-07-27 11:47:08 +08:00
Gabriel Horner
4a5dd5bd83
Allow dsl-query tests to run from existing :block/content
...
Generate :file/blocks from content thus allowing more tests to run
under db graph. Also loosened a couple query-dsl tests to pass
with db graphs without sacrificing test accuracy
2023-07-26 16:07:41 -04:00
Gabriel Horner
05fdd179de
fix property type not selected in form's dropdown
2023-07-26 10:25:35 -04:00
Gabriel Horner
3f52860cf1
Fix perf issue with property rules for db graphs
...
Use multiple clauses instead as confirmed by perf test.
Using multiple clauses made rule preparation for d/q more complex
so introduced extract-rules
2023-07-25 17:20:17 -04:00
Gabriel Horner
e9fecfa280
Fix property rules for advanced queries with db graphs
...
and provide a rules var just for db graphs.
Also simplify query-dsl db-graph support as query-dsl/parse-query
doesn't need to know about db graphs for how it's used
2023-07-25 13:53:18 -04:00
Gabriel Horner
01ff0e9a16
Save multi value properties as sets
...
Sets are easier to query
2023-07-24 16:56:53 -04:00
Gabriel Horner
0ca7d1a4de
Fix multi-valued properties and enable first property graph test
...
Run db prop test with: DB_GRAPH=1 node static/tests.js -i focus
2023-07-24 16:42:36 -04:00
Gabriel Horner
4920b3a98e
Fix lints and fix graph-parser cljs tests
...
not running due to missing db dep
2023-07-24 14:06:57 -04:00
Gabriel Horner
5f91e6cf0f
Merge branch 'master' into feat/db
2023-07-24 12:21:19 -04:00
Gabriel Horner
8836ba7db8
Merge pull request #9907 from logseq/enhance/resource-handling
...
Enhance (dev): 3rd party resource handling
2023-07-24 11:13:26 -04:00
Andelf
219b118c7b
fix(mobile): refer policy of img tag
...
Fix #9860
2023-07-24 22:33:57 +08:00
Gabriel Horner
ba53bf297c
Remove last use of :block/unordered
...
This was coming directly from the block's ast so it was harder to trace
2023-07-24 10:26:02 -04:00
Gabriel Horner
2b90b0462a
Remove explicit :block/unordered that should already be deleted
2023-07-24 10:26:02 -04:00
ROCKTAKEY
ece07dee90
enhance: Add Japanese translation
2023-07-24 09:59:51 -04:00
Konstantinos Kaloutas
8a668ef04b
Revert "fix blocks' dnd and tests"
...
This reverts commit 36335106b4 .
2023-07-24 13:11:54 +03:00
Konstantinos Kaloutas
36335106b4
fix blocks' dnd and tests
2023-07-21 19:25:29 +03:00
Konstantinos Kaloutas
8e4cb9c7b1
fix mhchem
2023-07-21 10:07:06 -04:00