CIA.vc
Adytum
Real-time open source activity stats
Stats » Projects » Adytum
syndicateUTC clock
01:29 on Mar 20, 2010
event counters
The last message was received 7.91 months ago at 19:57 on Jul 25, 2009
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
226 messages since the first one, 2.33 years ago, for an average of 3.76 days between messages
recent messages
dateReversed sort columnprojectcontentlink
19:57 on Jul 25, 2009adytum
Commit by oubiwann :: r935 /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, 2009adytum
Commit by oubiwann :: r934 /Projects/ (3 files in 3 dirs): (link)

++ PechaCreation/trunk/ChangeLog 2009-07-24 02:58:44 +0000

  • Tweaked admin script.
#
03:10 on Jul 24, 2009adytum
Commit by oubiwann :: r933 /Projects/ (5 files in 4 dirs): (link)

++ PechaCreation/trunk/ChangeLog 2009-07-24 02:51:50 +0000

#
02:43 on Jul 24, 2009adytum
Commit by oubiwann :: r932 /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, 2009adytum
Commit by oubiwann :: r931 /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, 2009adytum
Commit by oubiwann :: r930 /Docs/ (2 files in 2 dirs): (link)
Removed a file that shouldn't have been copied.
#
23:05 on Jul 02, 2009adytum
Commit by oubiwann :: r929 /Docs/ (2 files in 2 dirs): (link)
Added a script to run the producer and consumer.
#
23:05 on Jul 02, 2009adytum
Commit by oubiwann :: r928 /Docs/ (2 files in 2 dirs): (link)
Tweaked the constants to match the other examples.
#
23:04 on Jul 02, 2009adytum
Commit by oubiwann :: r927 /Docs/ (2 files in 2 dirs): (link)
Separated the exchange setup from the queue creation.
#
23:04 on Jul 02, 2009adytum
Commit by oubiwann :: r926 /Docs/ (2 files in 2 dirs): (link)
Created a custom content class.
#
23:03 on Jul 02, 2009adytum
Commit by oubiwann :: r925 /Docs/ (6 files in 2 dirs): (link)
Copied the consumer-producer example to a new example for multiple consumers.
#
23:02 on Jul 02, 2009adytum
Commit by oubiwann :: r924 /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, 2009adytum
Commit by oubiwann :: r923 /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, 2009adytum
Commit by oubiwann :: r922 /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, 2009adytum
Commit by oubiwann :: r921 /Docs/ (2 files in 2 dirs): (link)
Fixed message sending.
#
23:00 on Jul 02, 2009adytum
Commit by oubiwann :: r920 /Docs/ (2 files in 2 dirs): (link)
Tweaked the sendMessage with customizations.
#
23:00 on Jul 02, 2009adytum
Commit by oubiwann :: r919 /Docs/ (6 files in 3 dirs): (link)
Moved scripts into bin dir.
#
22:59 on Jul 02, 2009adytum
Commit by oubiwann :: r918 /Docs/ (4 files in 3 dirs): (link)
Moved the example translator adaptation code into an example dir.
#
22:59 on Jul 02, 2009adytum
Commit by oubiwann :: r917 /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, 2009adytum
Commit by oubiwann :: r916 /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.
#