Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in delete_tutorialJCJCTutorius2009-11-041-1/+1
* Added ressources vault function and tests in vaulttests.pyJCTutorius2009-10-292-7/+23
* Vault function add_ressource is now functional and tested in vaulttests.pyJCTutorius2009-10-233-11/+56
* Merge branch 'master' into JCJCTutorius2009-10-2314-12/+4906
|\
| * Added vince bug fixingJCTutorius2009-10-237-0/+4898
| * fix some tests, keep write_fsm a member function in the TutorialBundler since...Vincent Vinet2009-10-233-9/+8
| * finish the vault merge :: use itVincent Vinet2009-10-224-8/+5
* | Coded the vault ressource functions, started the tests for them.JCTutorius2009-10-232-0/+71
* | Merge branch 'demo_audit_21_oct' into JCJCTutorius2009-10-2269-767/+4911
|\ \
| * | Audit : Comitting draft of Workshop activity; only layout problems to correct...mike2009-10-216-61/+57
| * | Merge branch 'master' into demo_audit_21_octmike2009-10-217-497/+845
| |\ \
| | * \ Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainlinemike2009-10-217-497/+845
| | |\ \ | | | |/
| | | * vault mergeJCTutorius2009-10-217-497/+845
| | * | Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainlinemike2009-10-2136-592/+2276
| | |\ \ | | | |/
| | * | Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainlinemike2009-10-053-2/+3
| | |\ \
| * | | | Audit : Updating Workshop to use Vaultmike2009-10-211-12/+12
| * | | | Audit : Adding Workshop activity straight into the tree. Do not merge this in...mike2009-10-2121-0/+1425
| | |_|/ | |/| |
| * | | Merge the TProbe Integration and fix merging induced bugsVincent Vinet2009-10-1920-209/+974
| * | | Merge gitorious@git.sugarlabs.org:tutorius/michaeljm-dev into merge_michaeljm...mike2009-10-1933-623/+2324
| |\ \ \ | | |_|/ | |/| |
| | * | LP 439980 : Code review changes : renamed is_identical to __eq__, relaxed act...mike2009-10-1714-193/+83
| | * | LP 439980 : Renaming nodes for XMLSerializer, Moving properties tests to /tmp...mike2009-10-124-122/+20
| | * | LP 444777 : Inserting StoreProxy tests in run-tests.pymike2009-10-061-0/+2
| | * | LP 444777 : Adding the Store Proxy interface and equivalent testsmike2009-10-062-0/+282
| | * | LP 439980 : Adding addontests.py filemike2009-10-051-0/+50
| | * | LP 439980 : Adding tests for the addon modulemike2009-10-053-147/+2
| | * | LP 439980 : Adding missed actions in previous checkinsmike2009-10-059-0/+526
| | * | Removing prototype Vault interfacemike2009-10-051-38/+0
| | * | LP 439980 : Adding tests for the is_identical function in the Core, on the FS...mike2009-10-044-31/+406
| | * | LP 439980 : Redoing addon list comparison, adding commentsmike2009-10-032-22/+101
| | |/
| | * LP 439980 : Refactored the XMLSerializer to support complex components; Corre...mike2009-10-0220-498/+1280
| * | fix overlay not being immediately initialized after window realizationSimon Poirier2009-10-053-2/+3
| |/
| * -t option to test runner. added prototype viewer under testsSimon Poirier2009-09-273-11/+340
* | Merge branch 'JC' of gitorious@git.sugarlabs.org:tutorius/Charlies-clone into JCJCTutorius2009-10-220-0/+0
|\ \
| * | Made change after Vince code review. Some change are not done yet, usually fo...JCTutorius2009-10-192-69/+65
| * | Added comments to change after Vince code reviewJCTutorius2009-10-181-26/+35
| * | Modifications after Mike architecture code reviewJCTutorius2009-10-183-226/+25
| * | Added 'if' if bundle_path dont exist.JCTutorius2009-10-181-4/+15
| * | Cleaned a bit of code and corriged a bug in tutorialSave()JCTutorius2009-10-182-62/+11
| * | Tested vault interface function saveTutorial and added test for it in vaultte...JCTutorius2009-10-182-12/+51
| * | Interface function OpenTutorial is now also functional and tested in vaulttes...JCTutorius2009-10-172-145/+187
| * | Tested save tutorial function, working with test in vaulttest.pyJCTutorius2009-10-172-81/+118
| * | Finished code of Vault, NOT TESTED, tests in next commitJCTutorius2009-10-111-38/+82
| * | Removed old bundler files, replaced by vault files.JCTutorius2009-10-052-623/+0
| * | Added query interface function and the test of it.JCTutorius2009-10-032-0/+1118
* | | Made a big commit for all Vault change for easy cherrypick for mainline mergeJCTutorius2009-10-194-404/+825
|/ /
* | Merge commit 'activity/master' into JCJCTutorius2009-09-281-15/+125
|\ \
| * | Added the login and register dialogsCharlie2009-09-281-15/+125
* | | TutorialStore empty shell donecharlie2009-09-2811-31/+798
|/ /
* | Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainlineCharlie2009-09-192-6/+8
|\ \ | |/
| * fix complex property instanciation by doing a shallow copy of defaults <revie...Simon Poirier2009-09-181-1/+2