Marco Antonio Nina
09c83fc7bb
Improvement Plugin EnhancedLogin
...
- A validation was added validation for login.
2014-07-23 12:35:31 -04:00
Julio Cesar Laura
e97a04943f
Add "registerCronFile" method to the plugin class
2013-11-25 13:01:30 -04:00
Marco Antonio Nina
638cdee160
Add hook before create user
2013-03-20 10:58:19 -04:00
Julio Cesar Laura
24f769a830
Add hook to overwrite cases-ajaxListener actions
2013-02-26 15:24:25 -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
Erik Amaru Ortiz
06be321690
Coding standard fix, & removing g::pr() on class
2012-08-22 12:00:36 -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
Julio Cesar Laura
13d850daf2
BUG 000 Add dummy function registerDashboard for backwards compatibility
2012-01-19 16:21:20 -04:00
Julio Cesar Laura
baad71c5d9
BUG 000 Hook for the trigger PM_CREATE_NEW_DELEGATION
2012-01-10 12:22:32 -04:00
Julio Cesar Laura
a24cb843e8
BUG 000 Fix another bug in the home menu
2012-01-04 17:41:38 -04:00
Julio Cesar Laura
c003597d1b
BUG 000 Add hook for dashlets
2012-01-03 18:31:15 -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
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
abraar
ef427ec0df
Changes done for PhpDoc
2011-02-01 12:49:40 +00:00
Abraar
0248e8121d
Changes made for documentation
2011-01-22 12:20:08 +00:00
Hugo Loza
324bb69a6a
Extended Property for Tasks
2011-01-18 22:14:46 +00:00
Erik Amaru Ortiz
0525681d79
initial commit from rev. 632
2010-12-02 23:34:41 +00:00