[Rt-commit] rt branch, lcore, updated. 6141ae9d2f7e6dc4a909027baef370231685c788
jesse
jesse at bestpractical.com
Mon Oct 5 13:00:08 EDT 2009
The branch, lcore has been updated
via 6141ae9d2f7e6dc4a909027baef370231685c788 (commit)
via d74d4da4e9478d3e063bbe8205872c589ec6760b (commit)
from 8155012988dde097ad98bd0543d394de867f5af5 (commit)
Summary of changes:
Makefile.PL | 2 ++
share/web/static/css/rulebuilder.css | 6 ------
2 files changed, 2 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit d74d4da4e9478d3e063bbe8205872c589ec6760b
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Mon Oct 5 12:59:46 2009 -0400
don't do insane global indenting for the body of a page
diff --git a/share/web/static/css/rulebuilder.css b/share/web/static/css/rulebuilder.css
index c1c1941..5f8491a 100644
--- a/share/web/static/css/rulebuilder.css
+++ b/share/web/static/css/rulebuilder.css
@@ -54,12 +54,6 @@ div.function span.return-type,
overflow: hidden;
}
-
-div#body {
- margin-left: 24em;
-
-}
-
#expression-filter input[type=text] {
display: block;
}
commit 6141ae9d2f7e6dc4a909027baef370231685c788
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Mon Oct 5 12:59:57 2009 -0400
RT now needs Class::MOP
diff --git a/Makefile.PL b/Makefile.PL
index 69c2150..fda3b17 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -19,6 +19,8 @@ requires(
'Locale::Maketext::Lexicon' => '0.32',
'Locale::Maketext::Fuzzy' => '0',
'Lorzy' => '0',
+ 'Moose' => '0',
+ 'Class::MOP' => '0.94',
'MIME::Entity' => '5.425',
'Email::Address' => 0,
'Mail::Mailer' => '1.57',
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list