0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
hide LocationTypes when there's only one of them More... over 14 years ago
made app configs lazy, to allow db access in config.py More... over 14 years ago
rejigged LocationType More... over 14 years ago
added ReporterLocation model, to give Reporters a home More... over 14 years ago
added PEOPLE app More... over 14 years ago
adding a "locale_paths" configuration option for i18n More... over 14 years ago
moving the django bootstrap of i18n from the manager to the settings.py file so that it will work with non-rapidsms bootstrapped settings (e.g. from a wsgi script) More... over 14 years ago
move language bar from bottom to top of screen More... over 14 years ago
Changed default sms translatins to Nulltranslations Added unit tests for sms and web configuration (cherry picked from commit af3193b4dbe44fcb461925a32875a5ab1885af48) More... over 14 years ago
Merge conflict with rowenaluk/rapidsms af3193b More... over 14 years ago
i18n for RapidSMS (cherry picked from commit 26f14329aa8edfb107aca8edceb199279425d53c) More... over 14 years ago
change CRLF to LF More... over 14 years ago
fix the reporters admin. it had a duplicate "identity" and no "backend" in the list of displayed columns. More... over 14 years ago
fixing the messaging models to not fail in trying to cast a datetime that already is a datetime (instead of a string) to a datetime. More... over 14 years ago
Fixing up the skelton project's rapidsms.ini to reflect the renaming of webui to webapp. Making the default lists of apps and backends the same as in the rapidsms.ini in the root directory so the httptester works out of the box. Removing the duplicate httptester section in the main rapidsms.ini. (cherry picked from commit 75cc537b0755e02c47f4ea83b1e6adb185aa027b) More... over 14 years ago
Add a UI to add existing users to groups Fix phone numbers on members.html add better error reporting when trying to create users with duplicate phone numbers Add default search for communication channel on new contact createion More... over 14 years ago
in the harvard app, change the ordering on the data viewing page to be by date, descending. More... over 14 years ago
take 4 on the uptime checks More... over 14 years ago
take 3 on uptime check More... over 14 years ago
fix the uptime check endpoints More... over 14 years ago
adding the functionality for the http backends to specify an uptime response if "uptimecheck" is passed in as a key to the url. More... over 14 years ago
added global AJAX pagination More... over 14 years ago
reintroducing the static settings server flag for url mapping More... over 14 years ago
added active_view and active_app to global context More... over 14 years ago
add phone number and community to cmd_messages More... over 14 years ago
change phone-number to charfield instead of integerfield More... over 14 years ago
added form to add new location More... over 14 years ago
adding some more columsn for the reporter admins for connections. More... over 14 years ago
moving rapidemail.py to email.py after i learned about absolute imports. removing printouts. More... over 14 years ago
Adding an email backend that currently only supports outgoing messages. It uses the django email modules to send messages, and allows you to specify some basic parameters (e.g. subject) in the smtp-standard way. More... over 14 years ago