[cvs] commit: horde prefs.php chora co.php cvs.php diff.php prefs.php
horde/docs CHANGES gollem prefs.php hermes prefs.php imp
compose.php fetchmailprefs.php filters.php folders.php
identities.php mailbox.php message.php pgp.php prefs.php ...
Chuck Hagenbuch
chuck at horde.org
Wed Dec 18 14:54:53 PST 2002
chuck 2002/12/18 14:54:53 PST
Modified files:
. prefs.php
. co.php cvs.php diff.php prefs.php
docs CHANGES
. prefs.php
. prefs.php
. compose.php fetchmailprefs.php
filters.php folders.php identities.php
mailbox.php message.php pgp.php prefs.php
search.php smime.php
docs CHANGES
lib IMP.php api.php
. prefs.php
. prefs.php
. accounts.php prefs.php
. prefs.php
. calendars.php data.php prefs.php
lib Registry.php Text.php
lib/MIME/Viewer vcard.php
. search.php
lib MIMP.php
. data.php notepads.php prefs.php
. data.php prefs.php tasklists.php
. dns.php finger.php icq.php lookup.php
mailaddrcheck.php ping.php relay.php
services.php traceroute.php whois.php
. data.php displayobject.php prefs.php
query.php
templates/display display.inc
templates/query row.inc
. prefs.php
. prefs.php
. prefs.php
. advanced.php browse.php data.php
displayobject.php prefs.php
templates/browse contactrow.inc
templates/display display.inc
templates/search row.inc
. prefs.php
Log:
Fairly huge commit, due to the amount of code I could rip out with
this change (yay, fewer lines, same functionality):
[cjh] The mail/compose method is now a full call, not a link. This means,
aside from a bit less code duplication, that we now honor the
compose_popup preference in $registry calls.
[cjh] Deprecated Registry::includeFiles() and Registry::shutdown().
Revision Changes Path
1.28 +7 -8 chora/co.php
1.145 +17 -18 chora/cvs.php
1.65 +19 -20 chora/diff.php
1.5 +1 -2 chora/prefs.php
1.27 +2 -5 gollem/prefs.php
1.2 +2 -5 hermes/prefs.php
1.354 +1 -0 horde/docs/CHANGES
1.13 +7 -12 horde/lib/MIME/Viewer/vcard.php
1.117 +2 -45 horde/lib/Registry.php
1.43 +3 -3 horde/lib/Text.php
2.9 +2 -3 horde/prefs.php
2.593 +1 -3 imp/compose.php
1.550 +3 -0 imp/docs/CHANGES
1.18 +1 -2 imp/fetchmailprefs.php
2.61 +2 -7 imp/filters.php
2.194 +1 -3 imp/folders.php
2.42 +2 -9 imp/identities.php
1.341 +21 -9 imp/lib/IMP.php
1.44 +34 -15 imp/lib/api.php
2.442 +14 -16 imp/mailbox.php
2.423 +2 -4 imp/message.php
2.44 +2 -3 imp/pgp.php
2.188 +2 -3 imp/prefs.php
2.89 +2 -3 imp/search.php
2.12 +2 -3 imp/smime.php
1.2 +2 -5 ingo/prefs.php
1.8 +2 -3 jonah/prefs.php
1.5 +10 -18 juno/accounts.php
1.2 +2 -3 juno/prefs.php
1.6 +1 -2 klutz/prefs.php
1.20 +1 -2 kronolith/calendars.php
1.40 +1 -2 kronolith/data.php
1.24 +1 -2 kronolith/prefs.php
1.7 +2 -83 mimp/lib/MIMP.php
1.6 +2 -3 mimp/search.php
1.9 +2 -3 mnemo/data.php
1.8 +1 -2 mnemo/notepads.php
1.9 +2 -3 mnemo/prefs.php
1.17 +3 -4 nag/data.php
1.23 +1 -2 nag/prefs.php
1.8 +1 -2 nag/tasklists.php
1.3 +3 -3 nic/dns.php
1.30 +2 -3 nic/finger.php
1.14 +2 -6 nic/icq.php
1.5 +2 -5 nic/lookup.php
1.9 +2 -8 nic/mailaddrcheck.php
1.16 +2 -5 nic/ping.php
1.11 +6 -9 nic/relay.php
1.8 +2 -5 nic/services.php
1.8 +2 -5 nic/traceroute.php
1.7 +3 -6 nic/whois.php
1.5 +1 -2 odin/data.php
1.3 +1 -2 odin/displayobject.php
1.3 +2 -3 odin/prefs.php
1.11 +1 -2 odin/query.php
1.4 +2 -2 odin/templates/display/display.inc
1.4 +2 -2 odin/templates/query/row.inc
1.3 +2 -5 sam/prefs.php
1.2 +2 -5 trean/prefs.php
1.5 +2 -5 troll/prefs.php
1.41 +4 -9 turba/advanced.php
1.26 +1 -2 turba/browse.php
1.39 +3 -4 turba/data.php
1.18 +2 -3 turba/displayobject.php
1.14 +1 -2 turba/prefs.php
1.10 +2 -2 turba/templates/browse/contactrow.inc
1.36 +2 -2 turba/templates/display/display.inc
1.34 +2 -2 turba/templates/search/row.inc
1.2 +3 -6 whups/prefs.php
Chora Links:
http://cvs.horde.org/diff.php/chora/co.php?r1=1.27&r2=1.28&ty=u
http://cvs.horde.org/diff.php/chora/cvs.php?r1=1.144&r2=1.145&ty=u
http://cvs.horde.org/diff.php/chora/diff.php?r1=1.64&r2=1.65&ty=u
http://cvs.horde.org/diff.php/chora/prefs.php?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/diff.php/gollem/prefs.php?r1=1.26&r2=1.27&ty=u
http://cvs.horde.org/diff.php/hermes/prefs.php?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.353&r2=1.354&ty=u
http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/vcard.php?r1=1.12&r2=1.13&ty=u
http://cvs.horde.org/diff.php/horde/lib/Registry.php?r1=1.116&r2=1.117&ty=u
http://cvs.horde.org/diff.php/horde/lib/Text.php?r1=1.42&r2=1.43&ty=u
http://cvs.horde.org/diff.php/horde/prefs.php?r1=2.8&r2=2.9&ty=u
http://cvs.horde.org/diff.php/imp/compose.php?r1=2.592&r2=2.593&ty=u
http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.549&r2=1.550&ty=u
http://cvs.horde.org/diff.php/imp/fetchmailprefs.php?r1=1.17&r2=1.18&ty=u
http://cvs.horde.org/diff.php/imp/filters.php?r1=2.60&r2=2.61&ty=u
http://cvs.horde.org/diff.php/imp/folders.php?r1=2.193&r2=2.194&ty=u
http://cvs.horde.org/diff.php/imp/identities.php?r1=2.41&r2=2.42&ty=u
http://cvs.horde.org/diff.php/imp/lib/IMP.php?r1=1.340&r2=1.341&ty=u
http://cvs.horde.org/diff.php/imp/lib/api.php?r1=1.43&r2=1.44&ty=u
http://cvs.horde.org/diff.php/imp/mailbox.php?r1=2.441&r2=2.442&ty=u
http://cvs.horde.org/diff.php/imp/message.php?r1=2.422&r2=2.423&ty=u
http://cvs.horde.org/diff.php/imp/pgp.php?r1=2.43&r2=2.44&ty=u
http://cvs.horde.org/diff.php/imp/prefs.php?r1=2.187&r2=2.188&ty=u
http://cvs.horde.org/diff.php/imp/search.php?r1=2.88&r2=2.89&ty=u
http://cvs.horde.org/diff.php/imp/smime.php?r1=2.11&r2=2.12&ty=u
http://cvs.horde.org/diff.php/ingo/prefs.php?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/jonah/prefs.php?r1=1.7&r2=1.8&ty=u
http://cvs.horde.org/diff.php/juno/accounts.php?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/diff.php/juno/prefs.php?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/klutz/prefs.php?r1=1.5&r2=1.6&ty=u
http://cvs.horde.org/diff.php/kronolith/calendars.php?r1=1.19&r2=1.20&ty=u
http://cvs.horde.org/diff.php/kronolith/data.php?r1=1.39&r2=1.40&ty=u
http://cvs.horde.org/diff.php/kronolith/prefs.php?r1=1.23&r2=1.24&ty=u
http://cvs.horde.org/diff.php/mimp/lib/MIMP.php?r1=1.6&r2=1.7&ty=u
http://cvs.horde.org/diff.php/mimp/search.php?r1=1.5&r2=1.6&ty=u
http://cvs.horde.org/diff.php/mnemo/data.php?r1=1.8&r2=1.9&ty=u
http://cvs.horde.org/diff.php/mnemo/notepads.php?r1=1.7&r2=1.8&ty=u
http://cvs.horde.org/diff.php/mnemo/prefs.php?r1=1.8&r2=1.9&ty=u
http://cvs.horde.org/diff.php/nag/data.php?r1=1.16&r2=1.17&ty=u
http://cvs.horde.org/diff.php/nag/prefs.php?r1=1.22&r2=1.23&ty=u
http://cvs.horde.org/diff.php/nag/tasklists.php?r1=1.7&r2=1.8&ty=u
http://cvs.horde.org/diff.php/nic/dns.php?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/diff.php/nic/finger.php?r1=1.29&r2=1.30&ty=u
http://cvs.horde.org/diff.php/nic/icq.php?r1=1.13&r2=1.14&ty=u
http://cvs.horde.org/diff.php/nic/lookup.php?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/diff.php/nic/mailaddrcheck.php?r1=1.8&r2=1.9&ty=u
http://cvs.horde.org/diff.php/nic/ping.php?r1=1.15&r2=1.16&ty=u
http://cvs.horde.org/diff.php/nic/relay.php?r1=1.10&r2=1.11&ty=u
http://cvs.horde.org/diff.php/nic/services.php?r1=1.7&r2=1.8&ty=u
http://cvs.horde.org/diff.php/nic/traceroute.php?r1=1.7&r2=1.8&ty=u
http://cvs.horde.org/diff.php/nic/whois.php?r1=1.6&r2=1.7&ty=u
http://cvs.horde.org/diff.php/odin/data.php?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/diff.php/odin/displayobject.php?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/diff.php/odin/prefs.php?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/diff.php/odin/query.php?r1=1.10&r2=1.11&ty=u
http://cvs.horde.org/diff.php/odin/templates/display/display.inc?r1=1.3&r2=1.4&ty=u
http://cvs.horde.org/diff.php/odin/templates/query/row.inc?r1=1.3&r2=1.4&ty=u
http://cvs.horde.org/diff.php/sam/prefs.php?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/diff.php/trean/prefs.php?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/troll/prefs.php?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/diff.php/turba/advanced.php?r1=1.40&r2=1.41&ty=u
http://cvs.horde.org/diff.php/turba/browse.php?r1=1.25&r2=1.26&ty=u
http://cvs.horde.org/diff.php/turba/data.php?r1=1.38&r2=1.39&ty=u
http://cvs.horde.org/diff.php/turba/displayobject.php?r1=1.17&r2=1.18&ty=u
http://cvs.horde.org/diff.php/turba/prefs.php?r1=1.13&r2=1.14&ty=u
http://cvs.horde.org/diff.php/turba/templates/browse/contactrow.inc?r1=1.9&r2=1.10&ty=u
http://cvs.horde.org/diff.php/turba/templates/display/display.inc?r1=1.35&r2=1.36&ty=u
http://cvs.horde.org/diff.php/turba/templates/search/row.inc?r1=1.33&r2=1.34&ty=u
http://cvs.horde.org/diff.php/whups/prefs.php?r1=1.1&r2=1.2&ty=u
More information about the cvs
mailing list