Ticket #839 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

module.xml must not be per-context

Reported by: david Owned by: david
Priority: normal Milestone: 0.11.3
Component: controller Version: 0.11.2
Severity: minor Keywords:
Cc: Patch attached: no

Description

gets passed the context name at the moment (been like that forever), which is wrong, since it is loaded only once and sets config directives...

Attachments

Change History

Changed 4 months ago by david

  • status changed from new to closed
  • resolution set to fixed

(In [2772]) Fixed #839: module.xml must not be per-context

Changed 4 months ago by david

(In [2774]) merge [2753:2772/branches/0.11] (ported change from [2772] to AgaviController::initializeModule(), refs #839

Changed 4 months ago by david

(In [2775]) merge [2770:2774/branches/1.0] (ported change from [2772] adapted in [2774], refs #839

Changed 4 months ago by felix

(In [2785]) Merged revisions 2727-2730,2733-2734,2740,2742-2743,2751,2753-2755,2758-2760,2762,2764,2767,2769,2774,2782-2784 via svnmerge from http://svn.agavi.org/branches/1.0

........

r2727 | felix | 2008-08-27 20:35:26 +0200 (Wed, 27 Aug 2008) | 13 lines

Merges the changes from http://svn.agavi.org/branches/felix-strict_action_view_model_naming_scheme

CHG: Allow per-module config_handlers.xml (#826) (Felix) CHG: Allow action-style subdirectory dot notation for models (#631) (Felix) CHG: Sanity checks in AgaviExecutionContainer::set*Name() need refactoring (#780) (Felix) CHG: Throw out legacy naming schemes support and support autoloading of Actions, Views and Models (#829) (Felix)

fixes #826 fixes #631 fixes #780 fixes #829

In branches/1.0

........

r2728 | felix | 2008-08-27 20:36:06 +0200 (Wed, 27 Aug 2008) | 1 line

adds the changelog entries for r2727

........

r2729 | david | 2008-08-27 20:48:17 +0200 (Wed, 27 Aug 2008) | 1 line

CHG => ADD where appropriate in CHANGELOG, refs #826 and #631

........

r2730 | felix | 2008-08-28 10:19:57 +0200 (Thu, 28 Aug 2008) | 1 line

fixed typo in the changelog :)

........

r2733 | david | 2008-08-29 22:16:15 +0200 (Fri, 29 Aug 2008) | 1 line

merge [2686:2732/branches/0.11]

........

r2734 | david | 2008-08-29 22:19:14 +0200 (Fri, 29 Aug 2008) | 1 line

Add config option to run arbitrary SQL commands after connecting to a MySQLi database, closes #831 and refs #646 (also see [2732])

........

r2740 | david | 2008-08-30 22:48:57 +0200 (Sat, 30 Aug 2008) | 1 line

merging [2739] and removing changelog entry for the (now) duplicate committed in [2734], refs #831 and #604

........

r2742 | david | 2008-08-31 00:42:21 +0200 (Sun, 31 Aug 2008) | 1 line

1.0.0beta2 release preparation

........

r2743 | david | 2008-08-31 00:45:20 +0200 (Sun, 31 Aug 2008) | 1 line

merge [2733:2742/branches/0.11]

........

r2751 | david | 2008-08-31 18:34:22 +0200 (Sun, 31 Aug 2008) | 1 line

merge [2750/branches/0.11]

........

r2753 | david | 2008-08-31 18:44:16 +0200 (Sun, 31 Aug 2008) | 1 line

merge [2752/branches/0.11]

........

r2754 | david | 2008-08-31 19:02:25 +0200 (Sun, 31 Aug 2008) | 1 line

update release notes with info on modules, actions, views and models

........

r2755 | felix | 2008-09-01 10:47:28 +0200 (Mon, 01 Sep 2008) | 1 line

removed passing of an exception to createSystemActionForwardContainer(), the exception does not get thrown any more

........

r2758 | david | 2008-09-02 18:59:07 +0200 (Tue, 02 Sep 2008) | 1 line

changelog for [2755], refs #835

........

r2759 | david | 2008-09-02 19:02:11 +0200 (Tue, 02 Sep 2008) | 1 line

code standards cleanup

........

r2760 | david | 2008-09-02 21:15:58 +0200 (Tue, 02 Sep 2008) | 1 line

add forgotten word from [2758] to CHANGELOG for [2755], refs #835

........

r2762 | david | 2008-09-03 10:59:44 +0200 (Wed, 03 Sep 2008) | 1 line

Fixed #836: AgaviXmlConfigXsltProcessor::transformToDoc() does not check parent return value

........

r2764 | david | 2008-09-03 12:12:02 +0200 (Wed, 03 Sep 2008) | 1 line

Fix #837: AgaviXmlConfigXsltProcessor::transformToDoc() does not throw exceptions on runtime warnings

........

r2767 | david | 2008-09-03 17:45:35 +0200 (Wed, 03 Sep 2008) | 1 line

Fixed #840: AgaviXmlConfigDomElement::getIterator() uses incorrect XPath expressions

........

r2769 | david | 2008-09-03 17:50:45 +0200 (Wed, 03 Sep 2008) | 1 line

Added AgaviXmlConfigDomElement::hasAgaviParameters(), closes #841

........

r2774 | david | 2008-09-03 18:12:27 +0200 (Wed, 03 Sep 2008) | 1 line

merge [2753:2772/branches/0.11] (ported change from [2772] to AgaviController::initializeModule(), refs #839

........

r2782 | david | 2008-09-04 14:25:59 +0200 (Thu, 04 Sep 2008) | 1 line

merging in contents from source:/branches/david-module_dot_xml_redesign@2781 (and amended CHANGELOG), closes #834

........

r2783 | david | 2008-09-04 14:29:04 +0200 (Thu, 04 Sep 2008) | 1 line

release notes for [2782], refs #834

........

r2784 | david | 2008-09-04 14:30:09 +0200 (Thu, 04 Sep 2008) | 1 line

something I forgot in [2783], refs #834

........

Add/Change #839 (module.xml must not be per-context)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.