root/trunk/patPortal.php


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 01/05/06 23:00:57 @266 [266] schst Added the concept of Access_Control objects, check whether the page is …
(edit) 05/23/05 22:35:33 @246 [246] schst experiments with UrlSchemes?, when this is finished, it will hopefully …
(edit) 05/20/05 21:06:07 @244 [244] schst changed lifecycle to work with execute() and render() and allow events to …
(edit) 05/19/05 19:53:25 @243 [243] schst initial version of the lifecycle (I hope this makes Sven happy...)
(edit) 04/10/05 20:48:19 @235 [235] schst instantiate event listeners on demand prepared reroute feature by adding …
(edit) 04/07/05 21:24:37 @230 [230] schst allow more than one error handler per error level (patch by Bj�rn Kraus)
(edit) 04/03/05 19:35:03 @217 [217] schst response filters can be defined per frame
(edit) 04/01/05 20:31:43 @206 [206] schst added EventListener? base class added cancelEvent="true|false" attribute to …
(edit) 03/31/05 17:10:36 @199 [199] schst fixed call to getIndex() (reported by Bj�rn Kraus)
(edit) 03/21/05 20:14:19 @187 [187] schst allow the path to be overriden by the Request object using hasPath() and …
(edit) 02/26/05 16:39:01 @173 [173] schst added request status, added method to cancel the request, added request …
(edit) 02/21/05 21:09:22 @152 [152] schst introduced request properties
(edit) 02/20/05 18:54:38 @147 [147] schst request filters now are able to filter the complete request first example …
(edit) 02/20/05 18:40:24 @146 [146] schst first working version of the authentication mechanism using sessions
(edit) 02/19/05 22:34:44 @142 [142] schst First simple working version of authentication
(edit) 02/18/05 14:39:45 @131 [131] schst removed obsolete patPortal_Area_Standard moved patTemplate from …
(edit) 02/17/05 19:54:57 @123 [123] schst started implementing authentication (this is pre-alpha quality)
(edit) 02/17/05 15:33:49 @121 [121] schst Implemented first draft of the persistence mechanism. Until now only a …
(edit) 02/15/05 23:37:33 @118 [118] schst removed ampersand, fixed getIndex() on sitemap
(edit) 02/07/05 20:04:55 @110 [110] schst improved session support, improved URL management
(edit) 02/06/05 16:35:41 @108 [108] schst cosmetic changes
(edit) 10/23/04 14:48:04 @101 [101] schst implemented event-bubbling, still in alpha state. Warning, this will break …
(edit) 10/05/04 23:48:55 @99 [99] schst added first draft of event management (caution, this is still under heavy …
(edit) 09/24/04 18:50:32 @96 [96] schst pass request to patPortal_Response::send()
(edit) 09/13/04 22:53:40 @82 [82] schst huge refatoring: we are now using a response object that sends the output …
(edit) 09/10/04 00:24:40 @79 [79] luckec moved patPortal::insertLinks() directly before printing output, to allow …
(edit) 09/07/04 21:40:52 @71 [71] schst removed luckec's evil defines
(edit) 09/07/04 20:26:44 @68 [68] luckec added constants for site basepath and baseurl
(edit) 09/04/04 12:11:11 @59 [59] schst added first draft of session management
(edit) 09/03/04 19:24:50 @58 [58] schst added accesspoint
(edit) 08/20/04 14:51:30 @45 [45] schst added first draft of Sitemap and use it in NavFromSitemap?
(edit) 08/20/04 12:20:25 @42 [42] schst test, whether requested path exists
(edit) 08/20/04 11:09:44 @40 [40] schst added support for global options
(edit) 08/19/04 14:37:13 @38 [38] schst even more refactoring... Never Stop! Never Stop!
(edit) 08/19/04 14:13:10 @37 [37] schst more refactoring: pages now automatically contain area objects
(edit) 08/19/04 13:51:46 @36 [36] schst some cleanup
(edit) 08/19/04 13:47:36 @35 [35] schst extensive refactoring (allows you to exchange pages/area objects with your …
(edit) 08/18/04 16:56:14 @33 [33] schst added try/catch
(edit) 08/18/04 14:56:34 @30 [30] schst added $request[foo] to use request parameters in components
(edit) 08/18/04 13:44:28 @27 [27] schst some cleanup
(edit) 08/18/04 13:21:56 @26 [26] schst load pages only once
(edit) 08/18/04 12:43:10 @22 [22] schst added possibility to set index page for each accesspoint
(edit) 08/18/04 12:36:17 @21 [21] schst plugins may now add content to the output
(edit) 08/18/04 12:17:28 @20 [20] schst added some very basic error handling
(edit) 08/18/04 09:46:01 @18 [18] schst updated some docs added errro handler
(edit) 08/17/04 21:51:34 @13 [13] schst now PHP5-only
(edit) 07/20/04 22:21:35 @10 [10] schst added Debug component added draft for request filters
(edit) 07/20/04 21:34:02 @9 [9] schst added plugin manager added cache class
(edit) 07/20/04 21:18:03 @8 [8] schst added new test pages added PathNav? component pages may now be …
(edit) 07/20/04 00:08:00 @7 [7] schst added very simple plugin mechanism
(edit) 07/19/04 23:46:35 @6 [6] schst It lives!
(add) 07/15/04 20:56:35 @5 [5] schst initial commit. This is not doing anything, just a collection of thoughts …