/[cvs]/nfo/php/libs/org.netfrag.app/WebExplorer/AbstractExplorer.php
ViewVC logotype

Log of /nfo/php/libs/org.netfrag.app/WebExplorer/AbstractExplorer.php

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.29 - (view) (annotate) - [select for diffs]
Thu Aug 11 14:11:28 2005 UTC (18 years, 11 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.28: +27 -2 lines
Diff to previous 1.28
+ changes relating to new web-interface for TerminalOwner


Revision 1.28 - (view) (annotate) - [select for diffs]
Tue Aug 31 14:15:49 2004 UTC (19 years, 10 months ago) by jonen
Branch: MAIN
Changes since 1.27: +11 -1 lines
Diff to previous 1.27
+ added function to clear 'ecom' state
   (specially needed to refresh the 'content' block)


Revision 1.27 - (view) (annotate) - [select for diffs]
Thu Mar 11 21:01:35 2004 UTC (20 years, 4 months ago) by jonen
Branch: MAIN
Changes since 1.26: +5 -1 lines
Diff to previous 1.26
minor change


Revision 1.26 - (view) (annotate) - [select for diffs]
Sun Dec 14 01:50:30 2003 UTC (20 years, 6 months ago) by jonen
Branch: MAIN
Changes since 1.25: +54 -21 lines
Diff to previous 1.25
implemented 'SELECT' mode for selecting existing object-refereneces as child-nodes


Revision 1.25 - (view) (annotate) - [select for diffs]
Sat Nov 22 18:47:49 2003 UTC (20 years, 7 months ago) by udo
Branch: MAIN
Changes since 1.24: +51 -20 lines
Diff to previous 1.24
update for expand data item


Revision 1.24 - (view) (annotate) - [select for diffs]
Wed Jul 2 11:39:16 2003 UTC (21 years ago) by jonen
Branch: MAIN
Changes since 1.23: +8 -4 lines
Diff to previous 1.23
fixed bugs


Revision 1.23 - (view) (annotate) - [select for diffs]
Fri Jun 6 11:57:20 2003 UTC (21 years, 1 month ago) by joko
Branch: MAIN
Changes since 1.22: +12 -2 lines
Diff to previous 1.22
minor update: cosmetic changes


Revision 1.22 - (view) (annotate) - [select for diffs]
Tue May 13 14:50:27 2003 UTC (21 years, 2 months ago) by joko
Branch: MAIN
Changes since 1.21: +77 -18 lines
Diff to previous 1.21
HACKed compatibility for config-type data sources
+ function get_data_filter


Revision 1.21 - (view) (annotate) - [select for diffs]
Sat May 10 18:23:21 2003 UTC (21 years, 2 months ago) by jonen
Branch: MAIN
Changes since 1.20: +36 -4 lines
Diff to previous 1.20
+ added stuff relating to 'create/add new' links/buttons


Revision 1.20 - (view) (annotate) - [select for diffs]
Sat Apr 19 16:24:49 2003 UTC (21 years, 2 months ago) by jonen
Branch: MAIN
Changes since 1.19: +23 -7 lines
Diff to previous 1.19
+ added two more GUI modules to default registry initiation,
   relating to new navigation module 'NavigationTree'
+ added prepartion of needed args for abstract navigation tree
   and concret UserManagment 'UMnav' tree


Revision 1.19 - (view) (annotate) - [select for diffs]
Fri Apr 18 16:21:37 2003 UTC (21 years, 2 months ago) by joko
Branch: MAIN
Changes since 1.18: +23 -1 lines
Diff to previous 1.18
fixed commit comment - the last one caused a syntax error!!!


Revision 1.18 - (view) (annotate) - [select for diffs]
Fri Apr 18 15:27:06 2003 UTC (21 years, 2 months ago) by joko
Branch: MAIN
Changes since 1.17: +140 -29 lines
Diff to previous 1.17
NEW: XML Trees in data area
  new ecom module: DataTree
  introduced new query argument: 'filter' (purpose: xml/tree filtering)
    $filter = array(
      dotted => $val['ecom_data_filter'],
      ident => $val['ecom_data_ident'],
    );
    A Data::Lift module translates this filter-query into a XPath-query ...
    $filter = array(
      xpq => '*/*[@name="cli"]',
    );
    ... which finally is propagated to the backend.
NEW: AbstractExplorer - standalone version
  enhanced set_e_state: now can overwrite internal state to arguments from outside
  enhanced get_com: also capable of propagating additional args through _load_ecom to _prepare_component_args
  enhanced _prepare_component_args: now able to dispatch to a "transparent navigation ecom" (e.g. YAA::JobGroups)
MISC:
  added some pre-flight checks throughout the module, especially at the core dispatcher inside _prepare_component_args
  error checking: added some more croaks via 'user_error'
  cosmetic updates


Revision 1.17 - (view) (annotate) - [select for diffs]
Fri Apr 18 13:46:15 2003 UTC (21 years, 2 months ago) by jonen
Branch: MAIN
Changes since 1.16: +47 -15 lines
Diff to previous 1.16
+ add hidden elements(items) now to the constructor arguments of each ecom


Revision 1.16 - (view) (annotate) - [select for diffs]
Thu Apr 10 06:00:58 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.15: +30 -4 lines
Diff to previous 1.15
ALPHA: Item.Delete


Revision 1.15 - (view) (annotate) - [select for diffs]
Wed Apr 9 02:08:20 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.14: +8 -5 lines
Diff to previous 1.14
CHANGE: renamed key 'classname' through 'nodename'


Revision 1.14 - (view) (annotate) - [select for diffs]
Wed Apr 9 00:31:27 2003 UTC (21 years, 3 months ago) by jonen
Branch: MAIN
Changes since 1.13: +13 -1 lines
Diff to previous 1.13
+ added arguments for data list ecom


Revision 1.13 - (view) (annotate) - [select for diffs]
Wed Apr 9 00:03:11 2003 UTC (21 years, 3 months ago) by jonen
Branch: MAIN
Changes since 1.12: +6 -2 lines
Diff to previous 1.12
disabled form rendering for inheritanced items at 'list'


Revision 1.12 - (view) (annotate) - [select for diffs]
Tue Apr 8 17:52:12 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.11: +44 -8 lines
Diff to previous 1.11
CHANGE: renamed property 'datasource' to 'transport'
NEW: Module 'RemoteAction'


Revision 1.11 - (view) (annotate) - [select for diffs]
Mon Apr 7 22:31:51 2003 UTC (21 years, 3 months ago) by jonen
Branch: MAIN
Changes since 1.10: +55 -47 lines
Diff to previous 1.10
+ added switch of ecom label (e.g. nav, chooser) at ecom type switch 'nav'
- removed recent added ecom type chooser


Revision 1.10 - (view) (annotate) - [select for diffs]
Sat Apr 5 20:32:04 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.9: +46 -4 lines
Diff to previous 1.9
added Chooser


Revision 1.9 - (view) (annotate) - [select for diffs]
Fri Apr 4 02:22:37 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.8: +5 -2 lines
Diff to previous 1.8
minor fix: querySchema now issues argument


Revision 1.8 - (view) (annotate) - [select for diffs]
Fri Apr 4 01:16:03 2003 UTC (21 years, 3 months ago) by jonen
Branch: MAIN
Changes since 1.7: +45 -5 lines
Diff to previous 1.7
+  integrated different mode's for 'DataItem'


Revision 1.7 - (view) (annotate) - [select for diffs]
Sat Mar 29 07:49:55 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.6: +7 -2 lines
Diff to previous 1.6
show boxes in DEBUG-mode only!


Revision 1.6 - (view) (annotate) - [select for diffs]
Fri Mar 28 06:42:37 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.5: +11 -2 lines
Diff to previous 1.5
fix: propagating rpc-debugging-options to constants here


Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Mar 27 01:24:29 2003 UTC (21 years, 3 months ago) by jonen
Branch: MAIN
Changes since 1.4: +45 -18 lines
Diff to previous 1.4
+ enabled navigation ecom (only list yet)


Revision 1.4 - (view) (annotate) - [select for diffs]
Thu Mar 20 08:02:11 2003 UTC (21 years, 3 months ago) by jonen
Branch: MAIN
Changes since 1.3: +4 -5 lines
Diff to previous 1.3
+ purged code


Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Mar 20 07:54:52 2003 UTC (21 years, 3 months ago) by jonen
Branch: MAIN
Changes since 1.2: +13 -1 lines
Diff to previous 1.2
+ added docu


Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Mar 20 07:44:31 2003 UTC (21 years, 3 months ago) by jonen
Branch: MAIN
Changes since 1.1: +6 -3 lines
Diff to previous 1.1
+ removed dumper


Revision 1.1 - (view) (annotate) - [select for diffs]
Thu Mar 20 03:48:46 2003 UTC (21 years, 3 months ago) by jonen
Branch: MAIN
+ initial commit


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed