source: main/waeup.sirp/trunk/src/waeup/sirp/accesscodes

Revision log mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log message
(edit) @7372   13 years Henrik Bettermann Fix tests.
(edit) @7321   13 years Henrik Bettermann Replace the term 'WAeUP' by SIRP which is a WAeUP product.
(edit) @7198   13 years Henrik Bettermann Use WAeUP datetime format and replace tabs in pagetemplates
(edit) @7195   13 years Henrik Bettermann More copyright adjustments.
(edit) @7181   13 years Henrik Bettermann StudentsOfficers? are not allowed to view the accommodation and …
(edit) @7137   13 years Henrik Bettermann Set value Id for property svn:keywords in all Python files.
(edit) @6945   13 years Henrik Bettermann Increase entry_num by 1 when AC is added.
(edit) @6939   13 years Henrik Bettermann Display correct flash message.
(edit) @6937   13 years Henrik Bettermann Rename purchase_accesscode create_accesscode.
(edit) @6936   13 years Henrik Bettermann Implement purchase_accesscode function which creates access codes for …
(edit) @6933   13 years Henrik Bettermann Be more verbose.
(edit) @6932   13 years Henrik Bettermann Create empty school fee, clearance and hostel application AC batches …
(edit) @6931   13 years Henrik Bettermann Allow empty AC batches.
(edit) @6928   13 years Henrik Bettermann Show owner on search page.
(edit) @6927   13 years Henrik Bettermann Clearance ACs (and also upcoming school fee ACs) might have been …
(edit) @6729   13 years uli Use logger-aware w.s.testing components for testing. Remove unused imports.
(edit) @6728   13 years uli Use logger-aware components from w.s.testing to remove loggers properly.
(edit) @6632   13 years Henrik Bettermann Rename applicants.py, accesscodes.py and students.py modules. Their …
(edit) @6623   13 years uli Make sure we also call init code of base classes (notifications or …
(edit) @6588   13 years Henrik Bettermann Undo last changes. Modify invalidate_accesscode function instead. …
(edit) @6587   13 years Henrik Bettermann See comment of previous revision.
(edit) @6554   13 years uli Add missing tests for accesscode components. accesscode subpackage now …
(edit) @6553   13 years uli Remove the search method from AccessCodeBatch?. If I rememember …
(edit) @6552   13 years uli Add tests for searching accesscodes via browser. Browser test coverage …
(edit) @6551   13 years uli Remove strange exception catcher. I have no clue how to provoke that …
(edit) @6550   13 years uli Add tests for search function of accesscodes catalog. Test coverage …
(edit) @6549   13 years uli Make AccessCodeQueryResultItem? really implement the promised …
(edit) @6548   13 years uli Reorganize tests a bit and add test case for QueryResultItem? (although …
(edit) @6547   13 years uli Add docs.
(edit) @6546   13 years uli Add tests for accesscode workflows. Right now we check only those …
(edit) @6545   13 years uli Remove trash.
(edit) @6544   13 years uli Add test for reimport of accesscodes.
(edit) @6543   13 years uli Add a sample csv for reimport of access codes.
(edit) @6542   13 years uli Fix _getStoragePath to create not-existing subdirs.
(edit) @6515   13 years Henrik Bettermann Proposal for structuring the API - Part 4
(edit) @6499   13 years uli More docs.
(edit) @6496   13 years uli Some more docs.
(edit) @6495   13 years uli Some more docs.
(edit) @6493   13 years uli Fix docs.
(edit) @6492   13 years uli Add docs and make all work properly.
(edit) @6478   13 years Henrik Bettermann Add HB to copyright line.
(edit) @6472   13 years Henrik Bettermann Use constants in tests.
(edit) @6471   13 years Henrik Bettermann Produce more user friendly and shorter object history messages.
(edit) @6470   13 years Henrik Bettermann It should always be workflow state not status. My mistake.
(edit) @6460   13 years Henrik Bettermann Remove actionsView css attribute and rework page templates with tables.
(edit) @6459   13 years Henrik Bettermann Change structure of history messages (not sure if unicode strings are …
(edit) @6458   13 years Henrik Bettermann Make comment optional. The comment is not necessarily the user_id.
(edit) @6455   13 years Henrik Bettermann Use jquery datatable for search results.
(edit) @6454   13 years Henrik Bettermann Fix test: Not the original batch file but the archived batch file must …
(edit) @6453   13 years Henrik Bettermann Use || as message separator in history and replace by <br /> in page …
(edit) @6452   13 years Henrik Bettermann Replace properties 'used' and 'disabled' by 'status'.
(edit) @6451   13 years Henrik Bettermann Be more verbose.
(edit) @6450   13 years Henrik Bettermann Implement search page for access codes (work in progress).
(edit) @6449   13 years Henrik Bettermann Fix reimport of Ac batches. This is temporary reimport solution. …
(edit) @6446   13 years uli Add accesscode catalog (sorry, really forgotten to check-in).
(edit) @6439   13 years uli Update access code archiving.
(edit) @6438   13 years uli Make sure access code changes are reflected in catalog fast.
(edit) @6437   13 years uli Add test for mixed search.
(edit) @6436   13 years uli Add test for 'used' index of applicants catalog.
(edit) @6435   13 years uli Add test for 'disabled' index of catalog.
(edit) @6434   13 years uli Add tests for finding history entries.
(edit) @6433   13 years uli Add real catalog tests. Fix test setup: setSite() must be called …
(edit) @6432   13 years uli Clean up imports.
(edit) @6431   13 years uli First real test: can we get a catalog?
(edit) @6430   13 years uli Prepare functional unit tests for ac-catalog.
(edit) @6429   13 years uli Remove entries() method of AccessCodeBatch?. Use values() instead.
(edit) @6427   13 years uli Remove the invalidated_num counter (replaced by used_num).
(edit) @6426   13 years uli Remove the unneeded methods really.
(edit) @6425   13 years uli Support batch-local counters for used/disabled pins. This time we only …
(edit) @6424   13 years uli Respect batch_serial when writing batches to files. I wonder, however, …
(edit) @6423   13 years uli Support accessing the history for an access code via the access code …
(edit) @6422   13 years uli Check the comment feature in tests.
(edit) @6421   13 years uli Fix missing call.
(edit) @6420   13 years uli Support comments when doing accesscode transitions. These comments …
(edit) @6419   13 years uli Update AccessCode? interface.
(edit) @6418   13 years uli Oops. Too much copy'n'paste.
(edit) @6417   13 years uli Reorganize tests. For what is over, make most of the remaining …
(edit) @6416   13 years uli Use the new interface fields.
(edit) @6415   13 years uli Rename two attributes from BatchContainer? that were never implemented!
(edit) @6414   13 years uli Add basic tests for AccessCodeBatch? and other components from …
(edit) @6413   13 years uli Start to make the whole accesscode story work again.
(edit) @6408   13 years uli Rollback several commits. Funny, nobody noticed that important tests …
(edit) @6389   13 years uli
(edit) @6388   13 years uli * empty log message *
(edit) @6387   13 years uli * empty log message *
(edit) @6386   13 years uli More stuff to remove.
(edit) @6385   13 years uli Further improvements of devel speed.
(edit) @6383   13 years Henrik Bettermann accesscodes.invalidate_accesscode(): return false if ac doesn't exist …
(edit) @6382   13 years uli Make tests work, the quick way.
(edit) @6380   13 years uli Rollback 6379 (too complicated)
(edit) @6379   13 years uli Make fire_transition signal problems via exceptions. Add docs. …
(edit) @6378   13 years uli Update accesscode tests: check for exceptions raised when using the …
(edit) @6374   13 years uli Improve accesscode triggers.
(edit) @6359   13 years uli PIN stuff.
(edit) @6334   13 years uli Make test compatible with Python 2.5 and 2.6.
(edit) @6326   13 years Henrik Bettermann Fix tests.
(edit) @6124   13 years uli Remove trailing whitespaces.
(edit) @5931   13 years Henrik Bettermann Revert to the previous revision.
(edit) @5928   13 years Henrik Bettermann Fix AddApplicantsContainer? update method.
(edit) @5918   13 years Henrik Bettermann Change some titles.
Note: See TracRevisionLog for help on using the revision log.