[cvs] commit: jonah/config .cvsignore geolocations.php.dist
jonah/lib
api.php horde/lib/NLS coordinates.php horde/graphics/block/moon
firstquarter.gif fullmoon.gif lastquarter.gif newmoon.gif
jonah/graphics/moon firstquarter.gif fullmoon.gif lastquarter.gif ...
Chuck Hagenbuch
chuck at horde.org
Fri Oct 24 14:02:57 PDT 2003
chuck 2003/10/24 14:02:56 PDT
Modified files:
config .cvsignore
lib api.php
docs INSTALL
config registry.php.dist
Added files:
lib/NLS coordinates.php
graphics/block/moon firstquarter.gif fullmoon.gif
lastquarter.gif newmoon.gif
lib/Block moon.php sunrise.php
graphics/block/sunrise sunrise.gif sunset.gif
Removed files:
config geolocations.php.dist
graphics/moon firstquarter.gif fullmoon.gif
lastquarter.gif newmoon.gif
lib/Block moon.php sunrise.php
graphics/sunrise sunrise.gif sunset.gif
Log:
Move the moon phases and sunrise/sunset blocks into Horde and out of
Jonah. This involved:
- moving the graphics into horde/graphics/block/<blockname>
- moving geolocations.php into lib/NLS/, as it really doesn't need to
be a config file.
- adding the block configs to registry.php.dist
Block parameters are still a bit awkward, so they don't work correctly
just yet. The code needed to return the real parameters is in the
getParams() method of the two new blocks.
Revision Changes Path
1.183 +16 -6 horde/config/registry.php.dist
1.1 +8 -0 horde/graphics/block/moon/firstquarter.gif (new)
1.1 +10 -0 horde/graphics/block/moon/fullmoon.gif (new)
1.1 +10 -0 horde/graphics/block/moon/lastquarter.gif (new)
1.1 +3 -0 horde/graphics/block/moon/newmoon.gif (new)
1.1 +4 -0 horde/graphics/block/sunrise/sunrise.gif (new)
1.1 +6 -0 horde/graphics/block/sunrise/sunset.gif (new)
1.1 +185 -0 horde/lib/Block/moon.php (new)
1.1 +192 -0 horde/lib/Block/sunrise.php (new)
1.1 +3900 -0 horde/lib/NLS/coordinates.php (new)
1.10 +0 -1 jonah/config/.cvsignore
1.4 +0 -3900 jonah/config/Attic/geolocations.php.dist (dead)
1.14 +3 -3 jonah/docs/INSTALL
1.2 +0 -8 jonah/graphics/moon/Attic/firstquarter.gif (dead)
1.2 +0 -10 jonah/graphics/moon/Attic/fullmoon.gif (dead)
1.2 +0 -10 jonah/graphics/moon/Attic/lastquarter.gif (dead)
1.2 +0 -3 jonah/graphics/moon/Attic/newmoon.gif (dead)
1.2 +0 -4 jonah/graphics/sunrise/Attic/sunrise.gif (dead)
1.2 +0 -6 jonah/graphics/sunrise/Attic/sunset.gif (dead)
1.7 +0 -160 jonah/lib/Block/Attic/moon.php (dead)
1.9 +0 -175 jonah/lib/Block/Attic/sunrise.php (dead)
1.40 +1 -33 jonah/lib/api.php
Chora Links:
http://cvs.horde.org/diff.php/horde/config/registry.php.dist?r1=1.182&r2=1.183&ty=u
http://cvs.horde.org/co.php/horde/graphics/block/moon/firstquarter.gif?r=1.1
http://cvs.horde.org/co.php/horde/graphics/block/moon/fullmoon.gif?r=1.1
http://cvs.horde.org/co.php/horde/graphics/block/moon/lastquarter.gif?r=1.1
http://cvs.horde.org/co.php/horde/graphics/block/moon/newmoon.gif?r=1.1
http://cvs.horde.org/co.php/horde/graphics/block/sunrise/sunrise.gif?r=1.1
http://cvs.horde.org/co.php/horde/graphics/block/sunrise/sunset.gif?r=1.1
http://cvs.horde.org/co.php/horde/lib/Block/moon.php?r=1.1
http://cvs.horde.org/co.php/horde/lib/Block/sunrise.php?r=1.1
http://cvs.horde.org/co.php/horde/lib/NLS/coordinates.php?r=1.1
http://cvs.horde.org/diff.php/jonah/config/.cvsignore?r1=1.9&r2=1.10&ty=u
http://cvs.horde.org/co.php/jonah/config/Attic/geolocations.php.dist?r=1.3
http://cvs.horde.org/diff.php/jonah/docs/INSTALL?r1=1.13&r2=1.14&ty=u
http://cvs.horde.org/co.php/jonah/graphics/moon/Attic/firstquarter.gif?r=1.1
http://cvs.horde.org/co.php/jonah/graphics/moon/Attic/fullmoon.gif?r=1.1
http://cvs.horde.org/co.php/jonah/graphics/moon/Attic/lastquarter.gif?r=1.1
http://cvs.horde.org/co.php/jonah/graphics/moon/Attic/newmoon.gif?r=1.1
http://cvs.horde.org/co.php/jonah/graphics/sunrise/Attic/sunrise.gif?r=1.1
http://cvs.horde.org/co.php/jonah/graphics/sunrise/Attic/sunset.gif?r=1.1
http://cvs.horde.org/co.php/jonah/lib/Block/Attic/moon.php?r=1.6
http://cvs.horde.org/co.php/jonah/lib/Block/Attic/sunrise.php?r=1.8
http://cvs.horde.org/diff.php/jonah/lib/api.php?r1=1.39&r2=1.40&ty=u
More information about the cvs
mailing list