projects
/
glcas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8cce99e
)
Moving the old code aside into the archive as i begin a new
author
paulr
<me@pjr.cc>
Fri, 22 Jul 2011 21:33:26 +0000 (07:33 +1000)
committer
paulr
<me@pjr.cc>
Fri, 22 Jul 2011 21:33:26 +0000 (07:33 +1000)
code-from-scratch effort with a more focused approach
29 files changed:
archive/v1/agent/agent.php
[moved from
agent/agent.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/doc/README
[moved from
doc/README
with 100% similarity]
patch
|
blob
|
history
archive/v1/doc/flow.dia
[moved from
doc/flow.dia
with 100% similarity]
patch
|
blob
|
history
archive/v1/doc/globals.txt
[moved from
doc/globals.txt
with 100% similarity]
patch
|
blob
|
history
archive/v1/lib/config.php
[moved from
lib/config.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/lib/datastore.php
[moved from
lib/datastore.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/lib/db.php
[moved from
lib/db.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/lib/lib.php
[moved from
lib/lib.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/lib/messages.php
[moved from
lib/messages.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/lib/plugins/aptproxy.php
[moved from
lib/plugins/aptproxy.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/lib/plugins/db_mysql.php
[moved from
lib/plugins/db_mysql.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/lib/plugins/db_sqlite.php
[moved from
lib/plugins/db_sqlite.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/lib/plugins/install.php
[moved from
lib/plugins/install.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/lib/plugins/packages.php
[moved from
lib/plugins/packages.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/lib/plugins/yumproxy.php
[moved from
lib/plugins/yumproxy.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/lib/updates.php
[moved from
lib/updates.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/lib/wsdl.php
[moved from
lib/wsdl.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/lib/www.php
[moved from
lib/www.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/unittests/datastores.php
[moved from
unittests/datastores.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/unittests/dbtest.php
[moved from
unittests/dbtest.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/unittests/libload.php
[moved from
unittests/libload.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/unittests/msgtest.php
[moved from
unittests/msgtest.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/unittests/soaptest.php
[moved from
unittests/soaptest.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/var/config.php
[moved from
var/config.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/var/mysql.sql
[moved from
var/mysql.sql
with 100% similarity]
patch
|
blob
|
history
archive/v1/var/sqlite3.sql
[moved from
var/sqlite3.sql
with 100% similarity]
patch
|
blob
|
history
archive/v1/www/.htaccess
[moved from
www/.htaccess
with 100% similarity]
patch
|
blob
|
history
archive/v1/www/index.php
[moved from
www/index.php
with 100% similarity]
patch
|
blob
|
history
archive/v1/www/soap.php
[moved from
www/soap.php
with 100% similarity]
patch
|
blob
|
history
diff --git
a/agent/agent.php
b/archive/v1/agent/agent.php
similarity index 100%
rename from
agent/agent.php
rename to
archive/v1/agent/agent.php
diff --git
a/doc/README
b/archive/v1/doc/README
similarity index 100%
rename from
doc/README
rename to
archive/v1/doc/README
diff --git
a/doc/flow.dia
b/archive/v1/doc/flow.dia
similarity index 100%
rename from
doc/flow.dia
rename to
archive/v1/doc/flow.dia
diff --git
a/doc/globals.txt
b/archive/v1/doc/globals.txt
similarity index 100%
rename from
doc/globals.txt
rename to
archive/v1/doc/globals.txt
diff --git
a/lib/config.php
b/archive/v1/lib/config.php
similarity index 100%
rename from
lib/config.php
rename to
archive/v1/lib/config.php
diff --git
a/lib/datastore.php
b/archive/v1/lib/datastore.php
similarity index 100%
rename from
lib/datastore.php
rename to
archive/v1/lib/datastore.php
diff --git
a/lib/db.php
b/archive/v1/lib/db.php
similarity index 100%
rename from
lib/db.php
rename to
archive/v1/lib/db.php
diff --git
a/lib/lib.php
b/archive/v1/lib/lib.php
similarity index 100%
rename from
lib/lib.php
rename to
archive/v1/lib/lib.php
diff --git
a/lib/messages.php
b/archive/v1/lib/messages.php
similarity index 100%
rename from
lib/messages.php
rename to
archive/v1/lib/messages.php
diff --git
a/lib/plugins/aptproxy.php
b/archive/v1/lib/plugins/aptproxy.php
similarity index 100%
rename from
lib/plugins/aptproxy.php
rename to
archive/v1/lib/plugins/aptproxy.php
diff --git
a/lib/plugins/db_mysql.php
b/archive/v1/lib/plugins/db_mysql.php
similarity index 100%
rename from
lib/plugins/db_mysql.php
rename to
archive/v1/lib/plugins/db_mysql.php
diff --git
a/lib/plugins/db_sqlite.php
b/archive/v1/lib/plugins/db_sqlite.php
similarity index 100%
rename from
lib/plugins/db_sqlite.php
rename to
archive/v1/lib/plugins/db_sqlite.php
diff --git
a/lib/plugins/install.php
b/archive/v1/lib/plugins/install.php
similarity index 100%
rename from
lib/plugins/install.php
rename to
archive/v1/lib/plugins/install.php
diff --git
a/lib/plugins/packages.php
b/archive/v1/lib/plugins/packages.php
similarity index 100%
rename from
lib/plugins/packages.php
rename to
archive/v1/lib/plugins/packages.php
diff --git
a/lib/plugins/yumproxy.php
b/archive/v1/lib/plugins/yumproxy.php
similarity index 100%
rename from
lib/plugins/yumproxy.php
rename to
archive/v1/lib/plugins/yumproxy.php
diff --git
a/lib/updates.php
b/archive/v1/lib/updates.php
similarity index 100%
rename from
lib/updates.php
rename to
archive/v1/lib/updates.php
diff --git
a/lib/wsdl.php
b/archive/v1/lib/wsdl.php
similarity index 100%
rename from
lib/wsdl.php
rename to
archive/v1/lib/wsdl.php
diff --git
a/lib/www.php
b/archive/v1/lib/www.php
similarity index 100%
rename from
lib/www.php
rename to
archive/v1/lib/www.php
diff --git
a/unittests/datastores.php
b/archive/v1/unittests/datastores.php
similarity index 100%
rename from
unittests/datastores.php
rename to
archive/v1/unittests/datastores.php
diff --git
a/unittests/dbtest.php
b/archive/v1/unittests/dbtest.php
similarity index 100%
rename from
unittests/dbtest.php
rename to
archive/v1/unittests/dbtest.php
diff --git
a/unittests/libload.php
b/archive/v1/unittests/libload.php
similarity index 100%
rename from
unittests/libload.php
rename to
archive/v1/unittests/libload.php
diff --git
a/unittests/msgtest.php
b/archive/v1/unittests/msgtest.php
similarity index 100%
rename from
unittests/msgtest.php
rename to
archive/v1/unittests/msgtest.php
diff --git
a/unittests/soaptest.php
b/archive/v1/unittests/soaptest.php
similarity index 100%
rename from
unittests/soaptest.php
rename to
archive/v1/unittests/soaptest.php
diff --git
a/var/config.php
b/archive/v1/var/config.php
similarity index 100%
rename from
var/config.php
rename to
archive/v1/var/config.php
diff --git
a/var/mysql.sql
b/archive/v1/var/mysql.sql
similarity index 100%
rename from
var/mysql.sql
rename to
archive/v1/var/mysql.sql
diff --git
a/var/sqlite3.sql
b/archive/v1/var/sqlite3.sql
similarity index 100%
rename from
var/sqlite3.sql
rename to
archive/v1/var/sqlite3.sql
diff --git
a/www/.htaccess
b/archive/v1/www/.htaccess
similarity index 100%
rename from
www/.htaccess
rename to
archive/v1/www/.htaccess
diff --git
a/www/index.php
b/archive/v1/www/index.php
similarity index 100%
rename from
www/index.php
rename to
archive/v1/www/index.php
diff --cc
archive/v1/www/soap.php
Simple merge