[cvs] commit: incubator/letter ajaxcompose.php browse.php compose.php file.php index.php read.php report.php incubator/letter/config .cvsignore conf.xml prefs.php.dist incubator/letter/docs TODO incubator/letter/js usms.js incubator/letter/js/src usms.js ...
Chuck Hagenbuch
chuck at horde.org
Thu Feb 7 17:24:37 UTC 2008
chuck 2008-02-07 12:24:37 EST
Added files:
letter ajaxcompose.php browse.php compose.php
file.php index.php read.php report.php
letter/config .cvsignore conf.xml prefs.php.dist
letter/docs TODO
letter/js usms.js
letter/js/src usms.js
letter/lib Driver.php Usms.php api.php base.php
version.php
letter/lib/Driver unixfs.php
letter/lib/Forms Compose.php ComposeAjax.php
letter/locale/sl_SI/LC_MESSAGES usms.mo
letter/po sl_SI.po usms.pot
letter/scripts delete_old_msgs.php
letter/scripts/sql usms.mysql.sql
letter/templates common-header.inc menu.inc
letter/templates/browse empty.php footer.php header.php
message_footers.php
message_headers.php row.php
letter/templates/read actions.php actions_sent.php read.php
letter/themes screen.css
letter/themes/graphics empty_trash.png mail_answered.png
mail_clearflag.png mail_deleted.png
mail_draft.png mail_flagged.png
mail_forwarded.png mail_personal.png
mail_priority_high.png
mail_priority_low.png mail_seen.png
mail_unseen.png manage_attachments.png
Log:
Initial import of Letter internal message module
Revision Changes Path
1.1 +49 -0 incubator/letter/ajaxcompose.php (new)
1.1 +199 -0 incubator/letter/browse.php (new)
1.1 +80 -0 incubator/letter/compose.php (new)
1.1 +2 -0 incubator/letter/config/.cvsignore (new)
1.1 +36 -0 incubator/letter/config/conf.xml (new)
1.1 +101 -0 incubator/letter/config/prefs.php.dist (new)
1.1 +3 -0 incubator/letter/docs/TODO (new)
1.1 +87 -0 incubator/letter/file.php (new)
1.1 +27 -0 incubator/letter/index.php (new)
1.1 +97 -0 incubator/letter/js/src/usms.js (new)
1.1 +14 -0 incubator/letter/js/usms.js (new)
1.1 +625 -0 incubator/letter/lib/Driver.php (new)
1.1 +233 -0 incubator/letter/lib/Driver/unixfs.php (new)
1.1 +103 -0 incubator/letter/lib/Forms/Compose.php (new)
1.1 +33 -0 incubator/letter/lib/Forms/ComposeAjax.php (new)
1.1 +236 -0 incubator/letter/lib/Usms.php (new)
1.1 +243 -0 incubator/letter/lib/api.php (new)
1.1 +59 -0 incubator/letter/lib/base.php (new)
1.1 +1 -0 incubator/letter/lib/version.php (new)
1.1 +38 -0 incubator/letter/locale/sl_SI/LC_MESSAGES/usms.mo (new)
1.1 +581 -0 incubator/letter/po/sl_SI.po (new)
1.1 +574 -0 incubator/letter/po/usms.pot (new)
1.1 +36 -0 incubator/letter/read.php (new)
1.1 +82 -0 incubator/letter/report.php (new)
1.1 +142 -0 incubator/letter/scripts/delete_old_msgs.php (new)
1.1 +36 -0 incubator/letter/scripts/sql/usms.mysql.sql (new)
1.1 +5 -0 incubator/letter/templates/browse/empty.php (new)
1.1 +64 -0 incubator/letter/templates/browse/footer.php (new)
1.1 +16 -0 incubator/letter/templates/browse/header.php (new)
1.1 +3 -0 incubator/letter/templates/browse/message_footers.php (new)
1.1 +56 -0 incubator/letter/templates/browse/message_headers.php (new)
1.1 +93 -0 incubator/letter/templates/browse/row.php (new)
1.1 +28 -0 incubator/letter/templates/common-header.inc (new)
1.1 +5 -0 incubator/letter/templates/menu.inc (new)
1.1 +47 -0 incubator/letter/templates/read/actions.php (new)
1.1 +11 -0 incubator/letter/templates/read/actions_sent.php (new)
1.1 +96 -0 incubator/letter/templates/read/read.php (new)
1.1 +3 -0 incubator/letter/themes/graphics/empty_trash.png (new)
1.1 +3 -0 incubator/letter/themes/graphics/mail_answered.png (new)
1.1 +3 -0 incubator/letter/themes/graphics/mail_clearflag.png (new)
1.1 +4 -0 incubator/letter/themes/graphics/mail_deleted.png (new)
1.1 +3 -0 incubator/letter/themes/graphics/mail_draft.png (new)
1.1 +4 -0 incubator/letter/themes/graphics/mail_flagged.png (new)
1.1 +3 -0 incubator/letter/themes/graphics/mail_forwarded.png (new)
1.1 +8 -0 incubator/letter/themes/graphics/mail_personal.png (new)
1.1 +6 -0 incubator/letter/themes/graphics/mail_priority_high.png (new)
1.1 +5 -0 incubator/letter/themes/graphics/mail_priority_low.png (new)
1.1 +3 -0 incubator/letter/themes/graphics/mail_seen.png (new)
1.1 +3 -0 incubator/letter/themes/graphics/mail_unseen.png (new)
1.1 +4 -0 incubator/letter/themes/graphics/manage_attachments.png (new)
1.1 +138 -0 incubator/letter/themes/screen.css (new)
Chora Links:
http://cvs.horde.org/co.php/incubator/letter/ajaxcompose.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/browse.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/compose.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/config/.cvsignore?r=1.1
http://cvs.horde.org/co.php/incubator/letter/config/conf.xml?r=1.1
http://cvs.horde.org/co.php/incubator/letter/config/prefs.php.dist?r=1.1
http://cvs.horde.org/co.php/incubator/letter/docs/TODO?r=1.1
http://cvs.horde.org/co.php/incubator/letter/file.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/index.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/js/src/usms.js?r=1.1
http://cvs.horde.org/co.php/incubator/letter/js/usms.js?r=1.1
http://cvs.horde.org/co.php/incubator/letter/lib/Driver.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/lib/Driver/unixfs.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/lib/Forms/Compose.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/lib/Forms/ComposeAjax.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/lib/Usms.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/lib/api.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/lib/base.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/lib/version.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/locale/sl_SI/LC_MESSAGES/usms.mo?r=1.1
http://cvs.horde.org/co.php/incubator/letter/po/sl_SI.po?r=1.1
http://cvs.horde.org/co.php/incubator/letter/po/usms.pot?r=1.1
http://cvs.horde.org/co.php/incubator/letter/read.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/report.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/scripts/delete_old_msgs.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/scripts/sql/usms.mysql.sql?r=1.1
http://cvs.horde.org/co.php/incubator/letter/templates/browse/empty.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/templates/browse/footer.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/templates/browse/header.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/templates/browse/message_footers.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/templates/browse/message_headers.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/templates/browse/row.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/templates/common-header.inc?r=1.1
http://cvs.horde.org/co.php/incubator/letter/templates/menu.inc?r=1.1
http://cvs.horde.org/co.php/incubator/letter/templates/read/actions.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/templates/read/actions_sent.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/templates/read/read.php?r=1.1
http://cvs.horde.org/co.php/incubator/letter/themes/graphics/empty_trash.png?r=1.1
http://cvs.horde.org/co.php/incubator/letter/themes/graphics/mail_answered.png?r=1.1
http://cvs.horde.org/co.php/incubator/letter/themes/graphics/mail_clearflag.png?r=1.1
http://cvs.horde.org/co.php/incubator/letter/themes/graphics/mail_deleted.png?r=1.1
http://cvs.horde.org/co.php/incubator/letter/themes/graphics/mail_draft.png?r=1.1
http://cvs.horde.org/co.php/incubator/letter/themes/graphics/mail_flagged.png?r=1.1
http://cvs.horde.org/co.php/incubator/letter/themes/graphics/mail_forwarded.png?r=1.1
http://cvs.horde.org/co.php/incubator/letter/themes/graphics/mail_personal.png?r=1.1
http://cvs.horde.org/co.php/incubator/letter/themes/graphics/mail_priority_high.png?r=1.1
http://cvs.horde.org/co.php/incubator/letter/themes/graphics/mail_priority_low.png?r=1.1
http://cvs.horde.org/co.php/incubator/letter/themes/graphics/mail_seen.png?r=1.1
http://cvs.horde.org/co.php/incubator/letter/themes/graphics/mail_unseen.png?r=1.1
http://cvs.horde.org/co.php/incubator/letter/themes/graphics/manage_attachments.png?r=1.1
http://cvs.horde.org/co.php/incubator/letter/themes/screen.css?r=1.1
More information about the cvs
mailing list