source: waeup

Revision log mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log message
(edit) @4927   15 years uli Tell about namespace/svn change.
(edit) @4926   15 years uli Tell about namespace/svn change.
(edit) @4921   15 years uli Make functional tests work again.
(edit) @4920   15 years uli Make unit tests run again with the new package layout.
(edit) @4919   15 years uli Introduce new namespace in configuration files.
(edit) @4918   15 years uli Add namespace package init.
(edit) @4917   15 years uli Move sirp package inside waeup.
(edit) @4916   15 years uli Reintroduce waeup package.
(edit) @4915   15 years uli Rename waeup to sirp.
(edit) @4914   15 years uli Create branch to introduce waeup.sirp namespace.
(edit) @4913   15 years uli Remove outdated branch.
(edit) @4912   15 years uli Extend tests to check for pending files with multiple ignored columns.
(edit) @4911   15 years uli Use different logical and written headers for failed_writer. This …
(edit) @4910   15 years uli Let logfile overview page reflect the new logfile system.
(edit) @4909   15 years uli * Fix link to logfile after processing. * Remove ability to delete …
(edit) @4908   15 years uli Let getLogFiles find the real log files.
(edit) @4907   15 years uli Update tests.
(edit) @4906   15 years uli Fix syntax error.
(edit) @4905   15 years uli Update tests.
(edit) @4904   15 years uli Remove temporary dir after distributing processed files.
(edit) @4903   15 years uli Update docs.
(edit) @4902   15 years uli Update tests.
(edit) @4901   15 years uli Remove unused log entry.
(edit) @4900   15 years uli Create the .pending and .finished files in a temporary directory. This …
(edit) @4899   15 years uli Update tests.
(edit) @4898   15 years uli Use new datacenter functionality to distribute files.
(edit) @4897   15 years uli Add tests for distributing files.
(edit) @4896   15 years uli Add methods to store processed files into desired locations.
(edit) @4895   15 years uli Update tests.
(edit) @4894   15 years uli Return the set paths of created files after processing.
(edit) @4893   15 years uli Update tests.
(edit) @4892   15 years uli Create 'pending' and 'finished' subdirs.
(edit) @4891   15 years uli Create a 'finished' file of successful items with batch operations.
(edit) @4890   15 years uli Update tests.
(edit) @4889   15 years uli Name pending files ending with .csv.
(edit) @4888   15 years uli Update tests.
(edit) @4887   15 years uli * Link to correct logfile after batch processing. * Pass logger …
(edit) @4886   15 years uli Update tests.
(edit) @4885   15 years uli Stop writing logfiles. Instead we now write to a passed logger.
(edit) @4884   15 years uli React via eventhandler when datacenter storage moves. We have to …
(edit) @4883   15 years uli * Add event when datacenter storage moves. * Fix logger name to work …
(edit) @4882   15 years uli Add interface for events, fired when datacenter storage moves.
(edit) @4881   15 years uli Reflect new logfile contents (no extensive error messages displayed here).
(edit) @4880   15 years uli Reflect new return values from doImport(): instead of all warning …
(edit) @4879   15 years uli Update tests.
(edit) @4878   15 years uli * Don't display errors in logfiles any more (they are added in …
(edit) @4877   15 years uli Append error messages to --ERROR-- col in pending files.
(edit) @4876   15 years uli Update tests: we have loggers now.
(edit) @4875   15 years uli First logging example: log file uploaded action to datacenter logger.
(edit) @4874   15 years uli Create an application logger.
(edit) @4873   15 years uli Create a datacenter logger.
(edit) @4872   15 years Henrik Bettermann catagery and max_pass are non-required certificate attributes
(edit) @4871   15 years uli Update tests to check for format of values in pending files.
(edit) @4870   15 years uli Make sure that only unconverted rows are written to pending files.
(edit) @4869   15 years uli Fix nasty weirdness in browser tests: on fast machines CSV files are …
(edit) @4868   15 years uli Remove m_prefix attribute from faked CSV file for certificate import. …
(edit) @4867   15 years uli Update docs for Certificate instances.
(edit) @4866   15 years uli Update tests: m_prefix was removed from certificate attributes.
(edit) @4865   15 years uli Don't display non-existing attribute. This is necessary for components …
(edit) @4864   15 years uli Remove m_prefix attribute from certificate implementation.
(edit) @4863   15 years uli Remove m_prefix attribute for certificates. It is not used.
(edit) @4860   15 years uli Create branch to test blob support.
(edit) @4859   15 years uli Remove obsolete branch.
(edit) @4858   15 years uli Merge changes from ulif-importers branch back into trunk.
(edit) @4857   15 years uli Add at least basic tests for UI-driven batchprocessing.
(edit) @4856   15 years uli Sort output files by date descending.
(edit) @4855   15 years uli Enable sorting of file list in newest-first order.
(edit) @4854   15 years uli Remove caching from CourseSource?. As functional tests turned out, …
(edit) @4853   15 years uli Fix tests to reflect username in filenames after upload.
(edit) @4852   15 years uli When uploading files, insert username before filename extension.
(edit) @4851   15 years uli Update interfaces.
(edit) @4850   15 years uli Display number of datasets.
(edit) @4849   15 years uli DataCenterFile? not support lines attribute, that counts number of …
(edit) @4848   15 years uli Remove garbage.
(edit) @4847   15 years uli Minor changes.
(edit) @4846   15 years uli Add button to show logfile after processing.
(edit) @4845   15 years uli Enable link to show logfile after processing.
(edit) @4844   15 years uli Rename importers to processors.
(edit) @4843   15 years uli Rename importer to processor.
(edit) @4842   15 years uli Remove unnecessary link. We have a button now to start batch processing.
(edit) @4841   15 years uli Add button to start batch processing.
(edit) @4840   15 years uli Add action icon for info views.
(edit) @4839   15 years uli Add action icon for processing actions.
(edit) @4838   15 years uli Fix icon vertical alignment in YUI buttons.
(edit) @4837   15 years uli Oops, forgot to add this file.
(edit) @4836   15 years uli Include batching.txt in waeupdocs.
(edit) @4835   15 years uli Update/fix converter docs.
(edit) @4834   15 years uli * Define a unified 'None' value for string imports. * Add docstrings. …
(edit) @4833   15 years uli Modify certcourse source to reduce catalog lookups.
(edit) @4832   15 years uli Add certificate-course processor.
(edit) @4831   15 years uli Rename IImporter to IBatchProcessor
(edit) @4830   15 years uli Add default for review_state in ICertificate.
(edit) @4829   15 years uli * Add batch processor for certificates. * Fix required_fields: if a …
(edit) @4828   15 years uli Display some infos when batch operations finish.
(edit) @4827   15 years uli Display only files filtered by view-owned method.
(edit) @4826   15 years uli * Add baseclass for action button 'browse'. * Add button to browse …
(edit) @4825   15 years uli Add template for watching logfiles.
(edit) @4824   15 years uli Add template for logfile browser.
(edit) @4823   15 years uli Add pages for browsing logfiles.
(edit) @4822   15 years uli Add support for logfiles (.msg files).
Note: See TracRevisionLog for help on using the revision log.