pieforms-commit Mailing List for Pieforms
Status: Alpha
Brought to you by:
oracleshinoda
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(73) |
Dec
(83) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(16) |
Feb
(19) |
Mar
(12) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(14) |
Sep
(2) |
Oct
(1) |
Nov
(2) |
Dec
(45) |
2008 |
Jan
(20) |
Feb
(3) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(1) |
2009 |
Jan
(2) |
Feb
(2) |
Mar
|
Apr
(2) |
May
(1) |
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(7) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
|
4
(4) |
5
|
6
|
7
|
8
|
9
(2) |
10
|
11
(4) |
12
|
13
|
14
(2) |
15
|
16
|
17
|
18
|
19
(5) |
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
(2) |
28
|
|
|
|
From: <ora...@us...> - 2007-02-09 08:38:04
|
Revision: 178 http://svn.sourceforge.net/pieforms/?rev=178&view=rev Author: oracleshinoda Date: 2007-02-09 00:38:01 -0800 (Fri, 09 Feb 2007) Log Message: ----------- Merged commit 177 from trunk Modified Paths: -------------- pieforms-php5/branches/0.2.0/src/pieform.php Modified: pieforms-php5/branches/0.2.0/src/pieform.php =================================================================== --- pieforms-php5/branches/0.2.0/src/pieform.php 2007-02-09 07:50:51 UTC (rev 177) +++ pieforms-php5/branches/0.2.0/src/pieform.php 2007-02-09 08:38:01 UTC (rev 178) @@ -890,8 +890,6 @@ * without the breakage. */ private function submit_js() { - $strprocessingform = get_string('processingform'); - $result = <<<EOF connect($('{$this->name}'), 'onsubmit', function(e) { if (typeof(tinyMCE) != 'undefined') { tinyMCE.triggerSave(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ora...@us...> - 2007-02-09 07:50:51
|
Revision: 177 http://svn.sourceforge.net/pieforms/?rev=177&view=rev Author: oracleshinoda Date: 2007-02-08 23:50:51 -0800 (Thu, 08 Feb 2007) Log Message: ----------- Removed call to get_string that is causing problems Modified Paths: -------------- pieforms-php5/trunk/src/pieform.php Modified: pieforms-php5/trunk/src/pieform.php =================================================================== --- pieforms-php5/trunk/src/pieform.php 2007-02-04 23:00:03 UTC (rev 176) +++ pieforms-php5/trunk/src/pieform.php 2007-02-09 07:50:51 UTC (rev 177) @@ -890,8 +890,6 @@ * without the breakage. */ private function submit_js() { - $strprocessingform = get_string('processingform'); - $result = <<<EOF connect($('{$this->name}'), 'onsubmit', function(e) { if (typeof(tinyMCE) != 'undefined') { tinyMCE.triggerSave(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |