repo
string
commit
string
message
string
diff
string
SmartITEngineering/smart-cms
258e3c29410d82220499b834884d002f3e8ca849
Add test for declarative transaction management
diff --git a/code-generation/content-repo-dao-impl/src/test/java/com/smartitengineering/cms/repo/dao/impl/tx/DeclarativeTransactionTest.java b/code-generation/content-repo-dao-impl/src/test/java/com/smartitengineering/cms/repo/dao/impl/tx/DeclarativeTransactionTest.java new file mode 100644 index 0000000..c9cdfb3 --- /...
SmartITEngineering/smart-cms
f3d689746e9529f1db94334fb0ddeec5fe8649f2
Add test case for commit
diff --git a/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionServiceImpl.java b/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionServiceImpl.java index 156253a..909277e 100644 --- a/code-generation/conte...
SmartITEngineering/smart-cms
7f7d46afc5f3a449691867e7b67fac8b7bc0d70a
Add test for hard rollback
diff --git a/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionServiceImpl.java b/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionServiceImpl.java index cba81f7..156253a 100644 --- a/code-generation/conte...
SmartITEngineering/smart-cms
534da93f165b9e9daca8127462b9e5bdd4e1f58b
Implement transaction service in its rudimentary form
diff --git a/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionFactory.java b/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionFactory.java index 0b91f2a..4e3a2db 100644 --- a/code-generation/content-repo-...
SmartITEngineering/smart-cms
ff73fd65cfa5ca841255f62bfade31401ba8daac
Add checking for domains been deleted within a transaction
diff --git a/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/CommonTxDao.java b/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/CommonTxDao.java index cdac904..fc6f3c0 100644 --- a/code-generation/content-repo-dao-impl/src/m...
SmartITEngineering/smart-cms
c3626403f974b23ea40e4d1be340a87acce842a6
Implement transaction common dao that'll be used by Client Implementations
diff --git a/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/CommonTxDao.java b/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/CommonTxDao.java new file mode 100644 index 0000000..cdac904 --- /dev/null +++ b/code-generation...
SmartITEngineering/smart-cms
6656c14cc9259289e34405052c83e604bb1bfaa5
Fix write time locking to non-isolated store
diff --git a/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionInMemoryCacheImpl.java b/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionInMemoryCacheImpl.java index 1cac9f1..8c7ffda 100644 --- a/code-gene...
SmartITEngineering/smart-cms
e25fcf4990e38412b7bedafcfa712577f93923dd
Refactor test case code for cache variable lookup via reflection
diff --git a/code-generation/content-repo-dao-impl/src/test/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionInMemoryCacheTest.java b/code-generation/content-repo-dao-impl/src/test/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionInMemoryCacheTest.java index 15bb673..4074840 100644 --- a/code-gene...
SmartITEngineering/smart-cms
8fd17833dbc51777b78c9cc274d7a9b9424d4556
Make non-isolation lookup support configurable
diff --git a/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionInMemoryCacheImpl.java b/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionInMemoryCacheImpl.java index bb3348c..1cac9f1 100644 --- a/code-gene...
SmartITEngineering/smart-cms
f6fca66fe57b3bc7bb3ce652bb33fa18dca5a099
Add check for transactional cache empty as well
diff --git a/code-generation/content-repo-dao-impl/src/test/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionInMemoryCacheTest.java b/code-generation/content-repo-dao-impl/src/test/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionInMemoryCacheTest.java index 76f7aee..647d8d9 100644 --- a/code-gene...
SmartITEngineering/smart-cms
c183fe8275a0b8d8891a10c1929e05308ea6005e
Add clean up of cache memory on transaction completion
diff --git a/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionInMemoryCache.java b/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionInMemoryCache.java index 4a12bc5..342f623 100644 --- a/code-generation/c...
SmartITEngineering/smart-cms
c3091857c64fa5e7f5f78c584c89d09341514b67
Implement test cases for transaction implementation
diff --git a/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionImpl.java b/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/TransactionImpl.java index 99b6fea..daee41e 100644 --- a/code-generation/content-repo-dao-im...
SmartITEngineering/smart-cms
b4cc747229e789abca01cdd3964e87336da966ec
Implement transaction manager
diff --git a/code-generation/content-repo-dao-impl/pom.xml b/code-generation/content-repo-dao-impl/pom.xml index 8cd92e9..df47388 100644 --- a/code-generation/content-repo-dao-impl/pom.xml +++ b/code-generation/content-repo-dao-impl/pom.xml @@ -1,70 +1,79 @@ <?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaL...
SmartITEngineering/smart-cms
1e0499a99e761121d761f26e13a0af52e4d821ba
Implement the in-memory cache to retrieve data for isolated and non-isolated lookup
diff --git a/code-generation/content-repo-dao-impl/pom.xml b/code-generation/content-repo-dao-impl/pom.xml index 9f9ea74..8cd92e9 100644 --- a/code-generation/content-repo-dao-impl/pom.xml +++ b/code-generation/content-repo-dao-impl/pom.xml @@ -1,65 +1,70 @@ <?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaL...
SmartITEngineering/smart-cms
fdf5cfa17fc2c592c49ace668207ba8e5173d097
Add SPI for implementation of transaction
diff --git a/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/OpState.java b/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/OpState.java new file mode 100644 index 0000000..782f651 --- /dev/null +++ b/code-generation/content...
SmartITEngineering/smart-cms
1096cf6570f1bb7505edf55ba3fc6314b2e1c91e
Add the transaction API as per the proposed design spec
diff --git a/code-generation/content-repo-dao-impl/pom.xml b/code-generation/content-repo-dao-impl/pom.xml index 6838f5b..9f9ea74 100644 --- a/code-generation/content-repo-dao-impl/pom.xml +++ b/code-generation/content-repo-dao-impl/pom.xml @@ -1,61 +1,65 @@ <?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaL...
SmartITEngineering/smart-cms
88d1cf41cce9f52576517a41d21d781aa2ffa5c2
The annotation that should be used for marking transaction execution
diff --git a/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/Transactional.java b/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/tx/Transactional.java new file mode 100644 index 0000000..05fb37f --- /dev/null +++ b/code-genera...
SmartITEngineering/smart-cms
0dee21731989dbdfde9401c7bb76c350ad87abae
Change code generation demo to accommodate latest changes
diff --git a/code-generation/cms-codegenerator-demo/pom.xml b/code-generation/cms-codegenerator-demo/pom.xml index 8015aad..7db0a57 100644 --- a/code-generation/cms-codegenerator-demo/pom.xml +++ b/code-generation/cms-codegenerator-demo/pom.xml @@ -1,189 +1,191 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- * ...
SmartITEngineering/smart-cms
2d0c881898c28a5981864eea5c0808cd60563520
Add code generation for API initializer and modify plugin API
diff --git a/code-generation/maven-pojo-generator-plugin/src/main/java/com/smartitengineering/cms/maven/dto/generator/plugin/PojoGeneratorMojo.java b/code-generation/maven-pojo-generator-plugin/src/main/java/com/smartitengineering/cms/maven/dto/generator/plugin/PojoGeneratorMojo.java index eab8ebe..e49d6a4 100644 --- a...
SmartITEngineering/smart-cms
54b0395fbb01fae6a0413f440b753a4bfd781fa7
Add implementation for full Smart CMS API initialization
diff --git a/code-generation/content-repo-dao-impl/pom.xml b/code-generation/content-repo-dao-impl/pom.xml index 8b3f111..6838f5b 100644 --- a/code-generation/content-repo-dao-impl/pom.xml +++ b/code-generation/content-repo-dao-impl/pom.xml @@ -1,52 +1,61 @@ <?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaL...
SmartITEngineering/smart-cms
733f25e5c01df2abca6cb2e32de559a2bf5a8754
Make event hub channel name customizable
diff --git a/code-generation/cms-tools-plugin/src/main/java/com/smartitengineering/cms/maven/tools/plugin/StartMojo.java b/code-generation/cms-tools-plugin/src/main/java/com/smartitengineering/cms/maven/tools/plugin/StartMojo.java index 7138e3c..bf0b9a3 100644 --- a/code-generation/cms-tools-plugin/src/main/java/com/sm...
SmartITEngineering/smart-cms
30e3bb1c6980d75b012e67e7fd985cc80805288d
Make context deployment optional
diff --git a/code-generation/cms-tools-plugin/src/main/java/com/smartitengineering/cms/maven/tools/plugin/StartMojo.java b/code-generation/cms-tools-plugin/src/main/java/com/smartitengineering/cms/maven/tools/plugin/StartMojo.java index 19f1e3b..7138e3c 100644 --- a/code-generation/cms-tools-plugin/src/main/java/com/sm...
SmartITEngineering/smart-cms
dcec0f7774f830750205b3761f87e84188503cde
Remove required doclet annotation to support optional status
diff --git a/code-generation/cms-tools-plugin/src/main/java/com/smartitengineering/cms/maven/tools/plugin/StartMojo.java b/code-generation/cms-tools-plugin/src/main/java/com/smartitengineering/cms/maven/tools/plugin/StartMojo.java index 8504f72..19f1e3b 100644 --- a/code-generation/cms-tools-plugin/src/main/java/com/sm...
SmartITEngineering/smart-cms
e142a3d9fb655615500630dd263a0e4f6a802cf3
Make Solr and Event Hub deployment optional inline with CMS WebService App
diff --git a/code-generation/cms-tools-plugin/src/main/java/com/smartitengineering/cms/maven/tools/plugin/StartMojo.java b/code-generation/cms-tools-plugin/src/main/java/com/smartitengineering/cms/maven/tools/plugin/StartMojo.java index 3639cf8..8504f72 100644 --- a/code-generation/cms-tools-plugin/src/main/java/com/sm...
SmartITEngineering/smart-cms
5ddab770341f7a803d039a50f93e5d59ff7f76d0
Add generics other calls to cacheable dao
diff --git a/spi-modules/content-spi-hbase-impl/src/main/java/com/smartitengineering/cms/spi/impl/cache/CacheableContentReadDao.java b/spi-modules/content-spi-hbase-impl/src/main/java/com/smartitengineering/cms/spi/impl/cache/CacheableContentReadDao.java index a3c7b3b..863a46e 100644 --- a/spi-modules/content-spi-hbase...
SmartITEngineering/smart-cms
8682d1a50376ac72a4d72042cf27201681a99c58
Make sure code generation demo has a sample app to show how it works.
diff --git a/code-generation/cms-codegenerator-demo/src/main/java/com/smartitengineering/demo/cms/dto/App.java b/code-generation/cms-codegenerator-demo/src/main/java/com/smartitengineering/demo/cms/dto/App.java index 897abe8..14039ec 100644 --- a/code-generation/cms-codegenerator-demo/src/main/java/com/smartitengineeri...
SmartITEngineering/smart-cms
fda6c3d0d8334172715ce424ec5a8554dd72a429
Add missing fields during cloning
diff --git a/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/content/ContentImpl.java b/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/content/ContentImpl.java index 81a3e9d..c5cdb40 100644 --- a/api-modules/content-api-impl/src/main/java/com/smartitenginee...
SmartITEngineering/smart-cms
ebcb102186afbd29a51d7dd5ac9439d809607882
Add test cases for testing locking of CMS domains
diff --git a/code-generation/cms-codegenerator-demo/src/test/java/com/smartitengineering/demo/cms/dto/CodeGenerationTest.java b/code-generation/cms-codegenerator-demo/src/test/java/com/smartitengineering/demo/cms/dto/CodeGenerationTest.java index 80c5612..c54fb02 100644 --- a/code-generation/cms-codegenerator-demo/src/...
SmartITEngineering/smart-cms
a8dd5c46e0b3871d5d5c77ea76670af2c64db1e3
Add some logs
diff --git a/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/AbstractRepositoryDomain.java b/code-generation/content-repo-dao-impl/src/main/java/com/smartitengineering/cms/repo/dao/impl/AbstractRepositoryDomain.java index 630e3ed..188c19e 100644 --- a/code-generation/content...
SmartITEngineering/smart-cms
3753f782a669ef00f731b317da96f9f35ff517cf
Make sure on read CMS Content is cloned so that locks don't get leaked
diff --git a/spi-modules/api-spi-guice-binder/src/main/java/com/smartitengineering/cms/binder/guice/SPIModule.java b/spi-modules/api-spi-guice-binder/src/main/java/com/smartitengineering/cms/binder/guice/SPIModule.java index 49a0bcd..f079ab1 100644 --- a/spi-modules/api-spi-guice-binder/src/main/java/com/smartitenginee...
SmartITEngineering/smart-cms
eda84863a42a40545597208b24f2bbb712f9150b
Change the lock implementation within domains to make key independent
diff --git a/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/AbstractLockableDomain.java b/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/AbstractLockableDomain.java index 0f7913d..15d3563 100644 --- a/api-modules/content-api-impl/src/main/java/com/smartite...
SmartITEngineering/smart-cms
17f50ebbdf011e8e025b27c32ddf1665d0199a4b
Enhance configuration for implicit lock await and cache disabling
diff --git a/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/PersistableDomainFactoryImpl.java b/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/PersistableDomainFactoryImpl.java index 36a0ac0..69aa58f 100644 --- a/api-modules/content-api-impl/src/main/java/...
SmartITEngineering/smart-cms
07348a9306c0760f181379c39d0c477130e75038
Add equals and hashcode for workspace impl
diff --git a/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/workspace/WorkspaceImpl.java b/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/workspace/WorkspaceImpl.java index 4691412..da7a1b5 100644 --- a/api-modules/content-api-impl/src/main/java/com/smarti...
SmartITEngineering/smart-cms
50513a9097ef20e09bfafc09d73e52ea48ba5969
Release implicit lock with certainty
diff --git a/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/AbstractPersistableDomain.java b/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/AbstractPersistableDomain.java index 4dff6ce..188394f 100644 --- a/api-modules/content-api-impl/src/main/java/com/sm...
SmartITEngineering/smart-cms
92944a3c67d98718b59ab7a6e6630070da1cb445
Remove unwanted sys-out
diff --git a/api-modules/content-api-impl-generic/src/main/java/com/smartitengineering/cms/api/impl/workspace/WorkspaceIdImpl.java b/api-modules/content-api-impl-generic/src/main/java/com/smartitengineering/cms/api/impl/workspace/WorkspaceIdImpl.java index 6a2a359..7237a4d 100644 --- a/api-modules/content-api-impl-gene...
SmartITEngineering/smart-cms
33ec065af7f161e681fb40f694244160b742aa16
Ignore fields with null value or def on custom validator validation
diff --git a/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/content/ContentLoaderImpl.java b/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/content/ContentLoaderImpl.java index a89a3c5..518a6e9 100644 --- a/api-modules/content-api-impl/src/main/java/com/sm...
SmartITEngineering/smart-cms
970c62404e5e274d386b11d49eee94f6df295300
Fix implied validation to not apply on null valued fields
diff --git a/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/content/ContentLoaderImpl.java b/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/content/ContentLoaderImpl.java index cfa8ecb..a89a3c5 100644 --- a/api-modules/content-api-impl/src/main/java/com/sm...
SmartITEngineering/smart-cms
9adbbdf813044b664ff54f6ef2ce5a4e8676b7ee
Add support for configuration file smart-path as argument or system prop
diff --git a/spi-modules/api-spi-guice-binder/src/main/java/com/smartitengineering/cms/binder/guice/Initializer.java b/spi-modules/api-spi-guice-binder/src/main/java/com/smartitengineering/cms/binder/guice/Initializer.java index ca63b3b..4d6c6ed 100644 --- a/spi-modules/api-spi-guice-binder/src/main/java/com/smartiteng...
SmartITEngineering/smart-cms
de5f7404a701fa01aadc63ccac6c9469e3618fe0
Log the exception since its being consumed
diff --git a/spi-modules/content-spi-hbase-impl/src/main/java/com/smartitengineering/cms/spi/impl/content/FieldsObjectConverter.java b/spi-modules/content-spi-hbase-impl/src/main/java/com/smartitengineering/cms/spi/impl/content/FieldsObjectConverter.java index ad93744..6d252a0 100644 --- a/spi-modules/content-spi-hbase...
SmartITEngineering/smart-cms
38716e130646e3e9785d3bd8438f8e21212cc973
Make log message meaningful
diff --git a/spi-modules/content-spi-hbase-impl/src/main/java/com/smartitengineering/cms/spi/impl/type/ContentTypeObjectConverter.java b/spi-modules/content-spi-hbase-impl/src/main/java/com/smartitengineering/cms/spi/impl/type/ContentTypeObjectConverter.java index dc06e97..bc08e8e 100644 --- a/spi-modules/content-spi-h...
SmartITEngineering/smart-cms
c3e26c7e609208d072200badb22d93d0de163edb
Make sure empty field values are not saved
diff --git a/spi-modules/content-spi-hbase-impl/src/main/java/com/smartitengineering/cms/spi/impl/content/FieldsObjectConverter.java b/spi-modules/content-spi-hbase-impl/src/main/java/com/smartitengineering/cms/spi/impl/content/FieldsObjectConverter.java index b499c01..ad93744 100644 --- a/spi-modules/content-spi-hbase...
SmartITEngineering/smart-cms
f07b1a0febbf6eb1c586a68710854ca2c53855a9
Add documentation for configurations
diff --git a/.gitignore b/.gitignore index 1f59f09..84d86f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,12 @@ private/ catalog.xml profiles.xml *.log generated target *.properties *~ .settings/ +.project +.classpath diff --git a/spi-modules/api-spi-guice-binder/src/main/resources/com/smartitengineer...
SmartITEngineering/smart-cms
aac60ae27517fe4eb86e8e066fe6dccacd8a1eb0
Fix checking for collection of composite's nested required fields
diff --git a/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/content/ContentLoaderImpl.java b/api-modules/content-api-impl/src/main/java/com/smartitengineering/cms/api/impl/content/ContentLoaderImpl.java index 9d7cfd9..cfa8ecb 100644 --- a/api-modules/content-api-impl/src/main/java/com/sm...
SmartITEngineering/smart-cms
ed8079233b81a3776de59cc401282940153bdc72
Fix importing composite field
diff --git a/webservice-modules/webservice-resources/src/main/java/com/smartitengineering/cms/ws/resources/content/ContentResource.java b/webservice-modules/webservice-resources/src/main/java/com/smartitengineering/cms/ws/resources/content/ContentResource.java index 4c229dd..dc0340e 100644 --- a/webservice-modules/webs...
SmartITEngineering/smart-cms
50d99cc3a30acb580027b0f9fe263432dfc5d67e
Fix search on dates through web service
diff --git a/spi-modules/content-spi-solr-search-impl/src/main/java/com/smartitengineering/cms/spi/impl/content/search/ContentSearcherImpl.java b/spi-modules/content-spi-solr-search-impl/src/main/java/com/smartitengineering/cms/spi/impl/content/search/ContentSearcherImpl.java index 25eca18..1854aa2 100644 --- a/spi-mod...
SmartITEngineering/smart-cms
4fa4877daaf361556173adb6427f3cf2edd8f84a
Add Vary response header for CMS Content and Field resources
diff --git a/webservice-modules/webservice-resources/src/main/java/com/smartitengineering/cms/ws/resources/content/ContentResource.java b/webservice-modules/webservice-resources/src/main/java/com/smartitengineering/cms/ws/resources/content/ContentResource.java index 8a40626..4c229dd 100644 --- a/webservice-modules/webs...
SmartITEngineering/smart-cms
fa8dcf5e51c08831c15e182731f5d10408d1e06e
Make it configurable to set max-age cache control from Web Services API
diff --git a/webservice-modules/webservice-resources/src/main/java/com/smartitengineering/cms/ws/resources/ResourcesConfig.java b/webservice-modules/webservice-resources/src/main/java/com/smartitengineering/cms/ws/resources/ResourcesConfig.java new file mode 100644 index 0000000..54ef669 --- /dev/null +++ b/webservice-...
SmartITEngineering/smart-cms
0a6700a9000bf9805f005a2249b09dc7ad70e64e
Make the alternate URI relative to keep it coherent with other URIs
diff --git a/webservice-modules/webservice-resources/src/main/java/com/smartitengineering/cms/ws/resources/type/ContentTypeResource.java b/webservice-modules/webservice-resources/src/main/java/com/smartitengineering/cms/ws/resources/type/ContentTypeResource.java index 5934228..eead2ac 100644 --- a/webservice-modules/we...
SmartITEngineering/smart-cms
694ec8ba51e5a50ae1cacea50de834c52d72f419
Fix logger initialization
diff --git a/api-modules/content-api-impl-generic/src/main/java/com/smartitengineering/cms/api/impl/Utils.java b/api-modules/content-api-impl-generic/src/main/java/com/smartitengineering/cms/api/impl/Utils.java index 54f69e1..d8b6a4d 100644 --- a/api-modules/content-api-impl-generic/src/main/java/com/smartitengineering...
SmartITEngineering/smart-cms
58531341eb7ed90ba664a229707176d496222be3
Make another inner class serializable so that its available for RMI Cache Sync
diff --git a/api-modules/content-api-impl-generic/src/main/java/com/smartitengineering/cms/api/impl/type/CompositionDataTypeImpl.java b/api-modules/content-api-impl-generic/src/main/java/com/smartitengineering/cms/api/impl/type/CompositionDataTypeImpl.java index 5d6618a..54205e4 100644 --- a/api-modules/content-api-imp...
chaoskaizer/wpi-chrome-milk
f4d15b758b5fb5eeaa9915676bcebb9c69173ecc
added more aphorism
diff --git a/lib/modules/widgets.php b/lib/modules/widgets.php index 43a79db..5730629 100644 --- a/lib/modules/widgets.php +++ b/lib/modules/widgets.php @@ -357,685 +357,704 @@ function wpi_widget_author_stalker_pass() $dend = $dstart + ($year * 12 ); $user_expired = date('M j, Y',$dend); $user_expired_title ...
chaoskaizer/wpi-chrome-milk
ea1d1a7a9c2624c1bf10c91c36127a8094423472
Added second openID delegation options - myvidoop [http://myvidoop.com]
diff --git a/lib/class/admin.php b/lib/class/admin.php index f6bc2f0..730e012 100644 --- a/lib/class/admin.php +++ b/lib/class/admin.php @@ -353,1015 +353,1027 @@ class wpiAdmin <label for="wpi_meta_robots_search"><?php _e('Search results',WPI_META);?> <small><?php _e('Add No-index rules on search re...
chaoskaizer/wpi-chrome-milk
9494bc16f0255c086e523e49e3fb3d1671bf80af
fixes parsing error with server side compression
diff --git a/public/css/page.css b/public/css/page.css index 3435680..439ec07 100644 --- a/public/css/page.css +++ b/public/css/page.css @@ -1,42 +1,42 @@ /** * $Id page.css, 0021 10/26/2008 1:41:43 PM ck $ * Page stylesheet */ .nt #content-top{border-bottom-color:#333 !important} .dw #content-top{border-botto...
chaoskaizer/wpi-chrome-milk
ff264801f3d9d393d6edb7bf24aa5878b9961729
added donation button You can show your appreciation and support future development by donating. [https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3042041]
diff --git a/lib/class/admin.php b/lib/class/admin.php index 4c93b93..f6bc2f0 100644 --- a/lib/class/admin.php +++ b/lib/class/admin.php @@ -1,713 +1,721 @@ <?php if (!defined('KAIZEKU')) exit(42); /** * WP-iStalker Chrome Milk * Admin Template * * @package WordPress * @subpackage wp-istalker-chrome *...
chaoskaizer/wpi-chrome-milk
6b9e9c5bccb8d4532f96fafa78cd986a6485a072
Added tab widgets active on single sections (related entries, recent entries, categories or Most views (wp-postview) ).
diff --git a/lib/modules/widgets.php b/lib/modules/widgets.php index 1800498..3e8aef6 100644 --- a/lib/modules/widgets.php +++ b/lib/modules/widgets.php @@ -89,824 +89,944 @@ function wpi_widget_active_section($widget_id=wpiSection::CATEGORY){ return $active; } function wpi_widget_start($title='random widget'...
chaoskaizer/wpi-chrome-milk
12c3e9deb752d0f6e77fc335b896efb61601414a
Fixes Google Safe Browsing advisory URI Added fixes for gdBlog Title for safari browser
diff --git a/lib/class/template.php b/lib/class/template.php index 5333d73..97412df 100644 --- a/lib/class/template.php +++ b/lib/class/template.php @@ -1,1134 +1,1139 @@ <?php if (!defined('KAIZEKU')) { die(42); } /** * $Id$ * Wp-Istalker template class * @package WordPress * @subpackage Template */ c...
chaoskaizer/wpi-chrome-milk
313b02c709170a1fe64bcc183cb739a5d8bdace6
finalizing safari/webkit stylesheet + update wp caption styles - smooth shadow
diff --git a/public/css/safari.css b/public/css/safari.css index c30a745..a2eefe0 100644 --- a/public/css/safari.css +++ b/public/css/safari.css @@ -1,154 +1,176 @@ /** - * Safari Stylesheet (WPI Chrome Milk) - * WebKit Engine - * $Id safari.css rev 0.1, 10/1/2008 9:52:33 AM $ck + * $Id$ + * Stylesheet for all webkit ...
chaoskaizer/wpi-chrome-milk
c814bcd7cb0ca004c6b61aefca88ee083d4a1250
Added `safe browsing` site validation link
diff --git a/lib/class/template.php b/lib/class/template.php index 47fa84a..5333d73 100644 --- a/lib/class/template.php +++ b/lib/class/template.php @@ -1,724 +1,727 @@ <?php if (!defined('KAIZEKU')) { die(42); } /** * $Id$ * Wp-Istalker template class * @package WordPress * @subpackage Template */ cla...
chaoskaizer/wpi-chrome-milk
2f7f7630358a90f1e647ef7bcb7f9fca66561408
fixes "undefined method call" (Wpi::selfurl()) in wpiPathway class. - throw fatal error
diff --git a/lib/class/pathway.php b/lib/class/pathway.php index 68a81d0..98cd867 100644 --- a/lib/class/pathway.php +++ b/lib/class/pathway.php @@ -1,670 +1,672 @@ <?php -if (!defined('KAIZEKU')) die(42); +if ( !defined('KAIZEKU') ) exit(42); /** - * $Id$ - * Wp-iStalker custom pathway class + * WP-iStalker Chrome M...
chaoskaizer/wpi-chrome-milk
2edd7d6ccc53a616efca72e5fa6134e8927a26d9
removed checksum check for images archive file
diff --git a/lib/theme.php b/lib/theme.php index 54b07ea..a45ad5c 100644 --- a/lib/theme.php +++ b/lib/theme.php @@ -1,517 +1,514 @@ <?php if ( !defined('KAIZEKU') ) { exit();} /** * WP-iStalker Chrome Milk * Template functions * * @package WordPress * @subpackage wp-istalker-chrome * * @category Te...
chaoskaizer/wpi-chrome-milk
f8dc156a00db4bbbb4dd12a2f6648239f0f2778d
fixes frontpage layout inclusion error - issue 22
diff --git a/lib/modules/filters.php b/lib/modules/filters.php index bb6ae63..8209ef6 100644 --- a/lib/modules/filters.php +++ b/lib/modules/filters.php @@ -258,560 +258,560 @@ function wpi_content_meta_title_filter(){ if ($output) echo stab(1).$output; //wpi_dump($wp_query); exit; unset($output,$section,$titl...
chaoskaizer/wpi-chrome-milk
ff6602e60677e60e9bc898e423844ff0590ebeb1
Fixes issue 22 and issue 24
diff --git a/lib/class/admin.php b/lib/class/admin.php index 23ad258..e6a54e0 100644 --- a/lib/class/admin.php +++ b/lib/class/admin.php @@ -237,1030 +237,1026 @@ class wpiAdmin </li> <?php endif;?> <li> <label for="wpi_home_avatar"><?php _e('Avatar',WPI_META);?> <small><?php _e('Display Avatar.'...
chaoskaizer/wpi-chrome-milk
a3affa20e0fabb04a966dc01fbbd62b13419474d
Fixes broken gravatar if caching enabled Update pot files
diff --git a/lib/class/admin.php b/lib/class/admin.php index d5aa28e..23ad258 100644 --- a/lib/class/admin.php +++ b/lib/class/admin.php @@ -1,1109 +1,1096 @@ <?php if (!defined('KAIZEKU')) exit(42); /** * WP-iStalker Chrome Milk * Admin Template * * @package WordPress * @subpackage wp-istalker-chrome ...
chaoskaizer/wpi-chrome-milk
d9d5a7d9019739e64d861db5d1377842415bc12a
add Google "notranslate" rules on wp-meta links (top button menu).
diff --git a/lib/class/enum.php b/lib/class/enum.php index 39e057d..fb7b4c3 100644 --- a/lib/class/enum.php +++ b/lib/class/enum.php @@ -103,767 +103,782 @@ final class wpiTheme /** * wpiTheme::LIB_TYPE_CONFIG * * @var string * @see Wpi::getFile() * @access public * @since 1.6.2 */ const LIB...
chaoskaizer/wpi-chrome-milk
8442904bb1e1dfaecede14d47ea013cc2636e485
add new SEO theme options. Redirect all comments author's posted links.
diff --git a/lib/class/admin.php b/lib/class/admin.php index da108e6..d5aa28e 100644 --- a/lib/class/admin.php +++ b/lib/class/admin.php @@ -1,865 +1,876 @@ <?php if (!defined('KAIZEKU')) exit(42); /** * WP-iStalker Chrome Milk * Admin Template * * @package WordPress * @subpackage wp-istalker-chrome *...
chaoskaizer/wpi-chrome-milk
ddf20376184c2a49a1461c3afd5dc2e8b7c1e156
fixes issue 27 - broken default avatar. update wpiGravatar class/methods phpDOC
diff --git a/lib/class/gravatar.php b/lib/class/gravatar.php index 603603d..973b41f 100644 --- a/lib/class/gravatar.php +++ b/lib/class/gravatar.php @@ -1,214 +1,373 @@ -<?php -/** - * $Id: gravatar.php, rev 0004 10/4/2008 11:29:54 AM ChaosKaizer $ - * - * WPI Avatar class - * @package WordPress - * @subpackage ...
chaoskaizer/wpi-chrome-milk
c4edc9aab3405fde7197272a6e522b6785555949
fixes typo (wrong operand)
diff --git a/theme-engine.php b/theme-engine.php index d81be69..57aef50 100644 --- a/theme-engine.php +++ b/theme-engine.php @@ -1,130 +1,130 @@ <?php /** * WP-iStalker Chrome Milk * Handle WPI content * * PHP 5 * * @package WordPress * @subpackage wp-istalker-chrome * * @category HTTPRedirec...
chaoskaizer/wpi-chrome-milk
afc55810fa24a901b67ef0c78d49dfa5cb5bf1e9
combine all user agent type (i.e client-browser, browser-version, client-os) stylesheets (*/wp-istalker-chrome/user-agent.css).
diff --git a/theme-engine.php b/theme-engine.php index 4ad82dd..d81be69 100644 --- a/theme-engine.php +++ b/theme-engine.php @@ -1,29 +1,130 @@ -<?php - - define('DIRSEP',DIRECTORY_SEPARATOR); - define('RT',dirname(__FILE__).DIRSEP); - define('WPI_LIB',RT.'lib'.DIRSEP); - define('WPI_LIB_CLASS',WPI_LIB.'class'....
chaoskaizer/wpi-chrome-milk
b9d90c489f57b5f64a2b80bb5704432a564bf87d
fixes wpi.widget.uri (javascript) add new function wpi_get_public_widget_url()
diff --git a/lib/class/scripts.php b/lib/class/scripts.php index 2cf7441..eecf7a4 100644 --- a/lib/class/scripts.php +++ b/lib/class/scripts.php @@ -1,246 +1,246 @@ <?php if ( !defined('KAIZEKU') ) { die( 42);} /** * $Id$ * Wpi scripts class * @package WordPress * @subpackage wp-istalker-chrome */ cl...
chaoskaizer/wpi-chrome-milk
76edcce028916c3fc9db2a00b2fce54722221c57
Add support for DirectoryIterator (PHP SPL) class. + import/back-compat.php
diff --git a/lib/class/scripts.php b/lib/class/scripts.php index 5abb544..2cf7441 100644 --- a/lib/class/scripts.php +++ b/lib/class/scripts.php @@ -1,245 +1,246 @@ -<?php -if ( !defined('KAIZEKU') ) { die( 42);} -/** - * Wpi scripts class - * $Id scripts.php, 0022 10/23/2008 12:24:28 PM ck $ - * @links http://ww...
chaoskaizer/wpi-chrome-milk
08c288e4924cef7a91386abe7fb77bc3d7f8491e
Enabled "Ajax" support for selected static widgets.
diff --git a/lib/class/admin.php b/lib/class/admin.php index 856e639..7e0fef0 100644 --- a/lib/class/admin.php +++ b/lib/class/admin.php @@ -57,1024 +57,1041 @@ class wpiAdmin public function registerDefaultScript() { wp_register_script(WPI_META.'_admin', WPI_THEME_URL.'admin.js',false, '20081203'); } ...
chaoskaizer/wpi-chrome-milk
0f9e790a2d6ea395874b85873603bb6a1f06d4ae
add new set of icons 'images/icons' help.gif & spinner.gif
diff --git a/images/icons/help.gif b/images/icons/help.gif new file mode 100644 index 0000000..7840fb9 Binary files /dev/null and b/images/icons/help.gif differ diff --git a/images/icons/spinner.gif b/images/icons/spinner.gif new file mode 100644 index 0000000..9bb6091 Binary files /dev/null and b/images/icons/spinner....
chaoskaizer/wpi-chrome-milk
1583d0c1aafb7ff0430a5750cdcb659a3d4ba453
add new image files 'images/pattern' pin.gif & pinstripe.gif (pin stripe pattern)
diff --git a/images/pattern/pin.gif b/images/pattern/pin.gif new file mode 100644 index 0000000..9b78191 Binary files /dev/null and b/images/pattern/pin.gif differ diff --git a/images/pattern/pinstripe.gif b/images/pattern/pinstripe.gif new file mode 100644 index 0000000..c02d65a Binary files /dev/null and b/images/pat...
chaoskaizer/wpi-chrome-milk
52b0e59582dbc7aadd95ec194b47459ddf4d1756
Udate 'lib/class/admin.php' removed foreign code
diff --git a/lib/class/admin.php b/lib/class/admin.php index d83d646..856e639 100644 --- a/lib/class/admin.php +++ b/lib/class/admin.php @@ -1,1287 +1,1287 @@ -<?php -if (!defined('KAIZEKU')) { die(42); } -/** - * $Id$ - * Wp-Istalker Theme options - * - * @package WordPress - * @subpackage Administration - */...
chaoskaizer/wpi-chrome-milk
45ad5b11f21e96541362004366d126a50717108e
Enabled "pages menu" theme options + add new stylesheet file- public/css/nav.css
diff --git a/lib/class/admin.php b/lib/class/admin.php index 058f028..d83d646 100644 --- a/lib/class/admin.php +++ b/lib/class/admin.php @@ -1,1265 +1,1287 @@ <?php if (!defined('KAIZEKU')) { die(42); } /** * $Id$ * Wp-Istalker Theme options * * @package WordPress * @subpackage Administration */...
chaoskaizer/wpi-chrome-milk
a259744d556b8b0e75d40029897c714ab3d09159
fixes dawn styles blog desc & title.
diff --git a/public/css/style.css b/public/css/style.css index 412a5f1..7e9f173 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,627 +1,633 @@ body.nt { background-color:#707071 !important } /* dawn */ body.dw { background-color:#D7D7B8 !important; color:#330 } body { background-...
chaoskaizer/wpi-chrome-milk
3d68c0da1ddfed87abc1afaab7a4b7565ec0f118
issue 22, add default theme options for frontpage template styles.
diff --git a/lib/theme.php b/lib/theme.php index 54c933f..9d8961c 100644 --- a/lib/theme.php +++ b/lib/theme.php @@ -1,438 +1,439 @@ <?php if ( !defined('KAIZEKU') ) {die( 42);} /** * $Id$ * WPI Template functions * @package WordPress * @subpackage Template */ require WPI_LIB_CLASS.'theme-enum.php'; cl...
chaoskaizer/wpi-chrome-milk
a9f517db883851387c20ca4c5ba62825188459d7
fixed issue 26
diff --git a/lib/theme.php b/lib/theme.php index e5ec37e..54c933f 100644 --- a/lib/theme.php +++ b/lib/theme.php @@ -1,438 +1,438 @@ <?php if ( !defined('KAIZEKU') ) {die( 42);} /** * $Id$ * WPI Template functions * @package WordPress * @subpackage Template */ require WPI_LIB_CLASS.'theme-enum.php'; cl...
mreid/acrp
0cdac99d658f598b237f59fd2ad517007cde32c4
Rearranged so as to keep applet of vis small
diff --git a/eReadersDec08/data.dat b/eReadersDec08/data.dat index 03ab504..ed1d085 100644 Binary files a/eReadersDec08/data.dat and b/eReadersDec08/data.dat differ diff --git a/eReadersDec08/result.dat b/eReadersDec08/result.dat index cdab697..f1e29c8 100644 Binary files a/eReadersDec08/result.dat and b/eReadersDec08/...
mreid/acrp
e92352a2815c700756f6cd2878a51af5a4cb5c39
Added title search field
diff --git a/vis/Book.pde b/vis/Book.pde index 4ab3823..9536fba 100644 --- a/vis/Book.pde +++ b/vis/Book.pde @@ -1,48 +1,49 @@ /** * A book is represented by its ID, title, coordinates, and number of readers. */ class Book extends Drawable { int id; float x, y; String title; String year; S...
mreid/acrp
77decc70e00ab24ee52d41e62d0bf45799c765dc
Added UI to search by (part of) author's name
diff --git a/vis/Book.pde b/vis/Book.pde index 5e44c24..4ab3823 100644 --- a/vis/Book.pde +++ b/vis/Book.pde @@ -1,44 +1,48 @@ /** * A book is represented by its ID, title, coordinates, and number of readers. */ class Book extends Drawable { int id; float x, y; String title; String year; S...
mreid/acrp
e48da3dc0a5206ab318beb9938f2ab59b5bffe26
Zoom mostly working
diff --git a/vis/vis.pde b/vis/vis.pde index 98debfd..4523ac3 100644 --- a/vis/vis.pde +++ b/vis/vis.pde @@ -1,181 +1,217 @@ import controlP5.*; import au.com.bytecode.opencsv.*; import au.com.bytecode.opencsv.bean.*; import java.io.*; import java.awt.Rectangle; public int readerThreshold = 0; public float wei...
mreid/acrp
c2ff9e9ad5a4e66d1ab23e942d991d455d2fd8bb
Additional fields in .csv file
diff --git a/eReadersDec08/tSNE-all.R b/eReadersDec08/tSNE-all.R new file mode 100644 index 0000000..9b55b41 --- /dev/null +++ b/eReadersDec08/tSNE-all.R @@ -0,0 +1,149 @@ +# Preprocessing of Lambton Library for tSNE. +# Data format for binary file `data.dat` is available at: +# http://ticc.uvt.nl/~lvdrmaaten/Laurens_...
mreid/acrp
760435accb582bca2bf217a5ff531c56f3ea1a7b
Began adding zooming feature to visualisation
diff --git a/eReadersDec08/data.dat b/eReadersDec08/data.dat index 2865e0b..0ccd743 100644 Binary files a/eReadersDec08/data.dat and b/eReadersDec08/data.dat differ diff --git a/eReadersDec08/result.dat b/eReadersDec08/result.dat index 20c2ac7..0405c31 100644 Binary files a/eReadersDec08/result.dat and b/eReadersDec08/...
mreid/acrp
2532d03f4ab7a59d72b25fa166fffe234302fdf4
Fixed .gitignore.. Minor tweaks to vis
diff --git a/.gitignore b/.gitignore index 716062e..fa3387a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ +db/Common_Reader.sql ACRP.sql .Rhistory +.DS_Store + diff --git a/vis/Book.pde b/vis/Book.pde index 9a984d6..dced1c8 100644 --- a/vis/Book.pde +++ b/vis/Book.pde @@ -1,37 +1,37 @@ /** * A book is r...
mreid/acrp
729ea3a047ef85a6d5439706c60b72aa05f6cb74
Notes for setting up DB. Minor tweaks to vis'
diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 9569a14..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/db/SETUP.txt b/db/SETUP.txt new file mode 100644 index 0000000..273d981 --- /dev/null +++ b/db/SETUP.txt @@ -0,0 +1,29 @@ +Notes for Setting Up MySQL DB for ACRP +===============...
mreid/acrp
b37944c8b65b0aaa1ea9b834d77cf5ea20e453c9
Made drawing loop more efficient. Fixed some formatting.
diff --git a/vis/PlotView.pde b/vis/PlotView.pde index a558e77..e9c0fd4 100644 --- a/vis/PlotView.pde +++ b/vis/PlotView.pde @@ -1,133 +1,131 @@ import java.util.Vector; class PlotView { PFont titleFont = createFont("Arial", 12); PFont tickFont = createFont("Arial", 10); color grey = color(160,160,160...
mreid/acrp
9e706f97c6948987c547cf262af3bba0b34529c5
Restructure and clean up
diff --git a/.DS_Store b/.DS_Store index 2a7e993..9569a14 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/README.markdown b/README.markdown index b88333c..de2e988 100644 --- a/README.markdown +++ b/README.markdown @@ -1,34 +1,58 @@ ACRP Notes ========== +This project contains the analysis of data ...
mreid/acrp
aba37f4dec38a8503c400fba834246f3b6d7c571
Made controlP5 controls public so that applet works.
diff --git a/vis/applet/.DS_Store b/vis/applet/.DS_Store new file mode 100644 index 0000000..07cbfb3 Binary files /dev/null and b/vis/applet/.DS_Store differ diff --git a/vis/applet/vis.jar b/vis/applet/vis.jar index 420116f..9a243ee 100644 Binary files a/vis/applet/vis.jar and b/vis/applet/vis.jar differ diff --git a/...
mreid/acrp
250e2614ab43447ebb6b58f25cc9aa4c89bc0598
A few more experiments.\nSmall fixes to visualisation applet.\nExported applet.
diff --git a/seminarMay08/allLibrariesAbsolute.R b/seminarMay08/allLibrariesAbsolute.R new file mode 100644 index 0000000..da7e365 --- /dev/null +++ b/seminarMay08/allLibrariesAbsolute.R @@ -0,0 +1,75 @@ +# Analysis of Books as vectors of Borrowers over all libraries. +library(RMySQL) +library(kernlab) + +m <- dbDriver...
mreid/acrp
e01e6578edc5bd37ddf6a04790c6a0e8b0213e30
Added neighbour calculations
diff --git a/feature_analysis.R b/feature_analysis.R index c9044e5..2ffabea 100644 --- a/feature_analysis.R +++ b/feature_analysis.R @@ -1,105 +1,117 @@ # Analysis of Books as vectors of Borrowers # # TODO # ---- # [_] Double check that when using `kpca` that rows correspond to instances. library(RMySQL) libr...
mreid/acrp
640bb66a3560941a647ac529ef6fedebd8ddfc4b
Playing with normalisation, labelling and RBF kernels.
diff --git a/analysis.sql b/analysis.sql index fb91760..5aea6bb 100644 --- a/analysis.sql +++ b/analysis.sql @@ -1,44 +1,56 @@ select count(*) from (select distinct BorrowerID from pop_loans where WorkID = 3564) as borrowers; select count(*) from popular_works; select distinct BorrowerID from pop_loans where ...
mreid/acrp
f79bfc5d27142002a00547e2ea4c4fa4ee14a426
Tweaked R code to no longer output empty row names.\n Added code for visualisation with Processing.
diff --git a/vis/PlotView.pde b/vis/PlotView.pde new file mode 100644 index 0000000..3e5754f --- /dev/null +++ b/vis/PlotView.pde @@ -0,0 +1,130 @@ +import java.util.Vector; + +class PlotView { + + PFont titleFont = createFont("Arial", 12); + PFont tickFont = createFont("Arial", 10); + + color grey = color(160,160,...
mreid/acrp
c24a4baa91228acd400d51a9c6b59e171f47ca3e
MUCH improved R code and much, much faster. Plot now shows random selection of titles. (x,y) coordinates output to temp file with book titles and reader count.
diff --git a/feature_analysis.R b/feature_analysis.R index cd410b3..b148126 100644 --- a/feature_analysis.R +++ b/feature_analysis.R @@ -1,70 +1,78 @@ library(RMySQL) library(kernlab) m <- dbDriver("MySQL") con <- dbConnect(m, db="acrp", user="acrp", password="acrppass") #, client.flag = CLIENT_MULTI_STATEMENTS) ...
mreid/acrp
4fb8b06268812e563370ed64ca965a8001f9b879
Plots by library
diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..2a7e993 Binary files /dev/null and b/.DS_Store differ diff --git a/RESULTS.markdown b/RESULTS.markdown index 6ff3590..4fee681 100644 --- a/RESULTS.markdown +++ b/RESULTS.markdown @@ -1,7 +1,54 @@ ACRP Results ============ This is a list of thin...
mreid/acrp
cd19e017216d79fd8e6bb7c242e75641204eca30
Plot of linear PCA, coloured by Library for books with 20 or more readers.
diff --git a/analysis.sql b/analysis.sql index 78ed42c..c7461e8 100644 --- a/analysis.sql +++ b/analysis.sql @@ -1,27 +1,36 @@ select count(*) from (select distinct BorrowerID from pop_loans where WorkID = 3564) as borrowers; select count(*) from popular_works; select distinct BorrowerID from pop_loans where ...
mreid/acrp
0e796e31ff9cbaa95eb32efd2800b031b8434929
Starting to organise after first interesting plot for linear PCA of books
diff --git a/.gitignore b/.gitignore index 41b243a..716062e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ ACRP.sql - +.Rhistory diff --git a/RESULTS.markdown b/RESULTS.markdown new file mode 100644 index 0000000..6ff3590 --- /dev/null +++ b/RESULTS.markdown @@ -0,0 +1,7 @@ +ACRP Results +============ + +Thi...
mreid/acrp
6fd71cbb29f76dc8fdb9293f660d2637ba118274
Basic dimensional reduction working.
diff --git a/feature_analysis.R b/feature_analysis.R index bfa0fc9..63132e5 100644 --- a/feature_analysis.R +++ b/feature_analysis.R @@ -1,32 +1,54 @@ library(RMySQL) library(kernlab) m <- dbDriver("MySQL") con <- dbConnect(m, db="acrp", user="acrp", password="acrppass", client.flag = CLIENT_MULTI_STATEMENTS) ...
mreid/acrp
dad6d258d92c449fd080640311765b68703e7706
Some progress in R
diff --git a/analysis.out b/analysis.out index e71b806..ca59858 100644 --- a/analysis.out +++ b/analysis.out @@ -1,218 +1,219 @@ +--------+--------+-----------+---------------------------------------------------------+---------------------------------------------------------+ | Count1 | Count2 | BothCount | Title ...
mreid/acrp
7eca9609c3e5c617121fa85513401378108692aa
Using RMySQL to do feature analysis
diff --git a/analysis.sql b/analysis.sql index e4f67fd..238315a 100644 --- a/analysis.sql +++ b/analysis.sql @@ -1,19 +1,23 @@ +select count(*) from (select distinct BorrowerID from pop_loans) as borrowers; + +select count(*) from (select distinct BorrowerID from pop_loans where WorkID = 3564) as borrowers; + select ...