Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/bundler.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed major missing parts in bundlerSimon Poirier2009-06-011-121/+112
| | | | | 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-92/+131
|
* (LP 352437) Core : Completed basic serializer interactions with coremike2009-04-261-55/+95
|\ | | | | | | | | | | | | | | | | | | | | | | (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
| * Merge branch 'jc_support' into mikemike2009-04-171-23/+417
| |\ | | | | | | | | | | | | | | | | | | Conflicts: source/external/source/sugar-toolkit/src/sugar/tutorius/tests/coretests.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/run-tests.py
| | * LP 341760 Core : Draft architecture for XML loadingmike2009-04-171-2/+132
| | |
* | | [LP 341760] Serializer : Completed XML serializer and working save/loadJean-Christophe Savard2009-04-251-1/+0
| | | | | | | | | | | | tests in serializertests.py
* | | final debugging on bundler.py and update on tests in serializertests.pyJean-Christophe Savard2009-04-251-39/+54
| | |
* | | Bundler.pyJean-Christophe Savard2009-04-201-5/+54
| | |
* | | Loading function for XMl in bundler.pyJean-Christophe Savard2009-04-191-0/+2
| | |
* | | Work on bundler.py and serializertests.py, tests OKJean-Christophe Savard2009-04-191-43/+181
| |/ |/|
* | Recover of bundler.pyJean-Christophe Savard2009-04-161-138/+136
| |
* | Merge of jc and origin jcJean-Christophe Savard2009-04-161-136/+138
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc' of ssh://bobthebuilder.mine.nu:8080/home/git into jc Conflicts: source/external/source/sugar-toolkit/src/sugar/activity/activity.py source/external/source/sugar-toolkit/src/sugar/tutorius/Makefile.am source/external/source/sugar-toolkit/src/sugar/tutorius/bundler.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/run-tests.py
| * | changes to compile and runcharles2009-04-161-13/+23
| | |
| * | Merge branch 'jc' of ssh://charles@bobthebuilder.mine.nu:8080/home/git into jccharles2009-04-161-52/+63
| |\ \
| | * \ Merge branch 'jc' of ssh://bobthebuilder.mine.nu:8080/home/git into jcJean-Christophe Savard2009-04-161-10/+39
| | |\ \
| | * | | Bundler.pyJean-Christophe Savard2009-04-161-3/+1
| | | | |
| | * | | Bundler.pyJean-Christophe Savard2009-04-161-52/+64
| | | | |
| | * | | Merge branch 'jc' of ssh://bobthebuilder.mine.nu:8080/home/git into jcJean-Christophe Savard2009-04-161-64/+65
| | |\ \ \
| | * | | | commit bundler.pyJean-Christophe Savard2009-04-161-0/+1
| | | | | |
| * | | | | Merge branch 'jc' of ssh://charles@bobthebuilder.mine.nu:8080/home/git into jccharles2009-04-161-70/+100
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | Conflicts: source/external/source/sugar-toolkit/src/sugar/tutorius/bundler.py
| | * | | | add write_metadata_file implementationVincent Vinet2009-04-161-10/+39
| | | |/ / | | |/| |
| | * | | Various fixes in bundlerVincent Vinet2009-04-161-64/+65
| | |/ /
| * | | Add add_ressourcecharles2009-04-161-2/+25
| |/ /
| * | Update bundler.pyJean-Christophe Savard2009-04-151-4/+7
| | |
| * | Bundler.py updatedJean-Christophe Savard2009-04-151-42/+52
| | |
| * | LP 341760 Serializer : Bundler.py up to dateJean-Christophe Savard2009-04-151-77/+82
| | |
| * | LP 341760 Core Serializer : Most recent devlopment.Jean-Christophe Savard2009-04-141-19/+191
| | |
| * | Core : (LP Bug 341760 and 345394)Jean-Christophe Savard2009-04-021-0/+102
| / | | | | | | | | Added data bundling interfaces in bundler.py File tutoserialize.py is obsolete
* | bundler.py updateJean-Christophe Savard2009-04-161-19/+53
| |
* | bundler.py devlopmentJean-Christophe Savard2009-04-161-81/+78
| |
* | Bundler.pyJean-Christophe Savard2009-04-161-3/+1
| |
* | add write_metadata_file implementationVincent Vinet2009-04-161-10/+39
| |
* | Bundler.pyJean-Christophe Savard2009-04-161-52/+64
| |
* | commit bundler.pyJean-Christophe Savard2009-04-161-0/+1
| |
* | Various fixes in bundlerVincent Vinet2009-04-161-64/+65
| |
* | Update bundler.pyJean-Christophe Savard2009-04-161-4/+7
| |
* | Bundler.py updatedJean-Christophe Savard2009-04-161-42/+52
| |
* | LP 341760 Serializer : Bundler.py up to dateJean-Christophe Savard2009-04-161-77/+82
| |
* | LP 341760 Core Serializer : Most recent devlopment.Jean-Christophe Savard2009-04-161-19/+191
|/
* Core : (LP Bug 341760 and 345394)Jean-Christophe Savard2009-04-031-0/+102
Added data bundling interfaces in bundler.py File tutoserialize.py is obsolete