ralph
46d3d4a81c
adding ReportVarPeer
2012-12-06 14:27:11 -04:00
ralph
1946094c1b
Adding CaseTrackerPeer
2012-12-05 11:59:09 -04:00
ralph
39bd1dc84a
Adding class name ProcessUserPeer
2012-12-04 10:42:35 -04:00
ralph
b4efcb414e
Adding forgotten include classes
2012-12-04 10:11:38 -04:00
ralph
f039ca92fa
Adding Smarty Verify & make conf/cache dirs, util devs get a better solution
2012-11-30 15:16:14 -04:00
ralph
f8b7ca3a45
Adding EventPeer db interface to autoloader, used in events.
2012-11-30 12:13:08 -04:00
ralph
b12cb36a9e
Adding forgotten Isolation.php include.
2012-11-29 15:51:00 -04:00
ralph
4d53c8af4f
Performace adds:
...
- jpeg MIME content.
- changing echo instead print for js and css files.
2012-11-27 13:44:02 -04:00
ralph
8eaacc678a
Adding SteepSuperVisorPeer interface class
2012-11-26 17:51:55 -04:00
ralph
1e15c5108d
Adding ContentPeer & TriggerPeer, only if they are needed.
2012-11-23 13:05:01 -04:00
ralph
8086424fc9
Adding AppFolder to Autoloader
2012-11-23 11:52:02 -04:00
ralph
4da103893b
Commenting unnecesary require files.
2012-11-22 15:52:02 -04:00
ralph
2c40b207d1
Adding delete Case classes need to the autoLoad.
2012-11-22 15:45:37 -04:00
ralph
0a6174738b
changing autoload function callback parameter from:
...
spl_autoload_register(array(Bootstrap, 'autoloadClass'));
to
spl_autoload_register(array('Bootstrap', 'autoloadClass'));
cause make appear NOTICE message.
2012-11-22 10:26:50 -04:00
user
a0029e9432
Adding request PEAR classes temporarily
2012-11-22 10:17:16 -04:00
user
7685b49e15
saving old sysGeneric.php -> bootstrap.php
...
enter new bootstrap.php -> sysGeneric.php
2012-11-20 17:48:54 -04:00
user
923e375e5a
Merge remote-tracking branch 'upstream/master' into speedy
2012-11-15 15:11:31 -04:00
Brayan Osmar Pereyra Suxo
c3ea583c58
BUG 10056 I add the file genericAjax SOLVED
...
I added genericAjax to files that not need authentication
2012-11-13 12:19:05 -04:00
Fernando Ontiveros
b5c11b4198
SPEEDY first version of boostrap.php, with many changes
2012-11-12 14:44:44 -04:00
Ralph Asendeteufrer
564fa3ee52
enter Speedy
2012-11-08 15:13:08 -04:00
Fernando Ontiveros
ed0884b291
SPEEDY fixing sysGeneric to stream files - commit5
2012-11-08 14:10:03 -04:00
Fernando Ontiveros
6c6d8739ac
SPEEDY improve sysGeneric to stream files instead build them at runtime-commit3
2012-11-08 09:00:19 -04:00
root
09ccefce87
SPEEDY improve sysGeneric to stream files instead build them at runtime
2012-11-07 17:09:51 -04:00
Ralph Asendeteufrer
ee5dfd39e4
BUG 9814 Proposal pivot skin: UNDER CONSTRUCTION
...
PROBLEM There is not a page to show up if PM is under updating.
SOLUTION Add a page to be displayed only if PM is updating.
2012-10-16 10:53:36 -04:00
Ralph Asendeteufrer
011b9f7445
BUG 9814 Proposal pivot skin: UNDER CONSTRUCTION
...
PROBLEM There is not a page to show up if PM is under updating.
SOLUTION Add a page to be displayed only if PM is updating.
2012-10-16 10:17:25 -04:00
Ralph Asendeteufrer
1bdc641ab5
BUG 9814 Proposal pivot skin: UNDER CONSTRUCTION
...
PROBLEM There is not a page to show up if PM is under updating.
SOLUTION Add a page to be displayed only if PM is updating.
2012-10-15 19:03:23 -04:00
Erik Amaru Ortiz
3390653b50
Restful feature, adding merge of class files to expose betwwen a workspace and core classes
...
- Now when a workspace was configured for rest service both classes on workspace and core will be
exposed merging all classes with precedence of workspace classes
2012-08-30 17:35:39 -04:00
Erik Amaru Ortiz
de62be5506
Restful Feature, improvements on rest-gen cli command and Disptacher
...
On Dispatcher:
- Now it is handling Cross Domain AJAX request, it is accepting requests with method OPTIONS
- Now the behaviour of rest server is modified by confuguration
- The dispatcher can be load configuraion from a processmaker core dir. for all workspaces
and for a determinated workspace
On Cli Command:
- Now it can generate api crud for processmaker root dir and a determinated workspace
- More improvements to handle correctly build request for a plugin or a workspace or core of pmos
2012-08-30 16:26:19 -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
Julio Cesar Laura
8f749c7e09
Improvement, change "green" to "classic
2012-07-18 15:59:13 -04:00
Erik Amaru Ortiz
bd071fbb52
BUG 0000 "improvements on System::getSystemConfiguration() function"
...
- this is a important improvement, now we can have two configurations levels
1. Global Configuration Level (workflow/engine/config/env.ini)
2. Workspace Configuration Level (.../shared/sites/some_workflow/env.ini)
- improvement to read env's ini files once and store on session,
- if any file has been changed (verify by checksum files) that session value is updated
(removind debug print_r)
2012-05-15 17:05:47 -04:00
Erik Amaru Ortiz
e66ceb6e0a
BUG 0000 "improvements on System::getSystemConfiguration() function"
...
- this is a important improvement, now we can have two configurations levels
1. Global Configuration Level (workflow/engine/config/env.ini)
2. Workspace Configuration Level (.../shared/sites/some_workflow/env.ini)
- improvement to read env's ini files once and store on session,
- if any file has been changed (verify by checksum files) that session value is updated
2012-05-15 17:01:21 -04:00
Erik Amaru Ortiz
cab801ca7f
BUG 0000 Fix on sysGeneric for redirection on cross ws validation
2012-05-04 12:40:54 -04:00
Erik Amaru Ortiz
c96cbae164
BUG 9033 "Depracated en output document en Windows ZendServer" SOLVED
...
- sysGeneric problem when "E_STRICT" is defined,..
- Fixed to right handling E_DEPRECATED & E_STRICT
2012-05-02 11:11:41 -04:00
Erik Amaru Ortiz
412967ce18
BUG 8978 "Upgrade de la version 2.0.39 a la version 2.0.40 no ..." SOLVED
...
- for some php versions date.timezone is not configurated by default, that why th problem
- on cli.php date.timezone is being configurated now, if env.ini exists, its configuration in read
2012-04-12 18:47:00 -04:00
Erik Amaru Ortiz
489861baa3
BUG 8875 "Feature: New ExtJS based for Install, Login & Main Proces..." UPDATED
...
IIS Global var compatibility FIXED
- Basically $_SERVER[SERVER_ADDR] does not exist on IIS
- It was fixed adding a routine to valodate and set it
2012-04-12 17:50:43 -04:00
Erik Amaru Ortiz
bc79391223
BUG 8875 "Feature: New ExtJS based Login & Main ProcessMaker inte..." SOLVED
...
- windows on php ver. > 5.3.8 compatibility added
2012-04-11 11:18:40 -04:00
Erik Amaru Ortiz
943a2a7d98
BUG 8607 "gulliver propel-build-sql script needs a way to specify..." REVERT
...
- reverting changes to allow execute propel-build-sql for plugins
2012-04-10 17:44:24 -04:00
Erik Amaru Ortiz
32eace4cee
BUG 0000 Some Fixes like unversioning index.html, cleaning up of sysGeneric
2012-04-09 18:50:32 -04:00
Erik Amaru Ortiz
bd2aef2e66
BUG 8875 "ExtJS based Login & Main ProcessMaker interface" (1st commit)
2012-03-29 16:42:09 -04:00
Marco Antonio Nina
0671943da5
BUG 8434 Permit Modification to download document
2012-02-28 18:03:08 -04:00
Hector Cortez
3f695d28c6
BUG 6453 Fix Bug deprecated PHP 5.3 features and functions in code.
2012-02-28 16:15:54 -04:00
Erik Amaru Ortiz
69e2336871
BUG 8614 "Al ir a login despliega una ventana nuevamente.." SOLVED
...
additionally was fixed
- styles in installer
- web services access denied
2012-02-28 10:55:17 -04:00
Erik Amaru Ortiz
f8ab55a061
BUG 0000 User Experience (single app option added) 1st commit
...
- login added
- "single application" option added
- simplified improved
2012-02-24 19:32:24 -04:00
Fernando Ontiveros
0885d9d260
second commit to enable pmMonitor plugin
2012-01-18 09:04:40 -04:00
Fernando Ontiveros
0ff9d919af
BUG 0000 first commit enabling pmMonitor code
2012-01-17 19:57:52 -04:00
Julio Cesar Laura
29dc5beced
BUG 6843 - Noew the date is stored in the log
2011-10-24 10:25:59 -04:00
Erik Amaru Ortiz
be0c90af87
BUG 000 momentarily reverted to rc5 fro pmTables (fix)
2011-09-05 12:47:25 -04:00
Erik Amaru Ortiz
656fb9eeab
BUG 000 PM tables fixes on data editing & report table data population
2011-08-30 09:35:32 -04:00
Erik Amaru Ortiz
f7fcd0472d
BUG 000 PM tables ver2 ready - propel & phing integration
2011-08-29 11:39:22 -04:00