Build SMS applications with Python
Forked from rapidsms/rapidsms Tue Mar 24 08:34:36 -0700 2009
Last updated Sun Feb 07 21:53:48 -0800 2010
13 commits »
Fixing the recursion issue, for even when you're not logged into a domain.
Merge branch 'master' of github.com:dimagi/commcare-hq into domains
uploading latest form_translate.jar - including bugfix to properly carry
adding a default type of string to anything that doesn't explicitly have
Fixing a bug with error reporting in the xformmanger.
Better logging of errors in the buildmanager during release of a build.
making the post utility configurable as to whether to use curl or httplib
Restoring the old version of the binary multipart with images.
renaming the multipart demo to .post so it doesn't get mangled by git's
making the submission object write files in binary instead of text.
Adding stub methods to process registration forms. They currently don't
Changing the hq reporter list to explicitly access the reporter objects
latest rapidsms
4 commits »
Adding new http handler for the symbiotic gateway in kenya.
updating the managers to no longer call recursion checking, and also
Adding a very basic group messaging UI to the messaging app.
minor tweaking of the tab layouts to make them look more like tabs.
22 commits »
add 'all' link at bottom as well
make all thumbnails same height/width
new test photo
style comment textarea
integrate additions to new ini
merging
add full size view
show display/fullsize
cleaning up ImageKit spec
cleanups
adding comments
move image_path to local.ini
add static dir, styling to photos
some early stubs for testing
photos app - currently with a list and single views
Merge branch 'master' of git@github.com:dimagi/commcare-hq
initial imagehandler app
add imagehander, imagekit to apps
2 commits »
Changing model fields from Booleans to NullBooleans to be Django 1.1
Minor bug fix, preventing exceptions when calling a custom manager through
Merge branch 'master' of github.com:dimagi/commcare-hq
Adding unicode method to backups.
Adding view to get backups back.
removing paramiko error message in the deploy tests.
fixing bug to allow the backup submissions to respond correctly.
fix recursive import that was blowing up apache
12 commits »
adding backups app to the default rapidsms.ini
Adding proper xml parsing of the backup file and making the creation of
Refactoring the xml router to only pass the attachment around to other
Adding a utility method to receiver to read the whole contents of the
Adding skeleton models and processing logic for backup handling in HQ.
clarifing unit test comment.
Missed a couple test files when I took out the backup functionality.
Adding unit tests for the xml routing code and fixing all of the bugs
Reformatting doc string with looooong lines.
Tearing out backups from the receiver code.
Misc. reformatting/comment cleanup.
Add extremely basic xml router that allows processes to do stuff based
Fixing the tabular data view of multifield histograms.
Adding the latest grameen charts in as fixtures.
Adding a new chart type for a sorted multifield histogram.
Fix Brac SMS tests (missed a capitalization change).
Updating swahili translations for the BRAC reports, based on feedback
Missed the managers file in the last check in.
Wiring HQ to override the custom manager for the reporters app to do
Adding Custom Managers to rapidsms. These let you override the default
Adding csv translation dump functionality.
New form_translate.jar that includes the csv dump command.
39 commits »
Standardize ordering of patient history
Remove extraneous 'print'
Updated initial data with user requests
Updated site code to be of the form BA1-1, and patient_id to BA1-1-001
Add ability for nurses to pull reports. Also debug 'inactive' command.
Fix 'shawa' typo to 'sawa' in frontpage view
Populate 'notes' field of event log with any additional text received
Add various ailment codes to DB fixture
Add weekly summary to front page. Other small aesthetic fixes.
Added 'other' report on weltel request. Also changed various responses to more user-friendly diction.
Updated ini file
small fix to unit test for previous commit
Add demo data to weltel and prettify display
Small fix to old weltel app to work with recent scheduler improvements
Slightly better error messages on some error cases
Update apps list for weltel
Add apache wsgi file
Merge commit 'weltel_v0.0' into weltel
Merge branch 'master' of git@github.com:dimagi/rapidsms into weltel
Small changes to comments and settings check in response to feedback
updating rapidsms submodule
Fix unit tests to work on windows and to work without simplejson installed
3 commits »
removing brac hacks after I realized I could set them as args from the
Adding a hack method to send SMS reports to some of the program monitors
Making whether to include deviceid in the submission count a configurable
removing printouts. Better error reporting from within charts.
8 commits »
Changing the way labels are drawn so that (1) they actually show up when
remove extra markup in a template file.
adding constraint for form response that it should come from both the
making the grameen SMS functionality case insensitive
Turning on Brac sms unit tests. Moving the form counter utility to the
Changing the display for backends in the reporter UI to use the slug
make it so you can "set" the reimbursement amount, as long as it's the
Changing the testing time intervals for ease of use
moving the time updates outside of the try/catch for iavi so that
Better error checking in the harvard app, fixing the bug that would allow
Fix exception raising from within harvard survey app.