Commit Graph

58 Commits

Author SHA1 Message Date
dcac0e24b0 Switch to using __unicode__ and django's smart __str__ handling, also added permalinks for HR models 2010-12-07 11:02:18 +00:00
df029f32ad Fix assumption in admin.py, works fine on 2.6 but errors on 2.5 2010-12-02 10:58:05 +00:00
6054f2a103 Add searchfield Blacklists, and use count() for recommendation count 2010-11-24 16:40:11 +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
c28d72f0ad Add the ticker field for Sources 2010-10-28 16:24:58 +01:00
bbd217e082 Add Blacklist Source to the admin interface 2010-10-28 16:13:09 +01:00
1e3194adb6 Switch to using a Source object 2010-10-28 15:56:42 +01:00
ea3f7e2783 Bring Source field through to admin 2010-10-28 10:29:46 +01:00
3908f262fa Cleanup and optimisation of the models 2010-10-28 10:11:58 +01:00
d135d1bc2a Add migration for blacklist source field 2010-10-28 09:57:30 +01:00
b48b81ed7a Add blacklist checks for API UserID 2010-10-28 09:57:06 +01:00
6cc34a9c05 Added the ability to mark a blacklist item's source 2010-10-28 09:39:59 +01: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
37924568f9 Added further information to the HR admin forms 2010-10-14 10:55:09 +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
72e1d9d42e Fixes the HR message issue when changing status 2010-07-28 11:59:41 +01:00
f35d91f635 Removed unneeded lookups 2010-07-07 11:06:32 +01:00
9d009a0cf7 Added support for Email and Auth blacklists 2010-07-07 11:05:34 +01:00
07407cc1e0 Added expiry dates to Blacklist items, also optimized the blacklist lookup 2010-07-07 10:47:49 +01:00
fd8e9451f8 Finished work on the Blacklist function, also cleaned up some HR functions 2010-07-05 12:09:55 +01:00
4a3b801185 Moved to using South, and used a better repo for JSONField 2010-07-01 18:31:42 +01:00
e12f0a0e90 Fix blacklist defines 2010-07-01 13:12:36 +01:00
1ddbbbe590 Initial work on the blacklisting system 2010-07-01 12:31:40 +01:00
981a1843a6 Added the ability for HR staff to message the end user 2010-05-28 09:24:25 +01:00
92274805c9 Add further validation to stop errors with users not adding a API key before applying. 2010-05-19 09:14:17 +01:00
9620c987e4 Fixed url regex for recommendations, thanks oto Alethe Mentari for finding it. 2010-05-19 08:51:59 +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
c798e33e23 Added some useful fields to the HR admin interface 2010-05-09 00:30:40 +01:00
88a5daf5ce Fixed update_application view, failed on non-admin users 2010-05-09 00:15:49 +01:00
8f0d00a6dc Added extended if tag, until the migration to Django 1.2. Now only shows the options that are available 2010-05-08 17:21: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