Custom Query (1173 matches)
Results (97 - 99 of 1173)
Ticket | Resolution | Summary | Owner | Reporter | |
---|---|---|---|---|---|
#129 | FIXED | organize admin/development scripts | |||
Description |
There are a few scripts that are in the repository now and probably more to come. We should reorganize them so they get "installed" when using builtout and setup.py install. Also, they should follow a similar structure and have header information. Maybe it's interesting to create a gmg command that has a series of sub commands like PyBlosxom and git both have. Regardless, the following things should be done: 1. administration/management scripts should be collected and put in a centralized place 2. they should be tweaked so they follow the same conventions (which means we should create a set of conventions for scripts) 3. we should fix the install process to "install" these scripts as well It's probably worth doing this for 0.0.4, but it's something someone can think about towards the end of the 0.0.4 cycle. |
||||
#806 | fixed | on setup, kombu 3.0 conflicts with celery 3.0.24 | |||
Description |
Given fresh install on Trisquel 6.0 by following setup instructions here:
When running this command:
Then this error occurs:
Full error log: http://pastie.org/8417541 setup.py: http://pastie.org/8417552 It appears that celery is the one with the <3.0 dependency:
When I add a <3.0 to the setup.py kombu dependency on a fresh version before running the same command
Then the command succeeds
|
||||
#1016 | fixed | oauth sends invalid timestamp format for postgresql db | |||
Description |
When using a client such as pypump to post content to GMG via the API, postgresql complains about an invalid timestamp syntax. Postgresql seems to expect a datetime string instead of Unix epoch integer. DataError: (DataError) invalid input syntax for type timestamp: "1414412402" |