[commits] Horde-Hatchery branch master updated. 1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
Michael Rubinsky
mike at theupstairsroom.com
Wed Feb 4 19:21:40 UTC 2009
The branch master has been updated.
The following is a summary of the commits. Further details on each commit
can be found below.
1ae2116... Remove all traces of categories from kronolith - they are being replaced by tags. Migration script still to come. Also, still need to use tags as the categories in iCalendar.
d4a0db6... Remove all traces of keywords in code.
9ea0c3f... No more keywords!
b86d302... Remove UI elements related to kronolith "keywords"
from: b92d438dae2bc48cc4189380c4ef3fb6332fca3b
-----------------------------------------------------------------------
commit 1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Feb 4 14:16:41 2009 -0500
Remove all traces of categories from kronolith - they are being replaced
by tags. Migration script still to come. Also, still need to
use tags as the categories in iCalendar.
kronolith/config/prefs.php.dist | 36 +--------
kronolith/data.php | 15 +---
kronolith/feed/index.php | 1 -
kronolith/lib/Block/monthlist.php | 7 +-
kronolith/lib/Block/prevmonthlist.php | 5 +-
kronolith/lib/Block/summary.php | 6 +-
kronolith/lib/Driver.php | 84 +++++--------------
kronolith/lib/Driver/kolab.php | 6 --
kronolith/lib/Driver/sql.php | 19 +----
kronolith/lib/Kronolith.php | 7 --
kronolith/lib/Maintenance/Task/purge_events.php | 1 -
kronolith/lib/Views/Day.php | 9 --
kronolith/lib/Views/EditEvent.php | 6 +-
kronolith/lib/Views/Event.php | 1 -
kronolith/lib/Views/Month.php | 5 -
kronolith/lib/Views/Week.php | 12 +---
kronolith/lib/Views/Year.php | 2 -
kronolith/lib/base.php | 5 -
kronolith/new.php | 2 +-
kronolith/scripts/sql/kronolith.mssql.sql | 1 -
kronolith/scripts/sql/kronolith.mysql.sql | 1 -
kronolith/scripts/sql/kronolith.oci8.sql | 1 -
kronolith/scripts/sql/kronolith.pgsql.sql | 1 -
kronolith/scripts/sql/kronolith.sql | 1 -
kronolith/scripts/sql/kronolith.xml | 6 --
kronolith/search.php | 6 +-
kronolith/templates/common-header.inc | 1 -
kronolith/templates/edit/edit.inc | 9 --
kronolith/templates/edit/javascript.inc | 2 -
kronolith/templates/search/event_headers.inc | 1 -
kronolith/templates/search/event_summaries.inc | 3 +-
kronolith/templates/search/search_advanced.inc | 23 -----
kronolith/templates/view/view.inc | 8 --
kronolith/themes/screen.css | 5 -
34 files changed, 36 insertions(+), 262 deletions(-)
http://git.horde.org/diff.php/kronolith/config/prefs.php.dist?rt=horde-hatchery&r1=08137096bf5e05ab323d44662b2b322b3f739aca&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-hatchery&r1=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/feed/index.php?rt=horde-hatchery&r1=a618b9f510edee61ba291a50965d9ee954c8893e&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/lib/Block/monthlist.php?rt=horde-hatchery&r1=744398432f3dfebbe982718e85ebe671b2049084&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/lib/Block/prevmonthlist.php?rt=horde-hatchery&r1=744398432f3dfebbe982718e85ebe671b2049084&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/lib/Block/summary.php?rt=horde-hatchery&r1=744398432f3dfebbe982718e85ebe671b2049084&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/lib/Driver.php?rt=horde-hatchery&r1=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/lib/Driver/kolab.php?rt=horde-hatchery&r1=4d8569d6454f4f4995bcb84e2efb448ca58e4b3b&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/lib/Driver/sql.php?rt=horde-hatchery&r1=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=ae633a7d3ff9edc9bb73125b6216c6760e52e37c&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/lib/Maintenance/Task/purge_events.php?rt=horde-hatchery&r1=73e4b103d66c8a8e9a42e088d1b0f2ec70faf78c&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/lib/Views/Day.php?rt=horde-hatchery&r1=b92d438dae2bc48cc4189380c4ef3fb6332fca3b&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/lib/Views/EditEvent.php?rt=horde-hatchery&r1=800624ec34ca0b501f6815d8cc54cf84008a4d23&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/lib/Views/Event.php?rt=horde-hatchery&r1=b86d30201d06b8028728a1e63c401c5c17ff3d2b&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/lib/Views/Month.php?rt=horde-hatchery&r1=b92d438dae2bc48cc4189380c4ef3fb6332fca3b&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/lib/Views/Week.php?rt=horde-hatchery&r1=b92d438dae2bc48cc4189380c4ef3fb6332fca3b&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/lib/Views/Year.php?rt=horde-hatchery&r1=4d8569d6454f4f4995bcb84e2efb448ca58e4b3b&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/lib/base.php?rt=horde-hatchery&r1=8925854973d1ba488b3f282f4f991d178bf2f52f&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/new.php?rt=horde-hatchery&r1=f2a7416616889a616abc4443edd17698a8314e67&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/scripts/sql/kronolith.mssql.sql?rt=horde-hatchery&r1=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/scripts/sql/kronolith.mysql.sql?rt=horde-hatchery&r1=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/scripts/sql/kronolith.oci8.sql?rt=horde-hatchery&r1=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/scripts/sql/kronolith.pgsql.sql?rt=horde-hatchery&r1=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/scripts/sql/kronolith.sql?rt=horde-hatchery&r1=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/scripts/sql/kronolith.xml?rt=horde-hatchery&r1=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/search.php?rt=horde-hatchery&r1=9910e685f9ac27e8205ecd78230c60ea0c58c4e8&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/templates/common-header.inc?rt=horde-hatchery&r1=ac73780e04a62c5cd4b716bc45da34974cd294f7&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-hatchery&r1=b86d30201d06b8028728a1e63c401c5c17ff3d2b&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/templates/edit/javascript.inc?rt=horde-hatchery&r1=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/templates/search/event_headers.inc?rt=horde-hatchery&r1=ac73780e04a62c5cd4b716bc45da34974cd294f7&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/templates/search/event_summaries.inc?rt=horde-hatchery&r1=744398432f3dfebbe982718e85ebe671b2049084&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/templates/search/search_advanced.inc?rt=horde-hatchery&r1=ac73780e04a62c5cd4b716bc45da34974cd294f7&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/templates/view/view.inc?rt=horde-hatchery&r1=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
http://git.horde.org/diff.php/kronolith/themes/screen.css?rt=horde-hatchery&r1=ae633a7d3ff9edc9bb73125b6216c6760e52e37c&r2=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db
-----------------------------------------------------------------------
commit d4a0db6199ad9d45c73d85eb63e4d48a5644dfee
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Feb 4 12:41:01 2009 -0500
Remove all traces of keywords in code.
Migration script for keywords and categories -> tags still to come.
kronolith/data.php | 2 -
kronolith/lib/Driver.php | 26 -------------------------
kronolith/lib/Driver/sql.php | 10 ++------
kronolith/scripts/sql/kronolith.mssql.sql | 1 -
kronolith/scripts/sql/kronolith.mysql.sql | 1 -
kronolith/scripts/sql/kronolith.oci8.sql | 1 -
kronolith/scripts/sql/kronolith.pgsql.sql | 1 -
kronolith/scripts/sql/kronolith.sql | 1 -
kronolith/scripts/sql/kronolith.xml | 5 ----
kronolith/templates/edit/javascript.inc | 3 --
kronolith/templates/view/view.inc | 17 ----------------
11 files changed, 3 insertions(+), 65 deletions(-)
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-hatchery&r1=9910e685f9ac27e8205ecd78230c60ea0c58c4e8&r2=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee
http://git.horde.org/diff.php/kronolith/lib/Driver.php?rt=horde-hatchery&r1=76dd70cd9a6308e670b8ce183a25b0fcadfd1621&r2=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee
http://git.horde.org/diff.php/kronolith/lib/Driver/sql.php?rt=horde-hatchery&r1=c153f66a25e4e0911f9917fc52af8c609f6b02a2&r2=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee
http://git.horde.org/diff.php/kronolith/scripts/sql/kronolith.mssql.sql?rt=horde-hatchery&r1=c153f66a25e4e0911f9917fc52af8c609f6b02a2&r2=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee
http://git.horde.org/diff.php/kronolith/scripts/sql/kronolith.mysql.sql?rt=horde-hatchery&r1=c153f66a25e4e0911f9917fc52af8c609f6b02a2&r2=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee
http://git.horde.org/diff.php/kronolith/scripts/sql/kronolith.oci8.sql?rt=horde-hatchery&r1=c153f66a25e4e0911f9917fc52af8c609f6b02a2&r2=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee
http://git.horde.org/diff.php/kronolith/scripts/sql/kronolith.pgsql.sql?rt=horde-hatchery&r1=c153f66a25e4e0911f9917fc52af8c609f6b02a2&r2=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee
http://git.horde.org/diff.php/kronolith/scripts/sql/kronolith.sql?rt=horde-hatchery&r1=c153f66a25e4e0911f9917fc52af8c609f6b02a2&r2=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee
http://git.horde.org/diff.php/kronolith/scripts/sql/kronolith.xml?rt=horde-hatchery&r1=c153f66a25e4e0911f9917fc52af8c609f6b02a2&r2=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee
http://git.horde.org/diff.php/kronolith/templates/edit/javascript.inc?rt=horde-hatchery&r1=783d7b851f42dfddc5c6395ebc33468526916537&r2=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee
http://git.horde.org/diff.php/kronolith/templates/view/view.inc?rt=horde-hatchery&r1=783d7b851f42dfddc5c6395ebc33468526916537&r2=d4a0db6199ad9d45c73d85eb63e4d48a5644dfee
-----------------------------------------------------------------------
commit 9ea0c3f712e082f2fda8276036713e63c17c4a0c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Feb 4 12:32:56 2009 -0500
No more keywords!
kronolith/config/keywords.php.dist | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
delete mode 100644 kronolith/config/keywords.php.dist
http://git.horde.org/diff.php/kronolith/config/keywords.php.dist?rt=horde-hatchery&r1=08137096bf5e05ab323d44662b2b322b3f739aca&r2=9ea0c3f712e082f2fda8276036713e63c17c4a0c
-----------------------------------------------------------------------
commit b86d30201d06b8028728a1e63c401c5c17ff3d2b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Feb 4 12:31:30 2009 -0500
Remove UI elements related to kronolith "keywords"
kronolith/config/conf.xml | 6 ------
kronolith/lib/Views/Event.php | 16 ----------------
kronolith/templates/edit/edit.inc | 33 ---------------------------------
3 files changed, 0 insertions(+), 55 deletions(-)
http://git.horde.org/diff.php/kronolith/config/conf.xml?rt=horde-hatchery&r1=a4ed4fed7077dd59461aae053923453278f3347c&r2=b86d30201d06b8028728a1e63c401c5c17ff3d2b
http://git.horde.org/diff.php/kronolith/lib/Views/Event.php?rt=horde-hatchery&r1=384bcde90da3f30e0bb2300fcf6dfaf2f35e4954&r2=b86d30201d06b8028728a1e63c401c5c17ff3d2b
http://git.horde.org/diff.php/kronolith/templates/edit/edit.inc?rt=horde-hatchery&r1=f2a7416616889a616abc4443edd17698a8314e67&r2=b86d30201d06b8028728a1e63c401c5c17ff3d2b
More information about the commits
mailing list