|
|
@6291
|
13 years |
uli |
Remove the 'fix' from yesterday. We now use …
|
|
|
@6290
|
13 years |
uli |
Set default for passport image via new
IContextAwareDefaultFactory. …
|
|
|
@6289
|
13 years |
uli |
Remove trailing whitespace.
|
|
|
@6288
|
13 years |
uli |
Improve some applicants related tests: for setup register …
|
|
|
@6286
|
13 years |
uli |
Remove trailing whitespace.
|
|
|
@6285
|
13 years |
uli |
The max_size for images might now (hopefully) work.
|
|
|
@6284
|
13 years |
uli |
Fix bug #32.
|
|
|
@6283
|
13 years |
uli |
Remove trailing whitespace.
|
|
|
@6282
|
13 years |
uli |
Fix batching of applicants containers.
|
|
|
@6281
|
13 years |
uli |
Use working CSV data.
|
|
|
@6280
|
13 years |
uli |
Register factory for ApplicantsContainer?.
|
|
|
@6279
|
13 years |
uli |
Check whether the preferred date format ('YYYY-MM-DD') is accepted by …
|
|
|
@6278
|
13 years |
uli |
Add extended bools widget. This one accepts also '1', 'true', 'yes' as …
|
|
|
@6277
|
13 years |
uli |
Update convert interface.
|
|
|
@6276
|
13 years |
uli |
Remove old converters and disable tests for them.
|
|
|
@6273
|
13 years |
uli |
Finally make the new converter work. API-wise it is as good as the old …
|
|
|
@6272
|
13 years |
uli |
Disable test temporarily.
|
|
|
@6271
|
13 years |
uli |
Fix test.
|
|
|
@6268
|
13 years |
uli |
Test converter with vocabs with non-string values.
|
|
|
@6267
|
13 years |
uli |
Prove that the converter can handle simple vocabularies.
|
|
|
@6266
|
13 years |
uli |
Show that the converter can create new instances when given a factory …
|
|
|
@6265
|
13 years |
uli |
Show that we can inject our own formfields when converting strings …
|
|
|
@6264
|
13 years |
uli |
Some converter tests for basic data types.
|
|
|
@6263
|
13 years |
uli |
Extend converter and create own interface for it.
|
|
|
@6262
|
13 years |
uli |
Remove trash.
|
|
|
@6261
|
13 years |
uli |
Update tests. Still just experimental. Also to test svnmailer.
|
|
|
@6260
|
13 years |
uli |
Add own getWidgetsDate function to retrieve bindings of errors to form …
|
|
|
@6259
|
13 years |
uli |
Remove trailing whitespace.
|
|
|
@6258
|
13 years |
uli |
Add a zope.formlib-based converter. Just playing around with …
|
|
|
@6257
|
13 years |
uli |
Add new test suite for enhanced converters. This is full of …
|
|
|
@6256
|
13 years |
Henrik Bettermann |
Move vocabularies and sources into a separate module like in …
|
|
|
@6255
|
13 years |
Henrik Bettermann |
Implement choice field for entry_session.
Scores must be integers.
|
|
|
@6254
|
13 years |
Henrik Bettermann |
Render Admitted Course of Study seperately and provide URL to certificate.
|
|
|
@6253
|
13 years |
uli |
Add some sample CSV data.
|
|
|
@6252
|
13 years |
uli |
Adapt tests for Applicants Container. The last, most complex and most …
|
|
|
@6251
|
13 years |
uli |
First steps to make the copied batch-stuff work with regular …
|
|
|
@6250
|
13 years |
uli |
Copy over batching-related modules from jambtables (maybe last thing …
|
|
|
@6249
|
13 years |
Henrik Bettermann |
Provide source for LGA field (Nigerian local government areas). We …
|
|
|
@6248
|
13 years |
Henrik Bettermann |
Use a contextual source for the selection of study courses (certificates).
|
|
|
@6247
|
13 years |
Henrik Bettermann |
Be more precise and let managers know that the code exists in the …
|
|
|
@6246
|
13 years |
Henrik Bettermann |
Use always flash messages. The user does not expect error messages …
|
|
|
@6245
|
13 years |
Henrik Bettermann |
Use and raise DuplicationError? for Courses too.
|
|
|
@6244
|
13 years |
Henrik Bettermann |
Fix tests.
|
|
|
@6243
|
13 years |
Henrik Bettermann |
Use DuplicationError? exception for batching (data import).
|
|
|
@6242
|
13 years |
uli |
More docs.
|
|
|
@6241
|
13 years |
uli |
Update tests.
|
|
|
@6240
|
13 years |
uli |
Add docs and make setitem check for cert.code == key.
|
|
|
@6239
|
13 years |
uli |
Remove unused imports and register certificatecontainer module as
doctest.
|
|
|
@6238
|
13 years |
uli |
Add some functional doctest helpers.
|
|
|
@6237
|
13 years |
uli |
Remove trailing whitespaces.
|
|
|
@6236
|
13 years |
uli |
Remove unwanted shit.
|
|
|
@6235
|
13 years |
uli |
Remove catches of zope.exception.DuplicationError?. This exception is …
|
|
|
@6234
|
13 years |
uli |
Reorder imports.
|
|
|
@6233
|
13 years |
uli |
Replace old clear() implementation with a call to internal function …
|
|
|
@6232
|
13 years |
uli |
- Fix duplication tests.
- Add working test for clear() method of …
|
|
|
@6231
|
13 years |
uli |
Fix test.
|
|
|
@6230
|
13 years |
uli |
Reorder imports.
|
|
|
@6229
|
13 years |
uli |
Fix addCertificate()-related browser test.
|
|
|
@6228
|
13 years |
uli |
Handle DuplicationError? from addCertificate() properly.
|
|
|
@6227
|
13 years |
uli |
Use and raise DuplicationError? where appropriate.
|
|
|
@6226
|
13 years |
uli |
Once, there was a DuplicationError? defined in zope.exceptions. This is …
|
|
|
@6225
|
13 years |
uli |
Print messages as-is.
|
|
|
@6224
|
13 years |
uli |
Add docstring.
|
|
|
@6223
|
13 years |
uli |
Get closer to the roots of the problem and override setitem to be …
|
|
|
@6222
|
13 years |
uli |
add first unittest-based tests for university package.
|
|
|
@6221
|
13 years |
uli |
- Reorder imports.
- Don't use strings to signal status but raise …
|
|
|
@6220
|
13 years |
uli |
Reorder imports.
|
|
|
@6219
|
13 years |
Henrik Bettermann |
Use the message output of CertificateContainer?.addCertificate in …
|
|
|
@6218
|
13 years |
Henrik Bettermann |
Use UniqueField? index for code as suggested in ticket #31.
|
|
|
@6217
|
13 years |
Henrik Bettermann |
Fix tests.
|
|
|
@6216
|
13 years |
Henrik Bettermann |
Course codes must be unique. Check catalog when courses are added. …
|
|
|
@6215
|
13 years |
uli |
Remove obsolete stuff.
Fix index field.
|
|
|
@6214
|
13 years |
uli |
Fix test.
|
|
|
@6213
|
13 years |
uli |
Tell more.
|
|
|
@6212
|
13 years |
uli |
Fix trailing whitespace.
Fix tests.
|
|
|
@6211
|
13 years |
uli |
Provide a unique field index for catalogs.
|
|
|
@6210
|
13 years |
Henrik Bettermann |
Certificate codes must be unique. Check catalog when certificate are …
|
|
|
@6209
|
13 years |
Henrik Bettermann |
Remove import. ICatalog not needed.
|
|
|
@6208
|
13 years |
Henrik Bettermann |
Add certificates catalog.
|
|
|
@6207
|
13 years |
Henrik Bettermann |
Fix indentation. We use only 4 whitespaces not 5. Remove #BBB.
|
|
|
@6206
|
13 years |
Henrik Bettermann |
Use jquery datatables.
|
|
|
@6205
|
13 years |
Henrik Bettermann |
Adjust field titles.
|
|
|
@6204
|
13 years |
Henrik Bettermann |
Add missing colons.
|
|
|
@6203
|
13 years |
uli |
#38
|
|
|
@6202
|
13 years |
uli |
#37
|
|
|
@6201
|
13 years |
uli |
Provide (improvable) error views.
|
|
|
@6199
|
13 years |
uli |
Add an always working Unauthorized view.
|
|
|
@6198
|
13 years |
Henrik Bettermann |
Convert waeup.local.ApplicationsOfficer? to waeup.ApplicationsOfficer?. …
|
|
|
@6197
|
13 years |
Henrik Bettermann |
We only need one template for both applicants and application officers.
|
|
|
@6196
|
13 years |
Henrik Bettermann |
Reorganize views for applicants and application officers. We don't …
|
|
|
@6195
|
13 years |
Henrik Bettermann |
Remove Applicant attributes.
|
|
|
@6193
|
13 years |
uli |
Remove whitespaces.
|
|
|
@6192
|
13 years |
uli |
Add layout for exception views and pages for Unauthorized,
NotFound?. …
|
|
|
@6191
|
13 years |
uli |
Add template for customized Unauthorized page.
|
|
|
@6190
|
13 years |
uli |
Add template for custom NotFound? page.
|
|
|
@6189
|
13 years |
Henrik Bettermann |
Select application_category for applicants containers.
Implement …
|
|
|
@6188
|
13 years |
Henrik Bettermann |
Remove big file with dummy student names for testing purposes.
|
|
|
@6187
|
13 years |
Henrik Bettermann |
Resolve adaptation problem.
|
|
|
@6186
|
13 years |
uli |
cosmetics.
|
|
|
@6185
|
13 years |
Henrik Bettermann |
Fix test.
|
|
|