Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/tests/serializertests.py
Commit message (Collapse)AuthorAgeFilesLines
* * Modularized actions and event filters through add-on componentsSimon Poirier2009-07-021-16/+15
| | | | | | | | * Working serialization * Working editor with addons * began refactoring actions and events ** fixed some tests to work with addons ** filters and actions tests won't pass until refactoring is done
* fixed major missing parts in bundlerSimon Poirier2009-06-011-0/+2
| | | | | integrated bundler to creator tutorial loading still is unusable (fiters don't seem to load)
* [LP 352437] Core : Minor refactoring on XMLSerializer, added testsmike2009-05-051-103/+80
|
* (LP 352437) Core : Completed basic serializer interactions with coremike2009-04-261-3/+26
|\ | | | | | | | | | | | | | | | | | | | | | | (actions, event filters) - needs tests Also, merged branch 'mike' into jc_support Conflicts: source/external/source/sugar-toolkit/src/sugar/tutorius/actions.py source/external/source/sugar-toolkit/src/sugar/tutorius/bundler.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/run-tests.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/serializertests.py
| * LP 341760 Core : Draft architecture for XML loadingmike2009-04-171-68/+69
| |
* |