Commit Graph

36 Commits

Author SHA1 Message Date
cc4f986edb Decoupled the "reddit" application from the main program 2010-12-20 12:17:14 +00:00
0aef422d9a Switch from "import settings" to "from django.conf import settings" 2010-12-20 11:46:47 +00:00
3de75acfc4 Offload reddit messages to a task 2010-11-08 14:37:44 +00:00
4a1182edae Switch to using the new Message framework (Django 1.2) 2010-11-04 12:03:07 +00:00
acbe54b13c Rename Reddit account password variable to REDDIT_PASSWORD so it gets filtered from debug views 2010-10-27 09:00:45 +01:00
3b568f3156 Silent fail if Reddit login errors 2010-10-18 17:27:50 +01:00
bf166f958f Use ajax request for pulling Reddit comments 2010-10-13 14:12:13 +01:00
f12d0983f6 Add missing imports 2010-10-13 12:06:21 +01:00
ee255cd109 response != request 2010-10-13 12:05:06 +01:00
df9ff2cce0 Switch reddit posts to be a AJAX request 2010-10-13 12:03:19 +01:00
7f0a86b883 Remove unneeded fields in the object init 2010-10-13 08:18:29 +01:00
e68ed25bcc Force execution of the first query to avoid stupid unoptimized subqueries 2010-10-12 23:27:28 +01:00
2d4e6fe8a5 Reduce repeat queries, streamline the check_permissions function 2010-10-12 22:44:19 +01:00
68a5132cad Give directors carte blanche over their corporation's apps 2010-10-12 22:24:56 +01:00
701bc5762e Reworked HR to work in a multi-corporation enviroment
Allows for multiple corporations to view HR applications in their own limited env.
2010-10-12 22:07:03 +01:00
7aa7e87cd1 Allow users to withdraw applications 2010-09-01 09:11:47 +01:00
94b8736622 Removed a few debug print statements that are no longer needed 2010-08-07 12:36:14 +01:00
981a1843a6 Added the ability for HR staff to message the end user 2010-05-28 09:24:25 +01:00
1b76ccc698 Standardised the URLs and enabled search function on applications 2010-05-17 13:37:10 +01:00
fc0dfd8f2c Show error message instead of 500 when reddit is unavailable 2010-05-16 18:32:31 +01:00
6ae35f8775 Fixes user application status update issue 2010-05-10 09:32:32 +01:00
88a5daf5ce Fixed update_application view, failed on non-admin users 2010-05-09 00:15:49 +01:00
14db13d0c8 Removed the need for forms to update the Application status. 2010-05-08 16:45:20 +01:00
adb172bf47 HR milestone 2, application audit log and tracking.
This milestone brings in application auditing, allowing for people to track who modify what applications and provide
acception/rejection reasons as part of the messages sent out to the users.
2010-04-30 19:11:03 +01:00
c4631f3dbb Reject application if the character is already in the corp hes applying for. 2010-04-23 13:06:59 +01:00
1d37fb6f4b Try sending mails and fail gracefully if unsuccessful 2010-04-21 09:42:34 +01:00
f1aeebfe79 Cleaned up debug messages and forced typed conversion on status check 2010-04-20 22:24:15 +01:00
b8eaf202d7 Applications now send a email and reddit notification message when the status is changed. 2010-04-20 22:10:31 +01:00
fe69a9b1af Fixed selection criteria 2010-04-19 20:36:12 +01:00
73584ac72e Added more statuses to the admin view 2010-04-19 20:34:52 +01:00
652e1e0017 Grabs the group object for checks 2010-04-19 13:37:00 +01:00
91fe2967c3 Large commit of HR application, users can submit, admin can accept/reject 2010-04-18 02:51:00 +01:00
a5adee539e Added view application 2010-04-05 19:57:47 +01:00
2776ce8c16 HR Group now a setting 2010-04-05 12:27:05 +01:00
586a2727b1 Various fixes and work on the HR application. 2010-04-05 03:10:15 +01:00
52a41f4229 Initial commit of the HR management code 2010-04-05 02:43:27 +01:00