Commits on Source (37)
-
Tomasz Bartosiak authored15129c71
-
Tomasz Bartosiak authoredb4a85934
-
dcz authored
Schema show bugfix (no connection to argument).
9f8c636b -
dcz authored
# Conflicts: # frontend/src/components/unification/shared/frame-components/SemanticsSchemataComponent.vue
68039857 -
dcz authoredf7f47ecd
-
dcz authored
- local filtering reload only main view - free lus allow to edit ready frames - schemata view improvements (select, show only related)
c524a5e2 -
dcz authorede9eba7c5
-
dcz authored71980539
-
dcz authored
Preview unified frame list ux bugfix: not reload whole component on frame selection.
b92cfb3c -
dcz authored5e83adcb
-
dcz authoredab2682b4
-
dcz authoredfdfdb39e
-
dcz authoreda5e7d08c
-
dcz authorede07aeb64
-
dcz authored26efe08e
-
dcz authoreda29c551c
-
dcz authored0baa931d
-
dcz authored
- nie działa przycisk "Usuń ramę" - w wyświetlającym się okienku "Dodaj rolę" kolory Lemmy i Measure są prawie identyczne; a kolor Means wygląda jak biały - można to poprawić? - jeśli modyfikuję ramę i tylko usuwam z niej jednostkę, to potem powtórnie modyfikując, nie mogę tej usuniętej dołączyć ponownie, ani nie mogę dodać żadnej innej. To niedobrze, bo mogę pierwotnie źle myśleć i chcieć potem wycofać się z tego. Dobrze byłoby mieć taką możliwość. UWAGA: sprawdziłam i w ogóle w żadnej sytuacji, do żadnej ramy nie mogę dołączyć jednostki!
b5c25e80 -
dcz authoredbee2e686
-
dcz authoredf01e0a29
-
dcz authored
Assign user to free lu on create.
6f7430fd -
dcz authored20e7547e
-
dcz authored3da5d7a1
-
dcz authored
Show examples bugfix.
3cada5eb -
dcz authored3fd92c25
-
dcz authored3e9f236b
-
dcz authored695fd05e
-
dcz authoreda6136cdc
-
dcz authored951f44ea
-
dcz authored10ce337f
-
dcz authoreda0d1984c
-
dcz authored5b13ec6b
-
dcz authored0a4145b4
-
dcz authored38302ca4
-
dcz authored610f5e9d
-
dcz authored
Show all examples on display page.
b74f71c8 -
dcz authored
+Allow remove unified frame argument with mixed 'empty' and 'lemma' roles +Fin statement calculation correct - do not count unified frames revoke by superlexicograf
e0f2ff60
Showing
- README.md 6 additions, 0 deletionsREADME.md
- common/management/commands/valunifier_tei.py 601 additions, 22 deletionscommon/management/commands/valunifier_tei.py
- common/static/common/css/role_colours.css 44 additions, 0 deletionscommon/static/common/css/role_colours.css
- entries/management/__init__.py 0 additions, 0 deletionsentries/management/__init__.py
- entries/management/commands/__init__.py 0 additions, 0 deletionsentries/management/commands/__init__.py
- entries/management/commands/db_import_potential_entry_2_lu_connections.py 23 additions, 0 deletions...nt/commands/db_import_potential_entry_2_lu_connections.py
- entries/static/entries/css/unification_frames.css 4 additions, 0 deletionsentries/static/entries/css/unification_frames.css
- entries/static/entries/js/entries.js 32 additions, 0 deletionsentries/static/entries/js/entries.js
- entries/static/entries/js/entries_index.js 7 additions, 0 deletionsentries/static/entries/js/entries_index.js
- entries/static/entries/js/forms.js 5 additions, 6 deletionsentries/static/entries/js/forms.js
- entries/static/entries/js/free_lus_list.js 4 additions, 1 deletionentries/static/entries/js/free_lus_list.js
- entries/templates/entries_base.html 1 addition, 1 deletionentries/templates/entries_base.html
- entries/urls.py 6 additions, 1 deletionentries/urls.py
- entries/views.py 94 additions, 20 deletionsentries/views.py
- financial_settlement/forms.py 20 additions, 4 deletionsfinancial_settlement/forms.py
- financial_settlement/models.py 3 additions, 1 deletionfinancial_settlement/models.py
- financial_settlement/templates/fin_statement_assign.html 48 additions, 0 deletionsfinancial_settlement/templates/fin_statement_assign.html
- financial_settlement/templates/fin_statement_details.html 23 additions, 3 deletionsfinancial_settlement/templates/fin_statement_details.html
- financial_settlement/templates/fin_statement_form.html 8 additions, 0 deletionsfinancial_settlement/templates/fin_statement_form.html
- financial_settlement/templates/fin_statements_list.html 1 addition, 0 deletionsfinancial_settlement/templates/fin_statements_list.html
This diff is collapsed.
entries/management/__init__.py
0 → 100644
entries/management/commands/__init__.py
0 → 100644