Commit Graph

60 Commits

Author SHA1 Message Date
Hector Cortez
d9d3eed6ff BUG 9321 executeQuery() does not return the number of records affected..SLOVED
- ExecuteQuery() is supposed to return the number of records affected by DELETE, UPDATE and INSERT commands.
- Adjustment in the number of records for different Engines.
2012-10-12 16:57:47 -04:00
Fernando Ontiveros
0915784426 working in the REST API, rebuilding classes for all tables and fixing small errors 2012-09-24 15:09:48 -04:00
Fernando Ontiveros
458c6767fa fixing an error in propel model, this was a typo error 2012-09-18 10:29:59 -04:00
Fernando Ontiveros
7d648cdb0a CODE STYLE fixing propel autogenerated classes 2012-09-17 21:01:31 -04:00
Fernando Ontiveros
6e06bc8c6c CODE STYLE fixing the propel generated files for om folder 2012-09-17 19:52:11 -04:00
Julio Cesar Laura
c6117149e8 BUG 6213 Improve bandwith usage (minimize js and css files) SOLVED
- The minimization wasn't applied to some js files because the library used gives some errors
- Upgrade the jsmin class and minify the remaining js files
2012-09-17 10:54:39 -04:00
Fernando Ontiveros
ee4e92bfb5 CODE STYLE fixing propel generators 2012-09-07 00:47:04 -04:00
fernando
84b51bf05e fixing small issues with rest 2012-08-29 16:29:02 -04:00
Erik Amaru Ortiz
612819cb75 FEATURE, PM Rest Api: Adding rest api crud generator 2012-08-20 18:33:25 -04:00
Erik Amaru Ortiz
9b1867a410 FEATURE: First commit for ProcessMaker Rest Support
What is Functional

- Restler thirdparty library added
- Restler integration with gulliver added
- Rest requests are dispatched by sysGeneric
- Restler autodiscover for classes that implements Restler iAuthenticate interface added

What Missing

- ProcessMaker Api implemented yet
- some rest api class are in workflow/engine/services/rest/*.php
2012-08-10 16:54:12 -04:00
Fernando
e242879404 fixing json issue 2012-07-13 08:15:25 -04:00
Fernando Ontiveros
0367268c4f BUG 9226 gulliver propel-build-sql script needs user and pass
- the script propel-build-sql was using mysql_real_escape_string, and this function needs to connect to database in order to make a good and real escape
needs
- the function mysql_real_escape string was changed for a simple alternative, and this code does not need to connect to database.
2012-06-14 16:55:30 -04:00
Brayan Osmar Pereyra Suxo
37a7b5e091 BUG 8847 The option mail php is disabled SOLVED
- I add option mail php to send mail
2012-06-13 18:14:18 -04:00
Hector Cortez
5cf8df161c BUG 8950 SQL queries using dbarray in DynaForms do not support line... SOLVED.
- When querying a normal database connection or one of the workspace databases in a DynaForm field, the SQL query can contain line breaks.
- Adjustment in the parsed of the sintaxis in the SQL statement.
2012-04-17 10:58:36 -04:00
Fernando Ontiveros
84dbad7617 BUG 0000 adding memcache to processList
fixing telefonica slow issues
2012-04-12 17:35:23 -04:00
Fernando Ontiveros
5ed9e3b63f BUG 0000 fixing a notice to enable pmMonitor time log 2012-01-26 17:32:32 -04:00
Fernando Ontiveros
0ff9d919af BUG 0000 first commit enabling pmMonitor code 2012-01-17 19:57:52 -04:00
Hector Cortez
cab6281d06 BUG 7798 Fix Bug in the connection to an instance for SQLServer database. 2011-11-08 16:23:23 -04:00
Erik Amaru Ortiz
d11eaadc2d BUG 0000 Propel engine FIX for doInsert() & doUpdate()
- those funcions when creating the sql the columns names weren't being qualified quoted
  this cause problems for some reserved words like RANGE and other
  It was fixed using the respective adapter for each db engine $adapter->quoteIdentifier()
  when $adapter is {DBMySQL,DBPostgres,DBMSSQL, etc} it is built in via factory of Propel object
2011-10-12 10:05:16 -04:00
Erik Amaru Ortiz
2c922ea763 BUG 0000 reverting some debug changes 2011-10-04 10:19:39 -04:00
Erik Amaru Ortiz
98e5f5339d BUG 0000 updating base translations 2011-10-03 18:53:04 -04:00
Erik Amaru Ortiz
3a242fe8a5 BUG 0000 Refactoring for propel-generator/Database class to DatabasePropel class
- fixes in data editing
- fixes in pmtables import
2011-09-15 11:30:27 -04:00
Erik Amaru Ortiz
4968521a07 BUG 000 PM tables class generator & table build using phing 2011-09-08 15:00:41 -04:00
Carlos Pacha
1fef88d24e BUG 7566 Attachments to email messages, can not attach files, version PHP 5.3
This issue was fixed. we have replaced the deprecated function
2011-09-08 11:03:00 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Carlos Pacha
853bd5be48 BUG 3910 Attachments to email messages
added attachment option, at least one or more  attachment file
2011-08-17 10:41:06 -04:00
Hugo Loza
daf7ac09b1 BUG 7344 Feature -> PDF Security settings
With this settings is possible to setup security for a PDF generated (Output Document).
In Output Document setup there is a new section available when the output document is either PDF or BOTH with the following fields:
Permissions: Must select wich permissions will be granted (if none is selected only VIEW is allowed)
Open Password: Is the password requested to open the document. (This open the document with selected permissions)
Owner Password: Is the password that allow owner to open and change permissions
2011-07-29 17:46:22 -04:00
Hugo Loza
b47d9fa01e BUG 0000 using mysql_real...
Modified a line
2011-07-29 17:40:13 -04:00
Enrique Ponce De Leon
54f6ac749e BUG 0000 PEAR LOG Notice Solved. 2011-07-04 10:26:17 -04:00
Hugo Loza
5201e3e7f3 BUG 7140 DBArray SQl parser notices removed
Only if each SQl part exist then try to execute
2011-07-03 11:24:18 -04:00
Hugo Loza
76da8ecd2c BUG 7140 some non defined portions of the query fixed
groupBy clause and orderBy
2011-07-01 12:04:18 -04:00
Hugo Loza
3aa2785ef1 BUG 7140 -> Fix complete save label with dbarray connection
The fix was completed. Chckgroup, listbox, dropdowns that use dbconnection now save the labels correctly by executing the query as usual
2011-07-01 10:17:44 -04:00
Alexandre Rosenfeld
148651596d BACKPORT Fix issues with text columns when generating models 2011-06-28 16:30:56 -04:00
Hugo Loza
3edad64d8e BUG 7140 Fixed Fatal error, no database Array defined for this connection
Fixed the issue by using DBArray defined in session if it doesn't exist in global variables. The SQL that should be executed for this dbarray is not being captured yet so for this is not possible to save the label
2011-06-28 11:50:13 -04:00
Fernando Ontiveros
9caaeed486 BUG 4759 fixing sql server
when query is a update command, should return false in  function next()
2011-05-26 17:57:33 -04:00
Fernando Ontiveros
dbb94e78e6 BUG 4759 fixing sql server
charset, now we expecting utf8 from freetds, and we obtain utf8 in propel, so we dont need to do anything to show international unicode characters
2011-05-26 16:44:29 -04:00
Alexandre Rosenfeld
8c07bad50b BUG 6691 Do not allow default values for text 2011-04-29 12:24:43 -04:00
Erik Amaru Ortiz
cfa12468db BUG 6664 "smpt configuration does support to saecure connections like gmail now"
* A radio group option was added into smtp configuration interface to select a secure connetion type
* The phpMailer thirdparty library was updated to support ssl and tls secure connections
2011-04-19 17:16:12 -04:00
erik
584f2dcd37 adding missing gulliver/thirdparty/html2ps_pdf/cache folder 2011-03-18 12:50:27 -04:00
erik
36ac28f4af restoring html2ps third party library to ~svn rev 836 2011-03-18 10:11:51 -04:00
erik
e4b18c83a1 adding missing gulliver/thirdparty/html2ps_pdf/cache folder 2011-03-17 18:44:05 -04:00
Alexandre Rosenfeld
b9a1aea8d3 Make sure upgrade uses the same schema as installation.
- Removed vendor info in fields from schema.xml
- Mapped VARLONGCHAR to mediumtext
- Database upgrades now uses field attributes instead of vendor info.
- Updated app_cache_view files to conform to schema.sql
2011-02-24 16:21:26 +00:00
girish
1875fed027 Problem Related to Web Services Test has been resolved 2011-02-24 09:57:52 +00:00
girish
ecd5b4d103 Problem related to creating new PM tables has been resloved 2011-02-23 14:43:06 +00:00
Alexandre Rosenfeld
e31e738415 Update local copy of Tar to the latest version. 2011-02-23 13:50:48 +00:00
Alexandre Rosenfeld
c84fb21d37 Fix Propel for MySQL 5.5 (also fixes is_object problems added in revision 11). 2011-02-22 15:11:49 +00:00
Gustavo Adolfo Cruz Laura
6d4a2440b7 Bug 6112: a new message screen has been added in order to inform the users that a web interface is not available for a webdav connection 2011-02-18 22:52:09 +00:00
abraar
374249e2bc Changes done for PhpDoc 2011-02-02 13:35:08 +00:00
abraar
3562b03fa3 Replaced '<?php' with '<?' 2011-01-06 11:11:53 +00:00
abraar
2b521ce65d removed '@' 2011-01-03 13:49:50 +00:00