Schema to test filtering DateTime data
Rename internal schemas to "internal"
Update tests for "noedit" option in schema config
Add dw2pdf test with special chars in schemaTest runs on a schema with multiple special characters (like _ % ?) that could potentially break regexfor template placeholders.
fix: Export wiki field data in aggregation table CSV exportsFixes #341
Create unit tests for testing lookup replacementsThis commit provides the basis for further bureaucracy-struct integration testing. Currently we only check if lookup field replacements works correc
Create unit tests for testing lookup replacementsThis commit provides the basis for further bureaucracy-struct integration testing. Currently we only check if lookup field replacements works correctly.
show more ...
feat: Show translatable schema names on pagesSPR-841 #45
added tests for move operations
adjust tests
test translation feature
Partly reverting 12fe9b2c - export user againWe need the user to see if there were local changes since the last sync
fix displayValue for looked up type, more tests
Do not export the user either
Fix tests
fixed references to old Integer type
added missing schema file
fixed title select when title is unknown, adds test
refacored tests to use StructTest as base classthis makes schema setup and data loading much easier and gets rid of alot of duplicate code
the column array should start at 0 and be sorted correctlyFor some reason we stored them in column ref order. This might breakthings that are not covered by tests but I hope not.
added json import/export teststhe json facilities can now be used for other tests as well