Revisions for swoosh/send.php

Location: [ Horde ] / swoosh / send.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.41 (+1 -1 lines) 05/25/2008 05:37 PM Chuck Hagenbuch chuck

Moved to the incubator

1.40 (+2 -2 lines) 01/02/2008 06:14 AM Jan Schneider jan

Happy New Year

1.39 (+2 -2 lines) 01/02/2007 07:49 AM Jan Schneider jan

Happy New Year

1.38 (+3 -3 lines) 12/30/2006 03:24 PM Jan Schneider jan

Standardize copyright wrapping and spacing.

1.37 (+17 -36 lines) 05/22/2006 12:03 AM Chuck Hagenbuch chuck

general cleanup. expand code was not reachable in many cases I could see and wasn't working for me, so i have removed some of it. also got rid of some unused/unneeded files, removed global Horde_Template object, etc.

1.36 (+5 -6 lines) 03/10/2006 02:47 PM Chuck Hagenbuch chuck

Remove unnecessary reference and singleton calls.

1.35 (+2 -2 lines) 01/01/2006 04:11 PM Jan Schneider jan

Happy new year\!

1.34 (+2 -2 lines) 08/24/2005 01:42 AM Matt Selsky selsky

Use double-quotes.

1.33 (+2 -2 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.32 (+2 -2 lines) 11/22/2004 04:39 PM Chuck Hagenbuch chuck

New menu for swoosh.

1.31 (+2 -2 lines) 10/18/2004 08:46 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.30 (+2 -2 lines) 09/28/2004 05:27 PM mdjukic

change copyright to horde project

1.29 (+2 -2 lines) 05/04/2004 05:36 PM mdjukic

more typos

1.28 (+2 -2 lines) 05/04/2004 05:10 PM mdjukic

typo

1.27 (+2 -4 lines) 04/24/2004 12:02 PM Chuck Hagenbuch chuck

I don't think this notify was supposed to be here.

1.26 (+2 -2 lines) 04/23/2004 04:49 AM mdjukic

typo

1.25 (+14 -4 lines) 04/22/2004 06:22 PM mdjukic

move storage stuff here

1.24 (+3 -2 lines) 04/22/2004 03:36 AM mdjukic

don't overwrite existing send params

1.23 (+6 -6 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.22 (+2 -2 lines) 03/14/2004 09:27 PM mdjukic

gateway libs moved to framework/Net_SMS

1.21 (+6 -3 lines) 03/10/2004 10:38 PM mdjukic

more logic fixes for when submitting the form. if nothing unmatched or ambiguous just proceed to send the message

1.20 (+5 -4 lines) 03/10/2004 09:37 PM mdjukic

fix single gateway situation, some send form logic

1.19 (+94 -52 lines) 03/10/2004 01:56 PM mdjukic

- add turba lookups
- clean up the send form
- clean up a bit libs and send logic
- update the vodafone driver, although still doesn't seem to work

1.18 (+7 -10 lines) 03/03/2004 07:48 AM mdjukic

fix notify and rearrange code layout a bit, include only Renderer.php when needed

1.17 (+3 -2 lines) 02/26/2004 08:02 AM eraserhd

* Use Variables::getDefaultVariables() instead of Horde_Form::getDefaultVars()
* Delete Horde_Form::getDefaultVars()
* Make sure that appropriate files require 'Horde/Variables.php'

1.16 (+5 -5 lines) 02/25/2004 11:19 PM eraserhd

* Delete Horde_Form_Vars::, use Variables:: instead.
* Delete Horde_Form_Renderer_rows::, was only used by Hermes and depends on
Horde_Form_Vars:: cruft.

1.15 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

1.14 (+4 -4 lines) 01/13/2004 03:46 PM mdjukic

fix horde_form paths

1.13 (+6 -10 lines) 01/13/2004 10:32 AM Chuck Hagenbuch chuck

More unique varname for global template object.

1.12 (+3 -3 lines) 01/06/2004 11:07 AM mdjukic

extra full stop

1.11 (+3 -3 lines) 01/06/2004 09:54 AM mdjukic

this should be counted text and not long text

1.10 (+3 -3 lines) 01/01/2004 11:17 AM Jan Schneider jan

Happy new year everyone.

1.9 (+3 -4 lines) 09/29/2003 08:10 AM mdjukic

set only menu in parts tag and display as such in templates

1.8 (+3 -3 lines) 09/28/2003 04:20 AM mdjukic

use the setButtons() function for setting submit/reset buttons in Horde_Form

1.7 (+4 -4 lines) 09/16/2003 07:08 PM Jan Schneider jan

Use the new Util:: class.

1.6 (+11 -4 lines) 08/07/2003 07:15 AM mdjukic

clean up the logic when submitting/changing gateway

1.5 (+17 -13 lines) 08/04/2003 10:43 PM mdjukic

- clean up the variable names
- pass gateway params straight to the gateway driver when setting up
- pass the destination along as an array for now

1.4 (+3 -3 lines) 08/04/2003 02:25 PM mdjukic

allow comma separated numbers and trap for foreign characters in the recipient field

1.3 (+23 -11 lines) 08/04/2003 11:31 AM mdjukic

clean up a bit, comments, don't bother rendering a form if no gateway set up

1.2 (+59 -13 lines) 08/04/2003 03:55 AM mdjukic

- add support for selecting a gateway or selecting the default if there is only one available
- add support for gateway's send params which have not been set up by default
- small clean ups

... still not fully working

1.1 07/20/2003 10:11 AM mdjukic

simple send script to start off with