From 38cf37d3c3a4bc9873aa12eed5167b356282385f Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 23 Jun 2011 17:56:59 -0700 Subject: new item view, sort by received date - not posted date. --- update.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 8edd2aa92..13187ac51 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@ Date: Sun, 26 Jun 2011 05:42:32 -0700 Subject: friend suggest structures, cont. --- update.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'update.php') diff --git a/update.php b/update.php index 13187ac51..409e5d48e 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@ Date: Sun, 26 Jun 2011 17:57:23 -0700 Subject: revisit friend suggestion structures --- update.php | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 409e5d48e..2e22b9d1c 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@ Date: Sun, 26 Jun 2011 19:30:57 -0700 Subject: pass notify endpoint with friend suggestions --- update.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'update.php') diff --git a/update.php b/update.php index 2e22b9d1c..ce8c694ca 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@ Date: Tue, 28 Jun 2011 23:20:58 -0700 Subject: document better the UPDATE_VERSION --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index ce8c694ca..306731a13 100644 --- a/update.php +++ b/update.php @@ -15,7 +15,7 @@ define( 'UPDATE_VERSION' , 1070 ); * * At the top of the file "boot.php" is a define for DB_UPDATE_VERSION. Any time there is a change * to the database schema or one which requires an upgrade path from the existing application, - * the DB_UPDATE_VERSION is incremented. + * the DB_UPDATE_VERSION and the UPDATE_VERSION at the top of this file are incremented. * * The current DB_UPDATE_VERSION is stored in the config area of the database. If the application starts up * and DB_UPDATE_VERSION is greater than the last stored build number, we will process every update function -- cgit v1.2.3 From cdddfca0b5971d2437eee09ad6985f3df5ae5bfd Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 30 Jun 2011 19:02:11 -0700 Subject: photos were not working in private mail --- update.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 306731a13..187662901 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@ Date: Fri, 1 Jul 2011 22:36:33 -0700 Subject: add some indexes to photos --- update.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 187662901..775bf7b92 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@ Date: Sat, 2 Jul 2011 17:56:57 -0700 Subject: db support for starred (favorited) items --- update.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 775bf7b92..08f1e6854 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@