|
|
@7214
|
13 years |
Henrik Bettermann |
Remove unnecessary or duplicate imports.
|
|
|
@7213
|
13 years |
Henrik Bettermann |
The title attribute of a user (IAccount object) should be used for the …
|
|
|
@7212
|
13 years |
Henrik Bettermann |
Catch exception in handle_student_removed when entire university …
|
|
|
@7211
|
13 years |
uli |
Try to fix #65. Manually remove each course/certificate from a …
|
|
|
@7210
|
13 years |
Henrik Bettermann |
The event class name is always ObjectRemovedEvent?.
|
|
|
@7209
|
13 years |
Henrik Bettermann |
Add certificate removed handler. If a certificate is deleted, we make …
|
|
|
@7208
|
13 years |
uli |
Remove trailing whitespace, etc.
|
|
|
@7207
|
13 years |
Henrik Bettermann |
Move course removed handler to course module.
|
|
|
@7206
|
13 years |
Henrik Bettermann |
tal:condition="view/department" does not work in pagetemplates because …
|
|
|
@7205
|
13 years |
Henrik Bettermann |
academics: Show students in departments.
students: Search for …
|
|
|
@7204
|
13 years |
Henrik Bettermann |
Rgression Test (see ticket 65)
|
|
|
@7203
|
13 years |
Henrik Bettermann |
Add indexes faccode, depcode and certcode to students_catalog.
|
|
|
@7202
|
13 years |
Henrik Bettermann |
Remove MyStudentsPage? view components. I will implement another solution.
|
|
|
@7201
|
13 years |
Henrik Bettermann |
Restrict view access for clearance officers only to students which can …
|
|
|
@7200
|
13 years |
Henrik Bettermann |
Use same naming convention as in students: manage instead of …
|
|
|
@7199
|
13 years |
Henrik Bettermann |
Redirect to 'full_edit' page after adding student. The 'edit' page …
|
|
|
@7198
|
13 years |
Henrik Bettermann |
Use WAeUP datetime format and replace tabs in pagetemplates
|
|
|
@7197
|
13 years |
Henrik Bettermann |
Do not fill user description automatically.
Hide user description in …
|
|
|
@7196
|
13 years |
Henrik Bettermann |
More copyright adjustments (job finished).
|
|
|
@7195
|
13 years |
Henrik Bettermann |
More copyright adjustments.
|
|
|
@7194
|
13 years |
Henrik Bettermann |
Uups, I didn't want to comment out something.
|
|
|
@7193
|
13 years |
Henrik Bettermann |
More copyright adjustments.
|
|
|
@7192
|
13 years |
Henrik Bettermann |
Adjust copyright statement and svn keyword in applicants.
|
|
|
@7191
|
13 years |
Henrik Bettermann |
Adjust copyright statement and svn keyword in students.
|
|
|
@7190
|
13 years |
Henrik Bettermann |
Change copyright notice and use Id (checkin test for further adjustment)
|
|
|
@7189
|
13 years |
Henrik Bettermann |
Managers can access studycourse even if student doesn't have a …
|
|
|
@7188
|
13 years |
Henrik Bettermann |
Add test for MyRolesPage? in w.s.b.pages. Even if this page is defined …
|
|
|
@7187
|
13 years |
Henrik Bettermann |
Use correct acco_maint_code (in custom but not yet tested).
|
|
|
@7186
|
13 years |
Henrik Bettermann |
Rename functions according to the WAeUP style guide:
functions and …
|
|
|
@7185
|
13 years |
Henrik Bettermann |
Rename roles:
Department Officers are now Department Managers and …
|
|
|
@7184
|
13 years |
Henrik Bettermann |
Reorganise permissions:
The navigation viewlets now manage the …
|
|
|
@7183
|
13 years |
Henrik Bettermann |
Let's use zope.Authenticated in our portals.
|
|
|
@7182
|
13 years |
Henrik Bettermann |
waeup.ApplicationsOfficer? is not a local role.
|
|
|
@7181
|
13 years |
Henrik Bettermann |
StudentsOfficers? are not allowed to view the accommodation and …
|
|
|
@7180
|
13 years |
Henrik Bettermann |
Fix permissions in hostel.
|
|
|
@7179
|
13 years |
Henrik Bettermann |
Implement MyRolesPage? and start implementation of MyStudentsPage?.
|
|
|
@7178
|
13 years |
Henrik Bettermann |
Let's be more precise: Global roles actually are site roles. Since the …
|
|
|
@7177
|
13 years |
Henrik Bettermann |
Role back some changes made earlier: global and local role strings …
|
|
|
@7176
|
13 years |
Henrik Bettermann |
Move getGlobalRolesForAccount and getLocalRolesForAccount to …
|
|
|
@7175
|
13 years |
Henrik Bettermann |
Define get_user_account in helpers and use it.
|
|
|
@7174
|
13 years |
Henrik Bettermann |
Extend list of ARTS departments.
|
|
|
@7173
|
13 years |
Henrik Bettermann |
Automatically set global PortalUser? role when user account is created. …
|
|
|
@7172
|
13 years |
Henrik Bettermann |
Rename UserContainer? to UsersContainer? to be in line with …
|
|
|
@7171
|
13 years |
Henrik Bettermann |
Let's StudyCourseDisplayFormPage? provide the department and faculty …
|
|
|
@7170
|
13 years |
Henrik Bettermann |
Since users.py only contains usercontainer components rename it.
|
|
|
@7169
|
13 years |
Henrik Bettermann |
Put all user component related stuff into the authentication module to …
|
|
|
@7168
|
13 years |
Henrik Bettermann |
Reorganize permissions a bit.
|
|
|
@7167
|
13 years |
Henrik Bettermann |
Add MyPreferences? viewlet to the LeftSidebar?.
|
|
|
@7166
|
13 years |
Henrik Bettermann |
Define the global Applicant role. Applicants are not regular users …
|
|
|
@7165
|
13 years |
Henrik Bettermann |
Use proper class name.
|
|
|
@7164
|
13 years |
Henrik Bettermann |
Add UserManageEditPage? for portal users (not students). Tests will follow.
|
|
|
@7163
|
13 years |
Henrik Bettermann |
Users must own their own account object in order to edit edit. …
|
|
|
@7162
|
13 years |
Henrik Bettermann |
Move getGlobalRoles and getLocalRoles to SiteLayout? class so that we …
|
|
|
@7161
|
13 years |
Henrik Bettermann |
Show department and faculty name on studycourse page.
|
|
|
@7160
|
13 years |
Henrik Bettermann |
Use proper action icons (hopefully we can use them also with the …
|
|
|
@7159
|
13 years |
Henrik Bettermann |
Rename securitypolicy module to dynamicroles.
|
|
|
@7158
|
13 years |
Henrik Bettermann |
Add action buttons for clearance officers.
|
|
|
@7157
|
13 years |
Henrik Bettermann |
Set up StudentPrincipalRoleManagerFunctionalTests? (more or less copied …
|
|
|
@7156
|
13 years |
Henrik Bettermann |
Implement securitypolicy in students package, which belongs to the …
|
|
|
@7155
|
13 years |
Henrik Bettermann |
Prepare for use of ApplicantPrincipalRoleManager? also in students …
|
|
|
@7154
|
13 years |
Henrik Bettermann |
Be prepared for Clearance Officer pages which will require …
|
|
|
@7153
|
13 years |
Henrik Bettermann |
Fix typo.
|
|
|
@7152
|
13 years |
Henrik Bettermann |
get_school_fee is not part of IStudentsUtils.
|
|
|
@7151
|
13 years |
Henrik Bettermann |
Customize global utility StudentsUtils? instead of functions. The …
|
|
|
@7150
|
13 years |
Henrik Bettermann |
Turn all functions subject to customization into methods of a global …
|
|
|
@7149
|
13 years |
Henrik Bettermann |
Use PasswordValidator? also when adding or editing portal users. This …
|
|
|
@7148
|
13 years |
Henrik Bettermann |
Assign waeup.uploadStudentFile permission to PortalManager?.
|
|
|
@7147
|
13 years |
Henrik Bettermann |
Implement PasswordValidator? global utility as suggested by Uli.
|
|
|
@7146
|
13 years |
Henrik Bettermann |
Adjust test to new requirements in base package.
|
|
|
@7145
|
13 years |
Henrik Bettermann |
Change some function names according to the style guide:
Function …
|
|
|
@7144
|
13 years |
Henrik Bettermann |
Simplify change password algorithm. No interface …
|
|
|
@7143
|
13 years |
uli |
Update tests to reflect new output of change password page.
|
|
|
@7142
|
13 years |
uli |
During authentication when credentials-to-be are delivered, also check …
|
|
|
@7141
|
13 years |
uli |
Flatten failure method of password view a bit and check for empty …
|
|
|
@7140
|
13 years |
uli |
Remove manual field constraints and use min_length instead.
|
|
|
@7139
|
13 years |
uli |
Make sure unset/empty student password are never accepted by …
|
|
|
@7138
|
13 years |
uli |
Add regression tests to ensure that password checking also works when …
|
|
|
@7137
|
13 years |
Henrik Bettermann |
Set value Id for property svn:keywords in all Python files.
|
|
|
@7136
|
13 years |
Henrik Bettermann |
Rename permissions and add clearStudent permission.
|
|
|
@7135
|
13 years |
Henrik Bettermann |
Do not float dataTables_info.
|
|
|
@7134
|
13 years |
Henrik Bettermann |
Use jquery tabs in StudentBaseManageFormPage? and …
|
|
|
@7133
|
13 years |
Henrik Bettermann |
Add fields email and phone which can be edited via the …
|
|
|
@7132
|
13 years |
Henrik Bettermann |
minor
|
|
|
@7131
|
13 years |
Henrik Bettermann |
Students couldn't be relocated after changing the sex attribute …
|
|
|
@7130
|
13 years |
Henrik Bettermann |
Remove if statement
if amount + surcharge != resp_approved_amount …
|
|
|
@7129
|
13 years |
Henrik Bettermann |
Move action button to the bottom (looks better in smartphone …
|
|
|
@7128
|
13 years |
Henrik Bettermann |
Remove handlers for the local roles updates (old method).
|
|
|
@7127
|
13 years |
Henrik Bettermann |
Include permission waeup.uploadStudentFile to handle file uploads.
…
|
|
|
@7126
|
13 years |
uli |
- Remove not used security map really.
- Redesign …
|
|
|
@7125
|
13 years |
uli |
Remove not used security map.
|
|
|
@7124
|
13 years |
Henrik Bettermann |
Use a constraint for password validation.
It seems that the …
|
|
|
@7123
|
13 years |
Henrik Bettermann |
Allow upload of files with various extensions as defined in …
|
|
|
@7122
|
13 years |
Henrik Bettermann |
Let applicants cooperate with new imagestorage. Fix tests.
Extend …
|
|
|
@7121
|
13 years |
uli |
Let applicants cooperate with new imagestorage and accept at least jpg …
|
|
|
@7120
|
13 years |
uli |
Make imagestorage sensible for different filename extensions per …
|
|
|
@7119
|
13 years |
uli |
Fix call to super method.
|
|
|
@7118
|
13 years |
Henrik Bettermann |
Revert to the old payment scheme.
|
|
|
@7117
|
13 years |
Henrik Bettermann |
Add upload pages for students.
input_name should correspond with the …
|
|
|
@7116
|
13 years |
Henrik Bettermann |
Replace start icon. Unfortunately there is no free png icon of this symbol.
|
|
|
@7115
|
13 years |
Henrik Bettermann |
Increase of hostel maintenance fee.
|
|
|