Revision 564
Added by Matthias almost 17 years ago
trunk/wb/modules/form/info.php | ||
---|---|---|
28 | 28 |
for his contributions to this module - adding extra field types |
29 | 29 |
*/ |
30 | 30 |
|
31 |
/* |
|
32 |
revision: |
|
33 |
2.6.2.0 21 jan 2007 |
|
34 |
minor fixes in the search tabel entries |
|
35 |
2.6.1.9 24 dez 2006 |
|
36 |
adapted all files to be compatible with 2.6.5 |
|
37 |
2.6.1.8 03 oct 2006 |
|
38 |
fixed double )) in save_field.php line 76 |
|
39 |
2.6.1.7 24 jan 2006 |
|
40 |
added header to modify_fields |
|
41 |
removed a typo (captcha) |
|
42 |
2.6.1.6 23 jan 2006 |
|
43 |
added exit(0); after each header("Location: ...) call |
|
44 |
added language text for 'none' thanks to Ruebenwurzel |
|
45 |
2.6.1.5 23 jan 2006 |
|
46 |
added anti caching to captcha |
|
47 |
changed the way thankyou page works, if chosen page is none, mail still could be sent, thank you message is shown! |
|
48 |
|
|
49 |
2.6.1.4 22 jan 2006 |
|
50 |
added email to mailto/from selected fields -> Ticket #118 |
|
51 |
removed last separator in radiobutton and checkbox |
|
52 |
2.6.1.3 21 jan 2006 |
|
53 |
restored thankyou text |
|
54 |
fixed mail lines, format of maillines -> Ticket #86 |
|
55 |
fixed max_submissions -> Ticket #115 |
|
56 |
fixed mailto/from selected fields (only textfields) -> Ticket #118 |
|
57 |
2.6.1.2 16 jan 2006 |
|
58 |
fixed ' in websitetitle |
|
59 |
2.6.1.1 14 jan 2006 |
|
60 |
changed thank you text to thank you page |
|
61 |
added thank you mail |
|
62 |
changed behaviour of adding fields |
|
63 |
*/ |
|
64 |
/* |
|
65 |
todo: |
|
66 |
- display of fieldlengths as variable, |
|
67 |
- back after error with filled in stuff? |
|
68 |
- validation link for submissions??? |
|
69 |
*/ |
|
70 |
|
|
71 | 31 |
$module_directory = 'form'; |
72 | 32 |
$module_name = 'Form'; |
73 | 33 |
$module_function = 'page'; |
74 |
$module_version = '2.6.2.0';
|
|
34 |
$module_version = '2.7';
|
|
75 | 35 |
$module_platform = '2.6.x'; |
76 | 36 |
$module_author = 'Ryan Djurovich & Rudolph Lartey - additions John Maats - PCWacht'; |
77 | 37 |
$module_license = 'GNU General Public License'; |
Also available in: Unified diff
changed version number of form modul