1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Sep 18, 2024 — Sep 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
#4: Improved tutorial. More... over 16 years ago
#4: Improved tutorial: More... over 16 years ago
#4: Added details on how to write a really simple ICD with the only the field names specified. More... over 16 years ago
Added example data and ICDs to documentation in order to include them with the tutorial. More... over 16 years ago
Cleaned up code by using macro and removing unused properties. More... over 16 years ago
Moved sphinx build from build.xml to setup.py. More... over 16 years ago
Cleaned up dead code. More... over 16 years ago
* #14: Changed declaration of field format in ICDs: the type now has to be specified before the rule instead of after the example. Experieance shows that most people still understand the "Empty?" and "Length" columns but get confused by the field type, which can use cryptic terms like !"RegEx" or !"Integer". This change is supposed to increase the chance of domain experts actually taking a look at as many columns as possible and point out possible mistakes to data modelers and developers. Apart from that, it is also more sensible to keep the related columns "Type" and "Rule" close to each other. * #15: Changed field type to be optional. If missing, "Text" is used. More... over 16 years ago
Cleaned up table of contents. More... over 16 years ago
#13: Added simple homepage. More... over 16 years ago
Cleaned up heading in example. More... over 16 years ago
* #4: Added first fragments of new tutorial. * #4: Added example data and ICD for tutorial. * Added "docs_generated" command to setup.py to generate *.rst files from data and ICDs. More... over 16 years ago
Cleaned up reference to a folder that got removed during project reorganization. More... over 16 years ago
Added encoded file. More... over 16 years ago
Ignored OpenOffice.org locks. More... over 16 years ago
* Added error message if --heading is used together with --format=csv * Cleaned up logging. More... over 16 years ago
Changed cutplace box to be yellow instead of blue to make it consistent with the logo image. Furthermore the box moved closer to each other in order to screen/paper real estate when reading the documentation. More... over 16 years ago
Added possibility to omit the output file path from the command line option. In this case the output file will end up in the same folder as the input file, with a similar name using a suffix depending on the output format. For example, converting "some/name.ods" using "--format=csv" yields "some/name.csv". More... over 16 years ago
Added reStructuredText as output format, use --format=rst. More... over 16 years ago
Fixed broken path description caused by project reorganization. More... over 16 years ago
Fixed broken path caused by project reorganization. More... over 16 years ago
Changed developer instructions to reflect the new project structure and toolset. More... over 16 years ago
Fixed broken reference to already removed source folder. More... over 16 years ago
Removed DocBook user guide and related infrastructure. More... over 16 years ago
Fixed outdated source path. More... over 16 years ago
Removed unused folder. More... over 16 years ago
* Improved error message for broken date value by quoting the date. This simplifies finding spurious white space. * Fixed test case with trailing white space in test value. Strangely this did not fail when running "python test_interface.py", but does fail when running "python setup.py test". * Fixed test case where !FieldValueError is not considered a !CutplaceError when running "python setup.py test". See the HACK comment in the source code for a discussion. I have no idea whatsoever why this is the case. * Ignored eggs downloaded by "setup.py test". More... over 16 years ago
Cleaned up misleading comment. More... over 16 years ago
Moved source code from source/cutplace to cutplace. This way the project folder structure better matches setuptools' expectations and certain things should work out of the box now. In particular, this concerns the test command in setup.py - most tests that failed before now work. (Ticket #13) More... over 16 years ago
Added test command to setup.py. Currently several tests fail when run that way because the project's folder structure does not match setuptools' expectations. (Ticket #13) More... over 16 years ago