|
1.25 (+2 -2 lines) |
01/02/2008 06:13 AM |
Jan Schneider jan |
Happy New Year Tags: JONAH_2008_08_22 |
|
1.24 (+3 -1 lines) |
11/24/2007 11:00 AM |
Jan Schneider jan |
Set email User-Agents. |
|
1.23 (+2 -2 lines) |
08/01/2007 12:11 AM |
Chuck Hagenbuch chuck |
Jon has assigned his copyrights to The Horde Project. |
|
1.22 (+2 -2 lines) |
06/27/2007 01:23 PM |
Jan Schneider jan |
Bump year, looks like a missed a few last time. |
|
1.21 (+15 -29 lines) |
01/04/2007 07:08 PM |
Jan Schneider jan |
Use MIME_Mail.
Set email address of authenticated users by default. |
|
1.20 (+3 -18 lines) |
10/06/2006 10:34 PM |
Chuck Hagenbuch chuck |
- To, not Recipients
- remove Reset button
- simple form, instead of showing story as well |
|
1.19 (+3 -3 lines) |
09/10/2006 01:50 PM |
Chuck Hagenbuch chuck |
Remove Jonah_News::singleton() and unnecessary references. Use
Jonah_News::factory() instead. |
|
1.18 (+4 -1 lines) |
05/11/2006 08:32 AM |
Jan Schneider jan |
Append story url to body again. |
|
1.17 (+9 -6 lines) |
05/11/2006 07:19 AM |
Jan Schneider jan |
Use the same story template for both viewing and sharing stories. |
|
1.16 (+5 -16 lines) |
03/27/2006 02:53 PM |
Chuck Hagenbuch chuck |
Remove Horde_Form::singleton() calls, and associated cleanup. |
|
1.15 (+8 -8 lines) |
02/22/2006 11:51 PM |
Chuck Hagenbuch chuck |
[cjh] Standardize the date fields for stories with an updated field that is
always the timestamp that the story was last modified, and a published
field which is controlled by the author and determines the release date.
This should also fix #3323, along with a bunch of other minor issues. |
|
1.14 (+2 -2 lines) |
01/01/2006 04:10 PM |
Jan Schneider jan |
Happy new year\! |
|
1.13 (+10 -1 lines) |
06/21/2005 05:36 PM |
Chuck Hagenbuch chuck |
- html cleanup
- don't instantiate $template variable in base.php
- menu item cleanups and accesskeys
- lots of htmlspecialchars fixes |
|
1.12 (+2 -2 lines) |
03/28/2005 03:28 PM |
Chuck Hagenbuch chuck |
need to fix urlencoding first, looks like... |
|
1.11 (+2 -2 lines) |
03/26/2005 04:56 PM |
Chuck Hagenbuch chuck |
Initial Atom feed support.
Bug: 1581 |
|
1.10 (+2 -2 lines) |
01/03/2005 09:35 AM |
Jan Schneider jan |
Happy New Year |
|
1.9 (+2 -2 lines) |
10/18/2004 08:45 PM |
Chuck Hagenbuch chuck |
Registry::getParam() -> Registry::get(). |
|
1.8 (+2 -2 lines) |
09/07/2004 06:24 AM |
Jan Schneider jan |
getStory() signature changed. |
|
1.7 (+1 -6 lines) |
09/06/2004 07:28 AM |
Jan Schneider jan |
Remove pointless redirection. |
|
1.6 (+2 -1 lines) |
08/29/2004 07:59 PM |
Jan Schneider jan |
Spoke too early. |
|
1.5 (+2 -2 lines) |
08/29/2004 07:50 PM |
Jan Schneider jan |
Parameters don't get double encoded anymore. |
|
1.4 (+2 -2 lines) |
08/19/2004 11:39 AM |
Jan Schneider jan |
Fix link generation and charset of sent stories. |
|
1.3 (+17 -10 lines) |
08/19/2004 10:41 AM |
Jan Schneider jan |
Allow to specify an alternative story URL. |
|
1.2 (+48 -18 lines) |
05/19/2004 03:39 AM |
jon |
In order to simplify the sending of stories via email, the "story to MIME
message" code has been generalized as Jonah_News::getStoryAsMessage().
This method is now used by the Jonah_Delivery_email implementation and the
story sharing feature.
This allows the story sharing feature to correctly render richtext stories
'multipart/alternative' MIME messages.
Bug: 116 |
|
1.1 |
04/12/2004 01:38 AM |
jon |
Adding the ability to share stories with friends via email. |