root/trunk/midgardmvc


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @25173 [25173] 02/23/10 15:44:54 bergie Return here
(edit) @25172 [25172] 02/23/10 15:43:02 bergie Don't override current configuration stack when loading a component again …
(edit) @25063 [25063] 02/11/10 13:40:21 tepehe Fixing get_person to use right guid
(edit) @25014 [25014] 02/04/10 15:19:43 bergie More efficient path in-request caching
(edit) @25013 [25013] 02/04/10 14:57:50 bergie Reduce amount of configuration and context gets from route normalization
(edit) @25012 [25012] 02/04/10 14:38:04 bergie Validate route selection in dispatcher, not in templating
(edit) @25011 [25011] 02/04/10 13:51:11 bergie Request methods are always handled lowercase
(edit) @24981 [24981] 02/03/10 13:25:34 bergie Handle HTTP method always lowercased, refs #1627
(edit) @24979 [24979] 02/03/10 13:06:30 bergie Pass HTTP request method from main context to dynamic calls
(edit) @24964 [24964] 02/01/10 17:00:54 bergie Clean up route matching
(edit) @24963 [24963] 02/01/10 15:43:29 bergie Initiate an empty normalization array
(edit) @24962 [24962] 02/01/10 15:42:34 bergie Drop root-only routes from route configuration already at normalization …
(edit) @24961 [24961] 02/01/10 09:53:46 bergie In case of midgardmvc_core we always use the singleton
(edit) @24960 [24960] 02/01/10 09:43:26 bergie Deprecate context->root
(edit) @24959 [24959] 02/01/10 09:39:32 bergie Ensure we don't load a component interface file twice
(edit) @24958 [24958] 01/31/10 19:24:38 tepehe Fixing dynamic load configuration issues
(edit) @24957 [24957] 01/31/10 17:25:53 tepehe Use page url instead of page prefix in links
(edit) @24956 [24956] 01/31/10 16:56:24 tepehe Fixes for configuration and request optimization
(edit) @24953 [24953] 01/29/10 15:57:34 bergie Get root page from context if available
(edit) @24952 [24952] 01/29/10 15:53:36 bergie Use the new request class
(edit) @24827 [24827] 01/20/10 17:03:14 bergie Continue cleaning up dispatchers, refs #1504
(edit) @24823 [24823] 01/20/10 15:28:36 tepehe Added support for injectors to prefix template cache file names
(edit) @24794 [24794] 01/18/10 20:30:44 bergie Move more request handling to the request helper, refs #1504
(edit) @24793 [24793] 01/18/10 18:26:39 bergie Test for same config in different contexts
(edit) @24792 [24792] 01/18/10 18:20:35 bergie Handle component and instance entries in configuration stack correctly, …
(edit) @24788 [24788] 01/18/10 15:13:25 bergie Simpler IF statement for template engine decision
(edit) @24787 [24787] 01/18/10 14:52:23 bergie Typo fix
(edit) @24786 [24786] 01/18/10 14:49:43 bergie Use component and page as configuration stack identifier instead of …
(edit) @24783 [24783] 01/18/10 14:26:25 bergie Seek page for component only once
(edit) @24779 [24779] 01/18/10 13:34:54 bergie Instantiate parents directly instead of get_parent, workaround refs #1594
(edit) @24657 [24657] 01/12/10 18:06:24 tepehe Ensure that request always has correct url
(edit) @24656 [24656] 01/12/10 17:23:30 bergie Revert r24652 and ensure components are not singletons so they can load …
(edit) @24655 [24655] 01/12/10 16:48:16 bergie Ensure we have a page in context before using it. Bulletproofing r24652
(edit) @24654 [24654] 01/12/10 16:41:04 bergie Bulletproofing r24653
(edit) @24653 [24653] 01/12/10 16:36:57 bergie Make configuration stack context-aware, refs #1341
(edit) @24652 [24652] 01/12/10 15:57:37 bergie Default generate_urls to current page
(edit) @24651 [24651] 01/12/10 15:26:00 bergie Route merging improvements, refs #1341
(edit) @24650 [24650] 01/12/10 13:38:35 bergie Manual dispatcher has no argv here
(edit) @24646 [24646] 01/11/10 13:06:58 tepehe Removing .DS_Store files
(edit) @24566 [24566] 12/28/09 13:25:54 bergie Add tests for midgard_connection methods proxied via midcom_application, …
(edit) @24563 [24563] 12/28/09 12:17:30 bergie Modernize scaffold controller, fixes #1514
(edit) @24544 [24544] 12/22/09 17:21:46 bergie "list" is a reserved PHP method name, cannot test for that, refs #1448
(edit) @24542 [24542] 12/22/09 16:56:11 bergie Test that all MgdSchema? methods are defined for MidCOM DBA objects, fixes …
(edit) @24541 [24541] 12/22/09 16:55:42 bergie Configuration stack improvements
(edit) @24515 [24515] 12/21/09 15:28:30 indeyets client for interaction with user-management service
(edit) @24514 [24514] 12/21/09 15:28:05 indeyets unused code. superseded by cron.php
(edit) @24489 [24489] 12/17/09 13:39:34 indeyets proper error handling
(edit) @24488 [24488] 12/17/09 13:36:57 indeyets queue-sender for cron (and shell)
(edit) @24487 [24487] 12/17/09 13:03:48 indeyets typo
(edit) @24486 [24486] 12/17/09 13:01:28 indeyets typo
(edit) @24484 [24484] 12/17/09 12:26:23 indeyets fixing date accessor
(edit) @24483 [24483] 12/17/09 12:23:05 indeyets no need for explicit json_encode. core takes care of that
(edit) @24482 [24482] 12/17/09 12:14:03 indeyets typo
(edit) @24480 [24480] 12/16/09 20:11:08 indeyets fix schema
(edit) @24445 [24445] 12/14/09 10:51:42 bergie Initial weather component, refs #1525
(edit) @24434 [24434] 12/11/09 01:15:28 indeyets use other API for getting querybuilder
(edit) @24433 [24433] 12/11/09 01:11:34 indeyets queue for webhooks
(edit) @24432 [24432] 12/11/09 00:44:46 indeyets added to-webhooks-sender
(edit) @24410 [24410] 12/08/09 21:25:34 indeyets controller-code
(edit) @24404 [24404] 12/08/09 10:27:36 bergie Ensure we have "C" locale when sending JSON data, fixes #1519
(edit) @24398 [24398] 12/07/09 19:22:56 bergie Fix merging of routes in configuration stack, refs #1341
(edit) @24392 [24392] 12/07/09 16:46:48 bergie Make root page ID inherit between contexts, fixes #1518
(edit) @24373 [24373] 12/05/09 14:21:43 bergie More comprehensive routes merging test that should fail now, refs #1341
(edit) @24357 [24357] 12/04/09 16:02:39 bergie Start consolidating request parsing and matching routines to the request …
(edit) @24356 [24356] 12/04/09 16:02:01 bergie Fix merging of routes in configuration stack, refs #1341
(edit) @24351 [24351] 12/04/09 13:22:05 bergie Mjolnir support for the Basic auth provider
(edit) @24295 [24295] 12/02/09 20:30:42 bergie Some work with route matching, refs #1504
(edit) @24294 [24294] 12/02/09 20:30:18 bergie Autoregistration and autologin provider for Midgard Runtime use, fixes …
(edit) @24286 [24286] 12/02/09 14:27:18 bergie Fix configuration loading, refs #1341
(edit) @24285 [24285] 12/02/09 14:26:44 bergie Correct test suite, refs #1339
(edit) @24279 [24279] 12/02/09 14:15:11 bergie Send a default charset
(edit) @24278 [24278] 12/02/09 12:01:37 bergie Also update tables, refs #1426
(edit) @24277 [24277] 12/02/09 12:00:10 bergie Make root page GUID configurable, fixes #1506
(edit) @24276 [24276] 12/02/09 11:41:07 ferenc replacing o.r.positioning to midgardmvc_helper_location, refs #1339
(edit) @24272 [24272] 12/02/09 10:28:13 bergie Fix page resolution
(edit) @24270 [24270] 12/02/09 10:06:43 bergie Revert unnecessary changes from #1339
(edit) @24269 [24269] 12/01/09 19:35:12 bergie No need to merge routes any longer thanks to #1341
(edit) @24268 [24268] 12/01/09 19:34:52 bergie Instantiate the injector class correctly
(edit) @24265 [24265] 11/30/09 22:12:46 indeyets test config-merger
(edit) @24264 [24264] 11/30/09 21:48:34 bergie Try to not request instance when it isn't necessary
(edit) @24263 [24263] 11/30/09 19:16:31 bergie Load config for a component only once, refs #1341
(edit) @24262 [24262] 11/30/09 19:07:24 bergie Remove debug
(edit) @24261 [24261] 11/30/09 19:07:06 bergie Make configuration a stack, fixes #1341
(edit) @24260 [24260] 11/30/09 18:51:18 bergie Deal with the "bummer 620" error
(edit) @24259 [24259] 11/30/09 16:48:39 bergie MVCization, refs #1339
(edit) @24258 [24258] 11/30/09 16:36:53 bergie Some more MidgardMVCization, refs #1339
(edit) @24257 [24257] 11/30/09 16:03:21 bergie Don't require superglobals to be enabled, refs #1353
(edit) @24255 [24255] 11/30/09 15:42:34 bergie Rename in About Midgard page too, refs #1339
(edit) @24254 [24254] 11/30/09 15:33:43 ferenc more mvcization, refs #1339
(edit) @24252 [24252] 11/30/09 15:23:27 ferenc more mvcization, refs #1339, fixes #1353
(edit) @24251 [24251] 11/30/09 15:05:00 bergie Correct name for test suite, refs #1339
(edit) @24250 [24250] 11/30/09 15:04:10 bergie Correct name for test suite, refs #1339
(edit) @24249 [24249] 11/30/09 14:47:01 bergie Re-add the Mjolnir rootfile deleted accidentally
(edit) @24248 [24248] 11/30/09 14:45:36 bergie Use midgardmvc_core as the main Midgard MVC class, refs #1339
(edit) @24247 [24247] 11/30/09 14:18:46 ferenc more mvcization, refs #1339
(copy) @24246 [24246] 11/30/09 13:27:50 ferenc Adding a script to replace strings in source codes. Major directory …
copied from trunk/midcom:
(edit) @24245 [24245] 11/30/09 13:09:20 bergie Map Midgard MVC log level to Ragnaroek log level, refs #1223
Note: See TracRevisionLog for help on using the revision log.