root/trunk/patPortal


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 11/17/06 20:36:15 @279 [279] schst Fixed signature of patPortal_Component Interface (thanks to Björn Kraus)
(edit) 01/24/06 23:49:58 @278 [278] schst Fixed navigations that are nested
(edit) 01/14/06 18:32:51 @277 [277] schst Added Access Control to check for browser
(edit) 01/12/06 18:10:03 @276 [276] schst Allow a custom title
(edit) 01/09/06 21:33:40 @275 [275] schst Allow access controls to be attached to components
(edit) 01/08/06 23:48:21 @274 [274] schst Started implementing a very simple ImageBlock? component to include …
(edit) 01/08/06 15:16:27 @273 [273] schst Check, whether template exists before freeing it
(edit) 01/07/06 19:40:51 @272 [272] schst Correctly access the image
(edit) 01/07/06 17:45:38 @271 [271] schst Add more information to the Auth-data
(edit) 01/07/06 17:30:16 @270 [270] schst Pass image data to the template
(edit) 01/07/06 17:15:36 @269 [269] schst Pass the page type to the template
(edit) 01/07/06 11:27:00 @268 [268] schst Pass pubDate to the template
(edit) 01/05/06 23:47:08 @267 [267] schst Implemented _very_ simple permission system, this will probably be …
(edit) 01/05/06 23:00:57 @266 [266] schst Added the concept of Access_Control objects, check whether the page is …
(edit) 01/04/06 22:19:42 @265 [265] schst Started implementing permission support, added isAccessible to pages and …
(edit) 01/04/06 14:25:42 @264 [264] schst Fixed bug when dispatcher path is '/'
(edit) 12/31/05 15:27:41 @263 [263] schst Fixed link display
(edit) 12/31/05 15:05:58 @262 [262] schst Added very basic AJAX support, based on PEAR::HTML_AJAX
(edit) 12/31/05 15:05:11 @261 [261] schst Allow the use of a different dispatcher for links
(edit) 12/31/05 15:04:33 @260 [260] schst Fixed docblock
(edit) 12/31/05 15:04:04 @259 [259] schst Fixed docblock
(edit) 12/31/05 10:48:19 @258 [258] schst Added very simple cache filter to cache the result of components, added …
(edit) 12/30/05 23:57:31 @257 [257] schst Improved hasProperty() and getProperty()
(edit) 12/29/05 21:50:56 @256 [256] schst Allow nested paths and URL parameters
(edit) 12/29/05 21:50:24 @255 [255] schst Change class hierarchy to folder
(edit) 12/29/05 21:49:59 @254 [254] schst Respect password encryption
(edit) 12/27/05 18:16:36 @253 [253] schst Added very simple component to display feeds (devel state)
(edit) 07/10/05 21:30:56 @252 [252] schst added session and auth information to logfiles, added User Agent and IP to …
(edit) 07/08/05 20:31:26 @251 [251] schst UTF-8 encode parameter values
(edit) 05/31/05 23:37:03 @250 [250] schst Template needs to be loaded before events are triggered. We should …
(edit) 05/31/05 20:56:54 @249 [249] schst adjust to our coding standards
(edit) 05/31/05 20:55:16 @248 [248] schst adde Tidy component filter (contributed by Bj�rn Kraus)
(edit) 05/24/05 00:25:55 @247 [247] schst fix regular expression (was too greedy)
(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) 05/14/05 20:58:07 @242 [242] schst allow variables to be passed to the template & some CS fixes
(edit) 05/14/05 20:04:12 @241 [241] schst allow internal forwards (just a quick hack)
(edit) 05/11/05 18:19:40 @240 [240] schst added new feature: conditions for frames conditions allow you to …
(edit) 05/09/05 16:24:16 @239 [239] schst new feature (themes): allow <root:directories> tag inside a frame, which …
(edit) 04/16/05 21:12:26 @236 [236] schst add missing @subpackage tags
(edit) 04/10/05 20:48:19 @235 [235] schst instantiate event listeners on demand prepared reroute feature by adding …
(edit) 04/09/05 11:16:11 @233 [233] schst mark also pages in the current path as active (and as open) requested by …
(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/07/05 21:23:54 @229 [229] schst Revert yesterdays changes, something went wrong here…
(edit) 04/06/05 22:27:50 @226 [226] schst added CLI Request and Response, be careful, this is as experimental as …
(edit) 04/05/05 22:50:41 @222 [222] wiegi fixed bug #122 added directory role "templates" needs patTemplate >= …
(edit) 04/05/05 14:47:26 @221 [221] schst change request events for properties: pass only the property and let the …
(edit) 04/03/05 20:30:30 @219 [219] schst started implementing session lifetime (still buggy)
(edit) 04/03/05 19:35:03 @217 [217] schst response filters can be defined per frame
(edit) 04/03/05 19:15:26 @216 [216] schst fixed some doc blocks
(edit) 04/03/05 19:09:53 @215 [215] schst fixed problem with relative paths in persistence containers (thanks to …
(edit) 04/01/05 20:31:43 @206 [206] schst added EventListener? base class added cancelEvent="true|false" attribute to …
(edit) 04/01/05 19:26:30 @203 [203] schst use &amp; instead of & in URLs to create XHTML compliant pages. Fixes bug …
(edit) 04/01/05 19:24:02 @202 [202] schst completely refactored the persistence functionality. Persistence is now …
(edit) 03/31/05 17:09:16 @198 [198] schst fixed check for defined handler
(edit) 03/22/05 22:40:54 @193 [193] wiegi allow response to be added to the xml configuration fixed bug #111 used …
(edit) 03/22/05 21:51:47 @192 [192] schst fix bug (forgot to commit this yesterday)
(edit) 03/21/05 20:14:19 @187 [187] schst allow the path to be overriden by the Request object using hasPath() and …
(edit) 03/21/05 14:26:29 @185 [185] argh Now adds the 'active' (yes|no) flag to the template to mark the current …
(edit) 03/18/05 20:16:28 @184 [184] schst add path to the template, patch by Bj�rn Kraus
(edit) 03/03/05 22:38:32 @183 [183] schst pass the page type to the template
(edit) 03/03/05 22:38:11 @182 [182] schst added $type property and getType() method to page
(edit) 03/02/05 18:32:54 @181 [181] schst added new Page type: Forward This page type is a meta page, that just …
(edit) 03/02/05 18:15:30 @180 [180] schst PathNav? now is able to pass Meta data to the template
(edit) 03/02/05 17:53:46 @179 [179] schst pass all entries of the path at once to patTemplate to allow first and …
(edit) 02/28/05 18:12:39 @178 [178] schst make this XHTML compliant
(edit) 02/28/05 00:06:53 @177 [177] schst cleaned response handling (remove $_SERVER and replaced it with …
(edit) 02/27/05 23:54:42 @176 [176] schst added possibility to clear auth data in Auth added Event Listener that …
(edit) 02/26/05 17:55:02 @175 [175] wiegi update key-names
(edit) 02/26/05 17:41:52 @174 [174] wiegi more speaking names for the configuration
(edit) 02/26/05 16:39:01 @173 [173] schst added request status, added method to cancel the request, added request …
(edit) 02/25/05 23:34:08 @172 [172] schst added missing docblock for the require statement
(edit) 02/25/05 19:35:50 @169 [169] schst added garbage collection, added some docblocks
(edit) 02/22/05 23:55:50 @168 [168] schst added realm parameter
(edit) 02/22/05 23:52:08 @166 [166] schst added very simple HTTP authentication
(edit) 02/22/05 23:51:19 @165 [165] wiegi added basic DB auth container
(edit) 02/22/05 23:15:42 @164 [164] schst fixed export to $_SESSION
(edit) 02/22/05 22:39:42 @163 [163] schst added authentication and session properties to XML output
(edit) 02/22/05 21:49:58 @159 [159] wiegi add optional configuration params -> usage external ini file or directly …
(edit) 02/22/05 21:45:14 @158 [158] wiegi set directory roles for plugins and filters update component roles -> add …
(edit) 02/22/05 21:43:53 @157 [157] schst added request properties on a per-page basis
(edit) 02/22/05 21:17:04 @156 [156] schst added alias to response properties
(edit) 02/22/05 20:42:36 @155 [155] schst added response namespace, added response filter on a per page basis
(edit) 02/21/05 23:23:47 @154 [154] schst started implementing patPortal_Page_XML which uses XML and XSLT instead of …
(edit) 02/21/05 21:45:32 @153 [153] schst added some documentation for the request tests
(edit) 02/21/05 21:09:22 @152 [152] schst introduced request properties
(edit) 02/21/05 19:16:32 @151 [151] schst whitespace fixes
(edit) 02/20/05 19:06:42 @150 [150] schst added new method to interface definition
(edit) 02/20/05 19:02:41 @149 [149] schst some beautifying and whitespace fixes
(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/20/05 12:00:21 @145 [145] schst fixed authentication example
(edit) 02/19/05 22:39:25 @143 [143] schst Whitespace fixes
(edit) 02/19/05 22:34:44 @142 [142] schst First simple working version of authentication
(edit) 02/19/05 21:34:39 @141 [141] wiegi Response filter to clean and repair with tidy functions
(edit) 02/19/05 21:30:05 @140 [140] wiegi Tidy response filter to clean and repair data
(edit) 02/19/05 21:26:49 @139 [139] wiegi Tidy response filter to clean and repair data
(edit) 02/19/05 17:11:33 @138 [138] schst fixed typo
(edit) 02/18/05 23:46:57 @135 [135] schst added first version of eAccelerator persistence container