# # ChangeLog for remit # # Generated by Trac 1.0.2 # Jul 27, 2025, 1:18:55 AM Mon, 16 Jun 2014 02:06:46 GMT Alex Dehnert [6479b5c] * remit/settings/__init__.py (modified) Django 1.6: enable the staticfiles app Without it, admin media ... Mon, 16 Jun 2014 02:06:46 GMT Alex Dehnert [695d358] * remit/remit_templates/base.html (modified) * remit/remit_templates/index.html (modified) * remit/remit_templates/registration/logged_out.html (modified) * remit/remit_templates/registration/login.html (modified) * remit/remit_templates/vouchers/ReimbursementRequest_review.html (modified) * remit/remit_templates/vouchers/reimbursementrequest_list.html (modified) Django 1.6: use new {% url %} syntax Starting in Django 1.5, the ... Mon, 16 Jun 2014 01:42:51 GMT Alex Dehnert [2e4e1fb] * remit/settings/__init__.py (modified) Use Django 1.6's approach to atomic requests Really, we should ... Mon, 16 Jun 2014 01:42:51 GMT Alex Dehnert [21360c8] * remit/urls.py (modified) * remit/util/shortcuts.py (modified) * remit/vouchers/views.py (modified) Django 1.6: Switch to class-based ListView Dango 1.5(?) removed ... Mon, 16 Jun 2014 01:42:51 GMT Alex Dehnert [f298bd7] * remit/util/add_accounts (modified) * remit/util/add_gl_accounts.py (modified) * remit/util/setup.py (modified) * remit/util/templatetags/latex.py (modified) Allow using a virtualenv's Python Rather than starting each script ... Mon, 16 Jun 2014 01:42:51 GMT Alex Dehnert [ff623c3] * remit/finance_core/urls.py (modified) * remit/urls.py (modified) * remit/vouchers/urls.py (modified) django.conf.urls.defaults is dead; import its members explicitly ... Mon, 16 Jun 2014 01:42:51 GMT Alex Dehnert [75ccc48] * remit/finance_core/migrations/0004_socket_auth_password.py (modified) Django 1.6: Handle the removal of UNUSABLE_PASSWORD Django 1.6 ... Mon, 16 Jun 2014 01:42:51 GMT Alex Dehnert [5c334f6] * remit/manage.py (modified) * remit/urls.py (modified) * remit/vouchers/urls.py (modified) Get started porting Remit to Django 1.6 Mon, 16 Jun 2014 01:42:50 GMT Alex Dehnert [c386673] * .gitignore (modified) * remit/settings/__init__.py (moved) Move all the settings into a new settings directory Sun, 18 May 2014 21:42:14 GMT Alex Dehnert [f5bebab] * INSTALL (modified) * remit/settings.py (modified) * remit/treebeard (modified) * remit/urls.py (modified) Tweaks from doing a new install Sun, 18 May 2014 21:20:10 GMT Alex Dehnert [f301a50] * remit/remit_templates/vouchers/select.html (modified) * remit/remit_templates/vouchers/submit.html (modified) Add some csrf_token's Fri, 25 Jan 2013 23:37:47 GMT Alex Dehnert [38843de] * remit/finance_core/migrations/0004_socket_auth_password.py (modified) Whoops, SocketAuth not ScriptsSSLAuth Fri, 25 Jan 2013 23:26:51 GMT Alex Dehnert [39bd19e] * remit/finance_core/migrations/0004_socket_auth_password.py (added) * remit/util/SocketAuth.py (modified) Use UNUSABLE_PASSWORD with SocketAuth This fixes "Unknown password ... Fri, 25 Jan 2013 23:15:49 GMT Alex Dehnert [4a9654e] * remit/finance_core/migrations/0002_add_dates.py (moved) Rename migrations to be importable Fri, 25 Jan 2013 23:15:49 GMT Alex Dehnert [fe7e946] * remit/settings.py (modified) Add some useful middlewares Cargo-culted from the ASA DB. The ... Fri, 25 Jan 2013 22:55:19 GMT Alex Dehnert [d0292cf] * remit/finance_core/migrations/0003_lengthen_transaction_name.py (moved) Rename migration to be importable Fri, 25 Jan 2013 22:41:19 GMT Alex Dehnert [522674a] * remit/settings.py (modified) Switch to class-based template loaders Fri, 25 Jan 2013 22:39:05 GMT Alex Dehnert [bf1a969] * remit/settings.py (modified) Remove the old-style DATABASE_* stanza Tue, 24 May 2011 20:36:12 GMT Alex Dehnert [3b03cc6] * remit/mit/__init__.py (modified) Fix issues with user setup in the scripts backend In particular: * ... Tue, 24 May 2011 20:31:12 GMT Alex Dehnert [c9047b1] * remit/mit/__init__.py (modified) Properly escape the zwrite command line Thanks to Anders for ... Sun, 06 Feb 2011 21:29:25 GMT Alex Dehnert [a5ef930] * remit/remit_templates/vouchers/ReimbursementRequest_review.html (modified) Only have doc link when docs exist Sun, 06 Feb 2011 21:27:08 GMT Alex Dehnert [42b287c] * remit/remit_templates/vouchers/emails/request_submit_admin.txt (modified) * remit/vouchers/models.py (modified) Include review link in emails Sun, 06 Feb 2011 20:44:09 GMT Alex Dehnert [9dee7f6] * remit/vouchers/views.py (modified) Use vouchers.can_list, not vouchers.view_requests view_requests ... Sun, 06 Feb 2011 19:42:00 GMT Alex Dehnert [f6f7aff] * remit/remit_templates/vouchers/reimbursementrequest_list.html (modified) Display doc link on list page Sun, 06 Feb 2011 19:38:19 GMT Alex Dehnert [0e4f185] * remit/remit_templates/vouchers/ReimbursementRequest_review.html (modified) Give link to documentation for download Tue, 01 Feb 2011 15:33:23 GMT Alex Dehnert [d50ec5b] * remit/remit_templates/vouchers/emails/request_approval_admin.txt (modified) * remit/remit_templates/vouchers/reimbursementrequest_list.html (modified) * remit/settings.py (modified) * remit/vouchers/migrations/0008_add_rfp.py (added) * remit/vouchers/models.py (modified) Allow marking things as RFPized Tue, 01 Feb 2011 14:17:43 GMT Alex Dehnert [f63d43a] * remit/vouchers/migrations/0004_complete_documentation_maybe.py (moved) * remit/vouchers/migrations/0005_use_django_username_length.py (moved) * remit/vouchers/migrations/0006_add_dates.py (moved) * remit/vouchers/migrations/0007_increase_group_name_length.py (moved) Rename migrations to be valid(er) Python modules Tue, 01 Feb 2011 12:23:37 GMT Alex Dehnert [680b2bd] * remit/vouchers/models.py (modified) Allow marking as RFP'd (WIP) Tue, 01 Feb 2011 03:39:20 GMT Alex Dehnert [1ba734f] * remit/remit_templates/registration/login.html (modified) CSRFize login screen Tue, 01 Feb 2011 03:31:13 GMT Alex Dehnert [f332ade] * remit/remit_templates/vouchers/vouchers.tex (modified) Escape description in voucher summary Tue, 01 Feb 2011 03:30:43 GMT Alex Dehnert [02dd5a1] * remit/remit_templates/vouchers/ReimbursementRequest_review.html (modified) Fix the permission check for changing requests Tue, 19 Oct 2010 23:27:10 GMT Alex Dehnert [c3e751d] * remit/remit_templates/base.html (modified) Don't use insecure components over HTTPS Sun, 10 Oct 2010 16:26:00 GMT Alex Dehnert [5cfd6f6] * remit/remit_templates/vouchers/area_instructions.html (added) * remit/remit_templates/vouchers/select.html (modified) Add instructions to select screen Fri, 27 Aug 2010 02:55:42 GMT Alex Dehnert [ad530b4] * remit/media/style/style.css (modified) * remit/remit_templates/base.html (modified) * remit/remit_templates/vouchers/reimbursementrequest_list.html (modified) * remit/util/templatetags/misc.py (modified) * remit/vouchers/models.py (modified) * remit/vouchers/views.py (modified) * remit/util/add_gl_accounts.py (modified) Merge branch 'bulk-actions' Fri, 27 Aug 2010 02:53:04 GMT Alex Dehnert [0df317c] * remit/util/add_gl_accounts.py (modified) New GL records Sun, 25 Jul 2010 22:11:22 GMT Alex Dehnert [af48a00] * remit/media/style/style.css (modified) * remit/remit_templates/vouchers/reimbursementrequest_list.html (modified) JS select none/all/invert on request list page Sun, 25 Jul 2010 21:38:44 GMT Alex Dehnert [5865e5f] * remit/remit_templates/base.html (modified) Add JQuery to the base template Sun, 25 Jul 2010 09:12:59 GMT Alex Dehnert [18ae984] * remit/remit_templates/vouchers/reimbursementrequest_list.html (modified) Make request list validate Sun, 25 Jul 2010 09:00:40 GMT Alex Dehnert [0e2f379] * remit/remit_templates/vouchers/reimbursementrequest_list.html (modified) Add headings to request list Sun, 25 Jul 2010 08:31:09 GMT Alex Dehnert [3e372da] * remit/remit_templates/vouchers/reimbursementrequest_list.html (modified) * remit/vouchers/models.py (modified) * remit/vouchers/views.py (modified) Add bulk actions to request list (Trac: #4) Sun, 25 Jul 2010 05:50:01 GMT Alex Dehnert [dd6edfb] * remit/util/templatetags/misc.py (modified) Add {%ifin%} templatetag Sun, 25 Jul 2010 01:19:56 GMT Alex Dehnert [bef7191] * remit/vouchers/views.py (modified) Rename request to http_request in show_requests ... Sun, 25 Jul 2010 00:26:00 GMT Alex Dehnert [b1a259c] * remit/vouchers/models.py (modified) * remit/vouchers/views.py (modified) Refactor out request approval Thu, 22 Jul 2010 08:00:01 GMT Alex Dehnert [546a1ff] * remit/vouchers/views.py (modified) Add some headings to show_requests view Wed, 07 Jul 2010 17:54:45 GMT Alex Dehnert [33cb144] * remit/remit_templates/vouchers/reimbursementrequest_list.html (modified) Show presence of documentation in request list This makes it much ... Tue, 01 Jun 2010 09:39:20 GMT Alex Dehnert [71ca9e6] * remit/remit_templates/vouchers/vouchers.tex (modified) * remit/vouchers/views.py (modified) Display total amount on summary sheet (Trac: #31) Tue, 01 Jun 2010 08:21:53 GMT Alex Dehnert [0671644] * remit/remit_templates/base.html (modified) * remit/remit_templates/index.html (modified) * remit/remit_templates/vouchers/ReimbursementRequest_review.html (modified) * remit/urls.py (modified) Add links to the admin site (Trac: #34) Tue, 01 Jun 2010 07:56:17 GMT Alex Dehnert [e1086bd] * remit/media/style/style.css (modified) * remit/remit_templates/finance_core/reporting.html (modified) * remit/util/templatetags/misc.py (modified) Color-code amounts in the reporting UI (Trac: #30) Mon, 31 May 2010 09:45:02 GMT Alex Dehnert [5e6ab71] * remit/remit_templates/vouchers/reimbursementrequest_list.html (modified) * remit/vouchers/views.py (modified) Allow filtering by approval_status (Trac: #8) Mon, 31 May 2010 09:17:26 GMT Alex Dehnert [f52f909] * remit/remit_templates/vouchers/reimbursementrequest_list.html (modified) * remit/vouchers/models.py (modified) * remit/vouchers/views.py (modified) Allow sorting requests (Trac: #39) Mon, 31 May 2010 08:47:29 GMT Alex Dehnert [6e43384] * remit/remit_templates/base.html (modified) * remit/remit_templates/index.html (modified) * remit/remit_templates/vouchers/reimbursementrequest_list.html (modified) * remit/vouchers/urls.py (modified) * remit/vouchers/views.py (modified) Let users view history of requests (Trac: #26) Thu, 27 May 2010 00:23:38 GMT Alex Dehnert [213c1e0] * remit/mit/__init__.py (modified) Give autocreated users a fake password (Trac: #38) Thu, 27 May 2010 00:23:38 GMT Alex Dehnert [29e55de] * remit/settings.py (modified) Use remit-default-addr@mit.edu as a default Using remit@mit.edu as ... Thu, 27 May 2010 00:23:37 GMT Alex Dehnert [a4ac6bd] * remit/settings.py (modified) DEBUG should be set, but to False Contrary to "DEBUG shouldn't be ... Thu, 27 May 2010 00:23:37 GMT Alex Dehnert [a1e4224] * remit/util/setup.py (modified) Create a downloader user Thu, 27 May 2010 00:23:37 GMT Alex Dehnert [57beb94] * remit/util/setup.py (modified) Create standard groups and grant bits to them Mon, 17 May 2010 04:56:16 GMT Alex Dehnert [2fb5a35] * remit/finance_core/migrations/0003_lengthen-transaction-name.py (added) * remit/finance_core/models.py (modified) Increase the length of the transaction name field Previously, the ... Mon, 17 May 2010 04:53:18 GMT Alex Dehnert [9102ac9] * remit/vouchers/admin.py (modified) Allow editing expense_area in the admin Wed, 12 May 2010 09:09:47 GMT Alex Dehnert [ff0ea05] * remit/settings.py (modified) * remit/vouchers/views.py (modified) Add CC_SUBMITTER option (Trac: #25) Wed, 12 May 2010 08:28:37 GMT Alex Dehnert [70a9bbd] * remit/settings.py (modified) * remit/vouchers/views.py (modified) Serve LaTeX as LATEX_MIMETYPE (Trac: #29) Set the default value of ... Wed, 12 May 2010 07:52:13 GMT Alex Dehnert [5eb287f] * remit/remit_templates/vouchers/emails/no_docs_user.txt (modified) * remit/remit_templates/vouchers/emails/request_approval_admin.txt (modified) * remit/remit_templates/vouchers/emails/request_submit_admin.txt (modified) * remit/remit_templates/vouchers/emails/voucher_sao_user.txt (modified) * remit/remit_templates/vouchers/emails/vouchers_tex.txt (modified) Disable escaping for emails (Trac: #28) Fri, 30 Apr 2010 20:11:13 GMT Alex Dehnert [d601b0b] * remit/vouchers/admin.py (modified) Display RR request IDs in admin Fri, 30 Apr 2010 20:11:02 GMT Alex Dehnert [b1e217a] * remit/vouchers/admin.py (modified) * remit/vouchers/models.py (modified) Handle documentation better in the admin Tue, 27 Apr 2010 07:39:45 GMT Alex Dehnert [857256d] * remit/settings.py (modified) * remit/vouchers/views.py (modified) Make depth of the committee hierarchy configurable The UA and ESP ... Sun, 25 Apr 2010 03:59:01 GMT Alex Dehnert [6eb1795] * remit/settings.py (modified) DEBUG shouldn't be set in the default settings.py Sat, 24 Apr 2010 21:50:09 GMT Alex Dehnert [c4cab48] * remit/vouchers/admin.py (modified) Use vouchers.models, not vouchers I'm not sure why this ever ... Wed, 21 Apr 2010 20:22:50 GMT Alex Dehnert [a5fc5c8] * remit/vouchers/migrations/0007_increase-group_name-length.py (added) * remit/vouchers/models.py (modified) Increase length of group_name field to 40 A lot of groups have ... Wed, 21 Apr 2010 20:22:50 GMT Alex Dehnert [1da6cca] * remit/settings.py (modified) Make scripts authentication optional (but default on) Wed, 21 Apr 2010 06:32:13 GMT Alex Dehnert [818625a] * remit/vouchers/admin.py (modified) Link description, not processed Tue, 20 Apr 2010 23:42:38 GMT Alex Dehnert [732d9eb] * remit/remit_templates/registration/logged_out.html (modified) Add "login again" link to logout page Tue, 20 Apr 2010 23:40:37 GMT Alex Dehnert [fe43b8a] * remit/util/SocketAuth.py (modified) Apply "autocreated" group in SocketAuth Tue, 20 Apr 2010 23:36:22 GMT Alex Dehnert [e1ae8b3] * remit/util/SocketAuth.py (modified) Do argument-length checking in SocketAuth Tue, 20 Apr 2010 23:24:54 GMT Alex Dehnert [734ef4f] * remit/util/SocketAuth.py (modified) Add docs for SocketAuthBackend Tue, 20 Apr 2010 21:25:52 GMT Alex Dehnert [dbb39a2] * remit/settings.py (modified) * remit/util/SocketAuth.py (added) Add SocketAuth authentication backend Mon, 19 Apr 2010 10:53:39 GMT Alex Dehnert [82211ea] * remit/finance_core/migrations/0002_add-dates.py (added) * remit/finance_core/models.py (modified) * remit/remit_templates/vouchers/ReimbursementRequest_review.html (modified) * remit/vouchers/admin.py (modified) * remit/vouchers/import_budget.py (modified) * remit/vouchers/migrations/0006_add-dates.py (added) * remit/vouchers/models.py (modified) * remit/vouchers/views.py (modified) Keep track of some more dates (Trac: #19) Mon, 19 Apr 2010 10:20:27 GMT Alex Dehnert [e5caf62] * remit/util/setup.py (modified) Right, shbang lines are useful Mon, 19 Apr 2010 05:18:15 GMT Alex Dehnert [ee82431] * remit/finance_core/models.py (modified) Gracefully handle no account having an owner Mon, 19 Apr 2010 05:09:54 GMT Alex Dehnert [02030a2] * remit/finance_core/admin.py (modified) Display slug in BudgetTerm admin Sun, 18 Apr 2010 23:53:57 GMT Alex Dehnert [8132e8c] * remit/util/add_accounts (modified) * remit/util/add_gl_accounts.py (modified) * remit/util/setup.py (modified) The executable bit is shiny Sun, 18 Apr 2010 22:57:18 GMT Alex Dehnert [00e722e] * remit/util/add_accounts (added) Script to add accounts that are passed on stdin Sun, 18 Apr 2010 21:49:35 GMT Alex Dehnert [6f24604] * remit/settings.py (modified) * remit/vouchers/views.py (modified) Make reimbursement base path configurable Adds a ... Sun, 18 Apr 2010 21:04:07 GMT Alex Dehnert [5724bd5] * remit/util/setup.py (added) Partially complete installation script Sun, 18 Apr 2010 21:01:04 GMT Alex Dehnert [6497b49] * remit/util/add_gl_accounts.py (moved) add_gl_accounts.py doesn't involve vouchers Sun, 18 Apr 2010 20:59:29 GMT Alex Dehnert [074fac7] * remit/finance_core/util.py (added) * remit/vouchers/add_gl_accounts.py (modified) Refactor mass account adding from add_gl_accounts Sun, 18 Apr 2010 20:58:22 GMT Alex Dehnert [bc798fc] * remit/finance_core/models.py (modified) Allow getting nodes by path relative to a base Sun, 18 Apr 2010 20:46:26 GMT Alex Dehnert [5a72e32] * remit/finance_core/models.py (modified) Fix BudgetArea child-adding bug Prior to ... Sat, 17 Apr 2010 23:58:23 GMT Alex Dehnert [0f53aae] * remit/media/style/default.css (modified) * remit/media/style/style.css (modified) * remit/remit_templates/base.html (modified) * remit/remit_templates/index.html (modified) * remit/remit_templates/registration/logged_out.html (added) * remit/settings.py (modified) * remit/urls.py (modified) Generally improve user account display When testing, it can be ... Sat, 17 Apr 2010 21:58:32 GMT Alex Dehnert [ea76b01] * remit/remit_templates/base.html (modified) * remit/remit_templates/index.html (modified) Check for bits before displaying reporting links Sat, 17 Apr 2010 20:41:50 GMT Alex Dehnert [a875cb6] * remit/remit_templates/vouchers/vouchers.tex (modified) Show number of vouchers on summary page Mon, 12 Apr 2010 18:32:48 GMT Alex Dehnert [36d2293] * remit/vouchers/migrations/0005_use-django-username-length.py (added) * remit/vouchers/models.py (modified) Use 30 character usernames to match Django Originally, we limited ... Fri, 02 Apr 2010 15:34:05 GMT Alex Dehnert [dfcab53] * remit/finance_core/models.py (modified) * remit/finance_core/views.py (modified) Use the finance_core.use_reporting permission Fri, 02 Apr 2010 15:21:11 GMT Alex Dehnert [e02a4b2] * remit/mit/__init__.py (modified) Auto-apply 'mit' and 'autocreated' groups This resolves the "we ... Fri, 02 Apr 2010 14:42:06 GMT Alex Dehnert [b34d568] * remit/remit_templates/vouchers/ReimbursementRequest_review.html (modified) * remit/vouchers/views.py (modified) Only process doc upload when somebody asks for it (Trac: #15) Fri, 02 Apr 2010 14:32:29 GMT Alex Dehnert [23138c0] * remit/remit_templates/vouchers/vouchers.tex (modified) Display time on summary page (Trac: #24) Fri, 02 Apr 2010 14:23:21 GMT Alex Dehnert [80d1270] * remit/remit_templates/index.html (modified) Add reporting link to homepage (Trac: #14) Mon, 29 Mar 2010 08:37:59 GMT Alex Dehnert [0a5a003] * remit/vouchers/views.py (modified) Validate as PDF-only Mon, 29 Mar 2010 07:22:55 GMT Alex Dehnert [f7dd5e7] * remit/remit_templates/403.html (added) * remit/util/shortcuts.py (added) * remit/vouchers/views.py (modified) Let voucher recipients see requests as well Sun, 28 Mar 2010 18:28:36 GMT Alex Dehnert [ef500c1] * remit/vouchers/migrations/0004_complete documentation maybe.py (added) Finish marking things as optional Sun, 28 Mar 2010 18:23:01 GMT Alex Dehnert [72a92e0] * remit/vouchers/models.py (modified) Mailing address and documentation can be blank Sun, 28 Mar 2010 17:56:25 GMT Alex Dehnert [a75ed9b] * remit/remit_templates/vouchers/vouchers.tex (modified) * remit/vouchers/migrations/0003_documentation_support_part2.py (added) * remit/vouchers/models.py (modified) * remit/vouchers/views.py (modified) Finish documentation support? (Trac: #1)