|
|
@03aae73
|
11 years |
adehnert |
Documentation is required now; update template appropriately
|
|
|
@db5be5d
|
11 years |
adehnert |
Use the shorter login_required decorator
|
|
|
@42132d7
|
11 years |
adehnert |
Working RFP downloader and creator
|
|
|
@1a8ef12
|
11 years |
adehnert |
Whoops, add a missing migration
|
|
|
@feed77c
|
11 years |
adehnert |
RFP download/update process (and some tangential changes)
|
|
|
@922e0e5
|
11 years |
adehnert |
Rename the approval actions
|
|
|
@638b547
|
11 years |
adehnert |
Generate RFPs, not vouchers, and show better messages
|
|
|
@56c7337
|
11 years |
adehnert |
Show error when a request can't be approved
This reduces confusion …
|
|
|
@80d8926
|
11 years |
adehnert |
Refactor email-sending part of RR approval
|
|
|
@b61cf1a
|
11 years |
adehnert |
Django 1.6: explicitly specific BooleanField?'s default value
Django …
|
|
|
@7ee21d8
|
11 years |
adehnert |
Allow creating RFPs
|
|
|
@2b31097
|
11 years |
adehnert |
WIP: gather info needed for RFPs
|
|
|
@4439c52
|
11 years |
adehnert |
Use better dashes
|
|
|
@0445831
|
11 years |
adehnert |
Add more missing csrf_tokens
|
|
|
@7a292ed
|
11 years |
adehnert |
Add a cautionary note about one setting
Given, eg, …
|
|
|
@5f82b6c
|
11 years |
adehnert |
Replace ListViewWithContext? with simpler render_to_response
It turns …
|
|
|
@bc1da44
|
11 years |
adehnert |
Add missing CSRF token
|
|
|
@4c6a731
|
11 years |
adehnert |
Add my guess for what the layers mean
|
|
|
@cabf7ac
|
11 years |
adehnert |
Minor fixes to setup script and instructions
|
|
|
@e24d22f
|
11 years |
adehnert |
init-dev.sh: also create accounts
|
|
|
@32b9b17
|
11 years |
adehnert |
Improve install docs and script dev installs
|
|
|
@6479b5c
|
11 years |
adehnert |
Django 1.6: enable the staticfiles app
Without it, admin media …
|
|
|
@695d358
|
11 years |
adehnert |
Django 1.6: use new {% url %} syntax
Starting in Django 1.5, the …
|
|
|
@2e4e1fb
|
11 years |
adehnert |
Use Django 1.6's approach to atomic requests
Really, we should …
|
|
|
@21360c8
|
11 years |
adehnert |
Django 1.6: Switch to class-based ListView?
Dango 1.5(?) removed …
|
|
|
@f298bd7
|
11 years |
adehnert |
Allow using a virtualenv's Python
Rather than starting each script …
|
|
|
@ff623c3
|
11 years |
adehnert |
django.conf.urls.defaults is dead; import its members explicitly
…
|
|
|
@75ccc48
|
11 years |
adehnert |
Django 1.6: Handle the removal of UNUSABLE_PASSWORD
Django 1.6 …
|
|
|
@5c334f6
|
11 years |
adehnert |
Get started porting Remit to Django 1.6
|
|
|
@c386673
|
11 years |
adehnert |
Move all the settings into a new settings directory
|
|
|
@f5bebab
|
11 years |
adehnert |
Tweaks from doing a new install
client
|
|
|
@f301a50
|
11 years |
adehnert |
Add some csrf_token's
client
|
|
|
@38843de
|
12 years |
adehnert |
Whoops, SocketAuth? not ScriptsSSLAuth
client
|
|
|
@39bd19e
|
12 years |
adehnert |
Use UNUSABLE_PASSWORD with SocketAuth?
This fixes "Unknown password …
client
|
|
|
@4a9654e
|
12 years |
adehnert |
Rename migrations to be importable
client
|
|
|
@fe7e946
|
12 years |
adehnert |
Add some useful middlewares
Cargo-culted from the ASA DB. The …
client
|
|
|
@d0292cf
|
12 years |
adehnert |
Rename migration to be importable
client
|
|
|
@522674a
|
12 years |
adehnert |
Switch to class-based template loaders
client
|
|
|
@bf1a969
|
12 years |
adehnert |
Remove the old-style DATABASE_* stanza
client
|
|
|
@3b03cc6
|
14 years |
adehnert |
Fix issues with user setup in the scripts backend
In particular:
* …
client
|
|
|
@c9047b1
|
14 years |
adehnert |
Properly escape the zwrite command line
Thanks to Anders for bringing …
client
|
|
|
@a5ef930
|
14 years |
adehnert |
Only have doc link when docs exist
client
|
|
|
@42b287c
|
14 years |
adehnert |
Include review link in emails
client
|
|
|
@9dee7f6
|
14 years |
adehnert |
Use vouchers.can_list, not vouchers.view_requests
view_requests …
client
|
|
|
@f6f7aff
|
14 years |
adehnert |
Display doc link on list page
client
|
|
|
@0e4f185
|
14 years |
adehnert |
Give link to documentation for download
client
|
|
|
@d50ec5b
|
14 years |
adehnert |
Allow marking things as RFPized
client
|
|
|
@f63d43a
|
14 years |
adehnert |
Rename migrations to be valid(er) Python modules
client
|
|
|
@680b2bd
|
14 years |
adehnert |
Allow marking as RFP'd (WIP)
client
|
|
|
@1ba734f
|
14 years |
adehnert |
CSRFize login screen
client
|
|
|
@f332ade
|
14 years |
adehnert |
Escape description in voucher summary
client
|
|
|
@02dd5a1
|
14 years |
adehnert |
Fix the permission check for changing requests
client
|
|
|
@c3e751d
|
15 years |
adehnert |
Don't use insecure components over HTTPS
client
|
|
|
@5cfd6f6
|
15 years |
adehnert |
Add instructions to select screen
client
|
|
|
@ad530b4
|
15 years |
adehnert |
Merge branch 'bulk-actions'
client
|
|
|
@0df317c
|
15 years |
adehnert |
New GL records
client
|
|
|
@af48a00
|
15 years |
adehnert |
JS select none/all/invert on request list page
client
|
|
|
@5865e5f
|
15 years |
adehnert |
Add JQuery to the base template
client
|
|
|
@18ae984
|
15 years |
adehnert |
Make request list validate
client
|
|
|
@0e2f379
|
15 years |
adehnert |
Add headings to request list
client
|
|
|
@3e372da
|
15 years |
adehnert |
Add bulk actions to request list (Trac: #4)
client
|
|
|
@dd6edfb
|
15 years |
adehnert |
Add {%ifin%} templatetag
client
|
|
|
@bef7191
|
15 years |
adehnert |
Rename request to http_request in show_requests
…
client
|
|
|
@b1a259c
|
15 years |
adehnert |
Refactor out request approval
client
|
|
|
@546a1ff
|
15 years |
adehnert |
Add some headings to show_requests view
client
|
|
|
@33cb144
|
15 years |
adehnert |
Show presence of documentation in request list
This makes it much …
client
|
|
|
@71ca9e6
|
15 years |
adehnert |
Display total amount on summary sheet (Trac: #31)
client
|
|
|
@0671644
|
15 years |
adehnert |
Add links to the admin site (Trac: #34)
client
|
|
|
@e1086bd
|
15 years |
adehnert |
Color-code amounts in the reporting UI (Trac: #30)
client
|
|
|
@5e6ab71
|
15 years |
adehnert |
Allow filtering by approval_status (Trac: #8)
client
|
|
|
@f52f909
|
15 years |
adehnert |
Allow sorting requests (Trac: #39)
client
|
|
|
@6e43384
|
15 years |
adehnert |
Let users view history of requests (Trac: #26)
client
|
|
|
@213c1e0
|
15 years |
adehnert |
Give autocreated users a fake password (Trac: #38)
client
|
|
|
@29e55de
|
15 years |
adehnert |
Use remit-default-addr@… as a default
Using remit@… as a …
client
|
|
|
@a4ac6bd
|
15 years |
adehnert |
DEBUG should be set, but to False
Contrary to "DEBUG shouldn't be set …
client
|
|
|
@a1e4224
|
15 years |
adehnert |
Create a downloader user
client
|
|
|
@57beb94
|
15 years |
adehnert |
Create standard groups and grant bits to them
client
|
|
|
@2fb5a35
|
15 years |
adehnert |
Increase the length of the transaction name field
Previously, the …
client
|
|
|
@9102ac9
|
15 years |
adehnert |
Allow editing expense_area in the admin
client
|
|
|
@ff0ea05
|
15 years |
adehnert |
Add CC_SUBMITTER option (Trac: #25)
client
|
|
|
@70a9bbd
|
15 years |
adehnert |
Serve LaTeX as LATEX_MIMETYPE (Trac: #29)
Set the default value of …
client
|
|
|
@5eb287f
|
15 years |
adehnert |
Disable escaping for emails (Trac: #28)
client
|
|
|
@d601b0b
|
15 years |
adehnert |
Display RR request IDs in admin
client
|
|
|
@b1e217a
|
15 years |
adehnert |
Handle documentation better in the admin
client
|
|
|
@857256d
|
15 years |
adehnert |
Make depth of the committee hierarchy configurable
The UA and ESP …
client
|
|
|
@6eb1795
|
15 years |
adehnert |
DEBUG shouldn't be set in the default settings.py
client
|
|
|
@c4cab48
|
15 years |
adehnert |
Use vouchers.models, not vouchers
I'm not sure why this ever worked, …
client
|
|
|
@a5fc5c8
|
15 years |
adehnert |
Increase length of group_name field to 40
A lot of groups have names …
client
|
|
|
@1da6cca
|
15 years |
adehnert |
Make scripts authentication optional (but default on)
client
|
|
|
@818625a
|
15 years |
adehnert |
Link description, not processed
client
|
|
|
@732d9eb
|
15 years |
adehnert |
Add "login again" link to logout page
client
|
|
|
@fe43b8a
|
15 years |
adehnert |
Apply "autocreated" group in SocketAuth?
client
|
|
|
@e1ae8b3
|
15 years |
adehnert |
Do argument-length checking in SocketAuth?
client
|
|
|
@734ef4f
|
15 years |
adehnert |
Add docs for SocketAuthBackend?
client
|
|
|
@dbb39a2
|
15 years |
adehnert |
Add SocketAuth? authentication backend
client
|
|
|
@82211ea
|
15 years |
adehnert |
Keep track of some more dates (Trac: #19)
client
|
|
|
@e5caf62
|
15 years |
adehnert |
Right, shbang lines are useful
client
|
|
|
@ee82431
|
15 years |
adehnert |
Gracefully handle no account having an owner
client
|
|
|
@02030a2
|
15 years |
adehnert |
Display slug in BudgetTerm? admin
client
|
|
|
@8132e8c
|
15 years |
adehnert |
The executable bit is shiny
client
|
|
|