c8d1639afa
Fix ugly bug
2023-06-09 13:57:05 +02:00
2b25c13095
Fix bug which omits element's attributes
...
There is a questionable design decision: for
getting the attributes from the %InternalNode{} into
the rendered html output they always have to be copied
into node.eph.attributes. (OutlookWeb.HtmlDocComponent.dnode())
2023-05-28 15:31:08 +02:00
357bcae450
Add ’ to partitioning regex
2023-05-28 15:23:25 +02:00
d53eceb7a0
Add remarks to articles
2023-05-04 18:12:57 +02:00
888e7575f0
Add remarks field to translations
2023-05-04 18:11:40 +02:00
7990b74bf0
Add "Unite with next" button
2023-05-02 22:09:04 +02:00
4a8f1c3c80
Update add_phx_click_event making :target option optional
2023-05-02 21:59:27 +02:00
3b8b1b19f0
Cleanup TunitModifications
2023-03-28 23:44:19 +02:00
5ac1a6c8e7
Remove superfluous line
2023-03-28 14:51:57 +02:00
3a2af2adb4
Add TunitModifications with first modifier unite_with_next
2023-03-28 14:48:26 +02:00
2eba3bc500
Update Translators context
2023-03-15 11:26:07 +01:00
43f3ea193f
Add miscellaneous stuff
2023-03-15 10:56:30 +01:00
8a513b1452
Remove unused code
2023-03-04 23:45:49 +01:00
895860baa6
Update Public.get_autor! to only display public Artikel
...
Also get rid of the superfluous additional loop over articles/translations.
2023-03-03 22:05:52 +01:00
b20bbb232c
Refactor query functions
2023-03-02 23:17:21 +01:00
cbea9450e4
Add Autor schema
2023-03-02 23:13:32 +01:00
3fe4a331ac
Remove detour over Enum.into(%{}) for keyword results to %Artikel{}
2023-03-01 16:01:14 +01:00
6d0ae825d8
Remove tids for Translations
2023-03-01 15:58:38 +01:00
3a2769eed1
Refactor Autoren context into Public context
2023-03-01 15:24:36 +01:00
e8089eb24e
Add important amendment
...
Yesterday night it got late...
2023-03-01 12:41:09 +01:00
02e6340c0a
Add embedded schema for Artikel
2023-02-28 23:47:37 +01:00
b87b54ec71
Refactor get_artikel*() functions/sql
2023-02-28 21:42:05 +01:00
2ffea3e490
Add rest of other commit (appr. HEAD~20?)
2023-02-22 14:24:49 +01:00
7297a907da
Update regexes with u option
...
And add pw validations
2023-02-14 20:56:57 +01:00
b0267ef752
Add long urls for Artikel
2023-02-12 18:46:19 +01:00
1b68a1de16
Add some forgotten code
2023-02-11 20:12:03 +01:00
54b609185d
Fix issue in a botchy way
2023-01-31 18:12:39 +01:00
f76f218652
Sanitize HtmlTreeComponent
2023-01-27 12:02:29 +01:00
13c08918cc
Add treating <img> as block and allow <a> in both contexts
2023-01-27 11:30:56 +01:00
38b3f0c272
Add hyphenation and a generalized render_public_content function
2023-01-26 21:48:50 +01:00
e8e7f877e7
Add beauty
2023-01-24 20:58:38 +01:00
2db0ff06ac
Fix perennial :atom issue
2023-01-23 15:37:47 +01:00
615e64cbd7
Fix issue with sometimes missing seconds_remaining field in Deepl response
2023-01-23 15:34:26 +01:00
bec0e0ae5c
Add exporting directly to a file
2023-01-23 14:30:25 +01:00
cf3a105a0f
Add public_content to casts for translation
...
Overlooked - should have been in fa7671f972
2023-01-19 22:24:53 +01:00
c0fe63588c
Add Html.render_doc/1
...
Wraps HtmlDocComponent.render_doc/1 and converts the resulting struct
to binary.
2023-01-19 20:33:22 +01:00
49d77fc032
Fix issue with additional status that has been observed
2023-01-19 14:02:53 +01:00
5b6e3c5176
Add legacy_export function for export to the old outlook
2023-01-19 13:58:49 +01:00
c672d6661e
Add wrapper for garnish/2 for phx event
2023-01-19 13:52:38 +01:00
078db6e38e
Update garnish and render_doc functions
...
Now all element node attributes have to be threaded through the
eph.attributes which is done by the garnish function.
2023-01-19 13:48:56 +01:00
170883490f
Fix mistake with taking properties from article instead translation
2023-01-19 11:35:56 +01:00
a93afea57b
Add autoren and artikel for public viewing
2023-01-19 11:25:14 +01:00
aab04f5ecc
Add public_content to translations table and rename lang to language
2023-01-15 17:55:26 +01:00
f2dd8de143
Add support for img tags
2023-01-15 17:27:51 +01:00
b520df2561
Fix stripping img and br tags as empty
2023-01-14 22:10:11 +01:00
483ed9440d
Update some superficial things
2023-01-14 22:05:48 +01:00
a95131bdbb
Add rendering the translation with title tags
2023-01-14 22:04:28 +01:00
705c7d2b53
Update partitioning
2023-01-14 22:01:21 +01:00
d7325d64c5
Add use <tunit> instead of <span> for Deepl translation
...
To avoid getting results like "... bla."</span>" ->
"... bla</span>."" from Deepl we need to set set splitting_tags
option to an element name (that's not as common as span).
2023-01-14 21:59:57 +01:00
3b1c1d04a1
Add listing translation with article
2023-01-14 21:51:04 +01:00