[Bps-public-commit] Prophet - A disconnected, replicated p2p database branch, master, updated. 0b8bc237c9f321806fcffa07a323c8dca9f04325
sartak at bestpractical.com
sartak at bestpractical.com
Thu Feb 5 09:43:13 EST 2009
The branch, master has been updated
via 0b8bc237c9f321806fcffa07a323c8dca9f04325 (commit)
via d64b5de9f9b465d53b6ba10dd18deafdc88d4b27 (commit)
from 8c8a86d4115b85215d7e4bb3f1b91b96872031bc (commit)
Summary of changes:
MANIFEST | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
MANIFEST.SKIP | 2 +
2 files changed, 61 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit d64b5de9f9b465d53b6ba10dd18deafdc88d4b27
Author: Shawn M Moore <sartak at gmail.com>
Date: Thu Feb 5 09:42:52 2009 -0500
Regenerate MANIFEST
diff --git a/MANIFEST b/MANIFEST
index 138d12b..89b853e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -7,6 +7,7 @@ doc/luid
doc/notes-on-merging
doc/repository-layout
doc/todo
+doc/web_form_handling
inc/Module/AutoInstall.pm
inc/Module/Install.pm
inc/Module/Install/AutoInstall.pm
@@ -16,6 +17,7 @@ inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
+inc/Module/Install/Share.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/Prophet.pm
@@ -25,38 +27,48 @@ lib/Prophet/ChangeSet.pm
lib/Prophet/CLI.pm
lib/Prophet/CLI/CollectionCommand.pm
lib/Prophet/CLI/Command.pm
+lib/Prophet/CLI/Command/Aliases.pm
+lib/Prophet/CLI/Command/Clone.pm
lib/Prophet/CLI/Command/Config.pm
lib/Prophet/CLI/Command/Create.pm
lib/Prophet/CLI/Command/Delete.pm
lib/Prophet/CLI/Command/Export.pm
lib/Prophet/CLI/Command/History.pm
+lib/Prophet/CLI/Command/Init.pm
+lib/Prophet/CLI/Command/Log.pm
lib/Prophet/CLI/Command/Merge.pm
-lib/Prophet/CLI/Command/NotFound.pm
lib/Prophet/CLI/Command/Publish.pm
lib/Prophet/CLI/Command/Pull.pm
lib/Prophet/CLI/Command/Push.pm
lib/Prophet/CLI/Command/Search.pm
lib/Prophet/CLI/Command/Server.pm
+lib/Prophet/CLI/Command/Settings.pm
lib/Prophet/CLI/Command/Shell.pm
lib/Prophet/CLI/Command/Show.pm
lib/Prophet/CLI/Command/Update.pm
+lib/Prophet/CLI/Dispatcher.pm
+lib/Prophet/CLI/Parameters.pm
lib/Prophet/CLI/PublishCommand.pm
lib/Prophet/CLI/RecordCommand.pm
+lib/Prophet/CLI/TextEditorCommand.pm
+lib/Prophet/CLIContext.pm
lib/Prophet/Collection.pm
lib/Prophet/Config.pm
lib/Prophet/Conflict.pm
lib/Prophet/ConflictingChange.pm
lib/Prophet/ConflictingPropChange.pm
+lib/Prophet/DatabaseSetting.pm
lib/Prophet/ForeignReplica.pm
lib/Prophet/Meta/Types.pm
lib/Prophet/PropChange.pm
lib/Prophet/Record.pm
lib/Prophet/Replica.pm
-lib/Prophet/Replica/Native.pm
-lib/Prophet/Replica/SVN.pm
-lib/Prophet/Replica/SVN/ReplayEditor.pm
-lib/Prophet/Replica/SVN/Util.pm
+lib/Prophet/Replica/file.pm
+lib/Prophet/Replica/http.pm
+lib/Prophet/Replica/prophet.pm
+lib/Prophet/Replica/sqlite.pm
lib/Prophet/ReplicaExporter.pm
+lib/Prophet/ReplicaFeedExporter.pm
lib/Prophet/Resolver.pm
lib/Prophet/Resolver/AlwaysSource.pm
lib/Prophet/Resolver/AlwaysTarget.pm
@@ -65,35 +77,70 @@ lib/Prophet/Resolver/FromResolutionDB.pm
lib/Prophet/Resolver/IdenticalChanges.pm
lib/Prophet/Resolver/Prompt.pm
lib/Prophet/Server.pm
+lib/Prophet/Server/Controller.pm
+lib/Prophet/Server/Dispatcher.pm
lib/Prophet/Server/View.pm
+lib/Prophet/Server/ViewHelpers.pm
+lib/Prophet/Server/ViewHelpers/Function.pm
+lib/Prophet/Server/ViewHelpers/HiddenParam.pm
+lib/Prophet/Server/ViewHelpers/ParamFromFunction.pm
+lib/Prophet/Server/ViewHelpers/Widget.pm
lib/Prophet/Test.pm
lib/Prophet/Test/Arena.pm
lib/Prophet/Test/Participant.pm
+lib/Prophet/Util.pm
+lib/Prophet/Web/Field.pm
+lib/Prophet/Web/FunctionResult.pm
+lib/Prophet/Web/Menu.pm
+lib/Prophet/Web/Result.pm
+Makefile
+Makefile.old
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
+share/web/static/jquery/css/indicator.gif
+share/web/static/jquery/css/tablesorter/asc.gif
+share/web/static/jquery/css/tablesorter/bg.gif
+share/web/static/jquery/css/tablesorter/desc.gif
+share/web/static/jquery/images/arrows-cccccc.png
+share/web/static/jquery/images/arrows-ffffff.png
+share/web/static/jquery/images/shadow.png
t/01-dependencies.t
t/99-pod-coverage.t
t/99-pod.t
+t/aliases.t
t/canonicalize.t
+t/cli-arg-parsing.t
+t/cli-arg-translation.t
t/cli.t
t/config.t
t/create-conflict.t
t/create.t
+t/database-settings.t
t/default.t
t/delete-delete-conflict.t
t/edit.t
t/export.t
t/generalized_sync_n_merge.t
t/history.t
+t/init.t
t/lib/TestApp/Bug.pm
+t/lib/TestApp/BugCatcher.pm
+t/lib/TestApp/Bugs.pm
+t/lib/TestApp/ButterflyNet.pm
+t/log.t
t/luid.t
t/non-conflicting-merge.t
t/publish-pull.t
t/real-conflicting-merge.t
+t/references.t
t/res-conflict-3.t
t/resty-server.t
t/search.t
+t/Settings/lib/App/Settings.pm
+t/Settings/lib/App/Settings/Bug.pm
+t/Settings/lib/App/Settings/CLI.pm
+t/Settings/t/sync-database-settings.t
t/simple-conflicting-merge.t
t/simple-push.t
t/sync-change-to-original-source.t
@@ -105,3 +152,10 @@ t/testing.conf
t/use.t
t/validate.t
t/validation.t
+t/WebToy/bin/webtoy
+t/WebToy/lib/App/WebToy.pm
+t/WebToy/lib/App/WebToy/CLI.pm
+t/WebToy/lib/App/WebToy/Collection/WikiPage.pm
+t/WebToy/lib/App/WebToy/Model/WikiPage.pm
+t/WebToy/lib/App/WebToy/Server/Dispatcher.pm
+t/WebToy/lib/App/WebToy/Server/View.pm
commit 0b8bc237c9f321806fcffa07a323c8dca9f04325
Author: Shawn M Moore <sartak at gmail.com>
Date: Thu Feb 5 09:42:58 2009 -0500
Skip the git stuff in MANIFEST.SKIP
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 6f6a306..973250d 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -2,6 +2,8 @@
.tmp*
.sw?$
.svn$
+.git/*
.bak$
^blib/
pm_to_blib
+.gitignore
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list