|
1.39 (+4 -4 lines) |
04/20/2008 03:33 AM |
Ben Klang bklang |
* Rename $ulaform to $ulaform_driver to avoid global variable conflict
* Move getFieldsList out of the driver and into the application class because URL construction does not belong in the driver |
|
1.38 (+2 -3 lines) |
02/05/2008 04:42 PM |
Chuck Hagenbuch chuck |
more avoiding double-defines |
|
1.37 (+3 -5 lines) |
01/10/2008 11:37 AM |
Chuck Hagenbuch chuck |
- Add api method to display a form (not need to create a separete http request to integrate in existing horde app)
- Make getForm return and error if form does not exist so we handle a sql error or form existence check in the same check.
- Do not user select *
- @define -> define
Submitted by: duck@obala.net |
|
1.36 (+2 -2 lines) |
01/02/2008 06:14 AM |
Jan Schneider jan |
Happy New Year |
|
1.35 (+4 -1 lines) |
10/07/2007 08:55 AM |
Jan Schneider jan |
"matrix" treatment. |
|
1.34 (+2 -2 lines) |
05/12/2007 01:23 AM |
Chuck Hagenbuch chuck |
apparently i committed only the changelog? |
|
1.33 (+2 -2 lines) |
01/02/2007 07:49 AM |
Jan Schneider jan |
Happy New Year |
|
1.32 (+3 -3 lines) |
01/01/2007 07:42 PM |
Jan Schneider jan |
Assign copyright to The Horde Project for those copyright holders that already agreed to it. |
|
1.31 (+3 -3 lines) |
12/30/2006 03:24 PM |
Jan Schneider jan |
Standardize copyright wrapping and spacing. |
|
1.30 (+2 -3 lines) |
03/27/2006 01:17 PM |
Chuck Hagenbuch chuck |
minor additional CS/cleanup |
|
1.29 (+5 -4 lines) |
03/27/2006 01:16 PM |
Chuck Hagenbuch chuck |
Get rid of a bunch of unnecessary references
remove Horde_Form::singleton() calls. |
|
1.28 (+2 -2 lines) |
01/01/2006 04:12 PM |
Jan Schneider jan |
Happy new year\! |
|
1.27 (+3 -3 lines) |
08/24/2005 01:31 AM |
Matt Selsky selsky |
Use double-quotes. |
|
1.26 (+3 -3 lines) |
05/18/2005 06:39 AM |
Jan Schneider jan |
Fix viral method name typo. |
|
1.25 (+1 -2 lines) |
04/20/2005 12:02 AM |
Matt Selsky selsky |
Remove @version. |
|
1.24 (+3 -3 lines) |
01/03/2005 09:35 AM |
Jan Schneider jan |
Happy New Year |
|
1.23 (+3 -3 lines) |
12/07/2004 12:11 PM |
Jan Schneider jan |
Show form name as title. |
|
1.22 (+3 -3 lines) |
11/19/2004 10:53 PM |
eraserhd |
* Add support for 'file' and 'image' fields to ulaform.
* Send as MIME attachments in the mailto driver. |
|
1.21 (+3 -2 lines) |
11/12/2004 05:40 AM |
Jan Schneider jan |
Show form name in a title above the form (Ben Chavet <ben@chavet.net>). |
|
1.20 (+3 -3 lines) |
10/18/2004 08:46 PM |
Chuck Hagenbuch chuck |
Registry::getParam() -> Registry::get(). |
|
1.19 (+15 -2 lines) |
07/12/2004 08:44 AM |
mdjukic |
allow guests to display/submit forms, add default language to created forms, add some error checking |
|
1.18 (+11 -16 lines) |
07/11/2004 12:37 PM |
mdjukic |
simplify |
|
1.17 (+3 -3 lines) |
05/20/2004 12:41 PM |
Jan Schneider jan |
Fix package names. |
|
1.16 (+3 -3 lines) |
04/07/2004 10:43 AM |
Chuck Hagenbuch chuck |
No more HORDE_LIBS. |
|
1.15 (+3 -3 lines) |
03/03/2004 07:42 AM |
mdjukic |
fix notification |
|
1.14 (+4 -3 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.13 (+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.12 (+3 -3 lines) |
01/17/2004 05:57 PM |
Jan Schneider jan |
All footers look the same, so why not use only one. |
|
1.11 (+3 -3 lines) |
01/01/2004 11:17 AM |
Jan Schneider jan |
Happy new year everyone. |
|
1.10 (+7 -8 lines) |
10/30/2003 06:03 PM |
Jan Schneider jan |
nits |
|
1.9 (+4 -4 lines) |
09/16/2003 07:08 PM |
Jan Schneider jan |
Use the new Util:: class. |
|
1.8 (+5 -6 lines) |
08/16/2003 09:51 AM |
mdjukic |
tweaking code layout |
|
1.7 (+45 -20 lines) |
08/14/2003 01:08 PM |
mdjukic |
- clean up a bit
- move code from lib/Display.php into here
- set up some code for better embedding of forms in external pages |
|
1.6 (+4 -4 lines) |
07/19/2003 07:11 PM |
mdjukic |
comments tidying up |
|
1.5 (+3 -3 lines) |
06/19/2003 02:48 PM |
Chuck Hagenbuch chuck |
LOG_* constants -> PEAR_LOG_* |
|
1.4 (+8 -6 lines) |
05/29/2003 05:34 PM |
mdjukic |
some cleaning up |
|
1.3 (+10 -5 lines) |
04/27/2003 12:07 AM |
mdjukic |
allow the display.php script to be included in any html page as per this example:
<script language="php">
$form_id = 2;
include <pathtoulaform> . '/display.php';
</script> |
|
1.2 (+3 -3 lines) |
04/09/2003 02:33 AM |
mdjukic |
silence warnings |
|
1.1 |
04/09/2003 12:04 AM |
mdjukic |
new files |