Merge branch 'pm_wysiwyg'

This commit is contained in:
Gustavo Cruz
2012-11-29 13:35:28 -04:00
1474 changed files with 49429 additions and 591 deletions

0
workflow/engine/classes/class.AppSolr.php Normal file → Executable file
View File

0
workflow/engine/classes/class.applications.php Normal file → Executable file
View File

View File

View File

View File

0
workflow/engine/classes/class.dashletRssReader.php Normal file → Executable file
View File

0
workflow/engine/classes/class.fileCache.php Normal file → Executable file
View File

0
workflow/engine/classes/class.memcached.php Normal file → Executable file
View File

0
workflow/engine/classes/class.multipleFilesBackup.php Normal file → Executable file
View File

0
workflow/engine/classes/class.pmDashlet.php Normal file → Executable file
View File

0
workflow/engine/classes/class.searchIndex.php Normal file → Executable file
View File

0
workflow/engine/classes/class.solr.php Normal file → Executable file
View File

View File

@@ -207,7 +207,7 @@ class XmlForm_Field_TextareaPM extends XmlForm_Field
* @param eter string owner
* @return string
*/
public function renderGrid ($values = null, $owner)
public function renderGrid ($owner, $values = null)
{
$result = array ();
$r = 1;
@@ -320,7 +320,7 @@ class XmlForm_Field_hours extends XmlForm_Field_SimpleText
* @param eter string owner
* @return string
*/
public function renderGrid ($values = array(), $owner)
public function renderGrid ($values = array(),$owner)
{
$result = array ();
$r = 1;
@@ -380,8 +380,7 @@ function getDynaformsVars ($sProcessUID, $bSystemVars = true, $bIncMulSelFields
if ($bSystemVars) {
$aAux = G::getSystemConstants();
foreach ($aAux as $sName => $sValue) {
$aFields[] = array ('sName' => $sName,'sType' => 'system','sLabel' => 'System variable'
);
$aFields[] = array ('sName' => $sName,'sType' => 'system','sLabel' => 'System variable');
}
//we're adding the ping variable to the system list
$aFields[] = array ('sName' => 'PIN','sType' => 'system','sLabel' => 'System variable'

0
workflow/engine/classes/entities/AppSolrQueue.php Normal file → Executable file
View File

0
workflow/engine/classes/entities/Base.php Normal file → Executable file
View File

0
workflow/engine/classes/entities/FacetGroup.php Normal file → Executable file
View File

View File

View File

0
workflow/engine/classes/entities/FacetItem.php Normal file → Executable file
View File

0
workflow/engine/classes/entities/FacetRequest.php Normal file → Executable file
View File

0
workflow/engine/classes/entities/FacetResult.php Normal file → Executable file
View File

View File

0
workflow/engine/classes/entities/SolrQueryResult.php Normal file → Executable file
View File

0
workflow/engine/classes/entities/SolrRequestData.php Normal file → Executable file
View File

View File

View File

0
workflow/engine/classes/model/AppSolrQueue.php Normal file → Executable file
View File

0
workflow/engine/classes/model/AppSolrQueuePeer.php Normal file → Executable file
View File

0
workflow/engine/classes/model/Dashlet.php Normal file → Executable file
View File

0
workflow/engine/classes/model/DashletInstance.php Normal file → Executable file
View File

0
workflow/engine/classes/model/DashletInstancePeer.php Normal file → Executable file
View File

0
workflow/engine/classes/model/DashletPeer.php Normal file → Executable file
View File

View File

@@ -108,6 +108,7 @@ class OutputDocument extends BaseOutputDocument
if (!is_null($oOutputDocument)) {
$aFields = $oOutputDocument->toArray(BasePeer::TYPE_FIELDNAME);
$aFields['OUT_DOC_TITLE'] = $oOutputDocument->getOutDocTitle();
$aFields['PRO_UID'] = $oOutputDocument->getProUid();
$aFields['OUT_DOC_DESCRIPTION'] = $oOutputDocument->getOutDocDescription();
$aFields['OUT_DOC_FILENAME'] = $oOutputDocument->getOutDocFilename();
$aFields['OUT_DOC_TEMPLATE'] = $oOutputDocument->getOutDocTemplate();

View File

View File

View File

0
workflow/engine/classes/model/om/BaseAppSolrQueue.php Normal file → Executable file
View File

View File

0
workflow/engine/classes/model/om/BaseDashlet.php Normal file → Executable file
View File

View File

View File

0
workflow/engine/classes/model/om/BaseDashletPeer.php Normal file → Executable file
View File

View File

0
workflow/engine/classes/triggers/class.pmTrZimbra.php Normal file → Executable file
View File