source: remit

Revision Log Mode:


Legend:

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