Denis Flaven
ee3652acad
Added a useful function for debugging: DebugBacktrace which provides a "light" version of PHP's built-in debug_backtrace().
...
SVN:trunk[1392]
2011-07-31 08:57:04 +00:00
Denis Flaven
5baa213e6a
Better initialization of objects from the "Context" values:
...
- map the parameters (for example for Provider Contract)
- set the default values when creating a "secondary" object via the (+) button
SVN:trunk[1391]
2011-07-31 08:54:59 +00:00
Denis Flaven
ca9f17d6e1
Fixed a bug when using a hierarchy of locations, since locatins genreally depends on the object's organization
...
SVN:trunk[1385]
2011-07-29 10:09:14 +00:00
Denis Flaven
ff89c4d424
CAS authentication improvements:
...
- Check if the user is part of a group (memberOf)
- Fixed the use of the 'redirect_service' when logging-out
SVN:trunk[1384]
2011-07-28 17:39:49 +00:00
Denis Flaven
d50f812694
Fix: broken context usage when no context (neither org nor menu) at all
...
SVN:trunk[1381]
2011-07-28 15:12:16 +00:00
Denis Flaven
82c57972c6
Fixing bug #404 : context lost when doing certain actions. What was fixed:
...
- Run Query
- Display Data Model Schema
- Drill-down in charts (OQL & SQL)
- Paginated lists (actually a regression)
What remains:
- Global search...
- Drill-down in Flash "impacts / depends on"
SVN:trunk[1377]
2011-07-27 16:39:17 +00:00
Denis Flaven
3c76b90a48
Added an option to the paginated display: display all elements on one page.
...
SVN:trunk[1374]
2011-07-27 10:24:06 +00:00
Denis Flaven
4e40702809
Fixed the construction of the menus' URLs:
...
- The context was not passed all the time (due to typos)
- When the context was empty an extra ampersand was added at the end of the URL, which caused a malformed URL for the 'tab selector' when modifying an object. (i.e the object always opened on the 'Properties' tab instead of the current tab).
SVN:trunk[1371]
2011-07-26 16:22:24 +00:00
Denis Flaven
a2b8813628
- Renamed the method 'UpdateObject' into 'UpdateObjectFromPostedForm' to avoid misunderstandings.
...
- Fixed (again !) Trac #427 : unable to empty a linkset when editing an object.
SVN:trunk[1370]
2011-07-26 16:18:19 +00:00
Denis Flaven
751ab5a4b4
Implemented enhancement #130 : keywords to narrow the scope of the global search
...
SVN:trunk[1369]
2011-07-26 14:18:33 +00:00
Denis Flaven
ecca1aa070
Use absolute URLs as much as possible to be independent from the page being executed...
...
SVN:trunk[1365]
2011-07-26 13:22:45 +00:00
Denis Flaven
3fde682653
Make sure that the AJax calls use a full/absolute path to the page they call so that they can be embedded anywhere inside the application (i.e. in plug-ins supplied pages as well as 'regular' app pages).
...
SVN:trunk[1364]
2011-07-26 12:21:53 +00:00
Denis Flaven
3ab670e8c2
Implemented two new options for CAS:
...
- logout_redirect_service
- memberOf
SVN:trunk[1362]
2011-07-26 09:42:46 +00:00
Denis Flaven
1fc7ce3b81
- Allow search forms to be open by default
...
- Don't make textarea resizable
SVN:trunk[1361]
2011-07-26 09:41:27 +00:00
Denis Flaven
c11ca679d4
- Make sure that resulsts tables are always sortable.
...
SVN:trunk[1359]
2011-07-25 14:32:11 +00:00
Denis Flaven
0c539aada9
Always display the number of elements (and the number of elements selected) when displaying a list.
...
SVN:trunk[1354]
2011-07-25 12:22:49 +00:00
Denis Flaven
5257287421
Added support of hierarchy in the manipulation of external keys:
...
- widget
- search criteria
SVN:trunk[1350]
2011-07-22 12:14:59 +00:00
Denis Flaven
0e75824247
For the setup: try to make the URL detection work even if the actual PHP file is not part of the URL (i.e when index.php is implicitely added when browsing a folder)
...
SVN:trunk[1347]
2011-07-22 11:53:02 +00:00
Denis Flaven
d37244e6e2
- Search forms are now expandable/collapsible in the portal, like in the main UI
...
SVN:trunk[1344]
2011-07-12 11:07:56 +00:00
Romain Quetiez
1c2c244273
Veepee - fixed issue
...
SVN:trunk[1342]
2011-07-08 12:34:07 +00:00
Romain Quetiez
a991a84a8e
New feature: online help on search inputs (date format and operators)
...
SVN:trunk[1341]
2011-07-08 11:40:57 +00:00
Romain Quetiez
532912984d
Preset the object creation form with values (scalars or lists) by the mean of GET arguments. E.g. .../UI.php&operation=new&class=Team&default[org_id]=161&default[member_list][-1234][id]=&default[member_list][-1234][role]=manager
...
SVN:trunk[1340]
2011-07-07 15:45:35 +00:00
Denis Flaven
061711afc8
Added support for OnFormCancel
...
SVN:trunk[1335]
2011-07-06 16:29:40 +00:00
Denis Flaven
52fb63c0ee
Handle the OnBeforeUnload events to call OnFormCancel handlers when needed so that the plug-ins have a chance to perform some cleanup.
...
SVN:trunk[1328]
2011-07-05 08:46:31 +00:00
Denis Flaven
8a547bf104
Internal regressions fixes !!!
...
SVN:trunk[1327]
2011-07-04 16:36:07 +00:00
Romain Quetiez
c7fbe56423
PPortal web page improvements: protected update feature (class/attcodes explicitely restricted)
...
SVN:trunk[1324]
2011-07-04 09:54:58 +00:00
Denis Flaven
6297526da6
Fixed Trac #427 : unable to remove all items from a linkset when editing an object.
...
SVN:trunk[1322]
2011-07-04 08:21:19 +00:00
Romain Quetiez
56ac89f6a6
Portal web page improvements: wizard buttons and welcome message
...
SVN:trunk[1321]
2011-07-04 07:26:16 +00:00
Romain Quetiez
645b02b2d1
#415 Could not limit user on some organization (symptom: wrong queries... org_id does not exist...)
...
SVN:trunk[1319]
2011-07-01 15:08:38 +00:00
Romain Quetiez
b2c5f183ec
Portal web page improvements: integrating the attachments
...
SVN:trunk[1318]
2011-07-01 07:48:09 +00:00
Denis Flaven
9fef41404f
- Added drill-down capability for OQL charts (pie and bars)
...
- fixed asbolute root path for drill down links
SVN:trunk[1315]
2011-06-30 16:04:18 +00:00
Denis Flaven
017aec3ae8
Added drill-down capability to the SQL blocks
...
SVN:trunk[1314]
2011-06-30 15:34:56 +00:00
Denis Flaven
12ec9c3ba1
Finalizing the pagination: a few bug fixes and some cleanup...
...
SVN:trunk[1311]
2011-06-29 15:08:36 +00:00
Romain Quetiez
ac5e40f4ed
Factorized some code into PortalWebPage (still needs to be used in the std portal implementation)
...
SVN:trunk[1310]
2011-06-29 09:10:07 +00:00
Denis Flaven
9e01277e49
New implementation for displaying long lists: pagination
...
SVN:trunk[1308]
2011-06-29 08:56:27 +00:00
Romain Quetiez
a573d3cfa0
#423 Finalized
...
SVN:trunk[1305]
2011-06-28 14:28:01 +00:00
Romain Quetiez
c4b7497770
#423 Fixed issues with application root URL = f(mode CLI, modules, web server techno, etc.)
...
SVN:trunk[1304]
2011-06-28 10:30:03 +00:00
Romain Quetiez
1964658584
Fixed an issue in the internal error reporting (user rights not sufficient to update an object)
...
SVN:trunk[1303]
2011-06-28 10:23:41 +00:00
Romain Quetiez
54d5497f0a
Fixed issues with pagination + core limitations in the use of Object Sets (wrong filter when adding objects to a set)
...
SVN:trunk[1300]
2011-06-24 09:53:45 +00:00
Denis Flaven
43315f50ea
New implementation for displaying long lists: pagination
...
SVN:trunk[1297]
2011-06-23 11:01:03 +00:00
Romain Quetiez
7384191fb6
Fixed issues in ExtKey Widget
...
SVN:trunk[1293]
2011-06-22 15:26:36 +00:00
Romain Quetiez
b8c930016f
Cosmetic
...
SVN:trunk[1292]
2011-06-22 08:16:59 +00:00
Romain Quetiez
5d37201391
Fixed issue in the computation of the application absolute path (Windows)
...
SVN:trunk[1291]
2011-06-22 08:15:30 +00:00
Romain Quetiez
c42fa13b92
Templates: new type of block = sqlblock, allows for displaying tables/charts based in SQL queries (much quicker for Group By operations)
...
SVN:trunk[1289]
2011-06-21 13:12:02 +00:00
Romain Quetiez
c02d62044c
Dashboard templates: fixed issue with asynchronous mode (still some cosmetic issues) with itopblock and the table format
...
SVN:trunk[1288]
2011-06-21 13:10:11 +00:00
Denis Flaven
7bcb4ed3b2
New implementation of GetAbsoluteUrlRootPath that no longer requires any parameter.
...
SVN:trunk[1287]
2011-06-20 14:18:24 +00:00
Denis Flaven
834e9c48e1
Added a display value for the null (i.e empty) value of a combo/autocomplete.
...
SVN:trunk[1286]
2011-06-20 14:17:24 +00:00
Denis Flaven
02cafd0e0b
- New implementation of the UIExtKeyWidget that is no longer limited to editing an attribute of an object
...
- When needed the drop-down list of organizations is replaced by an autocomplete
SVN:trunk[1283]
2011-06-15 17:05:58 +00:00
Romain Quetiez
4681b03646
#122 Optimized the load of data set (do not load unused columns, was provoking the swapping of MySQL tmp memory tables)
...
SVN:trunk[1281]
2011-06-15 11:59:25 +00:00
Denis Flaven
733953ac99
CAS integration: added support of JA-SIG Central Authentication Service (CAS) with log-off support, using phpCAS API.
...
SVN:trunk[1280]
2011-06-10 14:51:17 +00:00