root
09ccefce87
SPEEDY improve sysGeneric to stream files instead build them at runtime
2012-11-07 17:09:51 -04:00
jennylee
2460cb7ad4
CODE STYLE, changes...
...
FILES:
gulliver/system/class.headPublisher.php
workflow/engine/classes/model/AppSolrQueue.php
workflow/engine/classes/triggers/class.pmSharepointFunctions.php
2012-10-22 14:00:36 -04:00
Fernando Ontiveros
fcadd17e57
CODE STYLE class.headPublisher.php
2012-10-17 14:08:57 -04:00
Julio Cesar Laura
96c74ae34d
BUG 9743 Dynarch jscalendar never gets translated SOLVED
...
- Unnecesary language file inclusion
- Delete the unnecesary file inclusion
2012-09-14 14:04:16 -04:00
Erik Amaru Ortiz
4cee4866d6
reverting changes for headPublisher (wrong changes)
2012-08-23 18:35:16 -04:00
Erik Amaru Ortiz
ce21ee6454
PM Rest Feature: added plugins support & more improvements
...
from a plugin a rest class can be registered now:
on setup method add the following:
---
$this->registerRestService('Sample', [optional string: $path]);
--
and create the folder PATH_PLUGIN . /your_plugin/classes/rest
next add a class with the flowing characteristics:
<?php
class Plugin_Services_Rest_Sample
{
public function get()
{
return 'hello world';
}
}
A class prefixed with Plugin_Services_Rest_
and add the corresponding methods for a Restler api
(http://luracast.com/products/restler/ )
Finally on process maker will be exposed as:
via GET: http://127.0.0.1/rest/workflow/sample
2012-08-23 13:01:19 -04:00
Brayan Osmar Pereyra Suxo
1edfcd68cd
BUG 9510 Bug has code errors SOLVED
...
I add code correcty
2012-08-08 12:46:26 -04:00
Brayan Osmar Pereyra Suxo
79ffba21c3
BUG 9510 Doesn't work format RTL SOLVED
...
- I add format fot RTL
2012-08-03 18:57:48 -04:00
Fernando Ontiveros
6326cfdf53
changing from private to public in classes with error
2012-07-12 20:39:07 -04:00
Julio Cesar Laura
f8c57f9055
BUG 9405 Correccion idioma espanol
...
- Habian aun algunas etiquetas hardcoded
- Se cambio a labels todos los lugares con textos hardcoded
2012-07-12 00:46:29 -04:00
Alvaro Campos
bc121f65cc
BUG 8932 Untranslatable strings SOLVED
...
- There was a issue with the class that creates the string of translations,
was fixed this and too has add it two labels for TRUE and FALSE
2012-06-06 15:30:57 -04:00
Erik Amaru Ortiz
23ecc0369a
BUG 8875 "Feature: New ExtJS based for Install, Login & Main Proce..." UPDATED
...
- fixes for installer on IE9
- fixes for main uxmodern interface view on IE9
- ux-wizard extjs plugin updated
- ux-card-layout extjs plugin updated
- extjs library updated to 3.4.0 from 3.2.1
- draw2d library removed from load
2012-04-11 18:39:16 -04:00
Erik Amaru Ortiz
55616696b7
BUG 8875 "Feature: New ExtJS based Login & Main ProcessMaker inter..." DONE
...
- a complete refactoring on skingEngine bootstrapper, now this is a class
- the mvc templatting engine was updated to work perfectly with templates that is using extjs engine
- a new "unmodern" was added to contains the new pmos modern main interface
2012-04-04 18:02:32 -04:00
Erik Amaru Ortiz
852c0836ce
BUG 0000 Feature: Adding the translation Js javascript _()
...
- available on leimud env.
2012-04-03 20:04:28 -04:00
Erik Amaru Ortiz
bd2aef2e66
BUG 8875 "ExtJS based Login & Main ProcessMaker interface" (1st commit)
2012-03-29 16:42:09 -04:00
Erik Amaru Ortiz
0bade635c1
BUG 0000 User Inbox Simplified (first commit)
2012-01-20 12:01:02 -04:00
Julio Cesar Laura
2bb8f87afa
BUG 000 Change in the hook for the auth. sources plugins
2011-09-19 18:02:37 -04:00
Erik Amaru Ortiz
be0c90af87
BUG 000 momentarily reverted to rc5 fro pmTables (fix)
2011-09-05 12:47:25 -04:00
Hugo Loza
5e3cd2b0f6
BUG 0000 Register Javascript from plugins changes
...
Small change to load the plugin scripts after any other core js and fix issue with js extension
2011-07-06 11:33:09 -04:00
Erik Amaru Ortiz
59d0ae3d34
BUG 0000 - Javascript Registry for plugins was added (fix)
...
- using inside the plugin class:
registerJavascript('core_folder/core_js', 'my_plugin/my_js');
2011-07-01 18:08:46 -04:00
Erik Amaru Ortiz
dbb3da02c0
BUG 0000 - Javascript Registry for plugins was added
...
- using inside the plugin class:
registerJavascript('core_folder/core_js', 'my_plugin/my_js');
2011-07-01 17:58:40 -04:00
Erik Amaru Ortiz
f83fef3f7a
BUG 6945 "Country in Language code causes Javascript error and causes..." SOLVED
...
The html tags on xml label section was causing the problem, but it is fixed now
2011-05-27 10:48:20 -04:00
Carlos Pacha
1739e3c23d
BUG 0000 mistake into jscalendar
...
improving jscalendar
2011-05-11 09:26:28 -04:00
Enrique Ponce De Leon
f826a83a23
BUG 6347 Home Pentaho Link
...
Change fix core to show dashboard plugins.
2011-04-13 17:27:22 -04:00
Hugo Loza
41f4934e45
Fix an issue when plugin registry is not present usually in login page
2011-02-28 22:42:13 +00:00
Hugo Loza
bd50ae3799
css from plugins will still outside the main css file
2011-02-28 21:40:49 +00:00
Hugo Loza
49b9c52546
PM 2.0 Skin feature. The green now becomes classic and it is possible to have Skins under PATH_DATA /skins each skin folder has a configuration file, layout htmls, css and images
2011-02-28 16:08:15 +00:00
Fernando Ontiveros
0cca2f6b0e
improving css bandwidth usage, now all css files are coming in one file
2011-02-25 22:04:56 +00:00
Fernando Ontiveros
b749e8959b
making more improvements in js. files
2011-02-23 00:09:55 +00:00
Fernando Ontiveros
ea617b4f07
improving minified js for draw2d.js and ext-all.js
2011-02-22 23:14:59 +00:00
Fernando Ontiveros
c8ab972046
improving js files
2011-02-22 16:41:39 +00:00
Erik Amaru Ortiz
ba8adc87ce
new menubar for Case Open View
2011-02-04 15:00:20 +00:00
Gustavo Adolfo Cruz Laura
2123d516b4
changes for phpdocumentator 4
2011-01-24 21:07:14 +00:00
Gustavo Adolfo Cruz Laura
8653fab9c3
changes for phpdocumentator 3
2011-01-24 20:47:37 +00:00
rene
5839e49144
De: Rene Silva
...
El código CSS que se encontraba en el archivo sprite.css fue colocado en el lugar que le corresponde
18012011
2011-01-18 22:18:19 +00:00
Erik Amaru Ortiz
0525681d79
initial commit from rev. 632
2010-12-02 23:34:41 +00:00