date | project | content | link |
|---|
| 19:57 on Jul 25, 2009 | adytum | Commit by oubiwann :: r 935 /Projects/ (18 files in 9 dirs): ( link) ++ PechaCreation/trunk/ChangeLog 2009-07-24 04:41:39 +0000 - Added Wylie/transliteration perl code from www.digitaltibetan.org.
- Updated the transliteration script to use the perl, thus obviating the need to use the web interface to get the lower-case transliterated text.
| # |
| 19:49 on Jul 25, 2009 | adytum | Commit by oubiwann :: r 934 /Projects/ (3 files in 3 dirs): ( link) ++ PechaCreation/trunk/ChangeLog 2009-07-24 02:58:44 +0000 | # |
| 03:10 on Jul 24, 2009 | adytum | Commit by oubiwann :: r 933 /Projects/ (5 files in 4 dirs): ( link) ++ PechaCreation/trunk/ChangeLog 2009-07-24 02:51:50 +0000 | # |
| 02:43 on Jul 24, 2009 | adytum | Commit by oubiwann :: r 932 /Projects/ (30 files in 8 dirs): ( link) 2009.07.23
- Added more admin scripts. 2009.07.21
- Added a docs file for dev notes.
- Moved the notes file into docs and renamed it.
- Added a third-party subdir with rtedit in it.
- Added missing init file in rdedit package.
| # |
| 23:06 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 931 /Docs/ (4 files in 2 dirs): ( link) - Added a custom exception.
- Improved the cleanUp, processMessages, and main functions.
- Moved cleanUp into common.
- Moved exchange setup out of queue setup code.
| # |
| 23:06 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 930 /Docs/ (2 files in 2 dirs): ( link) Removed a file that shouldn't have been copied. | # |
| 23:05 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 929 /Docs/ (2 files in 2 dirs): ( link) Added a script to run the producer and consumer. | # |
| 23:05 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 928 /Docs/ (2 files in 2 dirs): ( link) Tweaked the constants to match the other examples. | # |
| 23:04 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 927 /Docs/ (2 files in 2 dirs): ( link) Separated the exchange setup from the queue creation. | # |
| 23:04 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 926 /Docs/ (2 files in 2 dirs): ( link) Created a custom content class. | # |
| 23:03 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 925 /Docs/ (6 files in 2 dirs): ( link) Copied the consumer-producer example to a new example for multiple consumers. | # |
| 23:02 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 924 /Docs/ (2 files in 2 dirs): ( link) - Coped consumer from producer-consumer example.
- Removed unneeded code from consumer for new orders.
- Renamed consumer to new_order_consumer.py
| # |
| 23:02 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 923 /Docs/ (2 files in 2 dirs): ( link) - Added code to the translator to make it runnable and consume messages.
- Added a function for reconstructing Python message classes from the RabbitMQ message data.
- Added a message-copying method to the adapter base class for both copy and de-JSON-ification of message data.
| # |
| 23:01 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 922 /Docs/ (2 files in 2 dirs): ( link) - Split cleanUp into two functions so that the connection isn't closed after sending a message, just the channel.
- Converted functions to use the channel ID in their signatures.
- Finished the constant conversion process (fixed dict keys).
- Changed the message class to use JSON.
- Changed the connection to use a global registry (for reuse) and added a client key.
| # |
| 23:01 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 921 /Docs/ (2 files in 2 dirs): ( link) Fixed message sending. | # |
| 23:00 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 920 /Docs/ (2 files in 2 dirs): ( link) Tweaked the sendMessage with customizations. | # |
| 23:00 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 919 /Docs/ (6 files in 3 dirs): ( link) Moved scripts into bin dir. | # |
| 22:59 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 918 /Docs/ (4 files in 3 dirs): ( link) Moved the example translator adaptation code into an example dir. | # |
| 22:59 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 917 /Docs/ (5 files in 2 dirs): ( link) - Refactored the code in endpoint to be usable by other code.
- Moved refactored code out of endpoint and into common.
- Rearranged the channel constants in common into a data structure and updated dependent code to use it.
- Refactored getQueue to be general and moved it into common.
- Cleaned up fakeconsumer to do only what is needed: send a message to the unified message channel.
| # |
| 22:59 on Jul 02, 2009 | adytum | Commit by oubiwann :: r 916 /Docs/ (11 files in 2 dirs): ( link) - Added missing else call in getChild, passing unexpected paths up to the parent class.
- Added code to the endpoint module.
- Updated the webstore to use the endpoint.
- Copied the spec file into the example directory.
- Renamed web store and CRM XML-RPC serve files.
- Fixed a typo in the channel adapter code.
- Added message classes for use by the message translator code.
- Added message translator code utilizing a component-based approach.
- Added a fake consumer that sits at the end of the message chain and allows us to view the results on stdout.
| # |